| /frameworks/support/annotations/src/android/support/annotation/ |
| IntDef.java | 61 boolean flag() default false; field in interface:IntDef
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
| op_gt.pass.cpp | 36 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), false); local 37 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s+1), false); 39 test(s, s, false); 40 test(s, s+1, false);
|
| op_lte.pass.cpp | 38 test(random_access_iterator<char*>(s+1), random_access_iterator<char*>(s), false); local 41 test(s+1, s, false);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/ |
| test.pass.cpp | 38 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s), false); local 41 test(s+1, s, false);
|
| /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), false); local 37 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+1), false); 39 test(s, s, false); 40 test(s, s+1, false);
|
| /art/test/591-checker-regression-dead-loop/src/ |
| Main.java | 18 private static boolean $inline$false() { return false; } 28 if ($inline$false()) {
|
| /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 65 # undef false 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:__anon5748 123 # define false false macro 126 # define false macro [all...] |
| /external/clang/lib/Headers/ |
| stdbool.h | 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */ 33 #define false 0 macro 35 /* Define _Bool, bool, false, true as a GNU extension. */ 38 #define false false macro
|
| /external/clang/test/CXX/except/except.spec/ |
| p3.cpp | 52 // noexcept(false) isn't 54 extern void (*r12)() noexcept(false); // expected-error {{does not match}} variable 60 // noexcept(false) is incompatible with noexcept(true) 62 extern void (*r14)() noexcept(false); // expected-error {{does not match}} variable 64 // noexcept(false) is compatible with itself 65 extern void (*r15)() noexcept(false); variable 66 extern void (*r15)() noexcept(false); variable 68 // noexcept(false) is compatible with MS throw(...) 69 extern void (*r16)() noexcept(false); variable 72 // noexcept(false) is *not* compatible with no spe 74 extern void (*r17)() noexcept(false); \/\/ expected-error {{does not match}} variable 78 void f17() noexcept(false); variable 91 extern void (*r20)() noexcept(false); \/\/ expected-error {{does not match}} variable [all...] |
| /external/clang/test/FixIt/ |
| fixit-uninit.c | 11 #define false (bool)0 macro 15 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:11}:" = false" 21 #undef false macro
|
| /external/clang/tools/clang-fuzzer/ |
| ClangFuzzer.cpp | 34 &Diags, false); local
|
| /external/guava/guava/src/com/google/common/annotations/ |
| GwtCompatible.java | 77 boolean serializable() default false; field in interface:GwtCompatible 87 boolean emulated() default false; field in interface:GwtCompatible
|
| /external/jcommander/src/main/java/com/beust/jcommander/ |
| Parameters.java | 74 boolean hidden() default false; field in interface:Parameters
|
| /external/jemalloc/include/msvc_compat/C99/ |
| stdbool.h | 16 #define false 0 macro
|
| /external/mesa3d/include/c99/ |
| stdbool.h | 33 #define false 0 macro
|
| /external/mockito/src/org/mockito/ |
| Mock.java | 72 boolean serializable() default false;
field in interface:Mock
|
| /external/testng/src/main/java/org/testng/annotations/ |
| AfterClass.java | 52 public boolean alwaysRun() default false; field in interface:AfterClass
|
| AfterGroups.java | 62 public boolean alwaysRun() default false; field in interface:AfterGroups
|
| AfterMethod.java | 52 public boolean alwaysRun() default false; field in interface:AfterMethod 70 public boolean lastTimeOnly() default false; field in interface:AfterMethod
|
| AfterSuite.java | 52 public boolean alwaysRun() default false; field in interface:AfterSuite
|
| AfterTest.java | 52 public boolean alwaysRun() default false; field in interface:AfterTest
|
| BeforeClass.java | 52 public boolean alwaysRun() default false; field in interface:BeforeClass
|
| BeforeGroups.java | 61 public boolean alwaysRun() default false; field in interface:BeforeGroups
|
| BeforeMethod.java | 52 public boolean alwaysRun() default false; field in interface:BeforeMethod 70 public boolean firstTimeOnly() default false; field in interface:BeforeMethod
|
| BeforeSuite.java | 52 public boolean alwaysRun() default false; field in interface:BeforeSuite
|