Home
last modified time | relevance | path

Searched refs:TestA (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/clang/test/Index/
Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DObjectId825Test.java15 public static class TestA extends AbstractEntity { class in ObjectId825Test
34 TestA a = new TestA(); in testDeserialize()
50 TestA testADeserialized = DEF_TYPING_MAPPER.readValue(json, TestA.class); in testDeserialize()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc96 TEST_P(ValueParamTest, TestA) { in TEST_P() argument
128 TYPED_TEST(TypedTest, TestA) { in TYPED_TEST() argument
142 TYPED_TEST_P(TypeParamTest, TestA) { in TYPED_TEST_P() argument
148 REGISTER_TYPED_TEST_SUITE_P(TypeParamTest, TestA, TestB);
Dgoogletest-filter-unittest_.cc81 TEST(BazTest, TestA) { in TEST() argument
115 TEST(DISABLED_FoobarbazTest, TestA) { in TEST() argument
/external/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc96 TEST_P(ValueParamTest, TestA) { in TEST_P() argument
128 TYPED_TEST(TypedTest, TestA) { in TYPED_TEST() argument
142 TYPED_TEST_P(TypeParamTest, TestA) { in TYPED_TEST_P() argument
148 REGISTER_TYPED_TEST_SUITE_P(TypeParamTest, TestA, TestB);
Dgoogletest-filter-unittest_.cc81 TEST(BazTest, TestA) { in TEST() argument
115 TEST(DISABLED_FoobarbazTest, TestA) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/DynamicLibrary/
DDynamicLibraryTest.cpp26 void *Ptr = (void*)(intptr_t)TestA; in LibPath()
70 EXPECT_TRUE(GS != nullptr && GS != &TestA); in TEST()
74 EXPECT_TRUE(GS != nullptr && GS != &TestA); in TEST()
83 EXPECT_TRUE(GS != nullptr && GS == &TestA); in TEST()
87 EXPECT_TRUE(GS != nullptr && GS == &TestA); in TEST()
93 EXPECT_TRUE(GS != nullptr && GS != &TestA); in TEST()
DExportedFuncs.cpp15 extern "C" PIPSQUEAK_EXPORT const char *TestA() { return PIPSQUEAK_TESTA_RETURN; } in TestA() function
DPipSqueak.h31 extern "C" PIPSQUEAK_EXPORT const char *TestA();
/external/llvm/test/CodeGen/PowerPC/
Dasm-printer-topological-order.ll3 @TestA = alias void (), void ()* @TestC
15 ; CHECK-DAG: TestA = TestC
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dasm-printer-topological-order.ll3 @TestA = alias void (), void ()* @TestC
15 ; CHECK-DAG: .set TestA, TestC
/external/llvm-project/clang/test/Analysis/
Dunused-ivars.m17 @interface TestA { interface
19 int x; // expected-warning {{Instance variable 'x' in class 'TestA' is never used}}
22 @implementation TestA @end implementation
Dsuperclass.m53 @interface TestA interface
55 @implementation TestA implementation
/external/clang/test/Analysis/
Dunused-ivars.m17 @interface TestA { interface
19 int x; // expected-warning {{Instance variable 'x' in class 'TestA' is never used}}
22 @implementation TestA @end implementation
Dsuperclass.m53 @interface TestA interface
55 @implementation TestA implementation
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-ctor-homing-flag.cpp20 } TestA; variable
Ddebug-info-limited-ctor.cpp5 } TestA; variable
/external/testng/src/test/java/test/tmp/
DTestA.java6 public class TestA { class
/external/llvm-project/mlir/test/mlir-tblgen/
Dinterfaces.mlir3 // expected-remark@below {{'!test.test_type' - TestA}}
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-string-literal-with-embedded-nul.cpp54 void TestA() { in TestA() function
/external/clang/test/SemaTemplate/
Dnested-name-spec-template.cpp60 struct TestA { struct
/external/llvm-project/clang/test/SemaTemplate/
Dnested-name-spec-template.cpp60 struct TestA { struct
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestInterfaces.td20 emitRemark(loc) << $_type << " - TestA";
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestXMLSource.java124 public void TestA() { in TestA() method in TestXMLSource
/external/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
Dp3.cpp26 struct TestA { struct

12