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

<<11121314151617181920>>

  /dalvik/libcore/sql/src/test/java/tests/javax/sql/
ConnectionEventListenerTest.java 1 package tests.javax.sql;
17 * @tests {@link javax.sql.ConnectionEventListener#connectionClosed(javax.sql.ConnectionEvent)}
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLSessionContextTest.java 1 package tests.api.javax.net.ssl;
17 * Tests for <code>SSLSessionContext</code> class constructors and methods.
25 * @tests javax.net.ssl.SSLSessionContex#getSessionCacheSize()
26 * @tests javax.net.ssl.SSLSessionContex#setSessionCacheSize(int size)
63 * @tests javax.net.ssl.SSLSessionContex#getSessionTimeout()
64 * @tests javax.net.ssl.SSLSessionContex#setSessionTimeout(int seconds)
101 * @tests javax.net.ssl.SSLSessionContex#getSession(byte[] sessionId)
125 * @tests javax.net.ssl.SSLSessionContex#getIds()
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 35 * are heavier weight functional tests available for end to end testing of your
38 * user via {@link #getInstrumentation} in your tests.
43 * all tests and individual tests in this application.
52 * Creates an {@link ActivityInstrumentationTestCase2} that tests the {@link Focus2} activity.
72 * explain any and all failures in other tests. This is not guaranteed
73 * to run before other tests, as junit uses reflection to find the tests.
  /external/astl/
Android.mk 22 # We only want this apk build for tests.
23 LOCAL_MODULE_TAGS := eng tests
  /external/bison/
configure.ac 22 # But Autoconf 2.58 has a bug in the way that it generates tests: it
23 # puts the wrong absolute path names in the tests. So we need at
123 AC_CONFIG_TESTDIR(tests)
124 AC_CONFIG_FILES([tests/Makefile tests/atlocal])
125 AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])
130 # Needed by tests/atlocal.in.
  /external/bison/tests/
atlocal 0 # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
20 # If 'exit 77'; skip all C++ tests; otherwise ':'.
  /external/icu4c/test/cintltst/
cfrtst.h 15 * CollationFrenchTest is a third level test class. This tests the locale
32 /* performs Extra tests*/
  /external/icu4c/test/intltest/
restest.h 13 * Tests for class ResourceBundle
23 * Perform several extensive tests using the subtest routine testTag
restsnew.h 13 * Tests for class ResourceBundle
23 * Perform several extensive tests using the subtest routine testTag
trnserr.h 29 * @summary Error condition tests of Transliterator
35 /*Tests the returned error codes on all the APIs according to the API documentation. */
  /external/junit/src/junit/extensions/
TestSetup.java 9 * Subclass TestSetup and insert it into your tests when you want
10 * to set up additional state once before the tests are run.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
exception-001.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: CallError";
exception-002.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: ConstructError";
exception-003.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: TargetError";
exception-004.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: ToObjectError";
exception-005.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: ToObjectError";
exception-006.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: TypeError";
exception-007.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: TypeError";
exception-008.js 4 * Description: Tests for JavaScript Standard Exceptions
13 var TITLE = "Tests for JavaScript Standard Exceptions: SyntaxError";
exception-009.js 4 * Description: Tests for JavaScript Standard Exceptions
15 var TITLE = "Tests for JavaScript Standard Exceptions: SyntaxError";
  /external/webkit/JavaScriptCore/tests/mozilla/
menuhead.html 4 <title>Core JavaScript Tests</title>
44 for (test in suites[suite].testDirs[testDir].tests)
46 radioName = suites[suite].testDirs[testDir].tests[test];
70 for (test in suites[suite].testDirs[testDir].tests)
72 radioName = suites[suite].testDirs[testDir].tests[test];
101 for (test in suites[suite].testDirs[testDir].tests)
104 radioName = suites[suite].testDirs[testDir].tests[test];
133 <h1>Core JavaScript Tests</h1>
  /external/webkit/WebKitTools/CodeCoverage/
README 13 WebKitTools/Scripts/run-webkit-tests
14 WebKitTools/Scripts/run-javascriptcore-tests GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES EXTRA_LINK=" -ftest-coverage -fprofile-arcs" OTHER_CFLAGS=" -MD " OTHER_LDFLAGS=" -ftest-coverage -fprofile-arcs -framework AppKit"
  /frameworks/base/core/tests/ConnectivityManagerTest/
Android.mk 18 # We only want this apk build for tests.
19 LOCAL_MODULE_TAGS := tests
  /frameworks/base/test-runner/tests/
Android.mk 18 # We only want this apk build for tests.
19 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/BrowserPowerTest/
Android.mk 18 # We only want this apk build for tests.
19 LOCAL_MODULE_TAGS := tests

Completed in 52 milliseconds

<<11121314151617181920>>