Home
last modified time | relevance | path

Searched refs:TypeB (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_unittest.nc17 enum TypeB { B };
25 enum class TypeB { B };
26 UMA_HISTOGRAM_ENUMERATION("", TypeA::A, TypeB::B);
33 enum TypeB { B };
70 enum TypeB { B };
77 enum TypeB { B };
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DNullHandlingTest.java52 @Type(value = TypeB.class, name = "TypeB")})
73 static class TypeB implements Proxy { class in NullHandlingTest
75 public TypeB() {} in TypeB() method in NullHandlingTest.TypeB
76 public TypeB(String b) { in TypeB() method in NullHandlingTest.TypeB
198 assertEquals("No value for bValue!?", "This works too!", ((TypeB) typeBData.proxy).bValue); in testPolymorphicDataNull()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument
142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
Dreport.h45 u8 TypeA, u8 TypeB);
/external/scudo/standalone/
Dreport.cpp139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument
142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
Dreport.h45 u8 TypeA, u8 TypeB);
/external/llvm-project/clang/test/Index/Core/
Dindex-dependent-source.cpp181 typedef typename OtherUsing<T>::Type TypeB; typedef
202 typename UsingB<T>::TypeB value1; in test()
/external/guava/guava-tests/test/com/google/common/collect/
DIterablesTest.java269 private interface TypeB {}
271 private static class HasBoth extends TypeA implements TypeB {}
277 Iterable<TypeB> blist = Iterables.filter(alist, TypeB.class);
286 Iterable<TypeB> blist = Iterables.filter(alist, TypeB.class);
288 Iterator<TypeB> expectedIterator = Arrays.<TypeB>asList(hasBoth1, hasBoth2).iterator();
DFluentIterableTest.java364 private interface TypeB {} interface in FluentIterableTest
366 private static class HasBoth extends TypeA implements TypeB {}
373 Iterable<TypeB> blist = alist.filter(TypeB.class); in testFilterByType()
/external/guava/android/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java360 private interface TypeB {} interface in FluentIterableTest
362 private static class HasBoth extends TypeA implements TypeB {}
369 Iterable<TypeB> blist = alist.filter(TypeB.class); in testFilterByType()
DIterablesTest.java269 private interface TypeB {}
271 private static class HasBoth extends TypeA implements TypeB {}
277 Iterable<TypeB> blist = Iterables.filter(alist, TypeB.class);
/external/abseil-cpp/absl/meta/
Dtype_traits_test.cc1134 struct TypeB {}; struct
1151 absl::enable_if_t<std::is_same<T, TypeB>::value, int> = 0>
1167 EXPECT_EQ(TypeEnum::B, GetType(Wrap<TypeB>())); in TEST()
1206 EXPECT_EQ(TypeEnum::B, GetTypeExt(Wrap<TypeB>())); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/meta/
Dtype_traits_test.cc1134 struct TypeB {}; struct
1151 absl::enable_if_t<std::is_same<T, TypeB>::value, int> = 0>
1167 EXPECT_EQ(TypeEnum::B, GetType(Wrap<TypeB>())); in TEST()
1206 EXPECT_EQ(TypeEnum::B, GetTypeExt(Wrap<TypeB>())); in TEST()
/external/openscreen/third_party/abseil/src/absl/meta/
Dtype_traits_test.cc1134 struct TypeB {}; struct
1151 absl::enable_if_t<std::is_same<T, TypeB>::value, int> = 0>
1167 EXPECT_EQ(TypeEnum::B, GetType(Wrap<TypeB>())); in TEST()
1206 EXPECT_EQ(TypeEnum::B, GetTypeExt(Wrap<TypeB>())); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/meta/
Dtype_traits_test.cc1134 struct TypeB {}; struct
1151 absl::enable_if_t<std::is_same<T, TypeB>::value, int> = 0>
1167 EXPECT_EQ(TypeEnum::B, GetType(Wrap<TypeB>())); in TEST()
1206 EXPECT_EQ(TypeEnum::B, GetTypeExt(Wrap<TypeB>())); in TEST()
/external/libtextclassifier/abseil-cpp/absl/meta/
Dtype_traits_test.cc1134 struct TypeB {}; struct
1151 absl::enable_if_t<std::is_same<T, TypeB>::value, int> = 0>
1167 EXPECT_EQ(TypeEnum::B, GetType(Wrap<TypeB>())); in TEST()
1206 EXPECT_EQ(TypeEnum::B, GetTypeExt(Wrap<TypeB>())); in TEST()
/external/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp477 const uint8_t TypeB = XCOFF::RelocationType::R_NEG; in recordRelocation() local
478 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp89 TypeB = 1 << 0, // Boolean enumerator
104 const ArgType TypeFIB = static_cast<ArgType>(TypeF | TypeI | TypeB);
236 { EOpAny, "any", 1, TypeB, ClassRSNS, nullptr },
237 { EOpAll, "all", 1, TypeB, ClassRSNS, nullptr },
238 { EOpVectorLogicalNot, "not", 1, TypeB, ClassNS, nullptr },
272 { EOpMix, "mix", 3, TypeB, ClassRegular, Es310Desktop450 },
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsNVVM.td165 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC.
166 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB,
171 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsNVVM.td160 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC.
161 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB,
166 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,