/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 87 TestInfo const** const tests = in GetSortedTests() local 91 tests[i] = test_case->GetTestInfo(i); in GetSortedTests() 93 std::sort(tests, tests + test_case->total_test_count(), in GetSortedTests() 95 return tests; in GetSortedTests() 158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); in TEST() local 160 EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); in TEST() 161 EXPECT_STREQ("ApiTest", tests[0]->test_case_name()); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 164 EXPECT_FALSE(tests[0]->should_run()); in TEST() [all …]
|
D | gtest-typed-test_test.cc | 190 const char* tests = "A, B, C"; in TEST_F() local 191 EXPECT_EQ(tests, in TEST_F() 192 state_.VerifyRegisteredTestNames("foo.cc", 1, tests)); in TEST_F() 198 const char* tests = "A,C, B"; in TEST_F() local 199 EXPECT_EQ(tests, in TEST_F() 200 state_.VerifyRegisteredTestNames("foo.cc", 1, tests)); in TEST_F()
|
D | gtest_shuffle_test.py | 102 tests = [] 103 test_iterations.append(tests) 105 tests.append(line.strip()) # 'TestCaseName.TestName' 110 def GetTestCases(tests): argument 122 for test in tests: 245 def _VerifyTestCasesDoNotInterleave(self, tests): argument 247 for test in tests: 253 (test_case, tests))
|
D | gtest_output_test_golden_lin.txt | 10 [0;32m[==========] [mRunning 63 tests from 28 test cases. 29 [0;32m[----------] [m2 tests from PassingTest 47 [0;32m[----------] [m3 tests from FatalFailureTest 81 [0;32m[----------] [m6 tests from SCOPED_TRACETest 257 [0;32m[----------] [m4 tests from MixedUpTestCaseTest 265 All tests in the same test case must use the same test fixture 271 of the classes to put the tests into different test cases. 276 All tests in the same test case must use the same test fixture 282 of the classes to put the tests into different test cases. 284 [0;32m[----------] [m2 tests from MixedUpTestCaseWithSameTestNameTest [all …]
|
/ndk/tests/ |
D | README | 2 of the NDK. Before making a new NDK release, please run tests/run-tests.sh 7 run-tests.sh 8 Run all NDK automated tests. Use --help for more options. 11 Contains tests used to check the NDK build system itself. 14 Contains tests used to check that NDK-generated binaries work properly 15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool
|
D | run-tests-all.sh | 99 ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armeabi 102 NDK_TOOLCHAIN_VERSION=clang ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armea… 107 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --full 113 NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail 121 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine # --full 129 …NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine … 203 …./tests/standalone/run.sh --prefix=$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)-gcc) 212 ./tests/standalone/run.sh --no-sysroot \ 222 ./tests/standalone/run.sh --no-sysroot \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
D | to_ullong.pass.cpp | 23 unsigned long long tests[] = {0, in test_to_ullong() local 31 for (std::size_t i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) in test_to_ullong() 33 unsigned long long j = tests[i]; in test_to_ullong()
|
D | to_ulong.pass.cpp | 24 std::size_t tests[] = {0, in test_to_ulong() local 32 for (std::size_t i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) in test_to_ulong() 34 std::size_t j = tests[i]; in test_to_ulong()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 61 ::std::set<std::string> tests; in VerifyRegisteredTestNames() 65 if (tests.count(name) != 0) { in VerifyRegisteredTestNames() 81 tests.insert(name); in VerifyRegisteredTestNames() 91 if (tests.count(*it) == 0) { in VerifyRegisteredTestNames()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | catchptr1.cpp | 235 static int (*tests[])() = variable 258 for (ix = 0; tests[ix]; ix++) in main() 260 int n = tests[ix] (); in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | catchptr1.cpp | 235 static int (*tests[])() = variable 258 for (ix = 0; tests[ix]; ix++) in main() 260 int n = tests[ix] (); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.am | 173 *) test -d tests || mkdir tests; \ 177 rm -f tests/$$f; ln -s ../srctests/$$f tests; \ 181 cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS); \
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 39 "perl.exe ./run_make-tests.pl". 49 that do (I was tired of having it run my Emacs backup files as tests :)) 51 Also, sometimes the tests may behave strangely on networked 56 tests to reduce the impacts of this situation. 66 A directory named "work" will be created when the tests are run which 67 will contain any makefiles and "diff" files of tests that fail so that 80 to see the existing tests. Use the newer tests: many of the tests 82 ChangeLog in the tests directory for pointers. 90 running tests, so that if a test forgets to clean up after itself that 91 can impact future tests.
|
D | NEWS | 3 Lots of new tests. Renamed to follow the GNU make scheme. Also 37 New tests for features to be included in GNU make 3.77. 44 Reworked some tests to make sure they all work with both perl4 and perl5. 60 Added new tests and updated existing ones. Note that the new tests 63 Ignore any tests whose filenames end in "~", so that Emacs backup 73 Also, some tests and stuff still haven't made it in because I 75 too, will get in eventually. Contributions of scripts (ie, tests 94 Also, some tests and stuff still haven't made it in because I 107 Reorganized tests into subdirs and renamed lots of things so that 117 you're supposed to get when all the tests pass... :-) [all …]
|
/ndk/build/gmsl/ |
D | README | 21 gmsl-tests 25 make -f gmsl-tests
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 3 * New feature: death tests are supported on OpenBSD and in iOS 16 death tests. 32 * Parameters of value-parameterized tests are now printed in the 44 WithParamInterface<T> separately, easing conversion of legacy tests. 85 * New feature: elapsed time for the tests is printed by default. 97 * New feature: death tests on Windows, Cygwin, and Mac. 121 * New feature: value-parameterized tests. 125 * Added tests to the Xcode project. 129 * Enabled running Python tests on systems with python 2.3 installed, 135 * New feature: type-parameterized tests. [all …]
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 35 // Macros and functions for implementing parameterized tests 44 // Value-parameterized tests allow you to test your code with different 47 // Here is how you use value-parameterized tests: 51 // To write value-parameterized tests, first you should define a fixture 63 // Then, use the TEST_P macro to define as many parameterized tests 99 // The following statement will instantiate tests from the FooTest test case 110 // instantiations. The tests from the instantiation above will have 122 // This statement will instantiate all tests from FooTest again, each 128 // The tests from the instantiation above will have these names: 135 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests [all …]
|
/ndk/sources/cxx-stl/stlport/ |
D | README.original | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 19 build/test/eh - build directory for exception handling tests 27 test/unit - unit (regression) tests
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
D | splice_after_range.pass.cpp | 44 tests(const C& c, int p, int f, int l) in tests() function 111 tests(c1, p, f, l); in main() 119 tests(c1, p, f, l); in main() 155 tests(c1, p, f, l); in main() 163 tests(c1, p, f, l); in main()
|
/ndk/tests/device/test-android-support/jni/ |
D | Android.mk | 1 include $(NDK_ROOT)/sources/android/support/tests/Android.mk
|
/ndk/build/tools/ |
D | dev-cleanup.sh | 83 for PROJECT in $DIR/tests/build/*; do 86 for PROJECT in $DIR/tests/device/*; do
|
/ndk/tests/device/crazy_linker/jni/ |
D | Android.mk | 6 include $(CRAZY_LINKER_SRC_DIR)/tests/Android.mk
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | echoing | 2 ."echoing. It tests that when a command line starts with \n" 4 ."tests the -n option which tells make to ONLY echo the \n" 6 ."the commands with '\@' are printed. Lastly, it tests the \n" 11 ."been placed in front of the delete command line. Four tests \n"
|
/ndk/ |
D | .gitignore | 13 tests/abcc/prebuilts/
|
/ndk/tests/device/test-gabi++/jni/ |
D | Android.mk | 3 include $(NDK_ROOT)/sources/cxx-stl/gabi++/tests/Android.mk
|