/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/ |
NormalClass.java | 17 package android.tests.sigtest.tests.data; 21 * JDiffClassDescriptionTest tests. These classes will actually be
|
/cts/tests/core/runner/ |
Android.mk | 23 # include this package in the tests target for continuous testing 24 LOCAL_MODULE_TAGS := tests 28 LOCAL_PACKAGE_NAME := android.core.tests.runner 30 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
|
/cts/tests/tests/bionic/ |
Android.mk | 3 test_executable := bionic-unit-tests-cts
|
/developers/build/templates/create/_MODULE_/tests/src/_PACKAGE_/tests/ |
SampleTests.java.ftl | 16 package ${sample.package}.tests; 23 * Tests for ${sample.name} sample. 52 //a tests fails and make it easy to understand why a test failed 58 * Add more tests below.
|
/development/samples/AndroidBeamDemo/ |
Android.mk | 4 LOCAL_MODULE_TAGS := samples tests
|
/development/samples/AppNavigation/ |
Android.mk | 4 LOCAL_MODULE_TAGS := samples tests
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/ |
SystemProcessTest.java | 18 package org.apache.harmony.luni.tests.internal.process; 23 import tests.support.Support_Exec; 33 new String[] { "tests.support.Support_AvailTest" }, null,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
Process2Test.java | 18 package org.apache.harmony.luni.tests.java.lang; 25 import tests.support.Support_Exec; 29 * @tests java.lang.Process#getInputStream(), 32 * Tests if these methods return buffered streams.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLDecoderTest.java | 18 package org.apache.harmony.luni.tests.java.net; 25 import tests.support.Support_Configuration; 30 * @tests java.net.URLDecoder#URLDecoder() 38 * @tests java.net.URLDecoder#decode(java.lang.String) 53 * @tests java.net.URLDecoder#decode(java.lang.String, java.lang.String)
|
URLEncoderTest.java | 18 package org.apache.harmony.luni.tests.java.net; 25 import tests.support.Support_Configuration; 30 * @tests java.net.URLEncoder#encode(java.lang.String) 47 * @tests URLEncoder#encode(String, String)
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KSTrustedCertificateEntryTest.java | 22 package org.apache.harmony.security.tests.java.security; 26 import org.apache.harmony.security.tests.support.cert.MyCertificate; 31 * Tests for <code>KeyStore.TrustedCertificateEntry</code> class constructor and methods
|
KeyPairGeneratorSpiTest.java | 22 package org.apache.harmony.security.tests.java.security; 27 import org.apache.harmony.security.tests.support.MyKeyPairGeneratorSpi; 32 * Tests for <code>KeyPairGeneratorSpi</code> class constructors and methods.
|
SignedObjectTest.java | 18 package org.apache.harmony.security.tests.java.security; 27 import org.apache.harmony.security.tests.support.TestKeyPair; 30 * Tests for <code>SignedObject</code> constructor and methods
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CRLTest.java | 22 package org.apache.harmony.security.tests.java.security.cert; 26 import org.apache.harmony.security.tests.support.cert.MyCRL; 31 * Tests for <code>java.security.cert.CRL</code> fields and methods 45 // Tests 67 // the following tests just call methods 69 // (So they just like signature tests)
|
CertPathBuilderSpiTest.java | 22 package org.apache.harmony.security.tests.java.security.cert; 30 import org.apache.harmony.security.tests.support.cert.MyCertPathBuilderSpi; 35 * Tests for <code>CertPathBuilderSpi</code> class constructors and methods.
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
GuardedObjectTest.java | 22 package org.apache.harmony.security.tests.java.security.serialization; 27 import org.apache.harmony.security.tests.support.MyGuard; 31 * Serialization tests for <code>GuardedObject</code>
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EncodedKeySpecTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 26 import org.apache.harmony.security.tests.support.spec.MyEncodedKeySpec; 31 * Tests for <code>EncodedKeySpec</code> class fields and methods. 46 * Tests that <code>getEncoded()</code> method 70 * Tests that internal state of the object 90 * Tests that internal state of the object
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
CodeSigner_ImplTest.java | 22 package org.apache.harmony.security.tests.java.security; 29 import org.apache.harmony.security.tests.support.TestCertUtils; 44 * Tests CodeSigner.hashCode()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/ |
AuthenticatedAttributesTest.java | 18 package org.apache.harmony.security.tests.pkcs7; 30 import tests.support.resource.Support_Resources;
|
/external/chromium/webkit/glue/ |
cpp_bound_class_unittest.cc | 5 // Tests for CppBoundClass, in conjunction with CppBindingExample. Binds 6 // a CppBindingExample class into JavaScript in a custom test shell and tests 193 static const std::string tests[] = { local 201 for (int i = 0; tests[i] != ""; i += 2) { 202 std::string left = tests[i]; 203 std::string right = tests[i + 1]; 216 // getters and add tests for situations when GetProperty or SetProperty fail. 235 static const std::string tests[] = { local 261 for (int i = 0; tests[i] != ""; i+= 2) { 262 std::string left = tests[i] [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
make-hosted | 44 my @tests = (); 50 open TESTLIST, "<./tests/${suite}/LIST"; 54 push @tests, $_; 65 for my $test (@tests) { 68 open SCRIPT, "<tests/${suite}/${test}.js"; 96 my $prefix = "var tests = [ " . join(", ", map { '"' . $_ . '"' } @tests) . " ];\n";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
removeEOL.pl | 31 # Unit tests of VCSUtils::removeEOL(). 33 use Test::Simple tests => 5;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
print_layout_test_types.py | 42 help='limit to tests of type X (valid values %s)' % port.ALL_TEST_TYPES) 46 _, tests = finder.find_tests(options, args) 48 for test_name in tests:
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
radeon_compiler_util_tests.c | 35 /* This tests the case where the source being replace has the same 56 /* This tests the case where the arguments of the ADD 72 struct test tests[] = { local 76 run_tests(tests);
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_test.c | 22 @return CRYPT_OK if successful, CRYPT_NOP if tests have been disabled 32 } tests[] = { 87 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) { 89 if ((err = omac_memory(idx, tests[x].key, tests[x].keylen, tests[x].msg, tests[x].msglen, out, &len)) != CRYPT_OK) { 93 if (XMEMCMP(out, tests[x].tag, 16) != 0) {
|