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

<<21222324252627282930>>

  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
DestroyFailedExceptionTest.java 18 package tests.api.javax.security.auth;
29 * Tests for <code>DestroyFailedException</code> class constructors and methods.
54 * @tests javax.security.auth.DestroyFailedException#DestroyFailedException()
70 * @tests javax.security.auth.DestroyFailedException#DestroyFailedException(String msg)
89 * @tests javax.security.auth.DestroyFailedException#DestroyFailedException(String msg)
LoginExceptionTest.java 18 package tests.api.javax.security.auth;
29 * Tests for <code>LoginException</code> class constructors and methods.
54 * @tests javax.security.auth.login.LoginException#LoginException()
70 * @tests javax.security.auth.login.LoginException#LoginException(String msg)
89 * @tests javax.security.auth.login.LoginException#LoginException(String msg)
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLServerSocketFactoryTest.java 17 package tests.api.javax.net.ssl;
68 * @tests javax.net.ssl.SSLServerSocketFactory#SSLServerSocketFactory()
85 * @tests javax.net.ssl.SSLServerSocketFactory#getDefault()
99 * @tests javax.net.ssl.SSLServerSocketFactory#getDefaultCipherSuites()
118 * @tests javax.net.ssl.SSLServerSocketFactory#getSupportedCipherSuites()
X509TrustManagerTest.java 1 package tests.api.javax.net.ssl;
16 import org.apache.harmony.security.tests.support.cert.TestUtils;
17 import org.apache.harmony.xnet.tests.support.X509TrustManagerImpl;
20 * Tests for <code>X509TrustManager</code> class constructors and methods.
54 * @tests javax.net.ssl.X509TrustManager#checkClientTrusted(X509Certificate[] chain, String authType)
106 * @tests javax.net.ssl.X509TrustManager#checkClientTrusted(X509Certificate[] chain, String authType)
127 * @tests javax.net.ssl.X509TrustManager#checkClientTrusted(X509Certificate[] chain, String authType)
147 * @tests javax.net.ssl.X509TrustManager#checkServerTrusted(X509Certificate[] chain, String authType)
199 * @tests javax.net.ssl.X509TrustManager#checkServerTrusted(X509Certificate[] chain, String authType)
220 * @tests javax.net.ssl.X509TrustManager#checkServerTrusted(X509Certificate[] chain, String authType)
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 25 * A test suite containing all tests for ApiDemos.
29 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
34 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
39 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
44 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 32 * ServiceTestCase} for more information on how to write and extend service tests.
37 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
53 * explain any and all failures in other tests. This is not guaranteed
54 * to run before other tests, as junit uses reflection to find the tests.
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_test.c 32 } tests[] = {
178 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
180 if ((err = ocb_encrypt_authenticate_memory(idx, tests[x].key, 16,
181 tests[x].nonce, tests[x].pt, tests[x].ptlen, outct, outtag, &len)) != CRYPT_OK) {
185 if (XMEMCMP(outtag, tests[x].tag, len) || XMEMCMP(outct, tests[x].ct, tests[x].ptlen))
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
console-log-formatting.html 51 var tests = [
61 for (var i = 0; i < tests.length; ++i)
62 test(tests[i]);
67 <p>Open the Inspector (right-click and choose "Inspect Element"), then click the "Run Tests" button.</p>
68 <button onclick="runTests()">Run Tests</button>
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
runtests.py 50 # Run the scripting unit tests first because they're quickest.
51 log("Running Python unit tests")
53 log("Running Perl unit tests")
55 log("Running JavaScriptCore tests")
58 log("Running run-webkit-tests")
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 30 """Run layout tests using the test_shell.
32 This is a port of the existing webkit test script run-webkit-tests.
34 The TestRunner class runs a series of tests (TestType interface) against a set
41 tests or entire subdirectories of tests, relative to the outermost test
157 """A class for managing running a series of tests on a series of layout
189 # a set of test files, and the same tests as a list
250 write("Found: %d tests" % (len(self._test_files)))
258 # if used, contains alphabetically consecutive tests.
265 # If the user specifies they just want to run a subset of the tests,
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FilterReaderTest.java 18 package tests.api.java.io;
84 * @tests java.io.FilterReader#FilterReader(java.io.Reader)
107 * @tests java.io.FilterReader#close()
121 * @tests java.io.FilterReader#mark(int)
135 * @tests java.io.FilterReader#markSupported()
149 * @tests java.io.FilterReader#read()
163 * @tests java.io.FilterReader#read(char[], int, int)
178 * @tests java.io.FilterReader#read(char[], int, int)
216 * @tests java.io.FilterReader#ready()
230 * @tests java.io.FilterReader#reset(
    [all...]
  /development/testrunner/test_defs/
native_test.py 18 """TestSuite for running native Android tests."""
32 """A test suite for running native aka C/C++ tests on device."""
57 logger.SilentLog("Tests source %s" % source_list)
59 # Host tests are under out/host/<os>-<arch>/bin.
61 logger.SilentLog("Host tests %s" % host_list)
63 # Target tests are under $ANDROID_PRODUCT_OUT/system/bin.
66 logger.SilentLog("Target tests %s" % target_list)
103 """For each directory, find tests source file and add them to the list.
113 test_list: Where new tests should be inserted.
125 """Filter out from the sources list missing tests
    [all...]
  /external/gtest/test/
gtest_repeat_test.cc 32 // Tests the --gtest_repeat=number flag.
133 // WRT order of tests.
166 // Tests the behavior of Google Test when --gtest_repeat is not specified.
173 // Tests the behavior of Google Test when --gtest_repeat has the given value.
182 // Tests using --gtest_repeat when --gtest_filter specifies an empty
183 // set of tests.
193 // Tests using --gtest_repeat when --gtest_filter specifies a set of
194 // successful tests.
211 // Tests using --gtest_repeat when --gtest_filter specifies a set of
212 // failed tests
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRecorder.java 66 sDb.execSQL("CREATE TABLE IF NOT EXISTS tests (_id INT PRIMARY KEY," +
78 Log.e("TestRecorder", "failed to create table 'tests'", e);
96 int rowsAffected = getDatabase().update("tests", map, "name = '" + className + "'", null);
99 getDatabase().insert("tests", null, map);
107 getDatabase().update("tests", map, "name = '" + className + "'", null);
115 getDatabase().update("tests", map, "name = '" + className + "'", null);
122 getDatabase().execSQL("INSERT INTO tests (name, time, parent) VALUES ('" +
124 "(SELECT _id FROM tests WHERE name = '" + className + "'));");
133 getDatabase().update("tests", map, "name = '" + className + "'", null);
148 getDatabase().update("tests", map, "name = '" + className + "'", null)
    [all...]
  /sdk/files/
ant_test_rules_r1.xml 2 <project name="android_test_rules" default="run-tests">
20 <macrodef name="run-tests-helper">
24 <echo>Running tests ...</echo>
46 <!-- Ensures that tested project is installed on the device before we run the tests.
47 Used for ordinary tests, without coverage measurement -->
55 <target name="run-tests" depends="-install-tested-project, install"
56 description="Runs tests from the package defined in test.package property">
57 <run-tests-helper />
69 description="Runs the tests against the instrumented code and generates
71 <run-tests-helper emma.enabled="true"
    [all...]
ant_test_rules_r2.xml 2 <project name="android_test_rules" default="run-tests">
20 <macrodef name="run-tests-helper">
24 <echo>Running tests ...</echo>
46 <!-- Ensures that tested project is installed on the device before we run the tests.
47 Used for ordinary tests, without coverage measurement -->
55 <target name="run-tests" depends="-install-tested-project, install"
56 description="Runs tests from the package defined in test.package property">
57 <run-tests-helper />
69 description="Runs the tests against the instrumented code and generates
71 <run-tests-helper emma.enabled="true"
    [all...]
  /dalvik/libcore/dom/src/test/resources/
build.xml 35 excludes="${dist}/src.jar, junit/tests/**, junit/samples/**, **/*.class, doc/**, README.html, build.xml"
40 excludes="${dist}/junit.jar, junit/tests/**, junit/samples/**, **/*.java, doc/**, README.html, jar-manifest.txt"
45 <copy todir="${dist}/junit/tests">
46 <fileset dir="junit/tests" />
48 <delete file="${dist}/junit/tests/test.jar"/>
50 jarfile="${dist}/junit/tests/test.jar"
52 includes="junit/tests/LoadedFromJar.class"
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
SecurityExceptionTest.java 18 package org.apache.harmony.luni.tests.java.lang;
32 * @tests java.lang.SecurityException#SecurityException()
48 * @tests java.lang.SecurityException#SecurityException(java.lang.String)
63 * @tests java.lang.SecurityException#SecurityException(String, Throwable)
80 * @tests java.lang.SecurityException#SecurityException(Throwable)
96 * @tests serialization/deserialization.
110 * @tests serialization/deserialization compatibility with RI.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
FormatFlagsConversionMismatchExceptionTest.java 17 package org.apache.harmony.luni.tests.java.util;
36 * @tests java.util.FormatFlagsConversionMismatchException#FormatFlagsConversionMismatchException(String,
57 * @tests java.util.FormatFlagsConversionMismatchException#getFlags()
74 * @tests java.util.FormatFlagsConversionMismatchException#getConversion()
95 * @tests java.util.FormatFlagsConversionMismatchException#getMessage()
130 * @tests serialization/deserialization.
146 * @tests serialization/deserialization compatibility with RI.
IllegalFormatConversionExceptionTest.java 17 package org.apache.harmony.luni.tests.java.util;
36 * @tests java.util.IllegalFormatConversionException#IllegalFormatConversionException(char,
57 * @tests java.util.IllegalFormatConversionException#getArgumentClass()
76 * @tests java.util.IllegalFormatConversionException#getConversion()
94 * @tests java.util.IllegalFormatConversionException#getMessage()
130 * @tests serialization/deserialization.
145 * @tests serialization/deserialization compatibility with RI.
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PKIXCertPathCheckerTest.java 23 package tests.security.cert;
39 import org.apache.harmony.security.tests.support.cert.MyCertificate;
40 import org.apache.harmony.security.tests.support.cert.TestUtils;
43 * Tests for <code>PKIXCertPathChecker</code>
50 // Tests
78 // the following tests just call methods
80 // (So they just like signature tests)
X509CRLSelectorTest.java 23 package tests.security.cert;
43 * @tests java.security.cert.X509CRLSelector#addIssuer(javax.security.auth.x500.X500Principal)
64 * @tests java.security.cert.X509CRLSelector#addIssuerName(java.lang.String)
92 * @tests java.security.cert.X509CRLSelector#addIssuerName(java.lang.String)
110 * @tests java.security.cert.X509CRLSelector#addIssuerName(byte[])
130 * @tests java.security.cert.X509CRLSelector#addIssuerName(byte[])
150 * @tests setIssuerNames(Collection <?> names)
  /dalvik/libcore/security/src/test/java/tests/security/spec/
EncodedKeySpecTest.java 23 package tests.security.spec;
31 import org.apache.harmony.security.tests.support.spec.MyEncodedKeySpec;
37 * Tests for <code>EncodedKeySpec</code> class fields and methods.
44 * Tests for constructor <code>EncodedKeySpec(byte[])</code><br>
70 * Tests that <code>getEncoded()</code> method returns valid byte array
99 * Tests that internal state of the object can not be modified by modifying
125 * Tests that internal state of the object can not be modified using
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha224.c 81 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
91 } tests[] = {
110 for (i = 0; i < (int)(sizeof(tests) / sizeof(tests[0])); i++) {
112 sha224_process(&md, (unsigned char*)tests[i].msg, (unsigned long)strlen(tests[i].msg));
114 if (XMEMCMP(tmp, tests[i].hash, 28) != 0) {
sha384.c 83 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
93 } tests[] = {
116 for (i = 0; i < (int)(sizeof(tests) / sizeof(tests[0])); i++) {
118 sha384_process(&md, (unsigned char*)tests[i].msg, (unsigned long)strlen(tests[i].msg));
120 if (XMEMCMP(tmp, tests[i].hash, 48) != 0) {

Completed in 175 milliseconds

<<21222324252627282930>>