/external/dagger2/core/src/main/java/dagger/ |
H A D | MapKey.java | 63 * <p>If {@code unwrapValue} is true, the annotation's single member can be any type except an 111 * <p>If true, the single member must not be an array. 113 boolean unwrapValue() default true; field in interface:MapKey
|
/external/fio/lib/ |
H A D | types.h | 9 #ifndef true 10 #define true 1 macro
|
/external/clang/test/Parser/ |
H A D | altivec-csk-bool.c | 4 // PR16456: Verify that bool, true, false are treated as context-sensitive 13 #define true true_value macro
|
/external/libcxx/include/ |
H A D | stdbool.h | 33 #undef true macro
|
/external/bison/lib/ |
H A D | 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:__anon583 124 # define true true macro 127 # define true macro [all...] |
/external/clang/lib/Headers/ |
H A D | 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/ |
H A D | 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/ |
H A D | fixit-uninit.c | 12 #define true (bool)1 macro
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
H A D | MapKey.java | 36 * {@literal @}MapKey(unwrapValue = true) 45 * the annotation instances will be the key values. If {@code unwrapValue=true}, the value() type 56 * instances will be the keys. If {@code unwrapValue} is true, the value() type of key type 59 boolean unwrapValue() default true; field in interface:MapKey
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
H A D | CheckedProvides.java | 52 boolean scopeExceptions() default true; field in interface:CheckedProvides
|
/external/jemalloc/include/msvc_compat/C99/ |
H A D | stdbool.h | 7 /* Note this doesn't pass autoconf's test because (bool) 0.5 != true */ 15 #define true 1 macro
|
/external/junit/src/main/java/org/junit/experimental/theories/ |
H A D | Theory.java | 17 boolean nullsAccepted() default true; field in interface:Theory
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrBuilder.h | 34 bool mem = true) { 33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, bool mem = true) argument
|
/external/lzma/CPP/Windows/ |
H A D | MemoryLock.h | 13 bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
15 inline bool EnablePrivilege_LockMemory(bool enable = true)
argument
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/ |
H A D | Implementation.java | 13 boolean i18nSafe() default true; field in interface:Implementation
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
H A D | SPUInstrBuilder.h | 34 bool mem = true) { 33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, bool mem = true) argument
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
H A D | PPCInstrBuilder.h | 34 bool mem = true) { 33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, bool mem = true) argument
|
/external/syslinux/com32/include/ |
H A D | stdbool.h | 18 #define true 1 macro 25 #define true true macro
|
/external/testng/src/main/java/org/testng/annotations/ |
H A D | AfterClass.java | 12 public boolean enabled() default true; field in interface:AfterClass 44 * If set to true, this configuration method will be run 48 * If set to true, this configuration method will be run 55 * If true, this @Configuration method will belong to groups specified in the 58 public boolean inheritGroups() default true; field in interface:AfterClass
|
H A D | AfterGroups.java | 21 public boolean enabled() default true; field in interface:AfterGroups 54 * If set to true, this configuration method will be run 58 * If set to true, this configuration method will be run 65 * If true, this @Configuration method will belong to groups specified in the 68 public boolean inheritGroups() default true; field in interface:AfterGroups
|
H A D | AfterMethod.java | 12 public boolean enabled() default true; field in interface:AfterMethod 44 * If set to true, this configuration method will be run 48 * If set to true, this configuration method will be run 55 * If true, this @Configuration method will belong to groups specified in the 58 public boolean inheritGroups() default true; field in interface:AfterMethod 67 * If true and the @Test method that was just run has an invocationCount > 1, this
|
H A D | AfterSuite.java | 12 public boolean enabled() default true; field in interface:AfterSuite 44 * If set to true, this configuration method will be run 48 * If set to true, this configuration method will be run 55 * If true, this @Configuration method will belong to groups specified in the 58 public boolean inheritGroups() default true; field in interface:AfterSuite
|
H A D | AfterTest.java | 12 public boolean enabled() default true; field in interface:AfterTest 44 * If set to true, this configuration method will be run 48 * If set to true, this configuration method will be run 55 * If true, this @Configuration method will belong to groups specified in the 58 public boolean inheritGroups() default true; field in interface:AfterTest
|
H A D | BeforeClass.java | 12 public boolean enabled() default true; field in interface:BeforeClass 44 * If set to true, this configuration method will be run 48 * If set to true, this configuration method will be run 55 * If true, this @Configuration method will belong to groups specified in the 58 public boolean inheritGroups() default true; field in interface:BeforeClass
|
H A D | BeforeGroups.java | 20 public boolean enabled() default true; field in interface:BeforeGroups 53 * If set to true, this configuration method will be run 57 * If set to true, this configuration method will be run 64 * If true, this @Configuration method will belong to groups specified in the 67 public boolean inheritGroups() default true; field in interface:BeforeGroups
|