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

1 23 4 5 6 7 8

  /external/chromium/base/test/
test_suite.cc 181 // Some of the app unit tests spin runloops.
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 133 // Check the timeout before pumping events, so that we'll spin
  /external/kernel-headers/original/asm-arm/
spinlock.h 9 * ARMv6 Spin-locking.
  /external/kernel-headers/original/asm-generic/bitops/
atomic.h 45 * *_bit function is holding a spin lock. If the NMI handler also wants
  /external/kernel-headers/original/asm-x86/
spinlock_32.h 22 * Simple spin lock operations. There are two variants, one clears IRQ's
  /external/valgrind/main/docs/internals/
Darwin-notes.txt 37 "pause()" call in said test is turned into a spin ("while (1) ;") then
  /external/webkit/Source/JavaScriptCore/wtf/
CONTRIBUTORS.pthreads-win32 21 implementation of spin locks and barriers;
  /external/webkit/Source/WebCore/css/
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;
themeWin.css 102 input::-webkit-outer-spin-button {
  /external/webkit/Source/WebCore/manual-tests/
input-type-datetime-default-value.html 5 <p>Enter Up or Down, or click the spin buttons for each input field.</p>
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 94 // Spin the animation to the correct frame before we try to draw it, so we
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 129 // TODO: spin a service to copy the restored image to sd/usb storage,
  /frameworks/base/media/libstagefright/
StagefrightMediaScanner.cpp 65 // spin up a new EAS engine
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 74 // Spin like a mad thing!
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 67 // // setup an intent to spin up this activity with something useful
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java 32 * <p/>This currently uses spin-wait non-blocking I/O. A Selector would be more efficient,
40 static final int WAIT_TIME = 5; // spin-wait sleep, in ms
650 // non-blocking spin
703 // non-blocking spin
  /dalvik/vm/
Exception.h 37 * wrong, we'll go into a death spin during startup because we can't find
120 * death-spin if the "class not found" exception can't be found.
Atomic.cpp 25 * spin lock implementation. We don't want to rely on mutex innards,
  /dalvik/tests/044-proxy/src/
BasicTest.java 40 /* take it for a spin; verifies instanceof constraint */
  /external/chromium/base/
time_win_unittest.cc 124 // Spin until the clock has detected a change.
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 46 // When we're waiting for asynchronous messages, we have to spin the message
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 165 // Spin until either a client response arrives or a timeout occurs.
  /external/chromium/chrome/browser/ui/
browser_init.h 23 // class containing helpers for BrowserMain to spin up a new instance and
  /external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.cpp 300 // Ignores the paddings for the inner spin button.
322 // Center the spin button vertically, and move it to the right by
326 // If the diff is odd, the top area over the spin button takes the
352 // If we found a spin button, we're done.
    [all...]
RenderThemeWin.cpp 96 // Spin button parts
100 // Spin button states
217 m_spinButtonTheme = OpenThemeData(0, L"Spin");
694 // spin button of which height is less than 2px.
    [all...]

Completed in 1195 milliseconds

1 23 4 5 6 7 8