/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
SSLServerSocketTest.java | 17 package tests.api.javax.net.ssl; 28 import tests.support.Support_PortManager; 126 * @tests javax.net.ssl.SSLServerSocket#SSLServerSocket() 143 * @tests javax.net.ssl.SSLServerSocket#SSLServerSocket(int port) 186 * @tests javax.net.ssl.SSLServerSocket#SSLServerSocket(int port, int backlog) 227 * @tests javax.net.ssl.SSLServerSocket#SSLServerSocket(int port, int backlog, InetAddress address) 278 * @tests javax.net.ssl.SSLServerSocket#getSupportedCipherSuites() 295 * @tests javax.net.ssl.SSLServerSocket#getEnabledCipherSuites() 296 * @tests javax.net.ssl.SSLServerSocket#setEnabledCipherSuites(String[] suites) 335 * @tests javax.net.ssl.SSLServerSocket#getSupportedProtocols( [all...] |
/development/testrunner/test_defs/ |
host_test.py | 30 """A test suite for running hosttestlib java tests.""" 44 # main class for running host tests 66 """Returns the name of the host jar that contains the tests.""" 79 options: command line options for running host tests. Expected member 93 # gather all the host jars that are needed to run tests
|
/external/icu4c/test/intltest/ |
thcoll.cpp | 204 const char* TESTS[] = { 242 const int32_t TESTS_length = (int32_t)(sizeof(TESTS)/sizeof(TESTS[0])); 248 compareArray(*coll, TESTS, TESTS_length); 255 void CollationThaiTest::compareArray(Collator& c, const char* tests[], 260 if (tests[i+1][0] == '<') { 262 } else if (tests[i+1][0] == '>') { 264 } else if (tests[i+1][0] == '=') { 267 // expect = Integer.decode(tests[i+1]).intValue(); 268 errln((UnicodeString)"Error: unknown operator " + tests[i+1]) 353 const char *tests[LINES] = { local 408 const char *tests[] = { local [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/ |
split-001.js | 12 * are already tests for regular expressions in the js1_2/regexp folder. 14 * These new tests try to supplement the existing tests, and verify that 16 * does not try to be as exhaustive as in previous tests. 19 * existing tests.
|
split-003.js | 12 * are already tests for regular expressions in the js1_2/regexp folder. 14 * These new tests try to supplement the existing tests, and verify that 16 * does not try to be as exhaustive as in previous tests. 19 * existing tests.
|
/external/webkit/SunSpider/hosted/ |
sunspider.html | 39 <p>This is SunSpider, a JavaScript benchmark. This benchmark tests the 50 gets faster. This includes tests to generate a tagcloud from JSON 51 input, a 3D raytracer, cryptography tests, code decompression, and 59 all timing simple loops. In addition to having tests in many 60 categories, the individual tests were balanced to take similar amounts
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupIncomingTests.java | 30 * Tests of the basic UI logic in the Account Setup Incoming (IMAP / POP3) screen. 48 * Common setup code for all tests. Sets up a default launch intent, which some tests 130 * TODO: A series of tests to explore the logic around security models & ports 131 * TODO: A series of tests exploring differences between IMAP and POP3
|
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/ |
DownloadProviderPermissionsTest.java | 17 package com.android.providers.downloads.permission.tests; 48 * <p>Tests Permission: 69 * <p>Tests Permission: 84 * <p>Tests Permission: 101 * <p>Tests Permission:
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelTest.java | 17 package org.apache.harmony.nio.tests.java.nio.channels; 247 * @tests java.nio.channels.FileChannel#force(boolean) 275 * @tests java.nio.channels.FileChannel#force(boolean) 301 * @tests java.nio.channels.FileChannel#force(boolean) 316 * @tests java.nio.channels.FileChannel#position() 331 * @tests java.nio.channels.FileChannel#position() 387 * @tests java.nio.channels.FileChannel#position() 402 * @tests java.nio.channels.FileChannel#position() 424 * @tests java.nio.channels.FileChannel#position() 459 * @tests java.nio.channels.FileChannel#position(long [all...] |
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
XmlReportPrinter.java | 47 * tests. 59 private static final String ATTR_TESTS = "tests"; 70 /** the test suites, which each contain tests */ 75 * CoreTestSuite nulls-out tests after they're run (to limit memory 80 // partition the tests by suite to be consistent with Ant's printer 81 for (Enumeration<Test> e = allTests.tests(); e.hasMoreElements(); ) { 91 suite.tests.add(test); 162 private final List<TestId> tests = new ArrayList<TestId>(); field in class:XmlReportPrinter.Suite 173 serializer.attribute(ns, ATTR_TESTS, Integer.toString(tests.size())); 183 for (TestId testId : tests) { [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectOutputStreamPutFieldTest.java | 18 package tests.api.java.io; 31 import tests.support.Support_GetPutFields; 32 import tests.support.Support_GetPutFieldsDeprecated; 35 * Tests the methods of {@code ObjectOutputStream.PutField}. Three things make 51 * {@code tests.support.Support_GetPutFields} implements 54 * {@code tests.support.Support_GetPutFieldsDeprecated}, also uses the 56 * {@code tests.util.FieldTestFileGenerator} can then be used on a reference 63 * {@code tests/api/java/io}. The contents of these files is compared to what 73 "/tests/api/java/io/testFields.ser"; 75 "/tests/api/java/io/testFieldsDeprecated.ser" [all...] |
ObjectStreamClassTest.java | 18 package tests.api.java.io; 45 * @tests java.io.ObjectStreamClass#forClass() 63 * @tests java.io.ObjectStreamClass#getField(java.lang.String) 82 * @tests java.io.ObjectStreamClass#getFields() 101 * @tests java.io.ObjectStreamClass#getName() 114 "tests.api.java.io.ObjectStreamClassTest$DummyClass")); 118 * @tests java.io.ObjectStreamClass#getSerialVersionUID() 136 * @tests java.io.ObjectStreamClass#lookup(java.lang.Class) 150 "tests.api.java.io.ObjectStreamClassTest$DummyClass")); 154 * @tests java.io.ObjectStreamClass#toString( [all...] |
StringReaderTest.java | 18 package tests.api.java.io; 36 * @tests java.io.StringReader#StringReader(java.lang.String) 54 * @tests java.io.StringReader#close() 77 * @tests java.io.StringReader#mark(int) 104 * @tests java.io.StringReader#markSupported() 120 * @tests java.io.StringReader#read() 142 * @tests java.io.StringReader#read(char[], int, int) 186 * @tests java.io.StringReader#ready() 213 * @tests java.io.StringReader#reset() 239 * @tests java.io.StringReader#skip(long [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
ExcludedProxyTest.java | 18 package tests.api.java.net; 36 import tests.support.Support_Configuration; 37 import tests.support.resource.Support_Resources; 39 import tests.util.TestEnvironment; 57 * @tests java.net.HttpURLConnection#usingProxy() 61 notes = "Tests Proxy functionality. Indirect test.", 138 * @tests java.net.SocketImpl#SocketImpl() 142 notes = "Tests Proxy functionality. Indirect test.", 185 * @tests java.net.URL#openConnection(Proxy) 189 notes = "Tests Proxy functionality. Indirect test." [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
StringTokenizerTest.java | 18 package tests.api.java.util; 32 * @tests java.util.StringTokenizer#StringTokenizer(java.lang.String) 51 * @tests java.util.StringTokenizer#StringTokenizer(java.lang.String, 77 * @tests java.util.StringTokenizer#StringTokenizer(java.lang.String, 106 * @tests java.util.StringTokenizer#countTokens() 122 * @tests java.util.StringTokenizer#hasMoreElements() 146 * @tests java.util.StringTokenizer#hasMoreTokens() 168 * @tests java.util.StringTokenizer#nextElement() 200 * @tests java.util.StringTokenizer#nextToken() 232 * @tests java.util.StringTokenizer#nextToken(java.lang.String [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator3Test.java | 18 package org.apache.harmony.security.tests.java.security; 39 * @tests java.security.AlgorithmParameterGenerator#generateParameters() 61 * @tests java.security.AlgorithmParameterGenerator#getAlgorithm() 78 * @tests java.security.AlgorithmParameterGenerator#getInstance(java.lang.String) 93 * @tests java.security.AlgorithmParameterGenerator#getInstance(java.lang.String, 144 * @tests java.security.AlgorithmParameterGenerator#getProvider() 162 * @tests java.security.AlgorithmParameterGenerator#init(int) 189 * @tests java.security.AlgorithmParameterGenerator#init(int, 219 * @tests java.security.AlgorithmParameterGenerator#init(java.security.spec.AlgorithmParameterSpec) 244 * @tests java.security.AlgorithmParameterGenerator#init(java.security.spec.AlgorithmParameterSpec [all...] |
ProviderServiceTest.java | 23 package org.apache.harmony.security.tests.java.security; 38 import org.apache.harmony.security.tests.support.RandomImpl; 43 * Tests for <code>Provider.Service</code> constructor and methods 145 "org.apache.harmony.security.tests.support.RandomImpl", 172 "algorithm", "tests.java.security.support.RandomImpl", null, 190 "algorithm", "tests.java.security.support.RandomImpl", null, 192 assertTrue(s2.getClassName().equals("tests.java.security.support.RandomImpl")); 208 "algorithm", "tests.java.security.support.RandomImpl", null, 226 "algorithm", "tests.java.security.support.RandomImpl", null, 258 "algorithm", "tests.java.security.support.RandomImpl", null [all...] |
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/ |
PrivateCredentialPermissionTest.java | 18 package tests.api.javax.security.auth; 32 * Tests for <code>PrivateCredentialPermission</code> class constructors and methods. 51 * @tests javax.security.auth.PrivateCredentialPermission#PrivateCredentialPermission(String name, String actions) 97 * @tests javax.security.auth.PrivateCredentialPermission#getActions() 111 * @tests javax.security.auth.PrivateCredentialPermission#implies() 145 * @tests javax.security.auth.PrivateCredentialPermission#getCredentialClass() 159 * @tests javax.security.auth.PrivateCredentialPermission#getPrincipals() 182 * @tests javax.security.auth.PrivateCredentialPermission#equals() 217 * @tests javax.security.auth.PrivateCredentialPermission#hashCode() 247 * @tests javax.security.auth.PrivateCredentialPermission#newPermissionCollection() [all...] |
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
DeleteFunctionalityTest.java | 16 package tests.java.sql; 31 import tests.support.DatabaseCreator; 32 import tests.support.Support_SQL; 107 * @tests DeleteFunctionalityTest#testDelete1(). Deletes row with no 123 * @tests DeleteFunctionalityTest#testDelete2(). Attempts to delete row with 139 * @tests DeleteFunctionalityTest#testDelete3(). Deletes all referencing 156 * @tests DeleteFunctionalityTest#testDelete4(). Deletes row with no 172 * @tests DeleteFunctionalityTest#testDelete5(). Attempts to delete row with 202 * @tests DeleteFunctionalityTest#testDelete6(). 225 * @tests DeleteFunctionalityTest#testDelete7(). Deletes rows usin [all...] |
/external/gtest/test/ |
gtest_xml_output_unittest.py | 51 <testsuite tests="13" failures="2" disabled="2" errors="0" time="*" name="AllTests"> 52 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 55 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 62 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 74 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 77 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 83 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 92 <testsuite tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 104 tests that the XML output is expected. 112 tests that the XML output is expected [all...] |
/external/junit/src/junit/framework/ |
TestSuite.java | 13 * A <code>TestSuite</code> is a <code>Composite</code> of Tests. 21 * Alternatively, a TestSuite can extract the tests to be run automatically. 145 addTest(warning("No tests found in "+theClass.getName())); 190 * Adds the tests from the given class to the suite 201 for (Enumeration e= tests(); e.hasMoreElements(); ) { 218 * Runs the tests and collects their result in a TestResult. 221 for (Enumeration e= tests(); e.hasMoreElements(); ) { 249 * Returns the number of tests in this suite 256 * Returns the tests as an enumeration 258 public Enumeration tests() { [all...] |
/frameworks/base/docs/html/guide/developing/testing/ |
testing_otheride.jd | 23 <a href="#RunTestsCommand">Running Tests</a> 29 <a href="#RunTestsDevice">Running tests on a device or emulator</a> 62 This document describes how to create and run tests directly from the command line. 71 If you are developing in Eclipse with ADT, you can set up and run your tests 79 or to add the <code>run-tests</code> Ant target to an existing Android test project. 82 The <code>run-tests</code> target is described in <a 174 that the tests in HelloAndroidTest should be run against the application with the 181 <code>android:label="Tests for .HelloAndroid"</code>: specifies a 183 the <code>android</code> tool gives it the value "Tests for " plus 245 If you run your tests with {@link android.test.InstrumentationTestRunner [all...] |
/external/safe-iop/src/ |
safe_iop.c | 1091 int tests = 0, succ = 0, fail = 0; local [all...] |
/frameworks/base/docs/html/guide/topics/testing/ |
testing_android.jd | 50 <a href="#UITestTroubleshooting">Troubleshooting UI tests</a> 88 Android tools allow you to write much more sophisticated tests for every aspect 96 <li>An instrumentation framework that lets tests control and examine the 99 <li>Tools for running single tests or test suites, with or without 101 <li>Support for managing tests and test projects in the ADT Plugin for Eclipse 136 time. You can run Android tests within Eclipse with ADT or from the command 137 line. Eclipse with ADT provides an extensive set of tools for creating tests, 139 tool to run tests, or use a built-in Ant target.</p> 141 <p>To learn how to set up and run tests in Eclipse, please refer to <a 164 For writing tests and test applications in the Java programming language, Android provides [all...] |
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 18 package org.apache.harmony.archive.tests.java.util.jar; 48 * @tests java.util.jar.Attributes#Attributes(java.util.jar.Attributes) 64 * @tests java.util.jar.Attributes#clear() 82 * @tests java.util.jar.Attributes#containsKey(java.lang.Object) 99 * @tests java.util.jar.Attributes#containsValue(java.lang.Object) 113 * @tests java.util.jar.Attributes#entrySet() 149 * @tests java.util.jar.Attributes#get(java.lang.Object) 169 * @tests java.util.jar.Attributes#isEmpty() 186 * @tests java.util.jar.Attributes#keySet() 208 * @tests java.util.jar.Attributes#putAll(java.util.Map [all...] |