HomeSort by relevance Sort by last modified time
    Searched refs:spin (Results 1 - 9 of 9) sorted by null

  /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...]
  /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/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...]
  /external/webkit/Source/WebCore/css/
themeWin.css 102 input::-webkit-outer-spin-button {
html.css 446 input::-webkit-inner-spin-button {
447 -webkit-appearance: inner-spin-button;
454 input::-webkit-outer-spin-button {
455 -webkit-appearance: outer-spin-button;
  /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;
  /external/openssl/crypto/
sparccpuid.S 190 .spin: call YIELD_CPU
194 be .spin
198 be .spin
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 2257 int spin = 0; local
    [all...]

Completed in 403 milliseconds