/external/chromium_org/base/ |
lazy_instance.cc | 29 // It's either in the process of being created, or already created. Spin.
|
/external/chromium_org/chrome/browser/profiles/ |
profile_manager_browsertest.cc | 97 // Spin things till profile is actually deleted. 129 // Spin to allow profile creation to take place, loop is terminated 145 // Spin things so deletion can take place. 214 // Spin to allow profile creation to take place, loop is terminated
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
ShadowElementNames.cpp | 46 DEFINE_STATIC_LOCAL(AtomicString, name, ("spin", AtomicString::ConstructFromLiteral));
|
/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,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.pl | 208 &jmp (&label("spin")); 211 &set_label("spin"); 214 &je (&label("spin")); 259 &set_label("spin"); 263 &jne (&label("spin"));
|
/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"));
|
/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/chromium_org/third_party/WebKit/Source/core/css/ |
html.css | 556 input[type="date"]::-webkit-inner-spin-button, 557 input[type="datetime"]::-webkit-inner-spin-button, 558 input[type="datetime-local"]::-webkit-inner-spin-button, 559 input[type="month"]::-webkit-inner-spin-button, 560 input[type="time"]::-webkit-inner-spin-button, 561 input[type="week"]::-webkit-inner-spin-button { 586 input::-webkit-inner-spin-button { 587 -webkit-appearance: inner-spin-button; 592 * use RenderTextControlSingleLine as renderer which sets height of spin 800 input[type="date"]:disabled::-webkit-inner-spin-button [all...] |
/external/chromium_org/chrome/renderer/autofill/ |
autofill_renderer_browsertest.cc | 30 // message so updates will get coalesced, but as soon as we spin the message 135 // message so updates will get coalesced, but as soon as we spin the message 190 // message so updates will get coalesced, but as soon as we spin the message 211 // message so updates will get coalesced, but as soon as we spin the message
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread.c | 64 #include "spin.c"
|
pthread_spin_lock.c | 5 * This translation unit implements spin lock primitives.
|
pthread_spin_trylock.c | 5 * This translation unit implements spin lock primitives.
|
pthread_spin_unlock.c | 5 * This translation unit implements spin lock primitives.
|
ptw32_getprocessors.c | 48 * will block rather than spin if the lock is already owned.
|
ptw32_spinlock_check_need_init.c | 5 * This translation unit implements spin lock primitives.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
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_org/third_party/icu/source/test/threadtest/ |
threadtest.h | 15 // program that nows how to spin up and control threads
|
/external/chromium_org/third_party/sqlite/src/test/ |
thread2.test | 116 # Also important to halt the worker threads, which are using spin
|
/external/chromium_org/tools/traceline/traceline/ |
assembler_unittest.cc | 17 cb.spin();
|
/external/icu4c/test/threadtest/ |
threadtest.h | 15 // program that nows how to spin up and control threads
|
/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/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_watcher_unittest.cc | 134 // Spin the message loop so the base::FilePathWatcher is created. 149 // spin the message loop so the base::FilePathWatcher is deleted.
|
/external/chromium_org/remoting/base/ |
plugin_thread_task_runner.cc | 137 // Post tasks to the plugin thread when it is availabe or spin the shutdown 168 // Spin the shutdown loop if the task runner has already been detached.
|