/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/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/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/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
|
/development/samples/BluetoothHDP/ |
_index.html | 3 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.
|
/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.
|
/docs/source.android.com/src/devices/tech/datausage/ |
index.jd | 21 monitors overall data usage, and supports warning or limit thresholds
|
/external/chromium/chrome/browser/ui/cocoa/ |
styled_text_field.mm | 21 // AutocompleteEditViewMac monitors. This causes problems because
|
/external/libvpx/libvpx/vp8/encoder/ |
segmentation.c | 25 /* Reset Gf useage monitors */
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.h | 148 * that needs to shown to control interface monitors. 162 * wpa_msg - Conditional printf for default target and ctrl_iface monitors 171 * same message to all attached ctrl_iface monitors. 178 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors 186 * 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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
ProgressMonitor.java | 37 * Monitors are passed into the expensive operations, and those operations
|
/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
|
/dalvik/vm/ |
Sync.h | 114 * Frees unmarked monitors from the monitor list. The given callback
|
/external/chromium/chrome/common/extensions/docs/static/ |
pageAction.html | 82 <!-- [PENDING: We should discuss how tabs and page actions are related. All methods take a tab ID argument. How do you get that tab ID? What's the usual way of arranging the code that monitors pages? Point to examples.] -->
|
/external/chromium/net/base/ |
network_change_notifier.h | 15 // NetworkChangeNotifier monitors the system for network changes, and notifies
|