HomeSort by relevance Sort by last modified time
    Searched refs:Condition (Results 226 - 250 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 222 cvar = threading.Condition()
232 cvar = threading.Condition()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 546 # Condition. (See threading.py:Thread.join().)
547 # - We stub out the acquire method on the condition to force it to wait
551 # - The main thread of the parent process enters Condition.wait(),
556 # lock in the Thread._block Condition object and hang, because the
581 # Stub out the private condition variable's lock acquire method.
587 condition = w._block
588 orig_acquire = condition.acquire
601 condition.acquire = my_acquire
614 # lock in the thread's condition variable's waiters list. Even though
618 # OS X are (as of this writing) implemented with a mutex + condition
    [all...]
test_contextlib.py 293 lock = threading.Condition()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 222 cvar = threading.Condition()
232 cvar = threading.Condition()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 546 # Condition. (See threading.py:Thread.join().)
547 # - We stub out the acquire method on the condition to force it to wait
551 # - The main thread of the parent process enters Condition.wait(),
556 # lock in the Thread._block Condition object and hang, because the
581 # Stub out the private condition variable's lock acquire method.
587 condition = w._block
588 orig_acquire = condition.acquire
601 condition.acquire = my_acquire
614 # lock in the thread's condition variable's waiters list. Even though
618 # OS X are (as of this writing) implemented with a mutex + condition
    [all...]
test_contextlib.py 293 lock = threading.Condition()
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 791 void LCodeGen::DeoptimizeIf(Condition condition,
815 __ stop("trap_on_deopt", condition);
819 if (condition == al && frame_is_built_) {
833 __ b(condition, &deopt_jump_table_.last().label);
838 void LCodeGen::DeoptimizeIf(Condition condition,
843 DeoptimizeIf(condition, environment, bailout_type);
2032 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge; local
2572 Condition condition = ComputeCompareCondition(op); local
2885 Condition condition = ComputeCompareCondition(op); local
2888 condition); local
4282 Condition condition = instr->hydrogen()->allow_equality() ? hi : hs; local
    [all...]
  /device/lge/mako/camera/
QCameraStream.h 65 Condition mQueueWait;
  /frameworks/av/include/media/
AudioTrack.h 352 * For proper operation the following condition must be respected:
436 /* Forces AudioTrack buffer full condition. When playing a static buffer, this method avoids
614 Condition mMyCond; // Thread::mThreadExitedCondition is private
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 221 Condition mPreparedCondition;
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 283 Condition mCond;
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 41 android::Condition eosCondition;
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 140 TestUtils.waitUntil("", new TestUtils.Condition() {
  /art/compiler/utils/x86/
assembler_x86.h 257 void cmovl(Condition condition, Register dst, Register src);
259 void setb(Condition condition, Register dst);
418 void j(Condition condition, Label* label);
  /frameworks/av/camera/tests/
ProCameraTests.cpp 27 #include <utils/Condition.h>
112 Condition mCondition;
304 Condition mListenerCondition;
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h 845 Condition mDispatcherIsAliveCondition;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 550 self._write_condition = threading.Condition()
553 self._read_condition = threading.Condition()
831 self._send_condition = threading.Condition()
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 551 void LCodeGen::DeoptimizeIf(Condition cc, LEnvironment* environment) {
1790 Condition condition = ComputeCompareCondition(op); local
2077 Condition condition = ComputeCompareCondition(op); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 607 void LCodeGen::DeoptimizeIf(Condition cc,
1841 Condition condition = ComputeCompareCondition(op); local
2158 Condition condition = ComputeCompareCondition(op); local
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 967 void LCodeGen::DeoptimizeIf(Condition cc,
2080 Condition condition = (operation == HMathMinMax::kMathMin) local
2101 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above; local
2655 Condition condition = ComputeCompareCondition(op); local
2934 Condition condition = ComputeCompareCondition(op); local
4489 Condition condition = local
4494 Condition condition = local
    [all...]
macro-assembler-ia32.cc 114 Condition cc,
659 Condition MacroAssembler::IsObjectStringType(Register heap_object,
670 Condition MacroAssembler::IsObjectNameType(Register heap_object,
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 646 void LCodeGen::DeoptimizeIf(Condition cc, LEnvironment* environment) {
1980 Condition condition = ComputeCompareCondition(op); local
2286 Condition condition = ComputeCompareCondition(op); local
2289 condition); local
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc     [all...]
ic-x64.cc     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 43 import java.util.concurrent.locks.Condition;
828 // mCameraReady condition is used when waiting for the camera getting ready.
829 private Condition mCameraReady = mCameraReadyLock.newCondition();
849 private final Condition mInUseLockCondition= mLock.newCondition();
    [all...]

Completed in 2491 milliseconds

1 2 3 4 5 6 7 8 91011>>