/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
op_eq.pass.cpp | 36 test(input_iterator<char*>(s), input_iterator<char*>(s), true); local 38 test(forward_iterator<char*>(s), forward_iterator<char*>(s), true); local 40 test(bidirectional_iterator<char*>(s), bidirectional_iterator<char*>(s), true); local 42 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); local 44 test(s, s, true);
|
op_gte.pass.cpp | 36 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); local 38 test(random_access_iterator<char*>(s+1), random_access_iterator<char*>(s), true); local 39 test(s, s, true); 41 test(s+1, s, true);
|
op_gt.pass.cpp | 38 test(random_access_iterator<char*>(s+1), random_access_iterator<char*>(s), true); local 41 test(s+1, s, true);
|
op_lte.pass.cpp | 36 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); local 37 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s+1), true); 39 test(s, s, true); 40 test(s, s+1, true);
|
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/ |
test.pass.cpp | 36 test(bidirectional_iterator<const char*>(s), bidirectional_iterator<const char*>(s), true); local 38 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), true); local 40 test(s, s, true);
|
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/ |
test.pass.cpp | 36 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), true); local 38 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s), true); local 39 test(s, s, true); 41 test(s+1, s, true);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
op_eq.pass.cpp | 36 test(input_iterator<char*>(s), input_iterator<char*>(s), true); local 38 test(forward_iterator<char*>(s), forward_iterator<char*>(s), true); local 40 test(bidirectional_iterator<char*>(s), bidirectional_iterator<char*>(s), true); local 42 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); local 44 test(s, s, true);
|
op_gte.pass.cpp | 36 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); local 38 test(random_access_iterator<char*>(s+1), random_access_iterator<char*>(s), true); local 39 test(s, s, true); 41 test(s+1, s, true);
|
op_gt.pass.cpp | 38 test(random_access_iterator<char*>(s+1), random_access_iterator<char*>(s), true); local 41 test(s+1, s, true);
|
op_lte.pass.cpp | 36 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); local 37 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s+1), true); 39 test(s, s, true); 40 test(s, s+1, true);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/ |
test.pass.cpp | 36 test(bidirectional_iterator<const char*>(s), bidirectional_iterator<const char*>(s), true); local 38 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), true); local 40 test(s, s, true);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/ |
test.pass.cpp | 36 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), true); local 38 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s), true); local 39 test(s, s, true); 41 test(s+1, s, true);
|
/art/test/029-assert/src/ |
Main.java | 22 assert true; local 31 ClassLoader.getSystemClassLoader().setDefaultAssertionStatus(true);
|
/external/clang/test/Parser/ |
altivec-csk-bool.c | 4 // PR16456: Verify that bool, true, false are treated as context-sensitive 13 #define true true_value macro
|
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/ |
test.pass.cpp | 36 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), true); local 37 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+1), true); 39 test(s, s, true); 40 test(s, s+1, true);
|
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/ |
test.pass.cpp | 38 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s), true); local 41 test(s+1, s, true);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/ |
test.pass.cpp | 36 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), true); local 37 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+1), true); 39 test(s, s, true); 40 test(s, s+1, true);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/ |
test.pass.cpp | 38 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s), true); local 41 test(s+1, s, true);
|
/external/bison/lib/ |
stdbool.in.h | 29 - <stdbool.h> must be #included before 'bool', 'false', 'true' 34 - Programs should not undefine the macros bool, true, and false, 48 to 'true', and zero gets converted to 'false'. This doesn't work 61 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same 66 # undef true macro 105 /* For the sake of symbolic names in gdb, define true and false as 108 typedef enum { false = 0, true = 1 } _Bool; 114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon4713 124 # define true true macro 127 # define true macro [all...] |
/external/clang/lib/Frontend/ |
CreateInvocationFromCommandLine.cpp | 59 C->getJobs().Print(llvm::errs(), "\n", true); local 69 Jobs.Print(OS, "; ", true);
|
/external/clang/lib/Headers/ |
stdbool.h | 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */ 32 #define true 1 macro 35 /* Define _Bool, bool, false, true as a GNU extension. */ 39 #define true true macro
|
/external/clang/test/CXX/except/except.spec/ |
p3.cpp | 48 // noexcept(true) is compatible with noexcept 50 extern void (*r11)() noexcept(true); variable 60 // noexcept(false) is incompatible with noexcept(true) 61 extern void (*r14)() noexcept(true); // expected-note {{previous declaration}} variable 85 // noexcept(true) is compatible with dynamic specs that don't throw 87 extern void (*r19)() noexcept(true); variable 94 extern void (*r21)() noexcept(true); // expected-error {{does not match}} variable
|
/external/clang/test/FixIt/ |
fixit-uninit.c | 12 #define true (bool)1 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
stdbool.h | 7 /* Note this doesn't pass autoconf's test because (bool) 0.5 != true */ 15 #define true 1 macro
|
/external/junit/src/org/junit/experimental/theories/ |
Theory.java | 11 boolean nullsAccepted() default true; field in interface:Theory
|