/dalvik/vm/mterp/c/ |
OP_MONITOR_ENTER.cpp | 6 ILOGV("|monitor-enter v%d %s(0x%08x)",
|
OP_MONITOR_EXIT.cpp | 8 ILOGV("|monitor-exit v%d %s(0x%08x)", 19 ADJUST_PC(1); /* monitor-exit width is 1 */
|
/external/chromium_org/cc/base/ |
swap_promise_monitor.h | 15 // A SwapPromiseMonitor is used to monitor compositor state change that 20 // structure to the monitor (and only one of the two). Notification of 26 // If the monitor lives on the main thread, pass in layer_tree_host 28 // If the monitor lives on the impl thread, pass in layer_tree_host_impl
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.html | 4 <title>Chromium Buildbot Monitor Popup</title>
|
/external/llvm/test/CodeGen/X86/ |
apm.ll | 8 ; CHECK-NEXT: monitor 13 ; WIN64-NEXT: monitor 16 tail call void @llvm.x86.sse3.monitor(i8* %P, i32 %E, i32 %H) 20 declare void @llvm.x86.sse3.monitor(i8*, i32, i32) nounwind
|
/external/qemu/ |
blockdev.h | 50 void do_commit(Monitor *mon, const QDict *qdict); 51 int do_eject(Monitor *mon, const QDict *qdict, QObject **ret_data); 52 int do_block_set_passwd(Monitor *mon, const QDict *qdict, QObject **ret_data); 53 int do_change_block(Monitor *mon, const char *device,
|
sysemu.h | 64 void do_savevm(Monitor *mon, const char *name); 65 void do_loadvm(Monitor *mon, const char *name); 66 void do_delvm(Monitor *mon, const char *name); 67 void do_info_snapshots(Monitor *mon, Monitor* err); 80 void qemu_errors_to_mon(Monitor *mon); 95 void do_info_slirp(Monitor *mon); 197 void pci_device_hot_add(Monitor *mon, const char *pci_addr, const char *type, 199 void drive_hot_add(Monitor *mon, const char *pci_addr, const char *opts); 200 void pci_device_hot_remove(Monitor *mon, const char *pci_addr) [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stderrB.exp | 6 monitor command request to kill this process
|
mssnapshot.stderrB.exp | 3 general valgrind monitor commands: 4 help [debug] : monitor command help. With debug: + debugging commands 15 massif monitor commands: 22 monitor command request to kill this process
|
nlsigvgdb.stderrB.exp | 5 monitor command request to kill this process
|
/prebuilts/eclipse/platform/ |
README | 2 the monitor application (RCP version of DDMS). The build script takes
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
about.properties | 1 blurb=Dalvik Debug Monitor Service\n\
|
/sdk/monitor/ |
build.properties | 16 product=/com.android.ide.eclipse.monitor/monitor.product 18 archivePrefix=monitor 25 launcherName=monitor
|
/external/chromium_org/media/base/ |
user_input_monitor_unittest.cc | 56 scoped_ptr<UserInputMonitor> monitor = UserInputMonitor::Create( local 59 if (!monitor) 67 monitor->AddMouseListener(&listener); 68 monitor->RemoveMouseListener(&listener); 71 monitor->EnableKeyPressMonitoring(); 72 monitor->DisableKeyPressMonitoring(); 74 monitor.reset();
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebScreenInfo.h | 54 // "A RECT structure that specifies the display monitor rectangle, 55 // expressed in virtual-screen coordinates. Note that if the monitor 56 // is not the primary display monitor, some of the rectangle's 62 // display monitor that can be used by applications, expressed in 64 // maximize an application on the monitor. The rest of the area in 66 // bars. Note that if the monitor is not the primary display monitor,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildProperties.java | 17 * Class that stores build identification information taken from monitor. 52 // the Object that holds the key value pairs in monitor.properties 56 this("monitor.properties"); 62 // retrieve information from monitor.properties file. 72 "Value for buildSubjectPrefix not found in monitor.properties"); 82 "Value for httpUrl not found in monitor.properties"); 89 "Value for ftpUrl not found in monitor.properties"); 96 "Value for buildId not found in monitor.properties"); 103 "Value for buildLabel not found in monitor.properties"); 109 "Value for timestamp not found in monitor.properties") [all...] |
/external/chromium/chrome/browser/ |
fullscreen_win.cc | 55 // Get the monitor where the window is located. 59 HMONITOR monitor = ::MonitorFromRect(&wnd_rect, MONITOR_DEFAULTTONULL); 60 if (!monitor) 63 if (!::GetMonitorInfo(monitor, &monitor_info)) 66 // It should be the main monitor. 70 // The window should be at least as large as the monitor.
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTestBase.java | 38 public static class Monitor { 90 protected Monitor mOnVideoSizeChangedCalled = new Monitor(); 91 protected Monitor mOnVideoRenderingStartCalled = new Monitor(); 92 protected Monitor mOnBufferingUpdateCalled = new Monitor(); 93 protected Monitor mOnPrepareCalled = new Monitor(); 94 protected Monitor mOnSeekCompleteCalled = new Monitor() [all...] |
/external/chromium/chrome/browser/sync/util/ |
extensions_activity_monitor_unittest.cc | 146 ExtensionsActivityMonitor* monitor = new ExtensionsActivityMonitor(); local 172 monitor->GetAndClearRecords(&results); 183 ui_loop()->DeleteSoon(FROM_HERE, monitor); 187 ExtensionsActivityMonitor* monitor = new ExtensionsActivityMonitor(); local 198 monitor->GetAndClearRecords(&results); 211 monitor->PutRecords(results); 213 monitor->GetAndClearRecords(&new_records); 220 ui_loop()->DeleteSoon(FROM_HERE, monitor); 224 ExtensionsActivityMonitor* monitor = new ExtensionsActivityMonitor(); local 232 monitor->GetAndClearRecords(&results) [all...] |
/sdk/build/ |
tools.windows.atree | 95 # RCP Monitor. Remove linux stuff and replace by Windows files. 96 rm tools/monitor 97 rm tools/lib/monitor-x86 98 rm tools/lib/monitor-x86_64 99 sdk/monitor/monitor.bat tools/monitor.bat 100 eclipse/monitor-win32.win32.x86/monitor tools/lib/monitor-x8 [all...] |
/art/runtime/ |
monitor_linux.cc | 17 #include "monitor.h" 21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, const char*, uint32_t) {
|
/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_EXIT.S | 7 * Exceptions that occur when unlocking a monitor need to appear as 11 /* monitor-exit vAA */
|
/dalvik/vm/mterp/mips/ |
OP_MONITOR_EXIT.S | 7 * Exceptions that occur when unlocking a monitor need to appear as 11 /* monitor-exit vAA */
|
/dalvik/vm/mterp/x86/ |
OP_MONITOR_EXIT.S | 7 * Exceptions that occur when unlocking a monitor need to appear as 11 /* monitor-exit vAA */
|
/external/qemu/hw/ |
arm_pic.c | 15 void pic_info(Monitor *mon) 19 void irq_info(Monitor *mon)
|