Searched refs:tests (Results 1 - 25 of 1769) sorted by relevance

1234567891011>>

/external/chromium_org/ui/events/
H A DPRESUBMIT.py12 tests = set(['ash_unittests',
20 'linux_chromium_rel': tests,
21 'linux_chromium_chromeos_rel': tests,
22 'linux_chromeos_asan': tests,
23 'win_chromium_compile_dbg': tests,
24 'win_chromium_rel': tests,
/external/valgrind/main/drd/tests/
H A Dfilter_annotate_barrier_xml6 ../../memcheck/tests/filter_xml |
H A Dfilter_xml_and_thread_no3 ../../memcheck/tests/filter_xml |
/external/chromium_org/v8/test/webkit/fast/js/
H A Dfunction-decompilation-operators.js26 var tests = [ variable
80 for (test in tests) {
81 var decompiledFunction = eval("(function () { " + tests[test] + ";})").toString().replace(/\n/g, "");
82 shouldBe("decompiledFunction", "'function () { " + tests[test] + ";}'");
/external/valgrind/main/lackey/tests/
H A Dfilter_stderr5 $dir/../../tests/filter_stderr_basic |
11 ../../tests/filter_numbers |
/external/valgrind/main/none/tests/
H A Dfilter_stderr5 $dir/../../tests/filter_stderr_basic |
11 $dir/../../tests/filter_addresses
H A Dfilter_none_discards5 $dir/filter_stderr | $dir/../../tests/filter_discards
/external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
H A Dhyts_services.jar ... tests.resources.ServiceLoader.ServiceMoreThanOne tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfAbstractService.class ImplementationOfAbstractService.
H A Dhyts_services2.jar ... svn/wcprops/ META-INF/services/ META-INF/services/tests.resources.ServiceLoader.ServiceIn2File tests/ tests/resources/ tests ...
/external/chromium_org/net/cookies/
H A Dcookie_util_unittest.cc13 } tests[] = { local
19 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
20 EXPECT_EQ(tests[i].is_host_only,
21 net::cookie_util::DomainIsHostOnly(tests[i].str));
30 } tests[] = { local
102 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
103 parsed_time = net::cookie_util::ParseCookieTime(tests[i].str);
104 if (!tests[i].valid) {
105 EXPECT_FALSE(!parsed_time.is_null()) << tests[i].str;
108 EXPECT_TRUE(!parsed_time.is_null()) << tests[
[all...]
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.pl28 # tests will be done for all the programs. Results will be stored and connected
39 my $tests = {
63 runTests($options, $tests, $dataFiles);
76 $tests = {
86 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dlibyasm_test.sh2 ${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.pl28 # tests will be done for all the programs. Results will be stored and connected
36 my $tests = {
64 runTests($options, $tests, $dataFiles);
77 $tests = {
89 runTests($options, $tests, $dataFiles);
/external/oprofile/libutil/tests/
H A Dfile_tests.c19 static char * tests[][2] = { variable
50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]);
54 while (tests[i][0]) {
55 if (!realpath(tests[i][0], tmp)) {
56 fprintf(stderr, "NULL return for %s\n", tests[i][0]);
60 if (strcmp(tmp, tests[i][1])) {
62 tmp, tests[i][1], tests[i][0]);
/external/valgrind/main/exp-bbv/tests/
H A Dfilter_stderr5 $dir/../../tests/filter_stderr_basic |
/external/chromium_org/net/http/
H A Dhttp_byte_range_unittest.cc14 } tests[] = { local
26 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
28 range.set_first_byte_position(tests[i].first_byte_position);
29 range.set_last_byte_position(tests[i].last_byte_position);
30 range.set_suffix_length(tests[i].suffix_length);
31 EXPECT_EQ(tests[i].valid, range.IsValid());
44 } tests[] = { local
58 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
60 range.set_first_byte_position(tests[i].first_byte_position);
61 range.set_last_byte_position(tests[
84 } tests[] = {{net::HttpByteRange::Bounded(0, 0), "bytes=0-0"}, local
[all...]
/external/chromium_org/v8/test/webkit/
H A Dregexp-in-and-foreach-handling.js26 var tests = [ variable
35 return tests[i][0].exec(tests[i][1]);
40 var re = tests[i][0],
41 str = tests[i][1],
55 var re = tests[i][0],
56 str = tests[i][1],
67 for (var i in tests) {
68 shouldBe('testRegExpMatchesArray(' + i + ')', tests[i][2]);
69 shouldBe('testInOperator(' + i + ')', tests[
[all...]
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DStandardBean2.java21 package org.apache.harmony.beans.tests.support;
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
H A DMockFakeEvent.java18 package org.apache.harmony.beans.tests.support.mock;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
H A DB.java18 package org.apache.harmony.luni.tests.support;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DSomeClass.java22 package org.apache.harmony.security.tests.fortress;
/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
H A DService.java18 package tests.resources.ServiceLoader;
H A DServiceDuplicateIn2File.java18 package tests.resources.ServiceLoader;
H A DServiceFinalClass.java18 package tests.resources.ServiceLoader;
H A DServiceForAllCommentTest.java18 package tests.resources.ServiceLoader;

Completed in 1915 milliseconds

1234567891011>>