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

12 3 4 5 6 7 8 9

  /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.
  /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.
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 54 * Spin through the list of fields, find all object references,
114 * Spin through the list of fields, find all object references,
168 * Spin through the list of fields, add info about the field
ClassObj.java 56 * Spin through the list of static fields, find all object references,
199 * Spin through the list of static fields, find all object references,
Heap.java 149 * Spin through all of the class instances and link them to their
  /external/openssl/crypto/
x86cpuid.pl 208 &jmp (&label("spin"));
211 &set_label("spin");
214 &je (&label("spin"));
259 &set_label("spin");
263 &jne (&label("spin"));
sparccpuid.S 190 .spin: call YIELD_CPU
194 be .spin
198 be .spin
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 31 """ Spin control """
45 """ Spin control that's one based """
412 self.spin = wx.SpinButton(parent, -1, (w, top), (h*2/3, h), wx.SP_VERTICAL)
413 self.spin.SetValue(1)
414 self.spin.SetRange(-999,999)
416 self.spin.Bind(wx.EVT_SPIN_UP, self.OnSpinUp, self.spin)
417 self.spin.Bind(wx.EVT_SPIN_DOWN, self.OnSpinDown, self.spin)
499 self.spin.Enable(enable)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 108 * zero will block if no thread fulfills it after a short spin.
110 * another slot. Waiting threads spin for a while (a period that
182 /** The number of CPUs, for sizing and spin control */
207 * The number of times to spin (doing nothing except polling a
222 * The number of times to spin before blocking in timed waits.
223 * Timed waits spin more slowly because checking the time takes
232 * interruption, timeout, or elapsed spin-waits. This value is
292 * and sometimes decreases when a spin-wait elapses. Changes
333 Object v = spinWait(me, slot); // Spin wait for non-0
426 * Spin-waits for hole for a non-0 slot. Fails if spin elapse
    [all...]
  /external/icu4c/test/threadtest/
threadtest.h 15 // program that nows how to spin up and control threads
  /external/webkit/Source/WebCore/manual-tests/
interrupted-compound-transform.html 66 close to the red outlne and then spin counterclockwise. After 3 more seconds it should stop close to the
  /prebuilts/tools/common/proguard/proguard4.7/
README 16 If you want to give ProGuard a spin right away, try processing the ProGuard
  /external/chromium/third_party/libjingle/source/talk/examples/call/
voicemailjidrequester.h 54 // If we get an error, we spin off a new request:
90 // The first query (to node='voicemail' has returned an error) - we now spin
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mutex.cc 42 Mutex m(Mutex::Spin);
112 Mutex m(Mutex::Spin);
tsan_test_util_linux.cc 109 else if (type_ == Spin)
130 else if (type_ == Spin)
140 else if (type_ == Spin)
150 else if (type_ == Spin)
161 else if (type_ == Spin)
  /system/core/adb/
backup_service.c 79 // spin off the child process to run the backup command
141 // spin a thread to harvest the child process
  /dalvik/tests/083-jit-regressions/src/
Main.java 149 super("Spin prio=" + prio);
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 67 // Spin the button around in a full circle
  /external/chromium/chrome/common/extensions/docs/static/
api_other.html 66 to make the UI spin:
  /external/kernel-headers/original/linux/
seqlock.h 21 * On non-SMP the spin locks disappear but the writer still needs
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button_unittest.mm 171 // is done, which causes -mouseExited: to be called. Spin it at
201 // Spin event loop until the timeout passes.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 214 inner-spin-button
322 outer-spin-button
  /frameworks/base/services/java/com/android/server/am/
NativeCrashListener.java 58 * Spin the actual work of handling a debuggerd crash report into a
262 // go about it business right away, so we spin off the actual

Completed in 1099 milliseconds

12 3 4 5 6 7 8 9