Searched defs:Bool (Results 1 - 25 of 48) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DBool.java19 * $Id: Bool.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Bool extends UnaryOperation class in inherits:UnaryOperation
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp12 typedef bool Bool; typedef
13 bool b2 = __is_trivially_constructible(Integer, Float, Bool);
26 // CHECK-TRAIT: Identifier: "Bool" [13:58 - 13:62] TypeRef=Bool:12:16
/external/valgrind/main/tests/
H A Darch_test.c23 typedef int Bool; typedef
35 static Bool go(char* arch)
H A Dos_test.c21 typedef int Bool; typedef
30 static Bool matches_version(char *min_version)
57 static Bool go(char* OS, char *min_version)
H A Dx86_amd64_features.c18 typedef int Bool; typedef
33 static Bool vendorStringEquals ( char* str )
45 static Bool go(char* cpu)
48 Bool require_amd = False;
123 static Bool go(char* cpu)
/external/clang/include/clang/AST/
H A DPrettyPrinter.h42 Bool(LO.Bool) { }
141 unsigned Bool : 1; member in struct:clang::PrintingPolicy
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_internal.h47 #undef Bool macro
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime_internal.h47 #undef Bool macro
/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c14 typedef UChar Bool; typedef
15 #define False ((Bool)0)
16 #define True ((Bool)1)
348 typedef UChar Bool; typedef
349 #define False ((Bool)0)
350 #define True ((Bool)1)
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPVariantData.h47 Bool, enumerator in enum:WebKit::NPVariantData::Type
69 ASSERT(type() == NPVariantData::Bool);
/external/clang/test/Sema/
H A Dcast.c19 typedef _Bool Bool; typedef
31 void testBool(Bool v) {
32 (void) (Bool) v;
46 (void) (Bool) v;
60 (void) (Bool) v;
74 (void) (Bool) v;
86 (void) (Bool) v;
98 (void) (Bool) v;
110 (void) (Bool) v;
122 (void) (Bool)
[all...]
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp170 struct Bool { struct in namespace:Expressions
173 struct True : public Bool<true> {};
174 struct False : public Bool<false> {};
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h79 /* Bool is always 8 bits. */
80 typedef unsigned char Bool; typedef
81 #define True ((Bool)1)
82 #define False ((Bool)0)
84 /* Use this to coerce the result of a C comparison to a Bool. This is
87 static inline Bool toBool ( Int x ) {
89 return (Bool)r;
/external/valgrind/main/coregrind/
H A Dm_tooliface.c101 Bool VG_(sanity_check_needs)(Char** failmsg)
103 Bool any_new_mem_stack_N, any_new_mem_stack_N_w_ECU;
104 Bool any_new_mem_stack_w_conflicting_otags;
105 Bool any_die_mem_stack_N;
227 Bool (*eq) (VgRes, Error*, Error*),
230 Bool show_TIDs,
232 Bool (*recog) (Char*, Supp*),
233 Bool (*read_extra) (Int, Char**, SizeT*, Supp*),
234 Bool (*matches) (Error*, Supp*),
236 Bool (*get_xtra_s
282 needs_sanity_checks( Bool(cheap)void), Bool(*expen)(void) ) argument
[all...]
H A Dfixup_macho_loadcmds.c111 typedef unsigned char Bool; typedef
112 #define True ((Bool)1)
113 #define False ((Bool)0)
157 Bool is_macho_object_file( const void* buf, SizeT szB )
375 Bool have_rsp = False;
533 static Bool is_plausible_tool_exe_name ( HChar* nm )
/external/clang/test/SemaCXX/
H A Dexplicit.cpp70 struct Bool { struct
77 Bool b;
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c18 typedef unsigned char Bool; typedef
19 #define False ((Bool)0)
20 #define True ((Bool)1)
119 void sendToMyself ( Bool commit_free, Ty* tyP, char* name )
/external/bzip2/
H A Dbzip2recover.c55 typedef unsigned char Bool; typedef
56 #define True ((Bool)1)
57 #define False ((Bool)0)
261 static Bool endsInBz2 ( Char* name )
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1201 // Bool() allows generating tests with parameters in a set of (false, true).
1204 // Bool()
1208 // of multiple flags can be tested when several Bool()'s are combined using
1219 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1221 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1272 // Combine(Bool(), Bool()));
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp92 class Bool;
94 template <class T> T transform(class Bool, T);
96 class Bool { class in namespace:test3
98 friend bool transform<>(Bool, bool);
104 static T compute(Bool b) {
105 return b.value; // expected-error {{'value' is a private member of 'test3::Bool'}}
109 template <class T> T transform(Bool b, T value) {
110 if (b.value) // expected-error {{'value' is a private member of 'test3::Bool'}}
115 template bool transform(Bool, bool);
116 template int transform(Bool, in
[all...]
/external/gtest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1200 // Bool() allows generating tests with parameters in a set of (false, true).
1203 // Bool()
1207 // of multiple flags can be tested when several Bool()'s are combined using
1218 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1220 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1271 // Combine(Bool(), Bool()));
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1205 // Bool() allows generating tests with parameters in a set of (false, true).
1208 // Bool()
1212 // of multiple flags can be tested when several Bool()'s are combined using
1223 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1225 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1276 // Combine(Bool(), Bool()));
/external/protobuf/gtest/include/gtest/
H A Dgtest-param-test.h88 // Bool() - Yields sequence {false, true}.
1165 // Bool() allows generating tests with parameters in a set of (false, true).
1168 // Bool()
1172 // of multiple flags can be tested when several Bool()'s are combined using
1183 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1185 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1236 // Combine(Bool(), Bool()));
/external/chromium/testing/gtest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} function in struct:Bool
59 bool operator>(int n) const { return value > Bool(n).value; }
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }
68 // Enables Bool to be used in assertions.
69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
87 bool PredFunction1Bool(Bool v
[all...]
/external/gtest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} function in struct:Bool
59 bool operator>(int n) const { return value > Bool(n).value; }
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }
68 // Enables Bool to be used in assertions.
69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
87 bool PredFunction1Bool(Bool v
[all...]

Completed in 404 milliseconds

12