Searched refs:tests (Results 26 - 50 of 1470) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
H A DServiceForWrongNameTest.java18 package tests.resources.ServiceLoader;
H A DServiceIn2File.java18 package tests.resources.ServiceLoader;
H A DServiceIn2FileWithEmptyConfig.java18 package tests.resources.ServiceLoader;
H A DServiceMoreThanOne.java18 package tests.resources.ServiceLoader;
H A DServiceWithDuplicateSons.java18 package tests.resources.ServiceLoader;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Proxy_ParentException.java18 package tests.support;
H A DSupport_Proxy_SubException.java18 package tests.support;
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf_ansi.pl34 # tests will be done for all the programs. Results will be stored and connected
37 my $tests = {
56 runTests($options, $tests, $dataFiles);
H A Dconvperf_iml.pl34 # tests will be done for all the programs. Results will be stored and connected
37 my $tests = {
62 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/normperf/
H A DNormPerf.pl27 # tests will be done for all the programs. Results will be stored and connected
30 my $tests = {
59 runTests($options, $tests, $dataFiles);
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c7 void run_tests(struct test tests[]) argument
10 for (i = 0; tests[i].name; i++) {
11 printf("Test %s\n", tests[i].name);
12 memset(&tests[i].result, 0, sizeof(tests[i].result));
13 tests[i].test_func(&tests[i].result);
14 printf("Test %s (%d/%d) pass\n", tests[i].name,
15 tests[i].result.pass, tests[
[all...]
/external/v8/test/mjsunit/
H A Ddouble-intrinsics.js17 var tests = [0x7ff00000, 0x00000000, Infinity, variable
27 for (var i = 0; i < tests.length; i += 3) {
28 assertDoubleBits(tests[i], tests[i + 1], tests[i + 2]);
33 for (var i = 0; i < tests.length; i += 3) {
34 assertDoubleBits(tests[i], tests[i + 1], tests[i + 2]);
/external/llvm/utils/lit/utils/
H A Dcheck-coverage17 # If invoked with no arguments, run all the tests.
19 set -- "tests"
32 rm -f tests/.coverage
33 find tests -name .coverage.\* -exec rm {} \;
35 # Next, run the tests.
39 find tests/* -name .coverage.\* -exec mv {} tests \;
42 (cd tests && python -m coverage combine)
45 (cd tests && python -m coverage report)
49 (cd tests
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-unittest-api_test.cc33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
111 // We can only test the accessors that do not change value while tests run.
112 // Since tests can be run in any order, the values the accessors that track
158 const TestInfo** tests local
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
[all...]
/external/gtest/test/
H A Dgtest-unittest-api_test.cc33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
111 // We can only test the accessors that do not change value while tests run.
112 // Since tests can be run in any order, the values the accessors that track
158 const TestInfo** tests local
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
[all...]
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
117 // We can only test the accessors that do not change value while tests run.
118 // Since tests can be run in any order, the values the accessors that track
157 const TestInfo** tests local
281 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
[all...]
/external/icu/icu4c/source/test/perf/collperf/
H A DCollPerf.pl35 # tests will be done for all the programs. Results will be stored and connected
38 $tests = {
78 $tests = {
105 runTests($options, $tests, $dataFiles);
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
H A DMockPropertyChangeListener2.java18 package org.apache.harmony.beans.tests.support.mock;
28 org.apache.harmony.beans.tests.support.mock.MockPropertyChangeEvent e);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClass2Prepare.java26 package org.apache.harmony.jpda.tests.jdwp.Events;
28 import org.apache.harmony.jpda.tests.framework.LogWriter;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDATestOptions.java26 package org.apache.harmony.jpda.tests.share;
28 import org.apache.harmony.jpda.tests.framework.TestOptions;
31 * This class provides additional options for unit tests.
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
H A Dhyts_resource_en_US.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_en_US_VAR.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_fr.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_fr_FR.java18 package tests.resources.subfolder.tests.norootresources;
H A Dhyts_resource_fr_FR_VAR.java17 package tests.resources.subfolder.tests.norootresources;

Completed in 2500 milliseconds

1234567891011>>