/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertStoreSpiTest.java | 22 package org.apache.harmony.security.tests.java.security.cert; 33 import org.apache.harmony.security.tests.support.cert.MyCertStoreSpi; 34 import org.apache.harmony.security.tests.support.cert.MyCertStoreParameters; 41 * Tests for <code>CertStoreSpi</code> class constructors and methods.
|
PKIXCertPathCheckerTest.java | 22 package org.apache.harmony.security.tests.java.security.cert; 28 import org.apache.harmony.security.tests.support.cert.MyCertificate; 29 import org.apache.harmony.security.tests.support.cert.TestUtils; 34 * Tests for <code>PKIXCertPathChecker</code> 48 // Tests 58 // the following tests just call methods 60 // (So they just like signature tests)
|
X509Certificate2Test.java | 18 package org.apache.harmony.security.tests.java.security.cert; 28 import org.apache.harmony.security.tests.support.cert.TestUtils; 30 import tests.support.resource.Support_Resources; 35 * @tests java.security.cert.X509Certificate#getExtensionValue(java.lang.String)
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
CertPathTest.java | 22 package org.apache.harmony.security.tests.java.security.cert.serialization; 30 import org.apache.harmony.security.tests.support.cert.MyCertPath; 33 import tests.support.resource.Support_Resources; 36 * Tests for <code>CertPath</code> serialization 47 // Tests 51 * @tests serialization/deserialization. 64 * @tests serialization/deserialization compatibility with RI.
|
CertificateTest.java | 22 package org.apache.harmony.security.tests.java.security.cert.serialization; 31 import org.apache.harmony.security.tests.support.cert.MyCertificate; 32 import org.apache.harmony.security.tests.support.cert.TestUtils; 36 * Tests for <code>Certificate</code> serialization 44 * @tests serialization/deserialization. 57 * @tests serialization/deserialization compatibility with RI.
|
/external/chromium/net/base/ |
address_list_unittest.cc | 182 } tests[] = { local 188 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); i++) { 190 int rv = CreateAddressList(tests[i].canonical_ip_address, 80, 192 if (tests[i].is_ipv6 && rv != 0) { 193 LOG(WARNING) << "Unable to resolve ip literal '" << tests[i].ip_address 201 ParseIPLiteralToNumber(tests[i].ip_address, &ip_number); 213 EXPECT_EQ(strcmp(tests[i].canonical_ip_address.c_str(), 223 } tests[] = { local 229 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); i++) { 231 int rv = CreateAddressList(tests[i].canonical_ip_address, 80 [all...] |
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
buildbot_results.py | 65 self._print("=> Results: %d/%d tests passed (%.1f%%)" % (passed, total, percent_passed)) 67 self._print_run_results_entry(run_results, test_expectations.NOW, "Tests to be fixed") 72 "Tests that will only be fixed if they crash (WONTFIX)") 104 # Don't print anything for tests that ran as expected. 117 # We group flaky tests by the first actual result we got. 122 layouttestresults.for_each_test(summarized_results['tests'], add_result) 127 for key, tests in passes.iteritems(): 128 self._print("%s: (%d)" % (key, len(tests))) 129 tests.sort() 130 for test in tests [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
queries.py | 69 help='display the expectations for *all* tests'), 71 help='limit to tests not matching the given keyword (for example, "skip", "slow", or "crash". May specify multiple times'), 73 help='limit to tests with the given keyword (for example, "skip", "slow", or "crash". May specify multiple times'), 75 help='Print a CSV-style report that includes the port name, bugs, specifiers, tests, and expectations'), 114 tests = set(default_port.tests(args)) 116 model = self._model(options, port_name, tests) 117 tests_to_print = self._filter_tests(options, model, tests) 123 def _filter_tests(self, options, model, tests): 129 filtered_tests = tests [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
required_prefix_test.cc | 18 static PrefixTest tests[] = { member in namespace:re2 40 for (int i = 0; i < arraysize(tests); i++) { 41 const PrefixTest& t = tests[i];
|
/external/chromium_org/third_party/sqlite/src/test/ |
colmeta.test | 12 # This file implements regression tests for SQLite library. The 49 set tests { 62 set tests [concat $tests { 68 set tests [concat $tests { 76 foreach {tn params results} $tests {
|
/external/chromium_org/v8/test/intl/ |
testcfg.py | 40 tests = [] 51 tests.append(test) 52 return tests
|
/external/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |
/external/iproute2/testsuite/ |
Makefile | 6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t)) 10 .PHONY: compile listtests alltests configure $(TESTS) 19 @for t in $(TESTS); do \ 23 alltests: $(TESTS) 31 $(TESTS): 36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
|
/external/oprofile/libop/tests/ |
mangle_tests.c | 24 static struct test_input const tests[] = { variable 51 for (test = tests; test->result; ++test) { 59 (int)(test - tests), result, expect);
|
/external/regex-re2/re2/testing/ |
required_prefix_test.cc | 18 static PrefixTest tests[] = { member in namespace:re2 40 for (int i = 0; i < arraysize(tests); i++) { 41 const PrefixTest& t = tests[i];
|
/external/skia/tests/ |
PathOpsDLineTest.cpp | 11 static const SkDLine tests[] = { variable 29 static const size_t tests_count = SK_ARRAY_COUNT(tests); 33 const SkDLine& line = tests[index];
|
PathOpsDPointTest.cpp | 11 static const SkDPoint tests[] = { variable 21 static const size_t tests_count = SK_ARRAY_COUNT(tests); 25 const SkDPoint& pt = tests[index];
|
PathOpsDTriangleTest.cpp | 11 static const SkDTriangle tests[] = { variable 29 static const size_t tests_count = SK_ARRAY_COUNT(tests); 33 const SkDTriangle& triangle = tests[index];
|
PathOpsLineParametetersTest.cpp | 11 // tests to verify that distance calculations are coded correctly 12 static const SkDCubic tests[] = { variable 38 static const size_t tests_count = SK_ARRAY_COUNT(tests); 43 const SkDCubic& cubic = tests[index];
|
/libcore/luni/src/test/java/tests/api/java/lang/ |
Process2Test.java | 18 package tests.api.java.lang; 28 import tests.support.Support_Exec; 29 import static tests.support.Support_Exec.javaProcessBuilder; 36 * Tests if these methods return buffered streams.
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathCertPathRepTest.java | 1 package tests.security.cert; 5 import org.apache.harmony.security.tests.support.cert.MyCertPath; 6 import org.apache.harmony.security.tests.support.cert.MyCertPath.MyCertPathRep;
|
CertStoreSpiTest.java | 23 package tests.security.cert; 38 import org.apache.harmony.security.tests.support.cert.MyCertStoreParameters; 39 import org.apache.harmony.security.tests.support.cert.MyCertStoreSpi; 42 * Tests for <code>CertStoreSpi</code> class constructors and methods.
|
PKIXCertPathCheckerTest.java | 23 package tests.security.cert; 34 import org.apache.harmony.security.tests.support.cert.MyCertificate; 35 import org.apache.harmony.security.tests.support.cert.TestUtils; 38 * Tests for <code>PKIXCertPathChecker</code> 44 // Tests 60 // the following tests just call methods 62 // (So they just like signature tests)
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catchptr1.cpp | 235 static int (*tests[])() = variable 258 for (ix = 0; tests[ix]; ix++) 260 int n = tests[ix] ();
|