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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
spin.c 2 * spin.c
5 * This translation unit implements spin lock primitives.
pthread_spin_init.c 5 * This translation unit implements spin lock primitives.
72 #error ERROR [__FILE__, line __LINE__]: Process shared spin locks are not supported yet.
  /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
  /art/test/030-bad-finalizer/src/
BadFinalizer.java 33 /* spin for a bit */
  /external/chromium/base/
lazy_instance.cc 23 // It's either in the process of being created, or already created. Spin.
  /external/chromium/base/synchronization/
lock_impl.h 23 // This class implements the underlying platform-specific spin-lock mechanism
  /external/chromium_org/base/memory/
singleton.cc 17 // to hit this race. When it does, we just spin and yield the thread until
  /external/chromium_org/base/synchronization/
lock_impl.h 22 // This class implements the underlying platform-specific spin-lock mechanism
  /external/chromium_org/chrome/browser/ui/cocoa/
run_loop_testing.mm 53 // Spin the internal loop, running it until the quit task is pumped. Pass NULL
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.h 22 * variable. Again, this may not be as fast as spin-waiting, but will consume
  /external/proguard/
README 20 If you want to give ProGuard a spin right away, try processing the ProGuard
  /external/sfntly/cpp/src/sfntly/port/
lock.cc 24 // The second parameter is the spin count, for short-held locks it avoid the
  /external/chromium_org/content/renderer/
resource_fetcher_browsertest.cc 220 // Need to spin up the renderer.
232 // Need to spin up the renderer.
246 // Need to spin up the renderer.
255 // Need to spin up the renderer.
269 // Need to spin up the renderer.
  /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");
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 67 // Spin the button around in a full circle
89 setupAnimation(rotateButton, rotateAnimation, R.animator.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.
  /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.
  /prebuilts/ndk/5/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.
  /prebuilts/ndk/6/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.
  /prebuilts/ndk/7/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.
  /prebuilts/ndk/8/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.
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/chromium/chrome/browser/chromeos/login/
ownership_status_checker.cc 29 // Take a spin on the message loop in order to avoid reentrancy in callers.

Completed in 526 milliseconds

12 3 4 5 6 7 8 91011>>