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

12 3 4 5 6 7 8

  /prebuilt/ndk/android-ndk-r7/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/astl/tests/
test_string.cpp 333 const char *text = "You spin my head right round.";
339 EXPECT_TRUE(str1 == "You spin my head right round. Flo Rida.");
343 EXPECT_TRUE(str2 == "You spin my head right round. Flo Rida.");
345 string str3("You spin ");
347 EXPECT_TRUE(str3 == "You spin my head right round.");
349 string str4("You spin ");
352 EXPECT_TRUE(str4 == "You spin my head right round.");
374 EXPECT_TRUE(str10 == "You spin my head right round.");
377 str11.append("You spin my head right round.", 5, 11);
432 const char *text = "You spin my head right round."
    [all...]
  /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 177 &jmp (&label("spin"));
180 &set_label("spin");
183 &je (&label("spin"));
227 &set_label("spin");
231 &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 109 * zero will block if no thread fulfills it after a short spin.
111 * another slot. Waiting threads spin for a while (a period that
183 /** The number of CPUs, for sizing and spin control */
208 * The number of times to spin (doing nothing except polling a
223 * The number of times to spin before blocking in timed waits.
224 * Timed waits spin more slowly because checking the time takes
233 * interruption, timeout, or elapsed spin-waits. This value is
291 * and sometimes decreases when a spin-wait elapses. Changes
332 Object v = spinWait(me, slot); // Spin wait for non-0
425 * Spin-waits for hole for a non-0 slot. Fails if spin elapse
    [all...]
SynchronousQueue.java 107 * fulfilled first spin a bit (on multiprocessors only). On very
154 /** The number of CPUs, for spin control */
158 * The number of times to spin before blocking in timed waits.
167 * The number of times to spin before blocking in untimed waits.
168 * This is greater than timed value because untimed waits spin
169 * faster since they don't need to check times on each spin.
174 * The number of nanoseconds for which it is faster to spin
618 continue; // spin
    [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
  /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
  /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 135 super("Spin prio=" + prio);
  /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
  /external/chromium/base/metrics/
stats_table_unittest.cc 121 // Spin up a set of threads to go bang on the various counters.
199 // Spin up a set of processes to go bang on the various counters.
  /external/chromium/chrome/browser/google/
google_update.cc 203 // We no longer need to spin the message loop that we started spinning in
337 // We need to spin the message loop while Google Update is running so that it
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 574 inner-spin-button
602 outer-spin-button
  /dalvik/vm/
AtomicCache.h 66 * an atomic flag. If the flag is set, we could sit and spin,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 577 SpinThread spin = new SpinThread(); local
578 spinner = new Thread(spin);
587 spin.done = true;
590 spin.done = true;

Completed in 814 milliseconds

12 3 4 5 6 7 8