HomeSort by relevance Sort by last modified time
    Searched full:monitors (Results 1 - 25 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/processes/process_monitor/
manifest.json 4 "description": "Adds a browser action that monitors resource usage of all browser processes.",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
manifest.json 4 "description": "Adds a browser action that monitors resource usage of all browser processes.",
  /external/chromium_org/ui/gfx/
color_profile.cc 16 // TODO: support multiple monitors.
color_profile_win.cc 14 // TODO: support multiple monitors.
  /dalvik/tests/003-omnibus-opcodes/src/
Monitor.java 6 * Exercise monitors.
  /external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
ChromiumTestShellApplicationObserver.java 10 * Monitors events happening in {@link ChromiumTestShellApplication}.
  /external/ipsec-tools/
main.c 130 static int monitors; variable
148 if (fd < 0 || monitors == 10) {
152 callbacks[monitors] = callback;
153 pollfds[monitors].fd = fd;
154 pollfds[monitors].events = callback ? POLLIN : 0;
155 ++monitors;
195 if (poll(pollfds, monitors, timeout) > 0) {
197 for (i = 0; i < monitors; ++i) {
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prcmon.h 39 ** Interface to cached monitors. Cached monitors use an address to find a
43 ** A hash table is used to quickly map addresses to individual monitors
46 ** Cache monitors are about 5 times slower to use than uncached monitors.
  /external/smack/src/org/jivesoftware/smackx/muc/
RoomListenerMultiplexor.java 48 private static final Map<Connection, WeakReference<RoomListenerMultiplexor>> monitors = field in class:RoomListenerMultiplexor
62 synchronized (monitors) {
63 if (!monitors.containsKey(conn) || monitors.get(conn).get() == null) {
72 monitors.put(conn, new WeakReference<RoomListenerMultiplexor>(rm));
74 // Return the InvitationsMonitor that monitors the connection
75 return monitors.get(conn).get();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ApplicationLifetime.java 19 * Sets the observer that monitors for ApplicationLifecycle events.
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_profile_observer.h 14 // Monitors profile switching for ChromeOS to check the per-user
  /external/chromium_org/chrome/browser/net/
net_pref_observer.h 25 // Monitors network-related preferences for changes and applies them.
  /external/chromium_org/remoting/host/
host_event_logger.h 23 // Creates an event-logger that monitors host status changes and logs
local_input_monitor.h 20 // Monitors the local input to notify about mouse movements. On Mac and Linux
  /external/iproute2/man/man8/
rtmon.8 3 rtmon \- listens to and monitors RTnetlink
15 socket and monitors routing table changes.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
package-info.java 10 * monitors. The framework permits much greater flexibility in the use of
28 * These are similar in usage to the implicit monitors accessed using
  /art/test/003-omnibus-opcodes/src/
Monitor.java 19 * Exercise monitors.
  /development/samples/BluetoothHDP/
_index.jd 7 Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and
  /external/chromium/chrome/browser/net/
net_pref_observer.h 21 // Monitors network-related preferences for changes and applies them.
  /external/chromium_org/chrome/installer/linux/common/
repo.cron 10 # monitors that config to see if it has been disabled by the overly aggressive
  /external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.h 38 // Monitors a service type and prints information regarding all services on it
  /external/chromium_org/chrome_frame/infobars/internal/
host_window_manager.h 14 // 1) Monitors the lifecycle of a specific child window (as identified by
  /external/chromium_org/media/audio/
scoped_loop_observer.h 19 // a message loop pointer and monitors it for destruction. If the object goes
  /external/chromium_org/net/spdy/
spdy_session_test_util.h 16 // SpdySessionTestTaskObserver is a MessageLoop::TaskObserver that monitors the
  /external/chromium_org/remoting/host/win/
session_input_injector.h 20 // Monitors and passes key/mouse events to a nested event executor. Injects

Completed in 4623 milliseconds

1 2 3 4 5 6 7 8 91011>>