/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar | |
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | |
/art/runtime/ |
runtime.cc | 51 #include "monitor.h" 380 // gLogVerbosity.monitor = true; // TODO: don't check this in! 558 } else if (verbose_options[i] == "monitor") { 559 gLogVerbosity.monitor = true; 841 Monitor::Init(options->lock_profiling_threshold_, options->hook_is_sensitive_thread_); [all...] |
/dalvik/vm/interp/ |
Stack.cpp | [all...] |
/device/generic/goldfish/qemud/ |
qemud.c | 273 /* A Looper object is used to monitor activity on one or more 319 /* A LoopHook structure is used to monitor a given 973 /* event callback function to monitor accepts() on server sockets. 1005 /* Create a new FDHandler used to monitor new connections on a 1059 FDHandler* fdhandler; /* used to monitor serial port fd */ [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_gtk.cc | 939 int monitor = local [all...] |
/external/chromium_org/chrome_frame/test/perf/ |
chrome_frame_perftest.cc | [all...] |
/external/kernel-headers/original/linux/ |
fb.h | 428 /* Definitions below are used in the parsed monitor specs */ 468 __u8 monitor[14]; /* Monitor String */ member in struct:fb_monspecs 472 __u32 model; /* Monitor Model */ [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 364 * memory while the monitor is refreshing. It should only be used by [all...] |
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 66 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE monitor attached", 90 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE monitor detached", 118 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE changed monitor " [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 364 * memory while the monitor is refreshing. It should only be used by [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 364 * memory while the monitor is refreshing. It should only be used by [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 364 * memory while the monitor is refreshing. It should only be used by [all...] |
/dalvik/vm/ |
Jni.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
J2SE-1.5.zip | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
JavaSE-1.6.zip | |
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | 413 <td>monitor-enter vAA</td> 415 <td>Acquire the monitor for the indicated object.</td> 419 <td>monitor-exit vAA</td> 421 <td>Release the monitor for the indicated object. 429 a monitor cleanup catch-all (e.g., <code>finally</code>) block as 430 the monitor cleanup for that block itself, as a way to handle the 433 to have proper monitor hygiene.</p> [all...] |
/external/qemu/ |
block.c | 26 #include "monitor.h" [all...] |
vl.c | 149 #include "monitor.h" [all...] |
CHANGES.TXT | 70 - It is now possible to access the QEMU monitor from the console. 71 Just type "qemu monitor" and you will be at the monitor prompt. 73 Note that the monitor 'quit' command will not stop the emulator, 714 resolution of your host monitor screen. it will be divided by the emulated 794 in the first case, <scale> specifies your monitor dpi; in the second one, [all...] |
qemu-char.c | 27 #include "monitor.h" 332 "% c switch between console and monitor\n\r", [all...] |
/external/jpeg/ |
structure.doc | 401 * Progress monitor: supports output of "percent-done" progress reports. 405 The error handler, destination manager, and progress monitor objects are 414 decompression; the progress monitor, if used, may be shared as well. 518 * Progress monitor: same as for compression library. 521 monitor are candidates for replacement by a surrounding application. 561 The progress monitor is (somewhat arbitrarily) defined to treat input of the [all...] |
/external/qemu/distrib/jpeg-6b/ |
structure.doc | 401 * Progress monitor: supports output of "percent-done" progress reports. 405 The error handler, destination manager, and progress monitor objects are 414 decompression; the progress monitor, if used, may be shared as well. 518 * Progress monitor: same as for compression library. 521 monitor are candidates for replacement by a surrounding application. 561 The progress monitor is (somewhat arbitrarily) defined to treat input of the [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channel.cc | 915 SocketMonitor* monitor, const std::vector<ConnectionInfo>& infos) { 925 void VoiceChannel::OnAudioMonitorUpdate(AudioMonitor* monitor, [all...] |