/external/chromium_org/win8/metro_driver/ime/ |
input_source.cc | 89 InputSourceMonitor* monitor) 91 monitor_(monitor) { 154 CComObject<InputSourceMonitor>* monitor = NULL; local 155 hr = CComObject<InputSourceMonitor>::CreateInstance(&monitor); 161 if (!monitor->Initialize(profiles_source)) { 162 LOG(ERROR) << "Failed to initialize the monitor."; 167 return scoped_ptr<InputSource>(new InputSourceImpl(profile_manager, monitor));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
DexDumpAction.java | 100 protected IStatus run(IProgressMonitor monitor) { 101 return runDexDump(project, monitor); 112 * @param monitor The job's monitor. 114 private IStatus runDexDump(final IProject project, IProgressMonitor monitor) { 118 if (monitor != null) { 119 monitor.beginTask(String.format("Dump dex of %1$s", project.getName()), 2); 210 if (monitor != null) { 211 monitor.worked(1); 242 if (monitor != null) [all...] |
/external/chromium/chrome/browser/chromeos/ |
sms_observer.cc | 50 VLOG(1) << "Remove SMS monitor for " << it_observer->first; 64 VLOG(1) << "Add SMS monitor for " << (*it_network)->device_path(); 69 VLOG(1) << "Already has SMS monitor for " << (*it_network)->device_path(); 80 VLOG(1) << "Remove SMS monitor for " << it->first; 94 SmsObserver* monitor = static_cast<SmsObserver*>(object); local 95 monitor->OnNewMessage(modem_device_path, message);
|
/external/chromium/chrome/browser/ui/ |
window_sizer_win.cc | 16 // monitor information from Windows. 58 // current monitor in the enumeration. 59 static BOOL CALLBACK MonitorEnumProc(HMONITOR monitor, 64 gfx::Rect(GetMonitorInfoForMonitor(monitor).rcWork)); 68 static MONITORINFO GetMonitorInfoForMonitor(HMONITOR monitor) { 71 GetMonitorInfo(monitor, &monitor_info);
|
window_sizer.h | 23 // conditions exist. The system has built-in providers for monitor metrics 48 // Returns the bounds of the work area of the primary monitor. 51 // Returns the bounds of the primary monitor. 54 // Returns the bounds of the work area of the monitor that most closely 59 // Returns the delta between the work area and the monitor bounds for the 60 // monitor that most closely intersects the provided bounds. 74 // Returns the bounds of the work area of the monitor at the specified 157 // size based on monitor size, etc. 165 // monitor containing |other_bounds|. Despite the name, this doesn't 166 // guarantee the bounds are fully contained within this monitor's work rect [all...] |
/external/chromium_org/chrome/browser/ |
fullscreen_win.cc | 57 // Get the monitor where the window is located. 61 HMONITOR monitor = ::MonitorFromRect(&wnd_rect, MONITOR_DEFAULTTONULL); 62 if (!monitor) 65 if (!base::win::GetMonitorInfoWrapper(monitor, &monitor_info)) 68 // It should be the main monitor. 72 // The window should be at least as large as the monitor.
|
/external/chromium_org/chrome/browser/storage_monitor/ |
media_transfer_protocol_device_observer_linux_unittest.cc | 96 TestStorageMonitor* monitor = TestStorageMonitor::CreateAndInstall(); variable 99 monitor->receiver(), monitor->media_transfer_protocol_manager())); 100 monitor->AddObserver(mock_storage_observer_.get()); 104 StorageMonitor* monitor = g_browser_process->storage_monitor(); variable 105 monitor->RemoveObserver(mock_storage_observer_.get());
|
/external/chromium_org/remoting/host/ |
verify_config_window_win.cc | 74 // Make sure that the window will not end up split by a monitor's boundary. 80 // On a multi-monitor system use the monitor where the owner window is shown. 83 HMONITOR monitor = ::MonitorFromRect(&owner_rect, MONITOR_DEFAULTTONEAREST); local 84 if (monitor != NULL) { 87 if (::GetMonitorInfo(monitor, &monitor_info)) {
|
/external/qemu/ |
net.h | 79 void do_info_network(Monitor *mon); 80 int do_set_link(Monitor *mon, const char *name, const char *up_or_down); 120 int net_client_init(Monitor *mon, const char *device, const char *p); 124 void net_slirp_redir(Monitor *mon, const char *redir_str, const char *redir_opt2); 128 void net_host_device_add(Monitor *mon, const char *device, const char *opts); 129 void net_host_device_remove(Monitor *mon, int vlan_id, const char *device);
|
/art/compiler/llvm/ |
runtime_support_builder.cc | 21 #include "monitor.h" 164 /* Monitor */ 167 Value* monitor = local 174 irb_.CreateAnd(monitor, ~(LW_HASH_STATE_MASK << LW_HASH_STATE_SHIFT)); 187 // Calculate new monitor: new = old | (lock_id << LW_LOCK_OWNER_SHIFT) 193 Value* new_monitor = irb_.CreateOr(monitor, owner); 195 // Atomically update monitor. 199 monitor, new_monitor, kTBAARuntimeInfo); 201 Value* retry_slow_path = irb_.CreateICmpEQ(old_monitor, monitor); 217 Value* monitor local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/ |
SdkManagerAction.java | 17 package com.android.ide.eclipse.monitor.actions; 20 import com.android.ide.eclipse.monitor.MonitorPlugin; 52 "Monitor",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/ |
T_monitor_enter_1.d | 34 monitor-enter v7 47 monitor-exit v7 53 monitor-exit v7 58 monitor-exit v7
|
/dalvik/vm/ |
Sync.cpp | 27 * Every Object has a monitor associated with it, but not every Object is 29 * full-fledged monitor until a) there is actual contention or b) wait() 66 * Only one thread can own the monitor at any time. There may be several 70 * TODO: the various members of monitor are not SMP-safe. 72 struct Monitor { 77 Thread* waitSet; /* threads currently waiting on this monitor */ 81 Monitor* next; 84 * Who last acquired this monitor, when lock sampling is enabled. 93 * Create and initialize a monitor. 95 Monitor* dvmCreateMonitor(Object* obj [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_ENTER.S | 6 /* monitor-enter vAA */
|
/external/chromium/chrome/browser/ |
idle.h | 15 // For MacOSX, InitIdleMonitor needs to be called first to setup the monitor.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/ |
options.html | 22 <h2>Options for Chromium Buildbot Monitor</h2>
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/ |
popup.html | 25 <div id="title"><b>Process Monitor</b></div>
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
manifest.json | 2 "name": "Chromium Buildbot Monitor",
|
/external/chromium_org/ppapi/c/ |
ppb_network_monitor.h | 33 * configuration and monitor network configuration changes. 42 * Creates a Network Monitor resource. 47 * @return A <code>PP_Resource</code> corresponding to a network monitor or 0 58 * network monitor.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
screen-availLeft.html | 24 <p>On a two-monitor system, configure the menu bar to be on the right screen. Then drag this window between screens. When on the left screen, screen.availLeft should be negative.</p>
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_blowup.c | 59 /* Check monitor needed for this mode */ 60 if ((blow_mode->monitor == cookie_blow->montype) 61 || ((blow_mode->monitor == MONITOR_TV) 63 || ((blow_mode->monitor == MONITOR_RGB)
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.vgtest | 1 # test the memcheck monitor help
|
mcsigpass.stdinB.gdb | 4 monitor v.set vgdb-error 999999
|
mcvabits.vgtest | 1 # test the memcheck V and A bits monitor functionality
|
nlpasssigalrm.stdinB.gdb | 4 monitor v.set vgdb-error 999999
|