/external/clang/test/OpenMP/ |
taskloop_simd_loop_messages.cpp | 113 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 119 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 126 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 132 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 138 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 231 // expected-note@+3 {{loop step is expected to be positive due to this condition}} 238 // expected-note@+3 {{loop step is expected to be positive due to this condition}} 245 // expected-note@+3 {{loop step is expected to be positive due to this condition}} 252 // expected-note@+3 {{loop step is expected to be positive due to this condition}} 259 // expected-note@+3 {{loop step is expected to be negative due to this condition}} [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Monitor.java | 25 import java.util.concurrent.locks.Condition; 40 * when a condition becomes true (no "signaling storms" due to use of {@link 41 * java.util.concurrent.locks.Condition#signalAll Condition.signalAll}) and that no signals are lost 42 * (no "hangs" due to incorrect use of {@link java.util.concurrent.locks.Condition#signal 43 * Condition.signal}). 63 * appear as the condition of an <i>if</i> statement containing a <i>try/finally</i> block to 115 * However, one advantage is that we can introduce two separate {@code Condition} objects, which 121 * private final Condition valuePresent = lock.newCondition(); 122 * private final Condition valueAbsent = lock.newCondition() 294 final Condition condition; field in class:Monitor.Guard [all...] |
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/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...] |
/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...] |
/external/v8/src/arm/ |
assembler-arm.cc | 533 Condition Assembler::GetCondition(Instr instr) { 916 Condition cond = Instruction::ConditionField(instr); [all...] |
/docs/source.android.com/src/devices/tech/display/ |
dnd.jd | 44 <li><strong>DND end condition as next alarm time</strong>. Enables user to set 45 the DND end condition to an alarm. Appears only if an alarm is set for a time 50 DND end condition as a specific time or next alarm (whichever comes first).</li>
|
/external/ImageMagick/MagickWand/tests/ |
loop_over_lists.c | 73 printf("This special condition can be set by using either\n"); 87 printf("This special condition can be set by using either\n"); 90 printf("The latter method being the cause of the current condition\n");
|
/external/droiddriver/src/io/appium/droiddriver/ |
Poller.java | 72 * Checks condition that overriding methods provide. 74 * @throws UnsatisfiedConditionException If the condition is not met 79 /** Thrown to indicate condition not met. Used in {@link ConditionChecker}. */
|
/external/freetype/include/internal/ |
ftdebug.h | 195 #define FT_ASSERT( condition ) \ 198 if ( !( condition ) ) \ 211 #define FT_ASSERT( condition ) do { } while ( 0 )
|
/external/google-breakpad/src/processor/ |
pathname_stripper_unittest.cc | 35 #define ASSERT_TRUE(condition) \ 36 if (!(condition)) { \ 37 fprintf(stderr, "FAIL: %s @ %s:%d\n", #condition, __FILE__, __LINE__); \
|
/external/icu/icu4c/source/test/cintltst/ |
cintltst.h | 128 * NOTE: Use 'int condition' rather than 'UBool condition' so the 132 U_CFUNC UBool assertTrue(const char* msg, int condition);
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
ExceptionsTest.java | 64 // 5. Try/Catch Block With Exception Thrown Implicitly After Condition 65 // As the try/catch block is entered at one branch of the condition 67 assertLine("implicitExceptionTryCatchAfterCondition.condition",
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
ftdebug.h | 195 #define FT_ASSERT( condition ) \ 198 if ( !( condition ) ) \ 211 #define FT_ASSERT( condition ) do { } while ( 0 )
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.cpp | 21 * Encapsulate a condition variable for thread synchronization. 77 ** Description: Block the caller and wait for a condition. 96 ** Description: Block the caller and wait for a condition.
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCPredicates.h | 53 // When dealing with individual condition-register bits, we have simple set 70 /// Assume the condition register is set by MI(a,b), return the predicate if 71 /// we modify the instructions such that condition register is set by MI(b,a).
|
/external/llvm/test/MC/ARM/ |
invalid-fp-armv8.s | 55 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified 66 @ V8: error: instruction 'vcvtn' is not predicable, but condition code specified 89 @ V8: error: instruction 'vrintm' is not predicable, but condition code specified
|
/external/llvm/test/Transforms/EarlyCSE/ |
conditional.ll | 3 ; Can we CSE a known condition to a constant? 23 ; We can CSE the condition, but we *don't* know it's value after the merge 44 ; not a single predecessor. We can not know the value of the condition here.
|
/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/mesa3d/src/glsl/ |
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/pcre/dist/doc/ |
pcresyntax.3 | 470 (?(condition)yes-pattern) 471 (?(condition)yes-pattern|no-pattern) 473 (?(n)... absolute reference condition 474 (?(+n)... relative reference condition 475 (?(-n)... relative reference condition 476 (?(<name>)... named reference condition (Perl) 477 (?('name')... named reference condition (Perl) 478 (?(name)... named reference condition (PCRE) 479 (?(R)... overall recursion condition 480 (?(Rn)... specific group recursion condition [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftdebug.h | 195 #define FT_ASSERT( condition ) \ 198 if ( !( condition ) ) \ 211 #define FT_ASSERT( condition ) do { } while ( 0 )
|
/external/testng/src/main/java/org/testng/asserts/ |
Assertion.java | 108 public void assertTrue(final boolean condition, final String message) { 109 doAssert(new SimpleAssert<Boolean>(condition, Boolean.TRUE, message) { 112 org.testng.Assert.assertTrue(condition, message); 117 public void assertTrue(final boolean condition) { 118 doAssert(new SimpleAssert<Boolean>(condition, Boolean.TRUE) { 121 org.testng.Assert.assertTrue(condition); 126 public void assertFalse(final boolean condition, final String message) { 127 doAssert(new SimpleAssert<Boolean>(condition, Boolean.FALSE, message) { 130 org.testng.Assert.assertFalse(condition, message); 135 public void assertFalse(final boolean condition) { [all...] |
/external/v8/src/crankshaft/ |
hydrogen.h | 824 Expression* condition, 828 condition_(condition), 844 Expression* condition() const { return condition_; } function in class:v8::internal::final [all...] |