OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
101 - 125
of
5600
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_External/src/com/android/framework/versatiletestapp/
VersatileTestAppActivity.java
16
package com.android.
framework
.versatiletestapp;
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Internal/src/com/android/framework/versatiletestapp/
VersatileTestAppActivity.java
16
package com.android.
framework
.versatiletestapp;
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_None/src/com/android/framework/versatiletestapp/
VersatileTestAppActivity.java
16
package com.android.
framework
.versatiletestapp;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
ProtectedConstructorTest.java
19
import junit.
framework
.TestCase;
PublicConstructorTest.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/
Level1Test.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/nested/
Level2Test.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/simple/
AnotherSimpleTest.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/
NonSmokeTest.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/subclass/
SuperclassTest.java
19
import junit.
framework
.TestCase;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContextTest.java
18
import junit.
framework
.TestCase;
/libcore/dom/src/test/java/org/w3c/domts/
DOMTestCase.java
30
private DOMTestFramework
framework
;
field in class:DOMTestCase
38
framework
= null;
50
framework
= null;
55
* appropriate test
framework
and runs the specified test
102
* Sets test
framework
to be used by test.
104
* @param
framework
106
public void setFramework(DOMTestFramework
framework
) {
107
this.
framework
=
framework
;
117
framework
.wait(millisecond)
[
all
...]
/cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
HostUnitTests.java
18
import junit.
framework
.Test;
19
import junit.
framework
.TestSuite;
/cts/tests/libcore/javautilcollections/src/libcore/java/util/suite/
ConcurrentSkipListMapNaturalSuite.java
20
import junit.
framework
.Test;
21
import junit.
framework
.TestSuite;
ConcurrentSkipListMapWithComparatorSuite.java
20
import junit.
framework
.Test;
21
import junit.
framework
.TestSuite;
TreeMapNaturalSuite.java
20
import junit.
framework
.Test;
21
import junit.
framework
.TestSuite;
TreeMapWithComparatorSuite.java
20
import junit.
framework
.Test;
21
import junit.
framework
.TestSuite;
/cts/tools/testng/
test-script
3
adb push $ANDROID_PRODUCT_OUT/system/
framework
/cts-testng.jar /data/local/tmp
/cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/
AllTests.java
18
import junit.
framework
.Test;
19
import junit.
framework
.TestSuite;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TaggedObject.java
26
package org.apache.harmony.jpda.tests.
framework
.jdwp;
28
import org.apache.harmony.jpda.tests.
framework
.jdwp.JDWPConstants;
/external/guice/extensions/grapher/test/com/google/inject/grapher/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
AbstractTestSuite.java
18
import junit.
framework
.TestResult;
19
import junit.
framework
.TestSuite;
44
* @see junit.
framework
.Test#run(junit.
framework
.TestResult)
Completed in 1783 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>