HomeSort by relevance Sort by last modified time
    Searched defs:bool (Results 276 - 300 of 355) sorted by null

<<1112131415

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
877 typedef int bool; typedef
879 typedef Boolean bool; typedef
886 # define bool int macro
888 typedef int bool; typedef
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 262 explicit AssertionResult(bool success) : success_(success) {}
265 operator bool() const { return success_; } // NOLINT
304 bool success_;
376 static bool HasFatalFailure();
379 static bool HasNonfatalFailure();
383 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
414 static bool HasSameFixtureClass();
516 bool Passed() const { return !Failed(); }
519 bool Failed() const;
522 bool HasFatalFailure() const
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
877 typedef int bool; typedef
879 typedef Boolean bool; typedef
886 # define bool int macro
888 typedef int bool; typedef
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
877 typedef int bool; typedef
879 typedef Boolean bool; typedef
886 # define bool int macro
888 typedef int bool; typedef
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
877 typedef int bool; typedef
879 typedef Boolean bool; typedef
886 # define bool int macro
888 typedef int bool; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
877 typedef int bool; typedef
879 typedef Boolean bool; typedef
886 # define bool int macro
888 typedef int bool; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
877 typedef int bool; typedef
879 typedef Boolean bool; typedef
886 # define bool int macro
888 typedef int bool; typedef
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 62 bool alwaysAdd(CFGBuilder &builder,
67 AddStmtChoice withAlwaysAdd(bool alwaysAdd) const {
151 bool operator==(const const_iterator &rhs) const {
154 bool operator!=(const const_iterator &rhs) const {
158 LLVM_EXPLICIT operator bool() const {
224 TryResult(bool b) : X(b ? 1 : 0) {}
227 bool isTrue() const { return X == 1; }
228 bool isFalse() const { return X == 0; }
229 bool isKnown() const { return X >= 0; }
319 bool badCFG
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 111 bool isValid() const { return Block != 0; }
192 bool isCXXThisExprCaptured() const { return CXXThisFieldDecl != 0; }
225 bool SanitizePerformTypeCheck;
231 bool AutoreleaseResult;
426 void PopCleanupBlock(bool FallThroughIsBranchThrough = false);
454 bool OldDidCallStackSave;
456 bool PerformCleanup;
488 bool requiresCleanups() const {
586 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;
593 llvm::BasicBlock *getEHResumeBlock(bool isCleanup)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 106 typedef int bool; typedef
249 bool have_transaction_lock;
407 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
502 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
621 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
664 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
84 bool ShouldUseColor(bool stdout_is_tty);
86 bool ParseInt32Flag(const char* str, const char* flag, Int32* value);
105 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
896 static bool VectorIsCorrupt(const TestingVector& vector) {
901 bool found_in_vector[kVectorSize] = { false };
915 static bool VectorIsNotCorrupt(const TestingVector& vector) {
919 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
928 static bool RangeIsUnshuffled
4199 EXPECT_THROW(ThrowNothing(), bool); local
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 43 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
98 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
590 static bool IsPositive(int n) { return n > 0; }
673 static bool VectorIsCorrupt(const TestingVector& vector) {
678 bool found_in_vector[kVectorSize] = { false };
692 static bool VectorIsNotCorrupt(const TestingVector& vector) {
696 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
705 static bool RangeIsUnshuffled(
710 static bool VectorIsShuffled(const TestingVector& vector) {
714 static bool VectorIsUnshuffled(const TestingVector& vector)
4031 EXPECT_THROW(ThrowNothing(), bool); local
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
99 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
691 static bool IsPositive(int n) { return n > 0; }
774 static bool VectorIsCorrupt(const TestingVector& vector) {
779 bool found_in_vector[kVectorSize] = { false };
793 static bool VectorIsNotCorrupt(const TestingVector& vector) {
797 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
806 static bool RangeIsUnshuffled(
811 static bool VectorIsShuffled(const TestingVector& vector) {
815 static bool VectorIsUnshuffled(const TestingVector& vector)
3828 EXPECT_THROW(ThrowNothing(), bool); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 379 inline operator bool() const { return bits ? true : false; }
396 inline bool exists() const { return value != NULL; }
406 inline bool isIndirect(int dim) const { return indirect[dim] >= 0; }
413 bool getImmediate(ImmediateValue&) const;
420 bool usedAsPtr; // for printing
434 inline bool exists() const { return value != NULL; }
439 bool mayReplace(const ValueRef &);
440 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
467 virtual bool equals(const Value *, bool strict = false) const
    [all...]
  /external/gtest/test/
gtest_unittest.cc 43 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
98 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
590 static bool IsPositive(int n) { return n > 0; }
673 static bool VectorIsCorrupt(const TestingVector& vector) {
678 bool found_in_vector[kVectorSize] = { false };
692 static bool VectorIsNotCorrupt(const TestingVector& vector) {
696 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
705 static bool RangeIsUnshuffled(
710 static bool VectorIsShuffled(const TestingVector& vector) {
714 static bool VectorIsUnshuffled(const TestingVector& vector)
4031 EXPECT_THROW(ThrowNothing(), bool); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 379 inline operator bool() const { return bits ? true : false; }
396 inline bool exists() const { return value != NULL; }
406 inline bool isIndirect(int dim) const { return indirect[dim] >= 0; }
413 bool getImmediate(ImmediateValue&) const;
420 bool usedAsPtr; // for printing
434 inline bool exists() const { return value != NULL; }
439 bool mayReplace(const ValueRef &);
440 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
467 virtual bool equals(const Value *, bool strict = false) const
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
174 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
773 static bool IsPositive(int n) { return n > 0; }
856 static bool VectorIsCorrupt(const TestingVector& vector) {
861 bool found_in_vector[kVectorSize] = { false };
875 static bool VectorIsNotCorrupt(const TestingVector& vector) {
879 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
888 static bool RangeIsUnshuffled(
893 static bool VectorIsShuffled(const TestingVector& vector) {
897 static bool VectorIsUnshuffled(const TestingVector& vector)
4009 EXPECT_THROW(ThrowNothing(), bool); local
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 378 #undef bool macro
379 #define bool jemalloc_bool macro
382 static const bool __isthreaded = true;
424 static const bool __isthreaded = true;
626 static bool malloc_initialized = false;
1193 static bool opt_abort = true;
1195 static bool opt_junk = true;
1198 static bool opt_abort = false;
1200 static bool opt_junk = false;
1207 static bool opt_print_stats = false
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 371 #undef bool macro
372 #define bool jemalloc_bool macro
375 static const bool __isthreaded = true;
417 static const bool __isthreaded = true;
619 static bool malloc_initialized = false;
1186 static bool opt_abort = true;
1188 static bool opt_junk = true;
1191 static bool opt_abort = false;
1193 static bool opt_junk = false;
1200 static bool opt_print_stats = false
    [all...]
  /external/clang/include/clang/AST/
Type.h 69 struct isPodLike<clang::QualType> { static const bool value = true; };
226 bool hasConst() const { return Mask & Const; }
227 void setConst(bool flag) {
233 bool hasVolatile() const { return Mask & Volatile; }
234 void setVolatile(bool flag) {
240 bool hasRestrict() const { return Mask & Restrict; }
241 void setRestrict(bool flag) {
247 bool hasCVRQualifiers() const { return getCVRQualifiers(); }
265 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
286 bool hasObjCLifetime() const { return Mask & LifetimeMask;
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 838 #pragma mark == bool ==
845 // C++ defines bool, true, and false. Metrowerks allows this to be controlled by the "bool" option though.
846 // C99 defines __bool_true_false_are_defined when bool, true, and false are defined.
850 // short-circuit and gets confused by the option( bool ) portion of the conditional.
856 #if( !__bool_true_false_are_defined && ( !defined( __cplusplus ) || !__option( bool ) ) )
868 // Workaround when building with CodeWarrior for C++ with bool disabled and using the Apple stdbool.h header,
871 #if( __bool_true_false_are_defined && defined( __cplusplus ) && !__option( bool ) )
881 typedef int bool; typedef
883 #define bool boo macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 147 /* X/Open and SVr4 specify that curses implements 'bool'. However, C++ may also
151 * A further complication is that <stdbool.h> may declare 'bool' to be a
153 * C++. If we have <stdbool.h>, make 'bool' a macro, so users may #undef it.
169 /* use the C++ compiler's bool type */
170 #define NCURSES_BOOL bool
176 /* use whatever the C compiler decides bool really is */
177 #define NCURSES_BOOL bool
179 /* there is no predefined bool - use our own */
180 #undef bool macro
181 #define bool NCURSES_BOO macro
727 extern NCURSES_EXPORT(void) use_env (bool); \/* implemented *\/ variable
845 extern NCURSES_EXPORT(int) use_extended_names (bool); variable
    [all...]
ncurses.h 147 /* X/Open and SVr4 specify that curses implements 'bool'. However, C++ may also
151 * A further complication is that <stdbool.h> may declare 'bool' to be a
153 * C++. If we have <stdbool.h>, make 'bool' a macro, so users may #undef it.
169 /* use the C++ compiler's bool type */
170 #define NCURSES_BOOL bool
176 /* use whatever the C compiler decides bool really is */
177 #define NCURSES_BOOL bool
179 /* there is no predefined bool - use our own */
180 #undef bool macro
181 #define bool NCURSES_BOO macro
727 extern NCURSES_EXPORT(void) use_env (bool); \/* implemented *\/ variable
845 extern NCURSES_EXPORT(int) use_extended_names (bool); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 147 /* X/Open and SVr4 specify that curses implements 'bool'. However, C++ may also
151 * A further complication is that <stdbool.h> may declare 'bool' to be a
153 * C++. If we have <stdbool.h>, make 'bool' a macro, so users may #undef it.
169 /* use the C++ compiler's bool type */
170 #define NCURSES_BOOL bool
176 /* use whatever the C compiler decides bool really is */
177 #define NCURSES_BOOL bool
179 /* there is no predefined bool - use our own */
180 #undef bool macro
181 #define bool NCURSES_BOO macro
727 extern NCURSES_EXPORT(void) use_env (bool); \/* implemented *\/ variable
845 extern NCURSES_EXPORT(int) use_extended_names (bool); variable
    [all...]

Completed in 874 milliseconds

<<1112131415