Home
last modified time | relevance | path

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

/third_party/glib/tests/gobject/
Doverride.c80 typedef struct _TestA TestA; typedef
89 void (* bar) (TestA *self);
109 test_a_bar (TestA *self) in test_a_bar()
115 test_a_baz (TestA *self, in test_a_baz()
160 static DEFINE_TYPE_FULL (TestA, test_a,
171 TestA parent;
194 test_b_bar (TestA *self) in test_b_bar()
210 test_b_baz (TestA *self, in test_b_baz()
282 test_c_bar (TestA *self) in test_c_bar()
298 test_c_baz (TestA *self, in test_c_baz()
/third_party/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
/third_party/glib/gio/tests/modules/
Dtest-module-a.c31 } TestA; typedef
39 G_DEFINE_TYPE (TestA, test_a, G_TYPE_OBJECT) in G_DEFINE_TYPE() argument
47 test_a_init (TestA *self) in test_a_init()
/third_party/boost/tools/build/test/railsys/program/liba/
Dtest_a.cpp13 TestA::TestA() in TestA() function in TestA
/third_party/boost/tools/build/test/railsys/program/include/
Dtest_a.h12 class TestA : public QObject
18 TestA();
/third_party/boost/libs/type_traits/test/
Dis_abstract_test.cpp21 struct TestA {}; struct
24 struct TestD : public TestA {};
53 struct TestAG : public virtual TestA {};
93 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<TestA>::value), false);
127 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<const TestA>::value), false);
161 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<volatile TestA>::value), false);
195 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<volatile const TestA>::value), false);
230 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<TestA&&>::value), false);
232 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<TestA&>::value), false);
/third_party/boost/tools/build/test/railsys/program/main/
Dmain.cpp16 TestA stTestA; in main()
/third_party/typescript/tests/cases/compiler/
DdiscriminantPropertyCheck.ts211 type TestA = { alias
221 type AllTests = TestA | TestB;
/third_party/typescript/tests/baselines/reference/
DdiscriminantPropertyCheck.types575 type TestA = {
576 >TestA : TestA
595 type AllTests = TestA | TestB;
638 >test : TestA
643 >test : TestA | TestB
655 >test : TestA
DdiscriminantPropertyCheck.js210 type TestA = {
220 type AllTests = TestA | TestB;
DdiscriminantPropertyCheck.symbols586 type TestA = {
587 >TestA : Symbol(TestA, Decl(discriminantPropertyCheck.ts, 204, 1))
606 type AllTests = TestA | TestB;
608 >TestA : Symbol(TestA, Decl(discriminantPropertyCheck.ts, 204, 1))
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java218 public void TestA() { in TestA() method in AlphabeticIndexTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DAlphabeticIndexTest.java221 public void TestA() { in TestA() method in AlphabeticIndexTest