Searched defs:Bool (Results 1 - 25 of 98) sorted by path

1234

/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/bzip2/
H A Dbzip2.c162 typedef unsigned char Bool; typedef
169 #define True ((Bool)1)
170 #define False ((Bool)0)
184 Bool keepInputFiles, smallMode, deleteOutputOnInterrupt;
185 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy;
266 Bool uInt64_isZero ( UInt64* n )
318 Bool myfeof ( FILE* f )
433 Bool uncompressStream ( FILE *zStream, FILE *stream )
554 Bool testStream ( FILE *zStream )
940 Bool fileExist
[all...]
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 )
H A Dbzlib_private.h42 typedef unsigned char Bool; typedef
49 #define True ((Bool)1)
50 #define False ((Bool)0)
237 Bool inUse[256];
276 BZ2_compressBlock ( EState*, Bool );
358 Bool blockRandomised;
367 Bool smallDecompress;
395 Bool inUse[256];
396 Bool inUse16[16];
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11_unittest.cc8 #undef Bool macro
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_unittest.cc9 #undef Bool macro
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc229 Query Query::Bool(bool boolean) { function in class:trace_analyzer::Query
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));
71 Add(Instruction("compare_bool", jtl::COMPARE_NODE_BOOL, Arguments(Bool)));
78 Arguments(String, Bool, Bool)));
108 case Bool: {
158 Bool, enumerator in enum:__anon6002::InstructionSet::ArgumentType
/external/chromium_org/testing/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/chromium_org/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/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py132 return RawTypes.Bool
238 class Bool(BaseType): class in class:RawTypes
259 return TypeModel.Bool
520 cls.Bool = cls.ValueType("bool", False)
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c316 typedef char Bool; typedef
495 Bool fresh; /* signals a fresh new profile which */
497 Bool joint; /* signals that the last arc ended */
527 Bool second_pass; /* indicates whether a horizontal pass */
733 static Bool
735 Bool overshoot )
806 static Bool
807 End_Profile( RAS_ARGS Bool overshoot )
878 static Bool
931 static Bool
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp314 class Bool{ // A wrapper class for CHOICE, to auto adapter UBool class class in class:Escaper
318 Bool(CHOICE flag=RAND):tag(flag){} function in class:Escaper::Bool
339 Bool escape_literal;
340 Bool two_quotes_escape;
/external/chromium_org/third_party/libva/va/
H A Dsysdeps.h40 # define Bool int macro
/external/chromium_org/third_party/libva/va/x11/
H A Dva_dricommon.h39 #define Bool int macro
87 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8821 // Bool() - Yields sequence {false, true}.
16766 // Bool() allows generating tests with parameters in a set of (false, true).
16769 // Bool()
16773 // of multiple flags can be tested when several Bool()'s are combined using
16784 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
16786 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
16837 // Combine(Bool(), Bool()));
19188 // Values(), ValuesIn(), Bool(), and Combine().
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h95 typedef int Bool; typedef
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h47 typedef uint8_t Bool; typedef
/external/chromium_org/third_party/mesa/src/src/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/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h96 typedef int Bool; typedef
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12245 typedef unsigned char Bool; typedef
12264 Bool zeroed; /* True if zeroed out and ready for reuse */
12265 Bool rowidIsValid; /* True if lastRowid is valid */
12266 Bool atFirst; /* True if pointing to first entry */
12267 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
12268 Bool nullRow; /* True if pointing to a row with no data */
12269 Bool deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
12270 Bool isTable; /* True if a table requiring integer keys */
12271 Bool isIndex; /* True if an index containing keys only - no data */
12272 Bool isOrdere
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h31 typedef unsigned char Bool; typedef
50 Bool zeroed; /* True if zeroed out and ready for reuse */
51 Bool rowidIsValid; /* True if lastRowid is valid */
52 Bool atFirst; /* True if pointing to first entry */
53 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
54 Bool nullRow; /* True if pointing to a row with no data */
55 Bool deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
56 Bool isTable; /* True if a table requiring integer keys */
57 Bool isIndex; /* True if an index containing keys only - no data */
58 Bool isOrdere
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h22 #undef Bool macro
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_x11_unittest.cc8 #undef Bool macro
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11_unittest.cc9 #undef Bool macro

Completed in 977 milliseconds

1234