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

1 2 3 4 5 6 7 8

  /external/valgrind/unittest/
helgrind.supp 3 spin lock: pthread_spin_init
8 spin lock: pthread_spin_init
  /external/valgrind/main/none/tests/x86/
yield.c 16 static int spin; variable
29 spin++;
46 // (ie. we're in a spin-wait loop)
77 printf("spin=%d rep_nop=%d rep_nop:spin ratio: %g\n",
78 spin, rep_nop, (float)rep_nop / spin);
80 if (spin > rep_nop)
83 printf("FAIL spin=%d rep_nop=%d rep_nop:spin ratio: %g\n",
    [all...]
  /packages/experimental/CameraPreviewTest/
README 5 Allows for testing the camera without having to spin up all of video chat.
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.css 15 -webkit-animation-name: spin;
30 @-webkit-keyframes spin {
  /dalvik/tests/083-jit-regressions/
info.txt 9 2302318 Crash during spin-on-suspend testing
  /external/llvm/test/Transforms/InstCombine/
2005-07-07-DeadPHILoop.ll 3 ; This example caused instcombine to spin into an infinite loop.
  /external/chromium/base/
spin_wait.h 12 // We provide a simple one argument spin wait (for 1 second), and a generic
13 // spin wait (for longer periods of time).
30 // Since tests generally have a 5 second watch dog timer, this spin loop is
lazy_instance.cc 23 // It's either in the process of being created, or already created. Spin.
  /dalvik/tests/030-bad-finalizer/src/
BadFinalizer.java 19 /* spin for a bit */
  /external/chromium/chrome/browser/resources/
network_menu.css 38 -webkit-animation-name: spin;
44 @-webkit-keyframes spin {
  /external/webkit/Source/WebCore/manual-tests/
crash-and-no-repaint-after-wake-from-sleep.html 36 Make the whole set of rows use the x-axis spin animation
39 -webkit-animation-name: x-spin;
85 -webkit-animation-name: y-spin;
90 -webkit-animation-name: back-y-spin;
95 -webkit-animation-name: y-spin;
113 @-webkit-keyframes x-spin {
119 @-webkit-keyframes y-spin {
125 @-webkit-keyframes back-y-spin {
no-repaint-after-wake-from-sleep.html 35 Make the whole set of rows use the x-axis spin animation
38 -webkit-animation-name: x-spin;
84 -webkit-animation-name: y-spin;
89 -webkit-animation-name: back-y-spin;
94 -webkit-animation-name: y-spin;
112 @-webkit-keyframes x-spin {
118 @-webkit-keyframes y-spin {
124 @-webkit-keyframes back-y-spin {
  /external/chromium/base/synchronization/
lock_impl_win.cc 11 // The second parameter is the spin count, for short-held locks it avoid the
lock_impl.h 23 // This class implements the underlying platform-specific spin-lock mechanism
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
fall.rs 83 float spin;
112 leaf->spin = degrees(rsRand(-0.02f, 0.02f)) * 0.25f;
248 float spin = leaf->spin;
255 spin *= 0.25f;
256 leaf->spin = spin;
261 r += spin;
266 r += spin * 2.0f;
280 leaf->spin = degrees(rsRand(-0.02f, 0.02f)) * 0.35f
    [all...]
  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 44 * Spin through them all and list ourselves as a reference holder.
99 * Spin through them all and visit them
153 * Spin through all the objects and build up a string describing
  /dalvik/tools/
deadcode.py 8 """Spin through the input buffer looking for section header lines.
45 """Spin through the 'method code index' section and extract all
68 """Spin through all the input method signatures. For each one, return
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 250 sp<AudioStreamInALSA> spIn;
260 spIn = getActiveInput_l();
263 if (spIn != 0) {
266 spIn->standby();
313 sp<AudioStreamInALSA> spIn;
322 spIn = mInputs[index];
326 spIn.clear();
333 sp<AudioStreamInALSA> spIn;
359 spIn = getActiveInput_l();
360 while (spIn != 0)
    [all...]
  /external/proguard/
README 20 If you want to give ProGuard a spin right away, try processing the ProGuard
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 123 waiter.spin = true;
137 waiter.spin = false;
171 Boolean spin = false; field in class:OldAndroidMonitorTest.Waiter
188 while (spin) {
189 // We're going to get interrupted while we spin.
195 "during spin");
  /external/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
135 // Thus it makes sense to spin longer the next time.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
webkit 9 -webkit-inner-spin-button
38 -webkit-outer-spin-button
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
135 // Thus it makes sense to spin longer the next time.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
135 // Thus it makes sense to spin longer the next time.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
135 // Thus it makes sense to spin longer the next time.

Completed in 1170 milliseconds

1 2 3 4 5 6 7 8