HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 601 - 625 of 7248) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.doc 79 b(reak) [ ([filename:]lineno | function) [, condition] ]
87 The condition argument, if present, is a string which must
90 tbreak [ ([filename:]lineno | function) [, condition] ]
115 condition evaluates to true.
117 condition bpnumber condition
118 condition is an expression which must evaluate to true before
119 the breakpoint is honored. If condition is absent, any
120 existing condition is removed; i.e., the breakpoint is made
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.doc 79 b(reak) [ ([filename:]lineno | function) [, condition] ]
87 The condition argument, if present, is a string which must
90 tbreak [ ([filename:]lineno | function) [, condition] ]
115 condition evaluates to true.
117 condition bpnumber condition
118 condition is an expression which must evaluate to true before
119 the breakpoint is honored. If condition is absent, any
120 existing condition is removed; i.e., the breakpoint is made
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.doc 79 b(reak) [ ([filename:]lineno | function) [, condition] ]
87 The condition argument, if present, is a string which must
90 tbreak [ ([filename:]lineno | function) [, condition] ]
115 condition evaluates to true.
117 condition bpnumber condition
118 condition is an expression which must evaluate to true before
119 the breakpoint is honored. If condition is absent, any
120 existing condition is removed; i.e., the breakpoint is made
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/autotest/client/deps/lansim/src/py/
simulator_unittest.py 116 """Tests that the Simulator can start run until a condition is met."""
235 """Main thread can wait until a condition is met on the simulator."""
238 # Wait for an always False condition.
239 condition = lambda: False
240 ret = self._sim.wait_for_condition(condition, timeout=1.5)
243 # Wait for a trivially True condition.
244 condition = lambda: True
245 ret = self._sim.wait_for_condition(condition, timeout=10.)
249 ret = self._sim.wait_for_condition(condition, timeout=None)
252 # Wait for a condition that takes 3 calls to meet
    [all...]
  /external/clang/test/SemaCXX/
