OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
201 - 225
of
5399
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
FolderConfigurationTest.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java
21
import junit.
framework
.Assert;
22
import junit.
framework
.AssertionFailedError;
23
import junit.
framework
.Test;
24
import junit.
framework
.TestCase;
25
import junit.
framework
.TestListener;
26
import junit.
framework
.TestResult;
27
import junit.
framework
.TestSuite;
InstrumentationTestSuiteBuilderTest.java
23
import junit.
framework
.AssertionFailedError;
24
import junit.
framework
.Test;
25
import junit.
framework
.TestCase;
26
import junit.
framework
.TestListener;
27
import junit.
framework
.TestResult;
28
import junit.
framework
.TestSuite;
/sdk/eclipse/scripts/
create_test_symlinks.sh
48
ln -svf $BACK/out/host/linux-x86/
framework
/$LIB.jar "$DEST/"
50
ln -svf $BACK/out/host/linux-x86/
framework
/kxml2-2.3.0.jar "$DEST/"
54
ln -svf $BACK/out/host/darwin-x86/
framework
/$LIB.jar "$DEST/"
56
ln -svf $BACK/out/host/darwin-x86/
framework
/kxml2-2.3.0.jar "$DEST/"
60
cp -vf out/host/windows-x86/
framework
/$LIB.jar "$DEST/"
create_gldebugger_symlinks.sh
25
cpfile $DEST out/host/$PLATFORM/
framework
/$LIB.jar
create_hierarchyviewer_symlinks.sh
26
cpfile $DEST out/host/$PLATFORM/
framework
/$LIB.jar
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/
UnitTests.java
26
import junit.
framework
.Test;
27
import junit.
framework
.TestSuite;
/cts/tools/vm-tests/src/dot/junit/verify/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/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/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/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/
TelephonyMockTestRunner.java
28
import junit.
framework
.TestSuite;
29
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;
/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;
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogQueryTestUtils.java
19
import static junit.
framework
.Assert.assertEquals;
23
import junit.
framework
.Assert;
/cts/tests/tests/gesture/src/android/gesture/cts/
GesturePointTest.java
22
import junit.
framework
.TestCase;
/cts/tests/tests/graphics/src/android/graphics/cts/
DrawFilterTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawable_ShaderFactoryTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessage_MessageClassTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/util/src/android/util/cts/
DebugUtilsTest.java
18
import junit.
framework
.TestCase;
Completed in 4412 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>