Searched defs:false (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/external/fio/lib/
H A Dtypes.h6 #ifndef false
7 #define false 0 macro
/external/libcxxabi/test/
H A Dcatch_in_noexcept.pass.cpp25 assert(false); variable
30 assert(false); variable
/external/clang/test/Parser/
H A Daltivec-csk-bool.c4 // PR16456: Verify that bool, true, false are treated as context-sensitive
14 #define false false_value macro
/external/guice/core/src/com/google/inject/
H A DInject.java68 boolean optional() default false; field in interface:Inject
/external/libcxx/include/
H A Dstdbool.h34 #undef false macro
/external/testng/src/main/java/org/testng/annotations/
H A DDataProvider.java30 boolean parallel() default false; field in interface:DataProvider
H A DAfterClass.java52 public boolean alwaysRun() default false; field in interface:AfterClass
H A DAfterGroups.java62 public boolean alwaysRun() default false; field in interface:AfterGroups
H A DAfterMethod.java52 public boolean alwaysRun() default false; field in interface:AfterMethod
70 public boolean lastTimeOnly() default false; field in interface:AfterMethod
H A DAfterSuite.java52 public boolean alwaysRun() default false; field in interface:AfterSuite
/external/bison/lib/
H A Dstdbool.in.h29 - <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:__anon583
123 # define false false macro
126 # define false macro
[all...]
/external/clang/lib/Headers/
H A Dstdbool.h29 /* 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/
H A Dp3.cpp52 // 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) i
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/
H A Dfixit-uninit.c11 #define false (bool)0 macro
15 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:11}:" = false"
21 #undef false macro
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkGlslProgram.cpp33 log << tcu::TestLog::ShaderProgram(false, "(Source only)");
43 false, ""); local
/external/guava/guava/src/com/google/common/annotations/
H A DGwtCompatible.java77 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/
H A DParameters.java74 boolean hidden() default false; field in interface:Parameters
/external/jemalloc/include/msvc_compat/C99/
H A Dstdbool.h16 #define false 0 macro
/external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
H A Ddefault.pass.cpp47 void test ( const T &val, bool DefaultValueIsIndeterminate = false) { argument
69 catch (...) { assert(false); }
70 assert ( false );
/external/libcxx/test/std/re/re.traits/
H A Dlookup_classname.pass.cpp17 // bool icase = false) const;
28 bool icase = false)
26 test(const char_type* A, typename std::regex_traits<char_type>::char_class_type expected, bool icase = false) argument
/external/mockito/src/main/java/org/mockito/
H A DMock.java75 boolean serializable() default false; field in interface:Mock
/external/skia/samplecode/
H A DDecodeFile.h18 bool requireUnpremul = false) {
22 return false;
31 return false;
16 decode_file(const char* filename, SkBitmap* bitmap, SkColorType colorType = kN32_SkColorType, bool requireUnpremul = false) argument
/external/smali/util/src/main/java/org/jf/util/jcommander/
H A DExtendedParameters.java39 boolean includeParametersInUsage() default false; field in interface:ExtendedParameters
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DDataExtractorTest.cpp21 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); local
26 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); local
74 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); local
91 DataExtractor DE(StringRef(stringData, sizeof(stringData)-1), false, 8); local
101 DataExtractor DE(StringRef(leb128data, sizeof(leb128data)-1), false, 8); local
/external/syslinux/com32/include/
H A Dstdbool.h19 #define false 0 macro
26 #define false false macro

Completed in 690 milliseconds

1234567891011>>