/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_catch_exceptions_test_.cc | 49 using testing::Test; 53 class SehExceptionInConstructorTest : public Test { 60 class SehExceptionInDestructorTest : public Test { 67 class SehExceptionInSetUpTestCaseTest : public Test { 74 class SehExceptionInTearDownTestCaseTest : public Test { 81 class SehExceptionInSetUpTest : public Test { 88 class SehExceptionInTearDownTest : public Test { 103 class CxxExceptionInConstructorTest : public Test { 142 class CxxExceptionInDestructorTest : public Test { 160 class CxxExceptionInSetUpTestCaseTest : public Test { [all …]
|
D | gtest_xml_output_unittest_.cc | 47 using ::testing::Test; 50 class SuccessfulTest : public Test { 58 class FailedTest : public Test { 65 class DisabledTest : public Test { 97 class PropertyRecordingTest : public Test { 127 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty() 132 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty() 153 template <typename T> class TypedTest : public Test {}; 162 template <typename T> class TypeParameterizedTestCase : public Test {}; 179 testing::Test::RecordProperty("ad_hoc_property", "42"); in main()
|
D | gtest-typed-test_test.cc | 38 using testing::Test; 44 class CommonTest : public Test { 131 class TypedTest1 : public Test { 140 class TypedTest2 : public Test { 156 class NumericTest : public Test { 178 class TypedTestCasePStateTest : public Test { 272 class TypedTestP1 : public Test { 291 class TypedTestP2 : public Test { 328 class NumericTest : public Test {
|
D | gtest_output_test_.cc | 80 if (testing::Test::HasFatalFailure()) return; in TryTestSubroutine() 346 class NonFatalFailureInFixtureConstructorTest : public testing::Test { 371 class FatalFailureInFixtureConstructorTest : public testing::Test { 407 class NonFatalFailureInSetUpTest : public testing::Test { 432 class FatalFailureInSetUpTest : public testing::Test { 494 class DeathTestAndMultiThreadsTest : public testing::Test { 530 class MixedUpTestCaseTest : public testing::Test { 536 class MixedUpTestCaseWithSameTestNameTest : public testing::Test { 546 class MixedUpTestCaseTest : public testing::Test { 554 class MixedUpTestCaseWithSameTestNameTest : public testing::Test { [all …]
|
D | gtest-typed-test_test.h | 39 using testing::Test; 47 class ContainerTest : public Test {
|
D | gtest_list_tests_unittest_.cc | 62 class FooTest : public testing::Test { 117 class TypedTest : public testing::Test { 138 class TypeParamTest : public testing::Test {
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | _template.cpp | 13 class Test : public CPPUNIT_NS::TestCase class 15 CPPUNIT_TEST_SUITE(Test); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() in test()
|
D | equal_test.cpp | 67 struct Test { struct 69 Test(); 72 Test(int val) : value(val) {} in Test() argument 79 bool operator < (const Test& v1, int v2) in operator <() argument 82 bool operator < (int v1, const Test& v2) in operator <() 86 bool operator < (const Test& v1, const Test& v2) in operator <() 105 vector<Test> tv; in equal_range2() 106 vector<Test>::iterator it; in equal_range2() 107 pair<vector<Test>::iterator, vector<Test>::iterator> p; in equal_range2()
|
/ndk/tests/device/test-stlport/unit/ |
D | _template.cpp | 13 class Test : public CPPUNIT_NS::TestCase class 15 CPPUNIT_TEST_SUITE(Test); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() in test()
|
D | equal_test.cpp | 67 struct Test { struct 69 Test(); 72 Test(int val) : value(val) {} in Test() function 79 bool operator < (const Test& v1, int v2) in operator <() argument 82 bool operator < (int v1, const Test& v2) in operator <() 86 bool operator < (const Test& v1, const Test& v2) in operator <() 105 vector<Test> tv; in equal_range2() 106 vector<Test>::iterator it; in equal_range2() 107 pair<vector<Test>::iterator, vector<Test>::iterator> p; in equal_range2()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | format.py | 5 import lit.Test # pylint: disable=import-error 45 yield lit.Test.Test(testSuite, path_in_suite + (filename,), 64 return (lit.Test.UNSUPPORTED, 71 if isinstance(res, lit.Test.Result): 74 return lit.Test.Result(lit.Test.PASS) 86 return lit.Test.UNSUPPORTED, 'ShTest format not yet supported' 116 return lit.Test.FAIL, report 134 return lit.Test.FAIL, report 135 return lit.Test.PASS, '' 158 return lit.Test.PASS, '' [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | DEFAULT_GOAL | 2 $description = "Test the .DEFAULT_GOAL special variable."; 7 # Test #1: basic logic. 39 # Test #2: unknown goal. 49 # Test #3: more than one goal. 59 # Test #4: Savannah bug #12226.
|
D | MAKE_RESTARTS | 3 $description = "Test the MAKE_RESTARTS variable."; 5 # Test basic capability 19 # Test multiple restarts 36 # Test multiple restarts and make sure the variable is cleaned up
|
D | INCLUDE_DIRS | 2 $description = "Test the .INCLUDE_DIRS special variable."; 11 # Test #1: The content of .INCLUDE_DIRS depends on the platform for which 27 # Test #2: Make sure -I paths end up in .INCLUDE_DIRS.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | se_implicit | 2 $description = "Test second expansion in ordinary rules."; 12 # Test #1: automatic variables. 61 # Test #2: target/pattern -specific variables. 83 # Test #3: order of prerequisites. 135 # Test #4: stem splitting logic. 157 # Test #5: stem splitting logic and order-only prerequisites. 176 # Test #6: lack of implicit prerequisites. 192 # Test #7: Test stem from the middle of the name. 211 # Test #8: Make sure stem triple-expansion does not happen.
|
D | targetvars | 2 $description = "Test target-specific variable settings."; 24 # Test per-target recursive variables 31 # Test per-target variable inheritance 37 # Test the export keyword with per-target variables 42 # Test = escaping 48 # Test target-specific vars with pattern/suffix rules 159 # Test #10 165 # Test #11 166 # PR/1709: Test semicolons in target-specific variable values 181 # Test #12 [all …]
|
D | se_statpat | 2 $description = "Test second expansion in static pattern rules."; 6 # Test #1: automatic variables. 42 # Test #2: target/pattern -specific variables. 62 # Test #3: order of prerequisites. 109 # Test #4: Make sure stem triple-expansion does not happen.
|
D | se_explicit | 2 $description = "Test second expansion in ordinary rules."; 6 # TEST #0: Test handing of '$' in prerequisites with and without second 61 # Test #2: target/pattern -specific variables. 80 # Test #3: order of prerequisites.
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 24 Google Test is designed to have fairly minimal requirements to build 28 However, since core members of the Google Test project have no access 29 to these platforms, Google Test may have outstanding issues there. If 36 These are the base requirements to build and use Google Test from a source 63 build Google Test and its own tests from an SVN checkout (described 73 There are two primary ways of getting Google Test's source code: you 82 Google Test is released in versioned source packages which can be 102 Test, run the following Subversion command: 109 To build Google Test and your tests that use it, you need to tell your 116 Suppose you put Google Test in directory ${GTEST_DIR}. To build it, [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | error | 36 # Test #1 42 # Test #2 48 # Test #3 54 # Test #4 60 # Test #5
|
D | shell | 3 $description = 'Test the $(shell ...) function.'; 8 # Test shells inside rules. 14 # Test shells inside exported environment variables.
|
D | flavor | 2 $description = "Test the flavor function."; 7 # Test #1: Test general logic.
|
D | warning | 34 # Test #1 40 # Test #2 46 # Test #3 52 # Test #4
|
D | call | 2 $description = "Test the call function.\n"; 20 # Test using a builtin; this is silly as it's simpler to do without call 24 # Test using non-expanded builtins 29 # Test recursive invocations of call with different arguments 34 # Test recursion on the user-defined function. As a special case make
|
/ndk/tests/build/project-properties/jni/ |
D | Android.mk | 8 …$(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFO… 13 …$(call ndk_log,Test OK: Correct target platform retrieved from project.properties but auto-adjuste…
|