/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SetFolders.java | 43 IProgressMonitor monitor) 88 folder.create(true, true, monitor); 95 folder.create(true, true, monitor); 99 monitor); local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidNature.java | 120 * @param monitor An optional progress monitor. Can be null. 126 IProgressMonitor monitor, boolean addAndroidNature) throws CoreException { 128 if (monitor == null) monitor = new NullProgressMonitor(); 135 addNatureToProjectDescription(project, JavaCore.NATURE_ID, monitor); 137 addNatureToProjectDescription(project, AdtConstants.NATURE_DEFAULT, monitor); 150 * @param monitor An existing progress monitor. 154 String natureId, IProgressMonitor monitor) throws CoreException [all...] |
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivityTest.java | 68 Instrumentation.ActivityMonitor monitor = local 73 Activity activity = mInstrumentation.waitForMonitorWithTimeout(monitor, ACTIVITY_WAIT);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
helper.h | 25 // The rect is centered within the default monitor and sized accordingly if 26 // |size| is not empty. Otherwise the whole monitor is occupied.
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
display_info_provider_win.cc | 22 BOOL CALLBACK EnumMonitorCallback(HMONITOR monitor, 34 base::win::GetMonitorInfoWrapper(monitor, &monitor_info);
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_test_helpers.h | 47 // Base class for the other test helpers. This just sets up the system monitor. 56 // This must be constructed before the system monitor.
|
gamepad_provider.cc | 49 base::SystemMonitor* monitor = base::SystemMonitor::Get(); local 50 if (monitor) 51 monitor->RemoveDevicesChangedObserver(this); 107 base::SystemMonitor* monitor = base::SystemMonitor::Get(); local 108 if (monitor) 109 monitor->AddDevicesChangedObserver(this);
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_drm.h | 52 * monitor on which the plugin instance is displayed in |hmonitor|. PP_TRUE is 65 * Asynchronously returns a value indicating whether the monitor on which the
|
/external/chromium_org/remoting/host/ |
ipc_host_event_logger.cc | 16 IpcHostEventLogger::IpcHostEventLogger(base::WeakPtr<HostStatusMonitor> monitor, 19 monitor_(monitor) {
|
/external/chromium_org/remoting/host/win/ |
wts_terminal_monitor.h | 30 // monitor the console session. 32 // Each observer instance can monitor a single WTS console. Returns
|
/external/chromium_org/sync/internal_api/test/ |
test_internal_components_factory.cc | 36 ExtensionsActivity* monitor, 46 connection_manager, directory, workers, monitor,
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_screen_win.cc | 17 MONITORINFO GetMonitorInfoForMonitor(HMONITOR monitor) { 20 GetMonitorInfo(monitor, &monitor_info);
|
/external/iproute2/man/man8/ |
rtmon.8 | 37 want to monitor. It may contain 'link', 'address', 'route' 59 .B # ip monitor file /var/log/rtmon.log
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/ |
ClassCacheTest.java | 13 // Substitute this LOCK with your monitor (could be you object you are 52 // Substitute this LOCK with your monitor (could be you object you are
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
battery-monitoring.jd | 17 <li><a href="#MonitorChargeState">Monitor Changes in Charging State</a></li> 19 <li><a href="#MonitorLevel">Monitor Significant Changes in Battery Level</a></li> 77 <h2 id="MonitorChargeState">Monitor Changes in Charging State</h2> 80 monitor the charging state for changes and alter your refresh rate accordingly.</p> 128 <h2 id="MonitorLevel">Monitor Significant Changes in Battery Level</h2> 130 <p>You can't easily continually monitor the battery state, but you don't need to.</p> 133 impact on the battery than your app's normal behavior, so it's good practice to only monitor 154 lesson shows you how to determine the current dock state and monitor for changes in device
|
/libcore/libdvm/src/main/java/java/lang/ |
VMThread.java | 47 * Queries whether this Thread holds a monitor lock on the 63 Thread.State.BLOCKED, // MONITOR
|
Object.java | 262 * Causes a thread which is waiting on this object's monitor (by means of 266 * that called {@code notify()} has to release the object's monitor first. 271 * monitor. A thread becomes owner of an object's monitor 290 * Causes all threads which are waiting on this object's monitor (by means 293 * release the object's monitor first. Also, the threads still have to 297 * monitor. A thread becomes owner of an object's monitor 309 * object's monitor. 338 * only be invoked by a thread which owns this object's monitor; se [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorPlugin.java | 17 package com.android.ide.eclipse.monitor; 28 public static final String PLUGIN_ID = "com.android.ide.eclipse.monitor"; //$NON-NLS-1$
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_udev.c | 69 usbi_err(NULL, "could not initialize udev monitor"); 75 usbi_err(NULL, "could not initialize udev monitor filter for \"usb\" subsystem"); 80 usbi_err(NULL, "failed to enable the udev monitor"); 90 usbi_err(NULL, "getting udev monitor fd flags (%d)", errno); 95 usbi_err(NULL, "setting udev monitor fd flags (%d)", errno); 143 /* Release the udev monitor */
|
/external/qemu/ |
qemu-error.c | 14 #include "monitor.h" 17 * Print to current monitor if we have one, else to stderr. 31 * Print to current monitor if we have one, else to stderr. 161 * Print current location to current monitor if we have one, else to stderr. 195 * Print an error message to current monitor if we have one, else to stderr. 197 * It's wrong to call this in a QMP monitor. Use qerror_report() there.
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
RoomListenerMultiplexor.java | 46 // We use a WeakHashMap so that the GC can collect the monitor when the 58 * @param conn the connection to monitor for room invitations. 69 // We need to use a WeakReference because the monitor references the 70 // connection and this could prevent the GC from collecting the monitor 71 // when no other object references the monitor 127 * listeners will be fired. When the connection gets closed the monitor will remove
|
/frameworks/base/docs/html/tools/help/ |
gltracer.jd | 30 Device Monitor tool.</p> 41 <p>To run Tracer in Device Monitor:</p> 44 <li>Start the <a href="monitor.html">Device Monitor</a> tool.</li> 67 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong> 97 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
|
/libcore/libart/src/main/java/java/lang/ |
Object.java | 274 * Causes a thread which is waiting on this object's monitor (by means of 278 * that called {@code notify()} has to release the object's monitor first. 283 * monitor. A thread becomes owner of an object's monitor 302 * Causes all threads which are waiting on this object's monitor (by means 305 * release the object's monitor first. Also, the threads still have to 309 * monitor. A thread becomes owner of an object's monitor 321 * object's monitor. 350 * only be invoked by a thread which owns this object's monitor; se [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 67 /** the monitor object */ 90 * @param monitor progress monitor for launch 94 String requiredApiVersionNumber, AndroidLaunch launch, IProgressMonitor monitor) { 101 mMonitor = monitor; 197 * @return the launch progress monitor
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateWizard.java | 154 protected boolean performFinish(IProgressMonitor monitor) throws InvocationTargetException { 157 monitor.beginTask("Creating template...", changes.size()); 161 composite.perform(monitor); 166 monitor.done(); 186 public void run(IProgressMonitor monitor) throws InvocationTargetException, 188 boolean ok = performFinish(monitor);
|