Searched refs:tests (Results 226 - 250 of 1772) sorted by relevance

1234567891011>>

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DDistributionPointTest.java18 package org.apache.harmony.security.tests.x509;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyBasicPermission.java18 package org.apache.harmony.security.tests.support;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertStoreParameters.java22 package org.apache.harmony.security.tests.support.cert;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java22 package org.apache.harmony.security.tests.support.spec;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Proxy_I1.java18 package tests.support;
H A DSupport_ServerSocket.java18 package tests.support;
H A DSupport_Socket.java18 package tests.support;
/external/chromium_org/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests
[all...]
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A DCharPerf_r.pl42 my $tests = {
56 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A DCollPerf_r.pl28 # tests will be done for all the programs. Results will be stored and connected
40 my $tests = {
79 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A DNormPerf_r.pl62 my $tests = {
86 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl55 my $tests = {
60 runTests( $options, $tests, $dataFiles );
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A DUBrkPerf_r.pl28 # tests will be done for all the programs. Results will be stored and connected
81 my $tests = {
93 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A DUsetPerf.pl30 # tests will be done for all the programs. Results will be stored and connected
40 my $tests = {
55 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A DStringPerf_r.pl61 my $tests = {
77 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A DUtfPerf.pl28 # tests will be done for all the programs. Results will be stored and connected
40 my $tests = {
50 runTests($options, $tests, $dataFiles);
/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfloatditf_test.c16 expected.hi = tests[i].hi;
17 expected.lo = tests[i].lo;
18 computed.ld = __floatditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
H A Dfloatunditf_test.c16 expected.hi = tests[i].hi;
17 expected.lo = tests[i].lo;
18 computed.ld = __floatunditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
/external/icu/icu4c/source/test/perf/charperf/
H A DCharPerf_r.pl42 my $tests = {
56 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/collperf/
H A DCollPerf_r.pl28 # tests will be done for all the programs. Results will be stored and connected
40 my $tests = {
79 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/collperf2/
H A DCollPerf2_r.pl49 # tests will be done for all the programs. Results will be stored and connected
60 my $tests = {
202 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/normperf/
H A DNormPerf_r.pl62 my $tests = {
86 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl55 my $tests = {
60 runTests( $options, $tests, $dataFiles );
/external/icu/icu4c/source/test/perf/ubrkperf/
H A DUBrkPerf.pl29 # tests will be done for all the programs. Results will be stored and connected
79 my $tests = {
92 runTests($options, $tests, $dataFiles);
H A DUBrkPerf_r.pl28 # tests will be done for all the programs. Results will be stored and connected
81 my $tests = {
93 runTests($options, $tests, $dataFiles);

Completed in 503 milliseconds

1234567891011>>