Searched defs:bool (Results 151 - 175 of 203) sorted by relevance

123456789

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
174 static bool EventForwardingEnabled(const TestEventListeners& listeners) {
757 static bool IsPositive(int n) { return n > 0; }
840 static bool VectorIsCorrupt(const TestingVector& vector) {
845 bool found_in_vector[kVectorSize] = { false };
859 static bool VectorIsNotCorrupt(const TestingVector& vector) {
863 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) {
872 static bool RangeIsUnshuffled(
877 static bool VectorIsShuffled(const TestingVector& vector) {
881 static bool VectorIsUnshuffle
4084 EXPECT_THROW(ThrowNothing(), bool); local
[all...]
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc154 bool could_have_tilings = CanHaveTilings();
326 bool has_draw_quad = false;
456 bool resourceless_software_draw) {
522 bool tiling_needs_update = false;
709 bool any_dimension_too_large =
713 bool any_dimension_one_tile =
754 bool synced_high_res_tiling = false;
930 bool PictureLayerImpl::MarkVisibleTilesAsRequired(
935 bool twin_had_missing_tile = false;
1067 bool is_pinchin
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h262 GTEST_DISABLE_MSC_WARNINGS_PUSH_(4800 /* forcing value to bool */)
266 // T must be contextually convertible to bool.
288 operator bool() const { return success_; } // NOLINT
330 bool success_;
400 static bool HasFatalFailure();
403 static bool HasNonfatalFailure();
407 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
438 static bool HasSameFixtureClass();
540 bool Passed() const { return !Failed(); }
543 bool Faile
[all...]
/external/chromium_org/third_party/cld/base/
H A Dlogging.h423 // A container for a string pointer which can be evaluated to a bool -
429 operator bool() const { return PREDICT_FALSE(str_ != NULL); }
919 bool also_send_to_log);
1016 bool has_been_flushed_; // false => data has not been flushed
1017 bool first_fatal_; // true => this was first fatal msg
1037 bool fail_quietly_;
1261 bool SendEmail(const char*dest, const char *subject, const char*body);
1326 virtual void Write(bool force_flush,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_;
385 static bool HasFatalFailure();
388 static bool HasNonfatalFailure();
392 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
422 static bool HasSameFixtureClass();
524 bool Passed() const { return !Failed(); }
527 bool Failed() const;
530 bool HasFatalFailur
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h38 bool isSet() { return flag; }
51 // Overloaded operators for bool like qualities
52 LLVM_EXPLICIT operator bool() const { return flag; }
53 OptionalFlag& operator=(const bool &rhs) {
60 bool flag;
171 ConversionSpecifier(bool isPrintf = true)
175 ConversionSpecifier(bool isPrintf, const char *pos, Kind k)
186 bool consumesDataArgument() const {
204 bool isIntArg() const { return kind >= IntArgBeg && kind <= IntArgEnd; }
205 bool isUIntAr
[all...]
/external/clang/include/clang/Analysis/
H A DCFG.h126 static bool isKind(const CFGElement &E) {
145 static bool isKind(const CFGElement &E) {
164 static bool isKind(const CFGElement &elem) {
181 bool isNoReturn(ASTContext &astContext) const;
185 static bool isKind(const CFGElement &E) {
211 static bool isKind(const CFGElement &elem) {
236 static bool isKind(const CFGElement &elem) {
255 static bool isKind(const CFGElement &E) {
274 static bool isKind(const CFGElement &E) {
293 static bool isKin
[all...]
/external/clang/include/clang/Basic/
H A DDiagnostic.h65 bool BeforePreviousInsertions;
71 bool isNull() const {
79 bool BeforePreviousInsertions = false) {
92 bool BeforePreviousInsertions = false) {
171 bool IgnoreAllWarnings; // Ignore all warnings: -w
172 bool WarningsAsErrors; // Treat warnings like errors.
173 bool EnableAllWarnings; // Enable all warnings.
174 bool ErrorsAsFatal; // Treat errors like fatal errors.
175 bool SuppressSystemWarnings; // Suppress warnings in system headers.
176 bool SuppressAllDiagnostic
[all...]
/external/clang/include/clang/Sema/
H A DInitialization.h118 bool NRVO;
172 bool NRVO = false)
214 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
231 bool Consumed) {
242 QualType Type, bool NRVO) {
247 QualType Type, bool NRVO) {
253 QualType Type, bool NRVO) {
289 bool IsInheritedVirtualBase);
365 bool allowsNRVO() const;
367 bool isParameterKin
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
208 std::string Lexer::Stringify(const std::string &Str, bool Charify) {
295 bool *invalid) {
300 bool invalidTemp = false;
333 const LangOptions &LangOpts, bool *Invalid) {
336 bool CharDataInvalid = false;
366 const LangOptions &LangOpts, bool *Invalid) {
387 bool CharDataInvalid = false;
423 bool Lexer::getRawToken(SourceLocation Loc, Token &Result,
426 bool IgnoreWhiteSpac
2243 #undef bool macro
[all...]
/external/gtest/include/gtest/
H A Dgtest.h262 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 HasFatalFailur
[all...]
/external/libsepol/src/
H A Dexpand.c1147 cond_bool_datum_t *bool, *new_bool; local
1151 bool = (cond_bool_datum_t *) datum;
1159 if (bool->flags & COND_BOOL_FLAGS_TUNABLE) {
1193 state->boolmap[bool->s.value - 1] = new_bool->s.value;
1195 new_bool->state = bool->state;
1196 new_bool->flags = bool->flags;
2057 if (cur->bool)
2058 cur->bool = state->boolmap[cur->bool - 1];
2885 booldatum = pol->bool_val_to_struct[cur_expr->bool
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfo.h109 bool Verify() const;
114 // An explicit operator bool so that we can do testing of DI values
116 // FIXME: This operator bool isn't actually protecting anything at the
118 // implicitly convertable to bool.
119 LLVM_EXPLICIT operator bool() const { return DbgNode != nullptr; }
121 bool operator==(DIDescriptor Other) const { return DbgNode == Other.DbgNode; }
122 bool operator!=(DIDescriptor Other) const { return !operator==(Other); }
128 bool isDerivedType() const;
129 bool isCompositeType() const;
130 bool isBasicTyp
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_;
385 static bool HasFatalFailure();
388 static bool HasNonfatalFailure();
392 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
422 static bool HasSameFixtureClass();
524 bool Passed() const { return !Failed(); }
527 bool Failed() const;
530 bool HasFatalFailur
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_;
385 static bool HasFatalFailure();
388 static bool HasNonfatalFailure();
392 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
422 static bool HasSameFixtureClass();
524 bool Passed() const { return !Failed(); }
527 bool Failed() const;
530 bool HasFatalFailur
[all...]
/external/ppp/pppd/
H A Dpppd.h88 typedef unsigned char bool; typedef
137 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */
237 extern bool log_default; /* log_to_fd is default (stdout) */
240 extern bool devnam_fixed; /* can no longer change devnam */
251 extern bool doing_multilink;
252 extern bool multilink_master;
253 extern bool bundle_eof;
254 extern bool bundle_terminating;
279 extern bool modem; /* Use modem control lines */
282 extern bool lockfla
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h217 operator bool() const { return failure_message_.c_str() == NULL; } // NOLINT
291 static bool HasFatalFailure();
294 static bool HasNonfatalFailure();
298 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
328 static bool HasSameFixtureClass();
426 bool Passed() const { return !Failed(); }
429 bool Failed() const;
432 bool HasFatalFailure() const;
435 bool HasNonfatalFailure() const;
483 static bool ValidateTestPropert
[all...]
/external/stlport/stlport/stl/config/
H A Dfeatures.h46 * bool, true, and false, if _STLP_NO_BOOL is defined.
883 typedef int bool; typedef
885 typedef Boolean bool; typedef
892 # define bool int macro
894 typedef int bool; typedef
1044 _TMPL inline bool _STLP_CALL operator!=(const _TP& __x, const _TP& __y) {return !(__x == __y);}\
1045 _TMPL inline bool _STLP_CALL operator>(const _TP& __x, const _TP& __y) {return __y < __x;}\
1046 _TMPL inline bool _STLP_CALL operator<=(const _TP& __x, const _TP& __y) { return !(__y < __x);}\
1047 _TMPL inline bool _STLP_CALL operator>=(const _TP& __x, const _TP& __y) { return !(__x < __y);}
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c2831 static const char * wpa_bool_txt(int bool) argument
2833 return bool ? "TRUE" : "FALSE";
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c2831 static const char * wpa_bool_txt(int bool) argument
2833 return bool ? "TRUE" : "FALSE";
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c2831 static const char * wpa_bool_txt(int bool) argument
2833 return bool ? "TRUE" : "FALSE";
/external/chromium_org/v8/src/
H A Dglobals.h83 // Support for alternative bool type. This is only enabled if the code is
85 // For instance, 'bool b = "false";' results in b == true! This is a hidden
87 // However, redefining the bool type does have some negative impact on some
90 // bool with code that uses the redefined version.
92 // defined here because the platform code uses bool, and platform.h is
97 #define bool __my_bool__ // use 'indirection' to avoid name clashes macro
144 const bool kRequiresCodeRange = true;
152 const bool kRequiresCodeRange = true;
155 const bool kRequiresCodeRange = false;
349 typedef bool (*WeakSlotCallbac
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h113 bool isValid() const { return Block != nullptr; }
201 bool isCXXThisExprCaptured() const { return CXXThisFieldDecl != nullptr; }
238 bool AutoreleaseResult;
433 void PopCleanupBlock(bool FallThroughIsBranchThrough = false);
461 bool OldDidCallStackSave;
463 bool PerformCleanup;
495 bool requiresCleanups() const {
593 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;
600 llvm::BasicBlock *getEHResumeBlock(bool isCleanup);
632 bool isInConditionalBranc
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c106 typedef int bool; typedef
247 bool have_transaction_lock;
405 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
500 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
619 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
662 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
/external/f2fs-tools/include/
H A Df2fs_fs.h29 typedef u8 bool; typedef

Completed in 3258 milliseconds

123456789