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

  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 20 const char kBool[] = "bool";
39 ASSERT_EQ(2, dedup->Insert(kBool));
43 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/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 32 case ResourceType::kBool: return u"bool";
60 { u"bool", ResourceType::kBool },
Resource_test.cpp 46 EXPECT_EQ(*type, ResourceType::kBool);
Resource.h 43 kBool,
ResourceParser.cpp 314 { u"bool", { ResourceType::kBool, android::ResTable_map::TYPE_BOOLEAN } },
    [all...]
  /external/v8/src/
machine-type.cc 43 case MachineSemantic::kBool:
machine-type.h 33 kBool,
122 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool);
125 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); }
39 LessGeneral(kind_, TruncationKind::kBool);
59 kBool,
representation-change.cc 21 case TruncationKind::kBool:
47 // kWord32 kFloat32 kBool
77 case TruncationKind::kBool:
78 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny;
  /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 132 case Type::kBool:
171 case Type::kBool:
198 SkPDFUnion u(Type::kBool);
SkPDFTypes.h 146 kBool,
  /external/gmock/test/
gmock-internal-utils_test.cc 130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT

Completed in 1199 milliseconds