OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
226 - 250
of
3353
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/vm-tests-tf/src/dot/junit/verify/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/dalvik/dx/tests/116-leb128/
run
20
dxjar=$progdir/../
framework
/dx.jar
/dalvik/dx/tests/117-modified-utf8/
run
20
dxjar=$progdir/../
framework
/dx.jar
/external/embunit/
Android.mk
5
# embUnit test
framework
source files
/external/guava/guava-tests/test/com/google/common/collect/
LenientSerializableTester.java
20
import static junit.
framework
.Assert.assertEquals;
21
import static junit.
framework
.Assert.assertTrue;
/external/v8/test/mozilla/
testcfg.py
37
FRAMEWORK
= """
59
def __init__(self, filename, path, context, root, mode,
framework
):
62
self.
framework
=
framework
79
result += self.
framework
108
framework
= []
114
framework
.append(script)
115
framework
.reverse()
118
if (not file in
FRAMEWORK
) and file.endswith('.js'):
123
self.root, mode,
framework
)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/os/
SystemPropertiesTest.java
19
import static junit.
framework
.Assert.assertEquals;
20
import junit.
framework
.TestCase;
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java
17
package com.android.
framework
.permission.tests;
28
import junit.
framework
.TestCase;
VibratorServicePermissionTest.java
17
package com.android.
framework
.permission.tests;
19
import junit.
framework
.TestCase;
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
AndroidJUnit3ClassRunner.java
21
import junit.
framework
.TestCase;
22
import junit.
framework
.TestSuite;
/libcore/dom/src/test/java/org/w3c/domts/
JUnitTestSuiteAdapter.java
18
import junit.
framework
.TestCase;
19
import junit.
framework
.TestSuite;
/libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level1.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java
23
import junit.
framework
.TestCase;
/cts/tests/tests/gesture/src/android/gesture/cts/
GesturePointTest.java
21
import junit.
framework
.TestCase;
/cts/tests/tests/graphics/src/android/graphics/cts/
LayerRasterizerTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/os/src/android/os/cts/
BadParcelableExceptionTest.java
18
import junit.
framework
.TestCase;
EnvironmentTest.java
18
import junit.
framework
.TestCase;
ParcelFormatExceptionTest.java
18
import junit.
framework
.TestCase;
/cts/tests/tests/security/src/android/security/cts/
LinuxRngTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/text/src/android/text/style/cts/
TabStopSpan_StandardTest.java
19
import junit.
framework
.TestCase;
/cts/tools/cts-native-scanner/tests/
run_unit_tests.sh
26
JAR_DIR=${ANDROID_HOST_OUT}/
framework
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPackageDefTest.java
22
import junit.
framework
.TestCase;
/development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestCase.java
21
import junit.
framework
.TestCase;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
DestroyFailedExceptionTest.java
26
import junit.
framework
.TestCase;
RefreshFailedExceptionTest.java
26
import junit.
framework
.TestCase;
Completed in 585 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>