/external/protobuf/src/google/protobuf/stubs/ |
once_unittest.cc | 94 WaitForSingleObject(thread_, INFINITE);
|
/external/webrtc/src/system_wrappers/source/ |
condition_variable_win.cc | 126 SleepCS(critSect, INFINITE);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
BitmapsActivity.java | 49 a.setRepeatCount(Animation.INFINITE);
|
ScaledTextActivity.java | 40 animation.setRepeatCount(ObjectAnimator.INFINITE);
|
ViewPropertyAlphaActivity.java | 107 anim.setRepeatCount(ValueAnimator.INFINITE);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ButteryProgressBar.java | 87 mAnimator.setRepeatCount(ValueAnimator.INFINITE);
|
/sdk/find_java/ |
utils.cpp | 121 WaitForSingleObject(pinfo.hProcess, INFINITE);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
PropertyValuesHolderTest.java | 155 colorAnimator.setRepeatCount(ValueAnimator.INFINITE); 271 objAnimator.setRepeatCount(ValueAnimator.INFINITE);
|
AnimatorTest.java | 112 ((ObjectAnimator)animator).setRepeatCount(ValueAnimator.INFINITE);
|
/external/chromium/base/ |
message_pump_win.cc | 142 // WM_PAINT messages. Don't provide an infinite loop, but do enough peeking 252 delay = INFINITE; 490 timeout = INFINITE;
|
process_util_win.cc | 238 WaitForSingleObject(process_info.hProcess, INFINITE); 394 WaitForSingleObject(proc_info.hProcess, INFINITE); 467 bool success = WaitForExitCodeWithTimeout(handle, exit_code, INFINITE); 652 // Avoid infinite loop by weird MEMORY_BASIC_INFORMATION.
|
/external/chromium_org/base/synchronization/ |
condition_variable_win.cc | 94 TimedWait(TimeDelta::FromMilliseconds(INFINITE)); 241 TimedWait(TimeDelta::FromMilliseconds(INFINITE));
|
/external/chromium_org/chrome/browser/ |
process_singleton_win.cc | 54 DWORD result = ::WaitForSingleObject(mutex_, INFINITE); 78 DWORD result = ::WaitForSingleObject(mutex_, INFINITE);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 146 if (WaitForSingleObject( thread, INFINITE ) == WAIT_OBJECT_0) 199 SleepConditionVariableCS(&(cond), &(mutex), INFINITE)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 172 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); 225 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE);
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 146 if (WaitForSingleObject( thread, INFINITE ) == WAIT_OBJECT_0) 199 SleepConditionVariableCS(&(cond), &(mutex), INFINITE)
|
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 169 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); 222 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE);
|
/external/chromium_org/base/message_loop/ |
message_pump_win.cc | 271 delay = INFINITE; 541 timeout = INFINITE;
|
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 37 public static final int INFINITE = -1; 524 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}. 536 * greater than 0 or {@link #INFINITE}, the repeat mode will be taken 544 repeatCount = INFINITE; 710 * @return the number of times the animation should repeat, or {@link #INFINITE} [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
AttachmentDrawable.java | 453 mPulseAnimator.setRepeatCount(ValueAnimator.INFINITE); 525 mRotateAnimator.setRepeatCount(ValueAnimator.INFINITE);
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
BouncingBalls.java | 73 colorAnim.setRepeatCount(ValueAnimator.INFINITE);
|
/external/chromium/base/win/ |
event_trace_controller_unittest.cc | 43 ::WaitForSingleObject(callback_event_.Get(), INFINITE);
|
/external/chromium/chrome/browser/printing/ |
print_job.cc | 309 FALSE, INFINITE, QS_ALLINPUT);
|
/external/chromium/chrome/browser/ |
process_singleton_win.cc | 61 DWORD result = WaitForSingleObject(only_me, INFINITE);
|
/external/chromium_org/base/memory/ |
shared_memory_win.cc | 234 Lock(INFINITE, NULL);
|