/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 301 IProgressMonitor monitor) { 309 monitor); [all...] |
/frameworks/base/core/java/android/app/ |
AppOpsManager.java | 53 * <li> Monitor for changes in whether an operation is allowed.</li> 792 * Monitor for changes to the operating mode for the given op in the given app package. 793 * @param op The operation to monitor, one of OPSTR_*. 794 * @param packageName The name of the application to monitor. 803 * Monitor for changes to the operating mode for the given op in the given app package. 804 * @param op The operation to monitor, one of OP_*. 805 * @param packageName The name of the application to monitor. [all...] |
/frameworks/base/services/input/ |
InputDispatcher.h | 284 virtual void monitor() = 0; 340 * If monitor is true, the channel will receive a copy of all input events. 345 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0; 374 virtual void monitor(); 397 const sp<InputWindowHandle>& inputWindowHandle, bool monitor); 805 bool monitor; member in class:android::InputDispatcher::Connection 821 const sp<InputWindowHandle>& inputWindowHandle, bool monitor); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_reg.h | 53 * The changeMap in the monitor is proportional to this number. Therefore, we'd 54 * like to keep it as small as possible to reduce monitor overhead (using 145 /* Legacy multi-monitor support */ 384 #define SVGA_CAP_MULTIMON 0x00010000 // Legacy multi-monitor support 387 #define SVGA_CAP_DISPLAY_TOPOLOGY 0x00080000 // Legacy multi-monitor support 594 * - Sets SVGA_REG_BUSY to TRUE (in the monitor) 628 * writes at normal RAM speeds, with no monitor intervention. 669 * multi-monitor modes. With Screen Object, the guest can 820 * This is a new way to represent a guest's multi-monitor screen or [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | 53 * The changeMap in the monitor is proportional to this number. Therefore, we'd 54 * like to keep it as small as possible to reduce monitor overhead (using 145 /* Legacy multi-monitor support */ 384 #define SVGA_CAP_MULTIMON 0x00010000 // Legacy multi-monitor support 387 #define SVGA_CAP_DISPLAY_TOPOLOGY 0x00080000 // Legacy multi-monitor support 594 * - Sets SVGA_REG_BUSY to TRUE (in the monitor) 628 * writes at normal RAM speeds, with no monitor intervention. 669 * multi-monitor modes. With Screen Object, the guest can 820 * This is a new way to represent a guest's multi-monitor screen or [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 30 import android.media.cts.MediaPlayerTestBase.Monitor; 60 private Monitor mOnTimedTextCalled = new Monitor(); 193 final Monitor mTestCompleted = new Monitor(); [all...] |
/dalvik/vm/ |
Globals.h | 569 /* Monitor list, so we can free them */ 570 /*volatile*/ Monitor* monitorList; 572 /* Monitor for Thread.sleep() implementation */ 573 Monitor* threadSleepMon; 757 * we want to monitor it closely to make sure we don't have performance bugs. [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel.h | 335 virtual void OnConnectionMonitorUpdate(SocketMonitor* monitor, 468 SocketMonitor* monitor, const std::vector<ConnectionInfo>& infos); 471 void OnAudioMonitorUpdate(AudioMonitor* monitor, const AudioInfo& info); 579 SocketMonitor* monitor, const std::vector<ConnectionInfo>& infos); 712 SocketMonitor* monitor, const std::vector<ConnectionInfo>& infos);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/ |
resources-ant.jar | |
/external/qemu/ |
qemu-options.hx | 535 VNC is initialized but not started. The monitor @code{change} command 613 achieved using the @code{acl} monitor command. 774 and a @var{name} can be assigned for use in monitor commands. If no [all...] |
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.cpp | 227 * simple case - which we handle inline. For monitor enter, the 228 * simple case is thin lock, held by no-one. For monitor exit, 287 * For monitor unlock, we don't have to use ldrex/strex. Once
|
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 160 bool monitor) { 167 if (monitor != currently_monitored) { 168 if (monitor) {
|
/external/chromium_org/ash/strings/ |
ash_strings_it.xtb | 83 <translation id="4379753398862151997">Caro monitor, non funziona tra di noi (il monitor non è supportato).</translation> 196 <translation id="747833637904845037">Il tuo Chromebook rimane attivo quando è collegato a un monitor esterno, anche con il coperchio chiuso.</translation>
|
/external/chromium_org/cc/trees/ |
layer_tree_host_impl.h | 425 // When the monitor is destroyed, it calls RemoveSwapPromiseMonitor() 427 void InsertSwapPromiseMonitor(SwapPromiseMonitor* monitor); 428 void RemoveSwapPromiseMonitor(SwapPromiseMonitor* monitor);
|
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 307 // monitor if we can. This code works even if such window is not found. 309 HMONITOR monitor = ::MonitorFromWindow(taskbar, MONITOR_DEFAULTTOPRIMARY); local 311 if (!GetMonitorInfoW(monitor, &info)) {
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_gtk.h | 145 // If the widget is aligned with an edge of the monitor its on and the user 314 // monitor (if the widget is aligned with that edge). Negative values 319 // monitor (if the widget is aligned with that edge). Negative values
|
/external/chromium_org/ppapi/examples/video_capture/ |
video_capture.cc | 222 } else if (event.find("Monitor:") == 0) { 223 std::string index_str = event.substr(strlen("Monitor:")); 478 std::string device_names = "Monitor:";
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
testutils.h | 56 // StreamSink - Monitor asynchronously signalled events from StreamInterface 73 void Monitor(StreamInterface* stream) { 89 void Monitor(AsyncSocket* socket) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ComponentResults.java | 329 // manage monitor 348 // manage monitor 378 // manage monitor
|
/external/qemu/hw/ |
i8259.c | 27 #include "monitor.h" 515 void pic_info(Monitor *mon) 533 void irq_info(Monitor *mon)
|
/external/qemu/target-arm/ |
cpu.h | 46 #define EXCP_SMC 11 /* secure monitor call */ 142 uint32_t c9_pmcr_data; /* Performance Monitor Control Register */ 146 uint32_t c12_mvbar; /* monitor vector base address register. */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-Windows.txt | 275 due to WinPcap needing a driver called "Network Monitor Driver" which 279 Monitor Driver" can be configured to be started sooner by setting its 282 Plug-and-Play devices" branch, double click "Network Monitor Driver",
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_position.jd | 61 Position sensors are not typically used to monitor device movement or motion, such as shake, tilt, 130 <p>The orientation sensor lets you monitor the position of a device relative to the earth's frame of 232 <p>The geomagnetic field sensor lets you monitor changes in the earth's magnetic field. The
|
/frameworks/base/services/java/com/android/server/ |
WiredAccessoryManager.java | 331 // Monitor h2w 341 // Monitor USB 349 // Monitor HDMI
|