/external/valgrind/main/gdbserver_tests/ |
mssnapshot.stdinB.gdb | 4 monitor v.set vgdb-error 999999 14 monitor help 17 monitor snapshot 18 monitor detailed_snapshot 21 monitor v.kill
|
mcvabits.stdinB.gdb | 4 monitor v.set vgdb-error 999999 23 eval "monitor check_memory addressable 0x%x 10", $0xundefined 24 eval "monitor check_memory defined 0x%x 10", $0xundefined 25 eval "monitor get_vbits 0x%x 10", $0xundefined 31 eval "monitor check_memory addressable 0x%x 10", $0xundefined 32 eval "monitor check_memory defined 0x%x 10", $0xundefined 33 eval "monitor get_vbits 0x%x 10", $0xundefined 37 eval "monitor make_memory defined 0x%x 3", $0xundefined_2 39 eval "monitor check_memory addressable 0x%x 10", $0xundefined 40 eval "monitor check_memory defined 0x%x 10", $0xundefine [all...] |
mcleak.stdinB.gdb | 4 monitor v.set vgdb-error 999999 16 monitor leak_check full reachable any 22 monitor leak_check full reachable increased 30 monitor leak_check full reachable increased 38 monitor leak_check full reachable increased 44 monitor leak_check full reachable increased 51 monitor leak_check full reachable increased 58 monitor leak_check full reachable changed 65 monitor leak_check full reachable changed 72 monitor leak_check full reachable change [all...] |
nlsigvgdb.stdinB.gdb | 4 monitor v.set vgdb-error 999999 12 monitor v.wait 5000 15 monitor v.kill
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpserver_unittest.cc | 59 HttpServerMonitor& monitor, 64 EXPECT_FALSE(monitor.server_closed); 65 EXPECT_FALSE(monitor.transaction); 70 EXPECT_FALSE(monitor.server_closed); 77 HttpServerMonitor monitor(&server); 79 CreateClientConnection(server, monitor, true); 81 ASSERT_TRUE(NULL != monitor.transaction); 82 server.Respond(monitor.transaction); 83 EXPECT_FALSE(monitor.transaction); 85 EXPECT_FALSE(monitor.server_closed) [all...] |
dbus_unittest.cc | 71 talk_base::scoped_ptr<talk_base::DBusMonitor> monitor; local 72 monitor.reset(talk_base::DBusMonitor::Create(DBUS_BUS_SYSTEM)); 73 if (monitor) { 74 EXPECT_TRUE(monitor->AddFilter(&filter)); 76 EXPECT_TRUE(monitor->StopMonitoring()); 77 EXPECT_EQ(monitor->GetStatus(), DBusMonitor::DMS_NOT_INITIALIZED); 79 EXPECT_TRUE(monitor->StartMonitoring()); 80 EXPECT_EQ_WAIT(DBusMonitor::DMS_RUNNING, monitor->GetStatus(), kTimeoutMs); 81 EXPECT_TRUE(monitor->StopMonitoring()); 82 EXPECT_EQ(monitor->GetStatus(), DBusMonitor::DMS_STOPPED) 103 talk_base::scoped_ptr<talk_base::DBusMonitor> monitor; local 149 talk_base::scoped_ptr<talk_base::DBusMonitor> monitor; local 171 talk_base::scoped_ptr<talk_base::DBusMonitor> monitor; local 190 talk_base::scoped_ptr<talk_base::DBusMonitor> monitor; local 214 talk_base::scoped_ptr<talk_base::DBusMonitor> monitor; local [all...] |
/external/qemu/ |
monitor.h | 10 extern Monitor *cur_mon; 11 extern Monitor *default_mon; 20 /* flags for monitor commands */ 48 int monitor_suspend(Monitor *mon); 49 void monitor_resume(Monitor *mon); 51 int monitor_read_bdrv_key_start(Monitor *mon, BlockDriverState *bs, 55 int monitor_get_fd(Monitor *mon, const char *fdname); 57 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap) 59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3); 60 void monitor_print_filename(Monitor *mon, const char *filename) [all...] |
migration-dummy-android.c | 16 #include "monitor.h" 37 void do_migrate(Monitor *mon, int detach, const char *uri) 42 void do_migrate_cancel(Monitor *mon) 47 void do_migrate_set_speed(Monitor *mon, const char *value) 57 void do_migrate_set_downtime(Monitor *mon, const char *value) 62 void do_info_migrate(Monitor *mon)
|
monitor-android.h | 1 /* This file is included from monitor.c, it's purpose is to hold as much 5 Monitor* 8 Monitor* mon; 20 monitor_fake_get_bytes(Monitor* mon) 27 monitor_fake_free(Monitor* mon) 33 /* This replaces the definition in monitor.c which is in a 36 void monitor_flush(Monitor *mon)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
plugin.properties | 1 #Properties file for com.android.ide.eclipse.monitor 4 Bundle-Name = Monitor 6 Android Device Monitor\n\
|
plugin.xml | 5 id="com.android.ide.eclipse.monitor.Application" 12 class="com.android.ide.eclipse.monitor.MonitorApplication"> 17 id="com.android.ide.eclipse.monitor.product" 20 application="com.android.ide.eclipse.monitor.Application" 21 name="Android Device Monitor"> 24 value="Monitor"> 48 class="com.android.ide.eclipse.monitor.ToolsLocator"> 54 defaultHandler="com.android.ide.eclipse.monitor.handlers.StaticPortConfigHandler" 55 id="com.android.monitor.commands.StaticPortConfiguration" 65 commandId="com.android.monitor.commands.StaticPortConfiguration [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
FileStoreAdapter.java | 50 public IFileInfo[] childInfos(int options, IProgressMonitor monitor) throws CoreException { 51 return mStore.childInfos(options, monitor); 55 public String[] childNames(int options, IProgressMonitor monitor) 57 return mStore.childNames(options, monitor); 61 public IFileStore[] childStores(int options, IProgressMonitor monitor) throws CoreException { 62 return mStore.childStores(options, monitor); 66 public void copy(IFileStore destination, int options, IProgressMonitor monitor) 68 mStore.copy(destination, options, monitor); 72 public void delete(int options, IProgressMonitor monitor) throws CoreException { 73 mStore.delete(options, monitor); [all...] |
/sdk/build/ |
tools.linux.atree | 25 # RCP Monitor. 26 bin/monitor tools/monitor 27 eclipse/monitor-linux.gtk.x86/monitor tools/lib/monitor-x86 28 eclipse/monitor-linux.gtk.x86_64/monitor tools/lib/monitor-x86_64
|
/external/chromium/chrome/common/extensions/docs/examples/api/processes/process_monitor/ |
manifest.json | 2 "name": "Process Monitor", 9 "default_title": "Process Monitor",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/ |
manifest.json | 2 "name": "Process Monitor", 9 "default_title": "Process Monitor",
|
/external/chromium_org/ui/views/win/ |
appbar.cc | 20 void GetEdgesOnWorkerThread(HMONITOR monitor, int* edge) { 23 if (GetTopmostAutoHideTaskbarForEdge(ABE_LEFT, monitor)) 25 if (GetTopmostAutoHideTaskbarForEdge(ABE_TOP, monitor)) 27 if (GetTopmostAutoHideTaskbarForEdge(ABE_RIGHT, monitor)) 29 if (GetTopmostAutoHideTaskbarForEdge(ABE_BOTTOM, monitor)) 43 int Appbar::GetAutohideEdges(HMONITOR monitor, const base::Closure& callback) { 50 if (edge_map_.find(monitor) == edge_map_.end()) 51 edge_map_[monitor] = Appbar::EDGE_BOTTOM; 57 monitor, 62 monitor, [all...] |
/sdk/monitor/ |
Android.mk | 3 # Expose the Monitor RCP only for the SDK builds. 9 LOCAL_MODULE := monitor 15 RCP_LOG_FILE := out/host/eclipse/rcp/build/monitor.log 18 define mk-rcp-monitor-atree-file 20 dstdir=$(HOST_OUT)/eclipse/monitor-$(1).$(2) && \ 29 # The RCP monitor. It is referenced by build/target/products/sdk.mk 30 $(LOCAL_BUILT_MODULE) : $(TOPDIR)sdk/monitor/monitor \ 31 $(TOPDIR)sdk/monitor/build.xml \ 32 $(TOPDIR)sdk/monitor/build.properties [all...] |
/device/lge/hammerhead/ |
thermal-engine-hammerhead.conf | 4 algo_type monitor 13 algo_type monitor 22 algo_type monitor 31 algo_type monitor 40 algo_type monitor 49 algo_type monitor 58 algo_type monitor 67 algo_type monitor 76 algo_type monitor 85 algo_type monitor [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Monitor.java | 36 * <p>This class is intended as a replacement for {@link ReentrantLock}. Code using {@code Monitor} 38 * performance loss. {@code Monitor} even has the potential for performance gain by optimizing the 48 * <p>A thread is said to <i>occupy</i> a monitor if it has <i>entered</i> the monitor but not yet 49 * <i>left</i>. Only one thread may occupy a given monitor at any moment. A monitor is also 50 * reentrant, so a thread may enter a monitor any number of times, and then must leave the same 56 * monitor cleanly: <pre> {@code 58 * monitor.enter(); 60 * // do things while occupying the monitor 221 final Monitor monitor; field in class:Monitor.Guard [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prcmon.h | 40 ** given PR monitor. In this way a monitor can be associated with another 41 ** object without preallocating a monitor for all objects. 54 ** Like PR_EnterMonitor except use the "address" to find a monitor in the 55 ** monitor cache. If successful, returns the PRMonitor now associated 57 ** release the monitor cache entry (otherwise the monitor cache will fill 58 ** up). This call will return NULL if the monitor cache needs to be 64 ** Like PR_ExitMonitor except use the "address" to find a monitor in the 65 ** monitor cache [all...] |
prmon.h | 46 ** Create a new monitor. Monitors are re-entrant locks with a single built-in 55 ** Destroy a monitor. The caller is responsible for guaranteeing that the 56 ** monitor is no longer in use. There must be no thread waiting on the monitor's 63 ** Enter the lock associated with the monitor. If the calling thread currently 64 ** is in the monitor, the call to enter will silently succeed. In either case, 70 ** Decrement the entry count associated with the monitor. If the decremented 71 ** entry count is zero, the monitor is exited. Returns PR_FAILURE if the 72 ** calling thread has not entered the monitor. 77 ** Wait for a notify on the monitor's condition variable. Sleep for "ticks [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
sm_inter.x | 34 * Status monitor protocol specification 42 /* res_stat = stat_succ if status monitor agrees to monitor */ 43 /* res_stat = stat_fail if status monitor cannot monitor */ 47 /* res_stat = stat_succ if status monitor agrees to monitor */ 48 /* res_stat = stat_fail if status monitor cannot monitor */ 84 opaque priv[16]; /* private information to store at monitor for requesting process * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
sm_inter.x | 34 * Status monitor protocol specification 42 /* res_stat = stat_succ if status monitor agrees to monitor */ 43 /* res_stat = stat_fail if status monitor cannot monitor */ 47 /* res_stat = stat_succ if status monitor agrees to monitor */ 48 /* res_stat = stat_fail if status monitor cannot monitor */ 84 opaque priv[16]; /* private information to store at monitor for requesting process * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
sm_inter.x | 34 * Status monitor protocol specification 42 /* res_stat = stat_succ if status monitor agrees to monitor */ 43 /* res_stat = stat_fail if status monitor cannot monitor */ 47 /* res_stat = stat_succ if status monitor agrees to monitor */ 48 /* res_stat = stat_fail if status monitor cannot monitor */ 84 opaque priv[16]; /* private information to store at monitor for requesting process * [all...] |
/dalvik/tests/003-omnibus-opcodes/src/ |
Monitor.java | 8 public class Monitor { 22 System.out.println("Monitor.run"); 40 new Monitor().subTest();
|