HomeSort by relevance Sort by last modified time
    Searched defs:condition (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/v8/test/mjsunit/
debug-stepnext-do-while.js 43 assertEquals(' } while(condition());',
63 function condition() { function
70 } while(condition());
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/
loop-statements.js 9 function condition() function
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptBreakpoint.h 42 ScriptBreakpoint(int lineNumber, int columnNumber, const String& condition)
45 , condition(condition)
51 String condition; member in struct:blink::ScriptBreakpoint
  /external/chromium_org/third_party/angle/src/third_party/systeminfo/
SystemInfo.cpp 41 DWORDLONG condition = 0; local
42 VER_SET_CONDITION(condition, VER_MAJORVERSION, VER_GREATER_EQUAL);
43 VER_SET_CONDITION(condition, VER_MINORVERSION, VER_GREATER_EQUAL);
44 return !!::VerifyVersionInfoW(&osvi, VER_MAJORVERSION | VER_MINORVERSION, condition);
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Condition.java 19 package org.apache.tools.ant.taskdefs.condition;
24 * Interface for conditions to use inside the <condition> task.
27 public interface Condition {
29 * Is this condition true?
30 * @return true if the condition is true
Os.java 19 package org.apache.tools.ant.taskdefs.condition;
26 * Condition that tests the OS type.
30 public class Os implements Condition {
  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.h 55 SkString condition; member in class:SkGroup
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 16 bool condition = true; variable
18 return condition ? 0x2a : 052;
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 27 import java.util.concurrent.locks.Condition;
43 * when a condition becomes true (no "signaling storms" due to use of {@link
44 * java.util.concurrent.locks.Condition#signalAll Condition.signalAll}) and that no signals are lost
45 * (no "hangs" due to incorrect use of {@link java.util.concurrent.locks.Condition#signal
46 * Condition.signal}).
66 * the condition of an <i>if</i> statement containing a <i>try/finally</i> block to ensure that the
118 * However, one advantage is that we can introduce two separate {@code Condition} objects, which
124 * private final Condition valuePresent = lock.newCondition();
125 * private final Condition valueAbsent = lock.newCondition()
222 final Condition condition; field in class:Monitor.Guard
828 final Condition condition = guard.condition; local
856 final Condition condition = guard.condition; local
875 final Condition condition = guard.condition; local
911 final Condition condition = guard.condition; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard.cpp 105 * Unconditional discards are treated as having a condition of "true".
150 ir_rvalue *condition = ir->condition; local
152 /* For unconditional discards, use "true" as the condition. */
153 if (condition == NULL)
154 condition = new(mem_ctx) ir_constant(true);
158 condition, NULL);
192 discard->condition = new(mem_ctx) ir_dereference_variable(temp);
lower_variable_index_to_cond_assign.cpp 106 ir_variable *const condition = local
110 instructions->push_tail(condition);
113 new(mem_ctx) ir_dereference_variable(condition);
197 void generate(unsigned i, ir_rvalue* condition, exec_list *list) const
218 ? new(mem_ctx) ir_assignment(element, variable, condition, write_mask)
219 : new(mem_ctx) ir_assignment(variable, element, condition);
453 /* If the original assignment has a condition, respect that original
454 * condition! This is acomplished by wrapping the new conditional
455 * assignments in an if-statement that uses the original condition.
457 if ((orig_assign != NULL) && (orig_assign->condition != NULL))
    [all...]
  /external/mesa3d/src/glsl/
lower_discard.cpp 105 * Unconditional discards are treated as having a condition of "true".
150 ir_rvalue *condition = ir->condition; local
152 /* For unconditional discards, use "true" as the condition. */
153 if (condition == NULL)
154 condition = new(mem_ctx) ir_constant(true);
158 condition, NULL);
192 discard->condition = new(mem_ctx) ir_dereference_variable(temp);
lower_variable_index_to_cond_assign.cpp 106 ir_variable *const condition = local
110 instructions->push_tail(condition);
113 new(mem_ctx) ir_dereference_variable(condition);
197 void generate(unsigned i, ir_rvalue* condition, exec_list *list) const
218 ? new(mem_ctx) ir_assignment(element, variable, condition, write_mask)
219 : new(mem_ctx) ir_assignment(variable, element, condition);
453 /* If the original assignment has a condition, respect that original
454 * condition! This is acomplished by wrapping the new conditional
455 * assignments in an if-statement that uses the original condition.
457 if ((orig_assign != NULL) && (orig_assign->condition != NULL))
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerProcessErrorStateInfoTest.java 40 int condition = 1; local
48 mErrorStateInfo.condition = condition;
62 assertEquals(condition, values.condition);
74 int condition = 1; local
82 mErrorStateInfo.condition = condition;
96 assertEquals(condition, values.condition);
    [all...]
  /external/aac/libAACenc/src/
aacenc_pns.cpp 349 INT condition = TRUE; local
351 condition = (tnsOrder > 3);
358 (tnsPredictionGain >= pnsConf->np.tnsGainThreshold) && condition &&
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 46 * the execution mask becomes zero or when there is an error condition.
168 LLVMValueRef condition; member in struct:lp_build_if_state
179 LLVMValueRef condition);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 46 * the execution mask becomes zero or when there is an error condition.
168 LLVMValueRef condition; member in struct:lp_build_if_state
179 LLVMValueRef condition);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturnDebuggee.java 62 public static boolean condition = true; field in class:ForceEarlyReturnDebuggee
91 while (condition)
99 while (condition)
107 while (condition)
115 while (condition)
123 while (condition)
131 while (condition)
139 while (condition)
147 while (condition)
155 while (condition)
    [all...]
  /external/chromium_org/components/url_matcher/
url_matcher_factory_unittest.cc 66 // Test wrong condition name passed.
161 // This class wraps a case sensitivity test for a single UrlFilter condition.
164 // The condition is identified by the key |condition_key|. If that key is
185 // Match the condition against |url_|. Checks via EXPECT_* macros that
204 // Test the condition |condition_key_| = |value| against |url_|.
205 // Check, via EXPECT_* macros, that either the condition cannot be constructed
206 // at all, or that the condition is not fulfilled, or that it is fulfilled,
230 base::DictionaryValue condition; local
234 condition.SetWithoutPathExpansion(condition_key_, list);
236 condition.SetStringWithoutPathExpansion(condition_key_, value)
    [all...]
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule.h 7 // templated on the Condition and Action types that define the behavior of a
39 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
52 // // If the Condition needs to be filtered by some URLMatcherConditionSets,
82 // If |url_match_trigger| is not -1, this function looks for a condition
83 // with this URLMatcherConditionSet, and forwards to that condition's
84 // IsFulfilled(|match_data|). If there is no such condition, then false is
223 // format of each condition and action's json is up to the specific ConditionT
318 scoped_ptr<ConditionT> condition = ConditionT::Create( local
322 result.push_back(make_linked_ptr(condition.release()));
  /external/chromium_org/v8/src/compiler/
instruction-selector-impl.h 210 // Creates a new flags continuation from the given condition and true/false
212 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block,
215 condition_(condition),
222 // Creates a new flags continuation from the given condition and result node.
223 FlagsContinuation(FlagsCondition condition, Node* result)
224 : mode_(kFlags_set), condition_(condition), result_(result) {
231 FlagsCondition condition() const { function in class:v8::internal::compiler::FINAL
304 void OverwriteAndNegateIfEqual(FlagsCondition condition) {
306 condition_ = condition;
code-generator.cc 126 FlagsCondition condition = FlagsConditionField::decode(instr->opcode()); local
131 return AssembleArchBoolean(instr, condition);
133 return AssembleArchBranch(instr, condition);
193 // whether the scope or the IsOptimizing condition are really needed.
420 FlagsCondition condition) {
426 FlagsCondition condition) {
  /external/chromium_org/win8/test/
ui_automation_client.cc 372 base::win::ScopedComPtr<IUIAutomationCondition> condition; local
410 &conditions[0], conditions.size(), condition.Receive());
426 condition,
468 base::win::ScopedComPtr<IUIAutomationCondition> condition; local
493 invokable_condition, control_view_condition, condition.Receive());
509 condition,
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 14 // The three threads are created and then block waiting on a condition variable.
132 int result = pthread_cond_init( &condition, NULL );
141 int result = pthread_cond_destroy( &condition );
168 result = pthread_cond_wait( &condition, &mutex );
193 pthread_cond_wait( &condition, &mutex );
214 int result = pthread_cond_broadcast( &condition );
221 pthread_cond_t condition; member in class:WaitForThreads
  /external/chromium_org/tools/gn/
parse_tree.h 269 const ParseNode* condition() const { return condition_.get(); } function in class:ConditionNode
280 // condition.

Completed in 2420 milliseconds

1 2 3 4 5