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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/widget/
monitor_win.h 18 // Returns the bounds for the monitor that contains the largest area of
23 // ABE_LEFT, TOP, RIGHT, or BOTTOM) of monitor |monitor|. NULL is returned
28 VIEWS_EXPORT HWND GetTopmostAutoHideTaskbarForEdge(UINT edge, HMONITOR monitor);
monitor_win.cc 17 HMONITOR monitor = MonitorFromRect(&p_rect, MONITOR_DEFAULTTONEAREST); local
18 if (monitor) {
21 base::win::GetMonitorInfoWrapper(monitor, &mi);
28 HWND GetTopmostAutoHideTaskbarForEdge(UINT edge, HMONITOR monitor) {
33 return (::IsWindow(taskbar) && (monitor != NULL) &&
34 (MonitorFromWindow(taskbar, MONITOR_DEFAULTTONULL) == monitor) &&
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stderrB.exp 3 monitor command request to kill this process
mcbreak.stdinB.gdb 4 monitor v.set vgdb-error 999999
28 monitor v.set vgdb-error 0
60 monitor v.info n_errs_found
65 monitor v.set vgdb-error 0
68 monitor v.kill
  /prebuilts/eclipse/deltapack/
README 1 The Eclipse deltapack is used to build the monitor application (the RCP version of DDMS).
  /external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.cc 32 TestStorageMonitor* monitor = new TestStorageMonitor(); local
33 scoped_ptr<StorageMonitor> pass_monitor(monitor);
34 monitor->Init();
35 monitor->MarkInitialized();
40 return monitor;
51 scoped_ptr<StorageMonitor> monitor(return_monitor);
55 browser_process->set_storage_monitor_for_test(monitor.Pass());
68 StorageMonitor* monitor = g_browser_process->storage_monitor(); local
69 if (monitor->IsInitialized())
73 monitor->EnsureInitialized(base::Bind(&base::WaitableEvent::Signal
    [all...]
storage_monitor_unittest.cc 23 TestStorageMonitor monitor; local
24 EXPECT_FALSE(monitor.init_called());
27 monitor.EnsureInitialized(base::Bind(&SetLatch, &initialized));
28 EXPECT_TRUE(monitor.init_called());
30 monitor.MarkInitialized();
42 TestStorageMonitor monitor; local
43 monitor.AddObserver(&observer1);
44 monitor.AddObserver(&observer2);
48 monitor.receiver()->ProcessAttach(info);
60 monitor.receiver()->ProcessDetach(kDeviceId1)
85 TestStorageMonitor monitor; local
93 TestStorageMonitor monitor; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
options.html 4 <title>Chromium Buildbot Monitor Options</title>
7 <h2>Options for Chromium Buildbot Monitor</h2>
  /external/chromium_org/third_party/WebKit/ManualTests/
audio-freed-during-reload.html 12 Load this page and open Activity Monitor, htop, chrome's task manager, or another resource monitor.
  /sdk/monitor/
HOWTO-BUILD 1 To build the Monitor RCP based application, do:
5 $ cd sdk/monitor
  /dalvik/dx/tests/062-dex-synch-method/
expected.txt 5 0002: monitor-enter v1
6 0003: monitor-exit v1
13 0003: monitor-enter v3
17 0009: monitor-exit v3
20 000c: monitor-exit v3
33 0005: monitor-enter v6
39 000c: monitor-exit v6
49 0003: monitor-enter v7
56 000e: monitor-exit v7
65 0002: monitor-enter v
    [all...]
  /external/chromium_org/base/power_monitor/
power_monitor_source.cc 25 PowerMonitor* monitor = PowerMonitor::Get(); local
26 if (!monitor)
29 PowerMonitorSource* source = monitor->Source();
48 monitor->NotifyPowerStateChange(new_on_battery_power);
54 monitor->NotifyResume();
60 monitor->NotifySuspend();
  /sdk/build/
tools.darwin.atree 25 # RCP Monitor.
26 bin/monitor tools/monitor
27 eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64
  /dalvik/vm/
Sync.h 23 * Monitor shape field. Used to distinguish immediate thin locks from
43 * Monitor accessor. Extracts a monitor structure pointer from a fat
47 ((Monitor*)((x) & ~((LW_HASH_STATE_MASK << LW_HASH_STATE_SHIFT) | \
67 struct Monitor;
76 * Acquire the object's monitor.
106 * Interrupt a thread. If it's waiting on a monitor, wake it up.
110 /* create a new Monitor struct */
111 Monitor* dvmCreateMonitor(Object* obj);
114 * Frees unmarked monitors from the monitor list. The given callbac
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
VSyncMonitorTest.java 39 public void onVSync(VSyncMonitor monitor, long vsyncTimeMicros) {
54 if (mActivelyRequestUpdate) monitor.requestUpdate();
66 // The vsync monitor must be created on the UI thread to avoid associating the underlying
79 // Check that the vsync period roughly matches the timestamps that the monitor generates.
90 VSyncMonitor monitor = createVSyncMonitor(collector, enableJBVSync);
92 long reportedFramePeriod = monitor.getVSyncPeriodInMicroseconds();
96 monitor.requestUpdate();
99 monitor.stop();
113 // Check that the vsync period roughly matches the timestamps that the monitor generates.
119 // Check that the vsync period roughly matches the timestamps that the monitor generates
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 100 protected IStatus run(IProgressMonitor monitor) {
102 if (monitor != null) {
103 monitor.beginTask("Fix Project Properties", 6);
107 if (monitor != null) {
108 monitor.worked(1);
113 if (monitor != null) {
114 monitor.worked(1);
119 if (monitor != null) {
120 monitor.worked(1);
124 if (monitor != null)
    [all...]
  /external/srec/portable/include/
ptrd.h 59 * Library for basic thread and monitor functionality to ensure portability.
92 * Creates a thread monitor. Thread monitors can be locked, unlocked, can be
94 * locking, meaning that a thread owning the monitor can call lock without
97 * @param monitor Handle to the created monitor
103 PORTABLE_API ESR_ReturnCode PtrdMonitorCreate(PtrdMonitor **monitor);
106 * Destroys a monitor.
108 * @param monitor Handle to the monitor to destroy
111 * library is shutdown, or cannot lock on mutex; ESR_INVALID_ARGUMENT if monitor is nul
    [all...]
  /frameworks/base/docs/html/tools/help/
monitor.jd 1 page.title=Device Monitor
16 <p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
17 several Android application debugging and analysis tools. The Monitor tool does not
32 <p>To start Device Monitor, enter the following command from the SDK <code>tools/</code>
34 <pre>monitor</pre>
37 Monitor to the device by selecting it in the <strong>Devices</strong> window.</p>
40 If you're using ADT, you may need to close the debugging tool before launching the Device Monitor
  /art/runtime/
monitor.cc 17 #include "monitor.h"
40 * Every Object has a monitor associated with it, but not every Object is
42 * full-fledged monitor until a) there is actual contention or b) wait()
77 * Only one thread can own the monitor at any time. There may be several
81 * TODO: the various members of monitor are not SMP-safe.
89 * Monitor accessor. Extracts a monitor structure pointer from a fat
93 (reinterpret_cast<Monitor*>((x) & ~((LW_HASH_STATE_MASK << LW_HASH_STATE_SHIFT) | LW_SHAPE_MASK)))
103 bool (*Monitor::is_sensitive_thread_hook_)() = NULL;
104 uint32_t Monitor::lock_profiling_threshold_ = 0
848 Monitor* monitor = thread->wait_monitor_; local
885 Monitor* monitor = thread->wait_monitor_; local
1048 Monitor* monitor = LW_MONITOR(lock_word); local
    [all...]
  /external/iproute2/man/man8/
ip-monitor.8 1 .TH IP\-MONITOR 8 "20 Dec 2011" "iproute2" "Linux"
3 ip-monitor, rtmon \- state monitoring
9 .BR "ip monitor" " [ " all " |"
16 utility can monitor the state of devices, addresses
19 .B monitor
22 .BR "ip monitor" " [ " all " |"
26 is the list of object types that we want to monitor.
42 .BR "ip monitor" .
  /dalvik/dx/tests/076-dex-synch-and-stack/
expected.txt 5 0002: monitor-enter v3
11 000b: monitor-exit v3
14 000e: monitor-exit v3
  /external/qemu/
readline.h 10 typedef void ReadLineFunc(Monitor *mon, const char *str, void *opaque);
37 Monitor *mon;
52 ReadLineState *readline_init(Monitor *mon,
migration.h 42 Monitor *mon_resume;
52 void do_migrate(Monitor *mon, int detach, const char *uri);
54 void do_migrate_cancel(Monitor *mon);
56 void do_migrate_set_speed(Monitor *mon, const char *value);
60 void do_migrate_set_downtime(Monitor *mon, const char *value);
62 void do_info_migrate(Monitor *mon);
  /external/openssh/
monitor.h 1 /* $OpenBSD: monitor.h,v 1.16 2011/06/17 21:44:31 djm Exp $ */
72 struct monitor { struct
83 struct monitor *monitor_init(void);
84 void monitor_reinit(struct monitor *);
85 void monitor_sync(struct monitor *);
88 void monitor_child_preauth(struct Authctxt *, struct monitor *);
89 void monitor_child_postauth(struct monitor *);
92 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.h 16 // Some standard primary monitor sizes (no task bar).
23 // Represents a 1024x768 monitor that is the secondary monitor, arranged to
24 // the immediate left of the primary 1024x768 monitor.
27 // Represents a 1024x768 monitor that is the secondary monitor, arranged to
28 // the immediate right of the primary 1024x768 monitor.
31 // Represents a 1024x768 monitor that is the secondary monitor, arranged to
32 // the immediate top of the primary 1024x768 monitor
    [all...]

Completed in 2986 milliseconds

12 3 4 5 6 7 8 91011>>