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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cloud_print/virtual_driver/win/
virtual_driver_helpers.h 25 // Returns the correct port monitor DLL file name for the current machine.
  /external/chromium_org/content/browser/
power_monitor_message_broadcaster.h 20 // A class used to monitor the power state change and communicate it to child
  /external/chromium_org/content/child/
power_monitor_broadcast_source.h 17 // Receives Power Monitor IPC messages sent from the browser process and relays
  /external/chromium_org/ppapi/cpp/private/
flash_drm.h 30 // On success, returns a value indicating if the monitor associated with the
  /external/chromium_org/remoting/host/
host_event_logger.h 26 base::WeakPtr<HostStatusMonitor> monitor,
  /external/chromium_org/third_party/libjingle/source/talk/base/
httprequest.cc 107 HttpMonitor monitor(ss);
108 monitor.Connect(&client_);
111 if (!monitor.done()) {
117 set_error(monitor.error());
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
currentspeakermonitor.h 47 // Note that the call's audio monitor must be started before this is started.
48 // It's recommended that the audio monitor be started with a 100 ms period.
60 // enforced by the monitor will be the given value plus or minus the
65 // SSRC. This only fires after the audio monitor on the underlying Call has
  /external/chromium_org/ui/compositor/
compositor_constants.h 11 // rendering, and the window on a secondary monitor) and when moving the mouse
  /external/chromium_org/ui/gfx/
color_profile.h 34 // Loads the monitor color space if available.
  /external/iproute2/man/man8/
rtacct.8 15 are simple tools to monitor kernel snmp counters and network interface statistics.
  /external/openssh/
monitor_wrap.h 36 struct monitor;
93 void monitor_apply_keystate(struct monitor *);
94 void mm_get_keystate(struct monitor *);
95 void mm_send_keystate(struct monitor*);
  /external/qemu/
disas.h 11 void monitor_disas(Monitor *mon, CPUState *env,
  /external/qemu/hw/
watchdog.c 99 case WDT_RESET: /* same as 'system_reset' in monitor */
103 case WDT_SHUTDOWN: /* same as 'system_powerdown' in monitor */
107 case WDT_POWEROFF: /* same as 'quit' command in monitor */
111 case WDT_PAUSE: /* same as 'stop' command in monitor */
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format11x/
Format11x.smali 104 monitor-enter v0
110 monitor-exit v0
112 #TODO: need to write a multi-threaded test to test monitor-enter and monitor-exit
  /frameworks/base/core/java/android/text/method/
package.html 4 <p>Provides classes that monitor or modify keypad input.</p>
  /frameworks/base/services/java/com/android/server/
Watchdog.java 50 /** This class calls its monitor every minute. Killing this process if they don't return **/
93 * Used for checking status of handle threads and scheduling monitor callbacks.
99 private final ArrayList<Monitor> mMonitors = new ArrayList<Monitor>();
101 private Monitor mCurrentMonitor;
111 public void addMonitor(Monitor monitor) {
112 mMonitors.add(monitor);
168 return "Blocked in monitor " + mCurrentMonitor.getClass().getName()
180 mCurrentMonitor.monitor();
202 void monitor(); method in interface:Watchdog.Monitor
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adb.h 19 #define ADB_MISC 7 /* maybe a monitor */
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adb.h 19 #define ADB_MISC 7 /* maybe a monitor */
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adb.h 19 #define ADB_MISC 7 /* maybe a monitor */
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 36 private static final String TITLE = "Auto Monitor Logcat";
38 "Would you like ADT to automatically monitor logcat \n" +
75 disableButton.setText("No, do not monitor logcat output.");
78 enableButton.setText("Yes, monitor logcat and display logcat view if there are\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SwtUtils.java 17 package com.android.ide.eclipse.monitor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
AvdManagerAction.java 17 package com.android.ide.eclipse.monitor.actions;

Completed in 580 milliseconds

1 2 3 4 5 6 78 91011>>