/external/valgrind/unittest/ |
posix_tests.cc | 593 // which exits spin-loop in Waiter1(). 612 // which exit spin-loop in Waker().
|
/dalvik/vm/ |
Sync.cpp | 907 ALOGV("(%d) spin on lock %p: %#x (%#x) %#x", 915 * Spin until the thin lock is released or inflated. 975 ALOGV("(%d) spin on lock done %p: %#x (%#x) %#x", [all...] |
/bootable/recovery/ |
screen_ui.cpp | 189 // makes the spinner spin the other way.
|
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | 545 The branch offset must not be <code>0</code>. (A spin 556 The branch offset must not be <code>0</code>. (A spin 638 The branch offset must not be <code>0</code>. (A spin 659 The branch offset must not be <code>0</code>. (A spin [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_browsertest.cc | 412 // Spin the loop until the observer fires. Then, unregister the observer.
|
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
css_checker.py | 177 'inner-spin-button',
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller.mm | 269 // Spin a nested run loop until the |targetDate| is reached or a KeyUp event
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_cocoa.mm | 126 // spin a nested loop.
|
/external/chromium_org/ppapi/utility/graphics/ |
paint_manager.h | 88 /// However, this is not very nice to the host system since it will spin the
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 649 inner-spin-button
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextControlSingleLine.cpp | 172 // Ignores the paddings for the inner spin button.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_query.c | 353 /* flush for silly apps that spin on GL_QUERY_RESULT_AVAILABLE */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.c | 569 * the GPU is reset. Don't bother continuing to spin when the BO is idle. */
|
/external/chromium_org/tools/traceline/traceline/ |
assembler.h | 524 void spin() {
|
/external/chromium_org/ui/native_theme/ |
native_theme_win.cc | [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_url_request_job.cc | 150 // is needed to spin it up.
|
/external/chromium_org/win8/metro_driver/ |
file_picker.cc | 340 // Spin up a single or multi picker as appropriate.
|
/external/llvm/utils/lit/lit/ |
main.py | 148 # Otherwise spin up the testing threads and wait for them to finish.
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_query.c | 353 /* flush for silly apps that spin on GL_QUERY_RESULT_AVAILABLE */
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.c | 569 * the GPU is reset. Don't bother continuing to spin when the BO is idle. */
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 107 /// helgrind does not (yet) support spin locks, so we annotate them.
|
/frameworks/av/media/libmediaplayerservice/ |
MidiFile.cpp | 323 // don't need a lock here because we spin up a new engine
|
/libcore/luni/src/main/java/java/util/concurrent/ |
FutureTask.java | 304 // chance to interrupt us. Let's spin-wait patiently.
|
LinkedTransferQueue.java | 387 * The number of times to spin (with randomly interspersed calls 397 * The number of times to spin before blocking when a node is [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 793 public void fling(final View photo, float dx, float dy, int duration, boolean spin) { 807 if (spin) { [all...] |