HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 51 - 75 of 3001) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
hyts_resource_fr_FR.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr_FR_VAR.java 17 package tests.resources.subfolder.tests.norootresources;
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
hyts_resource.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_en_US.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_en_US_VAR.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_fr.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_fr_FR_VAR.java 17 package tests.resources.subfolder.tests.resources;
  /external/chromium/net/base/
data_url_unittest.cc 23 const ParseTestData tests[] = { local
139 // TODO(darin): add more interesting tests
142 for (size_t i = 0; i < arraysize(tests); ++i) {
147 net::DataURL::Parse(GURL(tests[i].url), &mime_type, &charset, &data);
148 EXPECT_EQ(ok, tests[i].is_valid);
149 if (tests[i].is_valid) {
150 EXPECT_EQ(tests[i].mime_type, mime_type);
151 EXPECT_EQ(tests[i].charset, charset);
152 EXPECT_EQ(tests[i].data, data);
  /external/icu4c/test/perf/unisetperf/
unisetperf.pl 28 # 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/valgrind/main/exp-bbv/tests/
filter_bb 5 $dir/../../tests/filter_stderr_basic |
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParameterGeneratorTestDH.java 19 import tests.security.AlgorithmParameterGeneratorTest;
20 import tests.security.AlgorithmParameterKeyAgreementHelper;
AlgorithmParameterGeneratorTestDSA.java 19 import tests.security.AlgorithmParameterGeneratorTest;
20 import tests.security.AlgorithmParameterSignatureHelper;
KeyPairGeneratorTestRSA.java 18 import tests.security.CipherAsymmetricCryptHelper;
19 import tests.security.KeyPairGeneratorTest;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex12.c 1 /* Regular expression tests.
33 /* Tests supposed to not match. */
39 } tests[] = { variable in typeref:struct:__anon17027
58 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
60 n = regcomp (&re, tests[i].pattern, tests[i].flags);
70 if (! regexec (&re, tests[i].string, tests[i].nmatch,
71 tests[i].nmatch ? rm : NULL, 0)
    [all...]
bug-regex11.c 1 /* Regular expression tests.
33 /* Tests supposed to match. */
40 } tests[] = { variable in typeref:struct:__anon17026
43 /* Other tests. */
62 /* More tests on backreferences. */
107 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
109 n = regcomp (&re, tests[i].pattern, tests[i].flags);
114 printf ("%s: regcomp %lu failed: %s\n", tests[i].pattern, i, buf)
    [all...]
bug-regex28.c 26 struct tests struct
32 } tests[] = { variable in typeref:struct:tests
55 for (i = 0; i < sizeof (tests) / sizeof (tests[i]); ++i)
57 re_set_syntax (tests[i].syntax);
59 if (re_compile_pattern (tests[i].regex, strlen (tests[i].regex), &r))
65 size_t len = strlen (tests[i].string);
66 int rv = re_search (&r, tests[i].string, len, 0, len, NULL);
67 if (rv != tests[i].retval
    [all...]
  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
AbstractService.java 18 package tests.resources.ServiceLoader;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetResource.java 18 package tests.support;
  /external/valgrind/main/memcheck/tests/
filter_stderr 5 $dir/../../tests/filter_stderr_basic |
8 $dir/../../tests/filter_addresses |
  /libcore/luni/src/test/java/tests/api/java/util/support/
I.java 1 package tests.api.java.util.support;
  /libcore/support/src/test/java/tests/http/
SocketPolicy.java 17 package tests.http;
  /libcore/support/src/test/java/tests/support/
Support_GetResource.java 18 package tests.support;
  /external/embunit/inc/
TestSuite.h 45 Test** tests; member in struct:__TestSuite
50 #define new_TestSuite(name,tests,numberOfTests)\
55 tests,\
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 32 times.length = tests.length;
34 for (var j = 0; j < tests.length; j++) {
35 var testName = suitePath + "/" + tests[j] + ".js";
44 function recordResults(tests, times)
48 for (j = 0; j < tests.length; j++) {
49 output += ' "' + tests[j] + '": ' + times[j] + ',\n';
57 recordResults(tests, times);
  /external/chromium/net/proxy/
proxy_server_unittest.cc 20 } tests[] = { local
162 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
164 net::ProxyServer::FromURI(tests[i].input_uri,
168 EXPECT_EQ(tests[i].expected_uri, uri.ToURI());
169 EXPECT_EQ(tests[i].expected_scheme, uri.scheme());
170 EXPECT_EQ(tests[i].expected_host, uri.host_port_pair().host());
171 EXPECT_EQ(tests[i].expected_port, uri.host_port_pair().port());
172 EXPECT_EQ(tests[i].expected_pac_string, uri.ToPacString());
194 const char* tests[] = { local
205 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i)
217 const char* tests[] = { local
235 } tests[] = { local
291 const char* tests[] = { local
315 } tests[] = { local
    [all...]

Completed in 1044 milliseconds

1 23 4 5 6 7 8 91011>>