HomeSort by relevance Sort by last modified time
    Searched full:tests (Results 901 - 925 of 5234) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/security/src/test/java/tests/security/acl/
NotOwnerException2Test.java 18 package tests.security.acl;
33 * @tests java.security.acl.NotOwnerException#NotOwnerException()
  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
RSAPrivateKeyTest.java 16 package tests.security.interfaces;
32 * @tests java.security.interfaces.RSAPrivateKey
RSAPublicKeyTest.java 16 package tests.security.interfaces;
32 * @tests java.security.interfaces.RSAPublicKey
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangClassLoaderTest.java 17 package tests.security.permissions;
34 import tests.support.Support_ClassLoader;
35 import tests.support.resource.Support_Resources;
38 * This class tests the security permissions which are documented in
151 * package tests.security.permissions.resources;
160 * package tests.security.permissions.resources;
179 "tests/security/permissions/resources/TestClass1", pcl);
190 "tests/security/permissions/resources/TestClass2", pcl);
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver2.java 18 package org.apache.harmony.sql.tests.java.sql;
25 * Basic JDBC driver implementation to help with tests
TestHelper_Driver5.java 18 package org.apache.harmony.sql.tests.java.sql;
25 * Basic JDBC driver implementation to help with tests
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
BlobTest.java 17 package tests.SQLite;
31 import tests.support.DatabaseCreator;
32 import tests.support.Support_SQL;
109 * @tests Blob#Blob()
155 * @tests Blob#finalize()
168 * @tests Blob.getInputStream()
188 * @tests Blob#getOutputStream()
208 * @tests Blob#close()
ExceptionTest.java 17 package tests.SQLite;
43 * @tests {@link Exception#Exception(String)}
JDBCDriverTest.java 17 package tests.SQLite;
61 * @tests JDBCDriver#JDBCDriver()
74 * @tests JDBCDriver#acceptsURL(String)
107 * @tests JDBCDriver#connect(String, java.util.Properties)
142 * @tests JDBCDriver#getMajorVersion()
170 * @tests JDBCDriver#getMinorVersion()
198 * @tests JDBCDriver#getPropertyInfo(String, java.util.Properties)
237 * @tests JDBCDriver#jdbcCompliant()
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyMessageDigest1.java 23 package org.apache.harmony.security.tests.support;
28 * Tests implementation of MessageDigest
MyMessageDigest2.java 23 package org.apache.harmony.security.tests.support;
28 * Tests implementation of MessageDigest
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Locale.java 18 package tests.support;
27 * Helper class for {@link Locale} tests
Support_NetworkInterface.java 17 package tests.support;
26 * interfaces which don't work with our tests. This function is called to
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
TrustManagerFactorySpiTest.java 16 package tests.api.javax.net.ssl;
35 import org.apache.harmony.xnet.tests.support.TrustManagerFactorySpiImpl;
36 import org.apache.harmony.xnet.tests.support.MyTrustManagerFactorySpi.Parameters;
43 * @tests javax.net.ssl.TrustManagerFactorySpi#TrustManagerFactorySpi()
62 * @tests javax.net.ssl.TrustManagerFactorySpi#engineInit(KeyStore ks)
95 * @tests javax.net.ssl.TrustManagerFactorySpi#engineInit(ManagerFactoryParameters spec)
128 * @tests javax.net.ssl.TrustManagerFactorySpi#engineGetTrustManagers()
163 "org.apache.harmony.xnet.tests.support.TrustManagerFactorySpiImpl");
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemosApplication.java 29 * See samples/ApiDemos/tests/src/com.example.android.apis/ApiDemosApplicationTests for an example
30 * of how to perform unit tests on an Application object.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 37 * Writing unit tests in this manner requires more care and attention, but allows you to test
41 * the usual system, tests of layout and point-click UI interaction are much less useful
42 * in this configuration. It's more useful here to concentrate on tests that involve the
46 * all tests and individual tests in this application.
69 * explain any and all failures in other tests. This is not guaranteed
70 * to run before other tests, as junit uses reflection to find the tests.
  /development/samples/HelloActivity/tests/
AndroidManifest.xml 18 package="com.example.android.helloactivity.tests">
29 android:label="HelloActivity sample tests">
  /development/samples/LunarLander/tests/
AndroidManifest.xml 18 package="com.example.android.lunarlander.tests">
29 android:label="LunarLander sample tests">
  /development/samples/NotePad/tests/
AndroidManifest.xml 18 package="com.example.android.notepad.tests">
29 android:label="NotePad sample tests">
  /development/samples/SkeletonApp/tests/
AndroidManifest.xml 18 package="com.example.android.skeletonapp.tests">
29 android:label="SkeletonApp sample tests">
  /development/samples/Snake/tests/
AndroidManifest.xml 18 package="com.example.android.snake.tests">
29 android:label="Snake sample tests">
  /development/testrunner/tests/
AndroidManifest.xml 20 package="com.example.android.tests">
28 android:label="Tests"/>
android_manifest_tests.py 26 """Unit tests for AndroidManifest."""
33 self.assertEquals('com.example.android.tests',
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican_test.c 28 } tests[] = {
91 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
92 if ((err = pelican_init(&pel, tests[x].K, tests[x].keylen)) != CRYPT_OK) {
95 if ((err = pelican_process(&pel, tests[x].MSG, tests[x].ptlen)) != CRYPT_OK) {
102 if (XMEMCMP(out, tests[x].T, 16)) {
  /external/dropbear/libtommath/etc/
mont.c 0 /* tests the montgomery routines */
25 /* now run through a bunch tests */

Completed in 101 milliseconds

<<31323334353637383940>>