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

1 2 3 4 5 6 7

  /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.",
  /dalvik/tests/003-omnibus-opcodes/src/
Monitor.java 6 * Exercise monitors.
  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 46 GList *monitors; member in struct:_GUnionVolumeMonitor
68 while (monitor->monitors != NULL)
70 child_monitor = monitor->monitors->data;
91 for (l = monitor->monitors; l != NULL; l = l->next)
116 for (l = monitor->monitors; l != NULL; l = l->next)
142 for (l = monitor->monitors; l != NULL; l = l->next)
168 for (l = monitor->monitors; l != NULL; l = l->next)
194 for (l = monitor->monitors; l != NULL; l = l->next)
223 for (l = monitor->monitors; l != NULL; l = l->next)
369 if (g_list_find (union_monitor->monitors, volume_monitor)
    [all...]
  /external/iproute2/man/man8/
rtmon.8 3 rtmon \- listens to and monitors RTnetlink
15 socket and monitors routing table changes.
  /external/ipsec-tools/
main.c 127 } monitors[10]; variable in typeref:struct:__anon6467
177 monitors[i].callback(monitors[i].ctx, pollfds[i].fd);
193 monitors[monitor_count].callback = callback;
194 monitors[monitor_count].ctx = ctx;
  /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
  /external/chromium/chrome/browser/net/
net_pref_observer.h 21 // Monitors network-related preferences for changes and applies them.
  /frameworks/base/opengl/libs/GLES2/
gl2ext_api.in 67 void API_ENTRY(glGenPerfMonitorsAMD)(GLsizei n, GLuint *monitors) {
68 CALL_GL_API(glGenPerfMonitorsAMD, n, monitors);
70 void API_ENTRY(glDeletePerfMonitorsAMD)(GLsizei n, GLuint *monitors) {
71 CALL_GL_API(glDeletePerfMonitorsAMD, n, monitors);
  /libcore/luni/src/main/java/java/lang/
ThreadDeath.java 22 * orderly unrolling of the thread's stack (eg. cleanup of monitors).
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 26 * This class monitors the change of country.
  /dalvik/tests/088-monitor-verification/src/
Main.java 99 * Confirms that we can have 32 nested monitors on one method.
138 * Confirms that we can have more than 32 non-nested monitors in one
  /external/chromium/chrome/browser/chromeos/
sms_observer.cc 38 // Remove monitors for networks that are not in the list anymore.
58 // Add monitors for new networks.
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field.mm 21 // AutocompleteEditViewMac monitors. This causes problems because
  /external/libvpx/vp8/encoder/
segmentation.c 25 // Reset Gf useage monitors
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 172 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
181 * same message to all attached ctrl_iface monitors.
188 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors
196 * attached ctrl_iface monitors. In other words, it can be used for frequent
  /external/bluetooth/glib/gio/fam/
fam-helper.c 176 /* This is a gamin extension that avoids sending all the Exists event for dir monitors */
220 * if there are many monitors being canceled */
254 * if there are many monitors being canceled */
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 180 * that needs to shown to control interface monitors.
196 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
205 * same message to all attached ctrl_iface monitors.
212 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors
220 * attached ctrl_iface monitors. In other words, it can be used for frequent
  /external/chromium/base/
sys_info_posix.cc 110 // The number of monitors Xinerama has? We'll just use whatever GDK uses.
  /external/chromium/chrome/browser/
background_page_tracker.h 22 // This class is a singleton class that monitors when new background pages are
upgrade_detector.h 17 // This class is a singleton class that monitors when an upgrade happens in the
browser_process_impl.h 267 // Monitors the state of the 'DisablePluginFinder' policy.
270 // Monitors the list of disabled schemes policy.
  /external/dbus/tools/
dbus-monitor.1 27 specified, \fIdbus-monitor\fP monitors the session bus.
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockMonitor.java 24 * support for creating sub-monitors.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 30 * Monitors adb output for am errors, and retries launch as appropriate.
56 * Monitors the am process for error messages. If an error occurs, will reattempt launch up to
  /external/wpa_supplicant/
ctrl_iface_unix.c 33 * struct wpa_ctrl_dst - Internal data structure of control interface monitors
36 * interface monitors into struct wpa_supplicant. This data is private to
425 * there are any attached monitors in order to allow
429 "monitors to receive messages");
477 * wpa_supplicant_ctrl_iface_send - Send a control interface packet to monitors

Completed in 606 milliseconds

1 2 3 4 5 6 7