HomeSort by relevance Sort by last modified time
    Searched refs:kBool (Results 1 - 22 of 22) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 21 const char kBool[] = "bool";
72 ASSERT_EQ(2, dedup->Insert(kBool));
76 ASSERT_EQ(2, dedup->Insert(kBool));
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
  /external/googletest/googlemock/include/gmock/internal/
gmock-internal-utils.h 127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
  /external/v8/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
  /frameworks/base/tools/aapt2/
Resource.cpp 38 case ResourceType::kBool:
90 {"bool", ResourceType::kBool},
Resource_test.cpp 46 EXPECT_EQ(*type, ResourceType::kBool);
Resource.h 45 kBool,
ResourceParser.cpp 369 {"bool", {ResourceType::kBool, android::ResTable_map::TYPE_BOOLEAN}},
    [all...]
  /external/v8/src/
machine-type.cc 56 case MachineSemantic::kBool:
machine-type.h 47 kBool,
158 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool);
161 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kBool);
  /system/update_engine/common/
fake_prefs.cc 59 FakePrefs::PrefType::kBool;
114 case PrefType::kBool:
fake_prefs.h 61 kBool,
  /external/v8/src/compiler/
representation-change.h 19 static Truncation Bool() { return Truncation(TruncationKind::kBool); }
32 return LessGeneral(kind_, TruncationKind::kBool);
42 LessGeneral(kind_, TruncationKind::kBool);
62 kBool,
representation-change.cc 23 case TruncationKind::kBool:
47 // kWord32 kBool
82 case TruncationKind::kBool:
83 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny;
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.cc 254 : name(name), type_(kBool) {
268 case kBool:
307 case kBool:
340 return type_ == kBool && value_.bool_ == value;
377 RTC_DCHECK(type_ == kBool);
614 case kBool:
statstypes.h 259 kBool, // bool.
  /external/skia/src/pdf/
SkPDFTypes.cpp 125 case Type::kBool:
165 case Type::kBool:
196 SkPDFUnion u(Type::kBool);
SkPDFTypes.h 141 kBool,
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
  /external/googletest/googlemock/test/
gmock-internal-utils_test.cc 155 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
  /external/v8/testing/gmock/test/
gmock-internal-utils_test.cc 154 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
  /external/fmtlib/test/gmock/
gmock.h 585 kBool, kInteger, kFloatingPoint, kOther
597 GMOCK_DECLARE_KIND_(bool, kBool);
647 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
652 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
657 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
662 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
688 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
    [all...]

Completed in 1004 milliseconds