switch.cpp 49 switch (how) { //expected-warning {{no case matching constant switch condition '2'}}
52 // No case for C, but it's okay because we have a constant condition.
63 switch (0 == 8) { // expected-warning {{switch condition has boolean value}}
  /external/testng/src/main/java/org/testng/
AssertJUnit.java 19 * Asserts that a condition is true. If it isn't it throws
22 static public void assertTrue(String message, boolean condition) {
23 if(!condition) {
29 * Asserts that a condition is true. If it isn't it throws
32 static public void assertTrue(boolean condition) {
33 assertTrue(null, condition);
37 * Asserts that a condition is false. If it isn't it throws
40 static public void assertFalse(String message, boolean condition) {
41 assertTrue(message, !condition);
45 * Asserts that a condition is false. If it isn't it throw
    [all...]
  /external/v8/test/mjsunit/
debug-stepnext-do-while.js 43 assertEquals(' } while(condition());',
63 function condition() { function
70 } while(condition());
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java 43 public static void assertIsTrue(boolean condition) {
44 if (!condition) {
45 throw new AssertionError("Expected condition to be true");
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.cpp 31 // Unset the condition and wake everyone up before releasing lock
62 // Set the condition and return
88 // Set the condition and return
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiWatcher.java 20 * a condition watcher to be called by the automation library. The automation library will
40 * to take a look at the display and see if there is a recognized condition that can be
47 * @return true to indicate a matched condition or false for nothing was matched
  /frameworks/base/libs/hwui/renderthread/
RenderTask.h 25 class Condition;
62 SignalingRenderTask(RenderTask* task, Mutex* lock, Condition* signal)
69 Condition* mSignal;
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
rtmintrin.h 47 abort condition otherwise. */
66 /* Force an RTM abort condition. The control is transferred to the
67 outermost transaction fallback handler with the abort condition IMM. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
rtmintrin.h 45 abort condition otherwise. */
64 /* Force an RTM abort condition. The control is transferred to the
65 outermost transaction fallback handler with the abort condition IMM. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
rtmintrin.h 45 abort condition otherwise. */
64 /* Force an RTM abort condition. The control is transferred to the
65 outermost transaction fallback handler with the abort condition IMM. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
rtmintrin.h 45 abort condition otherwise. */
64 /* Force an RTM abort condition. The control is transferred to the
65 outermost transaction fallback handler with the abort condition IMM. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
rtmintrin.h 47 abort condition otherwise. */
66 /* Force an RTM abort condition. The control is transferred to the
67 outermost transaction fallback handler with the abort condition IMM. */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto.s 30 @Same, reverted condition:
81 @ite eq - testing condition change (eq -> gt)
85 @ite gt (group shall finish due to another condition change)
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 220 final JSONObject condition = getFullConditionArgs(); local
222 contentSelect.addToCondition(condition);
233 spreadsheetProcessor.refresh(condition, new Command() {
235 condition.put("extra_info", null);
237 if (isJobFilteringCondition(condition)) {
238 showCompletionPercentage(condition);
255 String condition = TkoUtils.getSqlCondition(args); local
256 if (!condition.equals("")) {
257 condition = "(" + condition + ") AND "
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 388 * queue. Used by condition wait methods as well as acquire.
594 * to a condition wait. The value is otherwise uninterpreted
619 * entry to a condition wait. The value is otherwise
649 * to a condition wait. The value is otherwise uninterpreted
680 * entry to a condition wait. The value is otherwise
    [all...]
  /art/compiler/utils/arm/
assembler_arm32_test.cc 37 // To speed up tests, don't use all condition codes.
45 uint32_t, arm::ShifterOperand, arm::Condition,
104 conditions_.push_back(arm::Condition::EQ);
105 conditions_.push_back(arm::Condition::NE);
106 conditions_.push_back(arm::Condition::CS);
107 conditions_.push_back(arm::Condition::CC);
108 conditions_.push_back(arm::Condition::MI);
109 conditions_.push_back(arm::Condition::PL);
110 conditions_.push_back(arm::Condition::VS);
111 conditions_.push_back(arm::Condition::VC)
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 98 static int CallSize(Register target, Condition cond = al);
99 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al);
102 Condition cond = al);
106 Condition cond = al);
109 void Jump(Register target, Condition cond = al);
110 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
111 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
112 void Call(Register target, Condition cond = al);
114 Condition cond = al,
119 Condition cond = al)
    [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc 72 void VisitGreaterThan(HGreaterThan* condition) OVERRIDE;
73 void VisitGreaterThanOrEqual(HGreaterThanOrEqual* condition) OVERRIDE;
74 void VisitLessThan(HLessThan* condition) OVERRIDE;
75 void VisitLessThanOrEqual(HLessThanOrEqual* condition) OVERRIDE;
76 void VisitBelow(HBelow* condition) OVERRIDE;
77 void VisitBelowOrEqual(HBelowOrEqual* condition) OVERRIDE;
78 void VisitAbove(HAbove* condition) OVERRIDE;
79 void VisitAboveOrEqual(HAboveOrEqual* condition) OVERRIDE;
668 // Replace condition with its opposite.
681 HInstruction* condition = select->GetCondition() local
725 HInstruction* condition = instruction->InputAt(0); local
1640 HCondition* condition = new (GetGraph()->GetArena()) HNotEqual(x, x, dex_pc); local
1667 HCondition* condition = new (GetGraph()->GetArena()) HNotEqual(x, x, dex_pc); local
    [all...]
  /art/runtime/interpreter/mterp/arm/
unop.S 14 $preinstr @ optional op; may set condition codes
  /art/runtime/interpreter/mterp/arm64/
unop.S 14 $preinstr // optional op; may set condition codes

Completed in 1896 milliseconds

<<21222324252627282930>>