OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tests
(Results
201 - 225
of
5234
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/
JavaLibrary.mk
16
# Definitions for building the Java library and associated
tests
.
25
# a directory for
tests
.
70
# Definitions to make the core-
tests
library.
81
LOCAL_MODULE_TAGS :=
tests
82
LOCAL_MODULE := core-
tests
88
# This one's tricky. One of our
tests
needs to have a
93
TMP_RESOURCE_FILE := org/apache/harmony/luni/
tests
/java/lang/test\#.properties
102
# Definitions for building a version of the core-
tests
.jar
111
HOST_CORE_JAR := $(HOST_COMMON_OUT_ROOT)/core-
tests
.jar
124
$(LOCAL_INSTALLED_MODULE): run-core-
tests
[
all
...]
run-core-tests
16
# Run all the
tests
contained in the core-
tests
library.
18
# To install this script and the
tests
on a device:
24
tmp=/data/core-
tests
.tmp
34
-classpath /system/framework/core-
tests
.jar \
/dalvik/libcore/concurrent/src/test/java/tests/concurrent/
AllTests.java
17
package
tests
.concurrent;
32
* Collects all JSR166 unit
tests
as one suite
35
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite("JSR166 Unit
Tests
");
37
suite.addTest(
tests
.api.java.util.concurrent.JSR166TestCase.suite());
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
AllTests.java
17
package org.apache.harmony.luni.
tests
.internal.net.www.protocol.http;
23
* This is autogenerated source file. Includes
tests
for package
tests
.api.javax.net.ssl;
33
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite("
Tests
for HttpURLConnecton, HttpsURLConnection.");
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
AllTests.java
17
package org.apache.harmony.luni.
tests
.internal.net.www.protocol.https;
24
* This is autogenerated source file. Includes
tests
for package
tests
.api.javax.net.ssl;
34
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite("
Tests
for HttpURLConnecton, HttpsURLConnection.");
/dalvik/libcore/math/src/test/java/tests/math/
AllTests.java
17
package
tests
.math;
23
* Test suite that includes all
tests
for the Math project.
32
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite("All Math test suites");
34
suite.addTest(
tests
.api.java.math.AllTests.suite());
35
suite.addTest(org.apache.harmony.math.
tests
.java.math.AllTests.suite());
/dalvik/libcore/sql/src/test/java/tests/javax/sql/
PooledConnectionTest.java
1
package
tests
.javax.sql;
16
* @
tests
{@link javax.sql.PooledConnection#addConnectionEventListener(javax.sql.ConnectionEventListener)}
29
* @
tests
{@link javax.sql.PooledConnection#close()}
42
* @
tests
{@link javax.sql.PooledConnection#getConnection()}
56
* @
tests
{@link javax.sql.PooledConnection#removeConnectionEventListener(ConnectionEventListener)}
RowSetInternalTest.java
1
package
tests
.javax.sql;
17
* @
tests
{@link javax.sql.RowSetInternal#getConnection()}
30
* @
tests
{@link javax.sql.RowSetInternal#getOriginal()}
43
* @
tests
{@link javax.sql.RowSetInternal#getOriginalRow()}
66
* @
tests
{@link javax.sql.RowSetInternal#setMetaData(javax.sql.RowSetMetaData)}
/dalvik/libcore/support/src/test/java/tests/resources/
illegalClasses.jar
/dalvik/libcore/x-net/src/test/java/tests/xnet/
AllTests.java
17
package
tests
.xnet;
23
* Test suite that includes all
tests
for the Math project.
32
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite(
35
suite.addTest(
tests
.api.javax.net.AllTests.suite());
36
suite.addTest(
tests
.api.javax.net.ssl.AllTests.suite());
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/
AllTests.java
17
package
tests
.api.org.xml.sax;
29
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite("
Tests
for org.xml.sax package");
39
suite.addTest(
tests
.api.org.xml.sax.ext.AllTests.suite());
40
suite.addTest(
tests
.api.org.xml.sax.helpers.AllTests.suite());
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
download_unittest.py
53
expected_stderr = "Updating working directory\nBuilding WebKit\nRunning Python unit
tests
\nRunning Perl unit
tests
\nRunning JavaScriptCore
tests
\nRunning run-webkit-
tests
\n"
71
expected_stderr = "Building WebKit\nRunning Python unit
tests
\nRunning Perl unit
tests
\nRunning JavaScriptCore
tests
\nRunning run-webkit-
tests
\nUpdating bug 42\n"
88
Running Python unit
tests
89
Running Perl unit
tests
[
all
...]
/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
SmokeTestActivity.java
23
* Initial launcher for UI access to smoke
tests
. This does not actually launch the
tests
,
24
* it simply provides manual access to the various UI activities that are used by the
tests
.
26
* To run all of the
tests
in this suite:
28
* -w com.android.smoketest/.
tests
.SmokeTestInstrumentationTestRunner
/ndk/samples/hello-jni/tests/
AndroidManifest.xml
2
<!-- package name must be unique so suffix with "
tests
" so package loader doesn't ignore us -->
4
package="com.example.HelloJni.
tests
"
15
the package of com.example.HelloJni. To run the
tests
use the command:
16
"adb shell am instrument -w com.example.HelloJni.
tests
/android.test.InstrumentationTestRunner"
20
android:label="
Tests
for HelloJni"/>
/ndk/samples/two-libs/tests/
AndroidManifest.xml
2
<!-- package name must be unique so suffix with "
tests
" so package loader doesn't ignore us -->
4
package="com.example.TwoLib.
tests
"
15
the package of com.example.TwoLib. To run the
tests
use the command:
16
"adb shell am instrument -w com.example.TwoLib.
tests
/android.test.InstrumentationTestRunner"
20
android:label="
Tests
for TwoLib"/>
/sdk/templates/
AndroidManifest.tests.template
2
<!-- package name must be unique so suffix with "
tests
" so package loader doesn't ignore us -->
4
package="PACKAGE.
tests
"
15
the package of PACKAGE. To run the
tests
use the command:
16
"adb shell am instrument -w PACKAGE.
tests
/android.test.InstrumentationTestRunner"
20
android:label="
Tests
for PACKAGE"/>
/external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_test.c
36
}
tests
[] = {
129
for (x = 0; x < (sizeof(
tests
)/sizeof(
tests
[0])); x++) {
130
taglen =
tests
[x].taglen;
131
if ((err = cipher_descriptor[idx].setup(
tests
[x].key, 16, 0, &skey)) != CRYPT_OK) {
136
tests
[x].key, 16,
138
tests
[x].nonce,
tests
[x].noncelen,
139
tests
[x].header,
tests
[x].headerlen
[
all
...]
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
config.json
42
"triggers": ["leopard-intel-release-
tests
"],
45
{ "name": "Leopard Intel Release (
Tests
)", "type": "Test", "builddir": "leopard-intel-release-
tests
",
52
"triggers": ["leopard-intel-debug-
tests
"],
55
{ "name": "Leopard Intel Debug (
Tests
)", "type": "Test", "builddir": "leopard-intel-debug-
tests
",
61
"triggers": ["snowleopard-intel-release-
tests
"],
64
{ "name": "SnowLeopard Intel Release (
Tests
)", "type": "Test", "builddir": "snowleopard-intel-release-
tests
",
75
"triggers": ["win-release-
tests
"],
[
all
...]
/development/testrunner/test_defs/
test_walker.py
33
"""Finds instrumentation
tests
from filesystem."""
36
"""Gets list of Android instrumentation
tests
found at given path.
38
Tests
are created from the <instrumentation> tags found in
41
FindTests will first scan sub-folders of path for
tests
. If none are found,
46
- a parent directory containing many
tests
:
47
ie development/samples will return
tests
for instrumentation's in ApiDemos,
48
ApiDemos/
tests
, Notepad/
tests
etc
50
ie ApiDemos/
tests
/src/../ApiDemosTest.java will return a test for
51
the instrumentation in ApiDemos/
tests
, with the class name filter set t
[
all
...]
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
AllTests.java
17
package android.
tests
.sigtest.
tests
;
25
* Finds all instrumentation and unit
tests
for this application.
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
AbstractClass.java
17
package android.
tests
.sigtest.
tests
.data;
20
* This class is used as reference data for the JDiffClassDescriptionTest
tests
.
FinalClass.java
17
package android.
tests
.sigtest.
tests
.data;
21
* JDiffClassDescriptionTest
tests
. These classes will actually be
NormalException.java
17
package android.
tests
.sigtest.
tests
.data;
22
* This class is used as reference data for the JDiffClassDescriptionTest
tests
.
NormalInterface.java
17
package android.
tests
.sigtest.
tests
.data;
21
* JDiffClassDescriptionTest
tests
. These classes will actually be
/cts/tests/appsecurity-tests/test-apps/AppAccessData/
Android.mk
19
LOCAL_MODULE_TAGS :=
tests
28
LOCAL_CERTIFICATE := cts/
tests
/appsecurity-
tests
/certs/cts-testkey2
Completed in 409 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>