Searched refs:tests (Results 51 - 75 of 1772) sorted by relevance

1234567891011>>

/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/chromium_org/third_party/icu/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/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/valgrind/main/helgrind/tests/
H A Dfilter_stderr5 $dir/../../tests/filter_stderr_basic |
8 $dir/../../tests/filter_addresses |
12 # as these make some tests more scheduling sensitive -- those where
38 $dir/../../helgrind/tests/filter_helgrind "$@"
/external/valgrind/main/memcheck/tests/
H A Dfilter_stderr5 $dir/../../tests/filter_stderr_basic |
8 $dir/../../tests/filter_addresses |
28 $dir/../../memcheck/tests/filter_memcheck "$@"
/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;
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
H A Dhyts_resource.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_en_US.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_en_US_VAR.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_fr.java18 package tests.resources.subfolder.tests.resources;
H A Dhyts_resource_fr_FR_VAR.java17 package tests.resources.subfolder.tests.resources;
/external/chromium_org/build/android/pylib/monkey/
H A Dsetup.py5 """Generates test runner factory and tests for monkey tests."""
11 """Create and return the test runner factory and tests.
17 A tuple of (TestRunnerFactory, tests).
21 tests = ['MonkeyTest']
27 return (TestRunnerFactory, tests)
/external/chromium_org/net/base/
H A Ddata_url_unittest.cc23 const ParseTestData tests[] = { local
187 // TODO(darin): add more interesting tests
190 for (size_t i = 0; i < arraysize(tests); ++i) {
195 net::DataURL::Parse(GURL(tests[i].url), &mime_type, &charset, &data);
196 EXPECT_EQ(ok, tests[i].is_valid);
197 if (tests[i].is_valid) {
198 EXPECT_EQ(tests[i].mime_type, mime_type);
199 EXPECT_EQ(tests[i].charset, charset);
200 EXPECT_EQ(tests[i].data, data);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbuilders_unittest.py36 tests = {
41 for name, expected in tests.items():
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
H A Dlc3b_test.sh2 ${srcdir}/out_test.sh lc3b_test modules/arch/lc3b/tests "lc3b arch" "-a lc3b -f bin" ""
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dx86_gas32_test.sh2 ${srcdir}/out_test.sh x86_gas32_test modules/arch/x86/tests/gas32 "x86 gas format" "-f elf32 -p gas" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dx86_gas64_test.sh2 ${srcdir}/out_test.sh x86_gas64_test modules/arch/x86/tests/gas64 "amd64 gas format" "-f elf -m amd64 -p gas" ".o"

Completed in 472 milliseconds

1234567891011>>