HomeSort by relevance Sort by last modified time
    Searched full:monitor (Results 526 - 550 of 2069) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/web/x11/
WebScreenInfoFactory.cpp 39 // FIXME: Take an X window and use XRandR to find the dimensions of the monitor
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor_unittest.cc 385 CpuMonitor monitor(Thread::Current());
387 monitor.SignalUpdate.connect(&listener, &CpuLoadListener::OnCpuLoad);
388 EXPECT_TRUE(monitor.Start(10));
396 monitor.Stop();
  /external/chromium_org/ui/message_center/cocoa/
tray_controller.mm 52 // The global event monitor will close the tray in response to events
  /external/chromium_org/win8/metro_driver/ime/
ime_popup_monitor.cc 65 GetCurrentProcessId(), // monitor the metro_driver process only
  /external/jpeg/
jdapistd.c 56 /* Call progress monitor hook if present */
135 /* Call progress monitor hook if present */
190 /* Call progress monitor hook if present */
319 /* Call progress monitor hook if present */
  /external/kernel-headers/original/asm-x86/
processor-flags.h 30 #define X86_CR0_MP 0x00000002 /* Monitor Coprocessor */
  /external/kernel-headers/original/linux/lockd/
xdr.h 56 u32 monitor; member in struct:nlm_args
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
xorg_conf.php 57 'Modes', 'Monitor', 'Option', 'Ramdac', 'RgbPath',
  /external/oprofile/events/alpha/ev4/
events 18 # There's also EXTERNAL, by which we could monitor the 21066/21068 bus controller.
  /external/qemu/
console.h 92 void do_info_mice_print(Monitor *mon, const QObject *data);
93 void do_info_mice(Monitor *mon, QObject **ret_data);
94 void do_mouse_set(Monitor *mon, const QDict *qdict);
466 void do_info_vnc(Monitor *mon);
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 56 /* Call progress monitor hook if present */
135 /* Call progress monitor hook if present */
190 /* Call progress monitor hook if present */
319 /* Call progress monitor hook if present */
  /frameworks/av/include/media/
AudioParameter.h 34 // Using these keys is mandatory for AudioFlinger to properly monitor audio output/input
  /frameworks/base/core/java/android/view/
OrientationListener.java 79 * Enables the OrientationListener so it will monitor the sensor and call
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 30 <p>The simplest way to monitor device state changes is to create a {@link
  /frameworks/support/v4/java/android/support/v4/media/
TransportController.java 23 * playback state, and monitor for changes to the playback state.
  /packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java 38 // monitor platform changes
  /packages/apps/Settings/src/com/android/settings/
MonitoringCertInfoActivity.java 33 * Activity that shows a dialog explaining that a CA cert is allowing someone to monitor network
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallHandlerService.aidl 36 * the call monitor can control the phone calls.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 67 * It also gives access to a monitor that is more resource oriented than the
69 * This monitor will let you track resource changes by giving you direct access to
113 * Sets up the resource manager with the global project monitor.
114 * @param monitor The global project monitor
116 public static void setup(GlobalProjectMonitor monitor) {
117 monitor.addProjectListener(sThis.mProjectListener);
118 monitor.addRawDeltaListener(sThis.mRawDeltaListener);
120 CompiledResourcesMonitor.setupMonitor(monitor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 180 public void run(ISyncProgressMonitor monitor)
183 sync.pullFile(remoteFilePath, tempPath, monitor);
544 public void run(IProgressMonitor monitor) throws InvocationTargetException,
548 result = UiAutomatorHelper.takeSnapshot(device, monitor);
552 monitor.done();
640 public void run(IProgressMonitor monitor) throws InvocationTargetException,
644 monitor.setTaskName("Collecting Trace Information");
656 if (monitor.isCanceled()) {
669 monitor.setTaskName("Saving trace information");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 79 public void run(IProgressMonitor monitor)
  /external/openssh/
monitor.c 1 /* $OpenBSD: monitor.c,v 1.115 2011/06/23 23:35:42 djm Exp $ */
88 #include "monitor.h"
141 /* Functions on the monitor that answer unprivileged requests */
190 static int monitor_read_log(struct monitor *);
352 monitor_child_preauth(Authctxt *_authctxt, struct monitor *pmonitor)
357 debug3("preauth child monitor started");
454 monitor_child_postauth(struct monitor *pmonitor)
488 monitor_sync(struct monitor *pmonitor)
497 monitor_read_log(struct monitor *pmonitor)
543 monitor_read(struct monitor *pmonitor, struct mon_table *ent
    [all...]
  /art/runtime/native/
java_lang_Thread.cc 20 #include "monitor.h"
155 Monitor::Wait(Thread::Current(), lock, ms, ns, true, kSleeping);
  /dalvik/vm/native/
java_lang_VMThread.cpp 78 * Returns whether the current thread has a monitor lock on the specific
103 * Interrupt a thread that is waiting (or is about to wait) on a monitor.
  /external/chromium/base/
message_pump_libevent.h 20 // Class to monitor sockets and issue callbacks when sockets are ready for I/O
39 // Used with WatchFileDescptor to asynchronously monitor the I/O readiness of

Completed in 695 milliseconds

<<21222324252627282930>>