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

1 2 3

  /frameworks/base/services/java/com/android/server/power/
ScreenOnBlocker.java 20 * Low-level screen on blocker mechanism which is used to keep the screen off
25 * Acquires the screen on blocker.
34 * Releases the screen on blocker.
37 * It is an error to call release() if the screen on blocker has not been acquired.
SuspendBlocker.java 20 * Low-level suspend blocker mechanism equivalent to holding a partial wake lock.
27 * Acquires the suspend blocker.
36 * Releases the suspend blocker.
39 * It is an error to call release() if the suspend blocker has not been acquired.
  /external/chromium_org/third_party/WebKit/ManualTests/
js-timers-beneath-modal-dialog.html 2 <p>Please disable popup blocker for this test.</p>
  /external/chromium_org/base/threading/
sequenced_worker_pool_unittest.cc 89 void BlockTask(int id, ThreadBlocker* blocker) {
98 blocker->Block();
226 ThreadBlocker blocker; local
230 tracker(), -1, &blocker));
235 blocker.Unblock(kNumWorkerThreads);
258 ThreadBlocker* blocker,
264 blocker->Unblock(threads_to_awake);
410 ThreadBlocker blocker; local
414 base::Bind(&TestTracker::BlockTask, tracker(), 100, &blocker));
447 blocker.Unblock(1)
459 ThreadBlocker blocker; local
509 ThreadBlocker blocker; local
555 ThreadBlocker blocker; local
606 ThreadBlocker blocker; local
649 ThreadBlocker blocker; local
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/
iframe-reparenting-close-window-iframe.html 11 setTimeout("window.parent.transferIframe();", 5000); // Wait long enough for Chrome popup blocker to release the window so it can actually close.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 38 * {@code blocker} object parameter. This object is recorded while
44 * {@code blocker} within a lock implementation is {@code this}.
150 * @param blocker the synchronization object responsible for this
154 public static void park(Object blocker) {
156 setBlocker(t, blocker);
188 * @param blocker the synchronization object responsible for this
193 public static void parkNanos(Object blocker, long nanos) {
196 setBlocker(t, blocker);
229 * @param blocker the synchronization object responsible for this
235 public static void parkUntil(Object blocker, long deadline)
    [all...]
  /external/chromium/chrome/browser/
popup_blocker_browsertest.cc 32 // If the popup blocker blocked the blank post, there should be only one
  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.h 12 // the popup blocker, download bar, info bar and tabs.
  /external/chromium_org/chrome/browser/download/
download_completion_blocker.h 28 // Mark this download item as complete with respect to this blocker. (Other
  /external/chromium_org/content/browser/
power_save_blocker_impl.h 22 // so the blocker could be removed by platform if the view isn't visble
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_browsertest.cc 119 // If the popup blocker blocked the blank post, there should be only one
204 "message if popup blocker is enabled";
245 // Since the popup blocker blocked the window.open, there should be only one
304 // Wait until the request actually has hit the popup blocker. The
318 // If the popup blocker blocked the blank post, there should be only one tab.
357 // If the popup blocker blocked the blank post, there should be only one tab.
393 // If the popup blocker blocked the blank post, there should be only one tab.
466 // If the popup blocker blocked the blank post, there should be only one tab.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.h 120 rbug_block_t blocker; member in struct:rbug_proto_context_info_reply
181 rbug_block_t blocker,
rbug_context.c 378 rbug_block_t blocker,
394 LEN(4); /* blocker */
412 WRITE(4, rbug_block_t, blocker); /* blocker */
716 READ(4, rbug_block_t, blocker); /* blocker */
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 120 rbug_block_t blocker; member in struct:rbug_proto_context_info_reply
181 rbug_block_t blocker,
rbug_context.c 378 rbug_block_t blocker,
394 LEN(4); /* blocker */
412 WRITE(4, rbug_block_t, blocker); /* blocker */
716 READ(4, rbug_block_t, blocker); /* blocker */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.h 73 int blocker; member in struct:rbug_context::__anon14646
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 73 int blocker; member in struct:rbug_context::__anon24988
  /packages/apps/Camera/res/layout-land/
photo_module_content.xml 29 android:id="@+id/blocker"
video_module.xml 28 android:id="@+id/blocker"
  /packages/apps/Camera/res/layout-port/
photo_module_content.xml 29 android:id="@+id/blocker"
video_module.xml 28 android:id="@+id/blocker"
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 261 // PowerSaveBlocker is needed; the blocker from the first extension
271 // When the first extension is unloaded, a new app-suspension blocker
272 // should be created before the display-sleep blocker is destroyed.
  /packages/apps/Camera2/res/layout-land/
camera_controls.xml 23 android:id="@+id/blocker"
  /packages/apps/Camera2/res/layout-port/
camera_controls.xml 23 android:id="@+id/blocker"
  /packages/apps/Gallery2/res/layout-land/
camera_controls.xml 23 android:id="@+id/blocker"

Completed in 503 milliseconds

1 2 3