OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
1 - 25
of
3353
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/junit/src/junit/framework/
package-info.java
4
package junit.
framework
Protectable.java
1
package junit.
framework
;
Test.java
1
package junit.
framework
;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
find-included-framework-headers
27
for
framework
in $*; do
28
echo -e "\n$
framework
\n=================="
29
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.m' -o -name '*.mm' \) -exec grep "<$
framework
/" {} ';' | sed -e 's|.*/\(.*\.h\).*|\1|' | sort -u
/cts/tools/vm-tests-tf/src/dot/junit/
DxTestCase.java
19
import junit.
framework
.TestCase;
/frameworks/base/test-runner/src/android/test/
TestSuiteProvider.java
19
import junit.
framework
.TestSuite;
NoExecTestResult.java
18
import junit.
framework
.TestCase;
19
import junit.
framework
.TestResult;
/external/srec/tests/
run_ERT.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.EmbeddedRecognizerTest
run_contacts.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.contacts.Main
run_parameters.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.parameters.Parameters
run_robustness1.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.robustness1.Robustness1
run_robustness2.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.robustness1.Robustness2
run_robustness3.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.robustness1.Robustness3
run_voicetags1.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.test.voicetags.Voicetags1
run_xtapxmlconsole.sh
2
dalvikvm -Xcheck:jni -Xbootclasspath:/system/
framework
/core.jar:/system/
framework
/ext.jar:/system/
framework
/
framework
.jar:/system/
framework
/srec-java-tests.jar android.speech.recognition.xtapxmlconsole.Main
/frameworks/base/tests/CoreTests/
run_core_test.sh
0
framework
=/system/
framework
2
bpath=$
framework
/core.jar:$
framework
/ext.jar:$
framework
/
framework
.jar:$
framework
/android.test.runner.jar
/external/chromium_org/tools/gyp/test/mac/type_envvars/
test_bundle_shared_library.sh
9
test $PRODUCT_TYPE = com.apple.product-type.
framework
11
test $FULL_PRODUCT_NAME = bundle_shared_library.
framework
15
"bundle_shared_library.
framework
/Versions/A/bundle_shared_library"
16
test $WRAPPER_NAME = bundle_shared_library.
framework
20
"/Library/Frameworks/bundle_shared_library.
framework
/Versions/A/bundle_shared_library"
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/src/com/android/framework/externallocallpermstestapp/
ExternalLocAllPermsTest.java
16
package com.android.
framework
.externallocallpermstestapp;
21
import junit.
framework
.TestCase;
/art/test/021-string2/src/junit/framework/
AssertionFailedError.java
1
package junit.
framework
;
/art/test/082-inline-execute/src/junit/framework/
AssertionFailedError.java
1
package junit.
framework
;
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryTest.java
19
import junit.
framework
.TestCase;
/dalvik/tests/021-string2/src/junit/framework/
AssertionFailedError.java
1
package junit.
framework
;
/dalvik/tests/082-inline-execute/src/junit/framework/
AssertionFailedError.java
1
package junit.
framework
;
/frameworks/base/core/tests/hosttests/test-apps/SimpleTestApp/src/com/android/framework/simpletestapp/
SimpleAppActivity.java
16
package com.android.
framework
.simpletestapp;
/frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java
6
import junit.
framework
.*;
Completed in 265 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>