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

  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
chrome_trace_category_filter_unittest.py 81 self.assertEquals(a.IsSubset(b), True)
85 self.assertEquals(a.IsSubset(b), True)
89 self.assertEquals(a.IsSubset(b), True)
93 self.assertEquals(a.IsSubset(b), None)
97 self.assertEquals(a.IsSubset(b), None)
101 self.assertEquals(a.IsSubset(b), None)
105 self.assertEquals(a.IsSubset(b), False)
109 self.assertEquals(a.IsSubset(b), False)
113 self.assertEquals(a.IsSubset(b), True)
117 self.assertEquals(a.IsSubset(b), False
    [all...]
chrome_trace_category_filter.py 179 def IsSubset(self, other):
  /frameworks/native/libs/vr/libpdx/
variant_tests.cpp 1082 EXPECT_TRUE((detail::Set<int, bool, float>::template IsSubset<int, bool,
1085 (detail::Set<int, bool, float>::template IsSubset<bool, float>::value));
1086 EXPECT_TRUE((detail::Set<int, bool, float>::template IsSubset<float>::value));
1087 EXPECT_TRUE((detail::Set<int, bool, float>::template IsSubset<>::value));
1090 (detail::Set<int, bool, float>::template IsSubset<int, bool, float,
1092 EXPECT_FALSE((detail::Set<int, bool, float>::template IsSubset<bool, float,
1095 (detail::Set<int, bool, float>::template IsSubset<float, char>::value));
1096 EXPECT_FALSE((detail::Set<int, bool, float>::template IsSubset<char>::value));
1098 EXPECT_TRUE(detail::Set<>::template IsSubset<>::value);
1099 EXPECT_FALSE(detail::Set<>::template IsSubset<int>::value)
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 53 struct IsSubset : std::true_type {};
55 struct IsSubset<T> : HasType<T, Types...> {};
57 struct IsSubset<First, Rest...>
58 : std::integral_constant<bool, IsSubset<First>::value &&
59 IsSubset<Rest...>::value> {};
590 detail::Set<Types...>::template IsSubset<ValidTypes...>::value,
597 detail::Set<Types...>::template IsSubset<ValidTypes...>::value,
  /external/v8/src/crankshaft/
unique.h 219 bool IsSubset(const UniqueSet<T>* that) const {
hydrogen-check-elimination.cc 367 if (entry->maps_->IsSubset(instr->maps())) {
611 if (entry->maps_->IsSubset(string_maps())) {
hydrogen-instructions.h     [all...]

Completed in 899 milliseconds