OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framework
(Results
126 - 150
of
5184
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/test-runner/src/android/test/
ComparisonFailure.java
22
* @deprecated use junit.
framework
.ComparisonFailure
25
private junit.
framework
.ComparisonFailure mComparison;
28
mComparison = new junit.
framework
.ComparisonFailure(message, expected, actual);
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/
OuterTest.java
21
import junit.
framework
.TestCase;
22
import junit.
framework
.TestSuite;
/packages/apps/Camera2/tests_camera/src/com/android/camera/
UnitTests.java
21
import junit.
framework
.Test;
22
import junit.
framework
.TestSuite;
/packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java
21
import junit.
framework
.Test;
22
import junit.
framework
.TestSuite;
/packages/apps/LegacyCamera/tests/src/com/android/camera/
UnitTests.java
21
import junit.
framework
.Test;
22
import junit.
framework
.TestSuite;
/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh
27
java -classpath ${ANDROID_HOST_OUT}/
framework
/junit.jar:${ANDROID_HOST_OUT}/
framework
/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.makedict.BinaryDictEncoderFlattenTreeTests
28
java -classpath ${ANDROID_HOST_OUT}/
framework
/junit.jar:${ANDROID_HOST_OUT}/
framework
/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtilsTests
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java
19
import junit.
framework
.Test;
20
import junit.
framework
.TestSuite;
/system/extras/verity/
boot_signer
8
java -Xmx512M -jar "$BOOTSIGNER_HOME"/
framework
/BootSignature.jar "$@
keystore_signer
8
java -Xmx512M -jar "$KEYSTORESIGNER_HOME"/
framework
/BootKeystoreSigner.jar "$@"
verity_signer
8
java -Xmx512M -jar "$VERITYSIGNER_HOME"/
framework
/VeritySigner.jar "$@
verity_verifier
8
java -Xmx512M -jar "$VERITYVERIFIER_HOME"/
framework
/VerityVerifier.jar "$@"
/external/junit/
Common.mk
14
src/junit/
framework
/Assert.java \
15
src/junit/
framework
/AssertionFailedError.java \
16
src/junit/
framework
/ComparisonCompactor.java \
17
src/junit/
framework
/ComparisonFailure.java \
18
src/junit/
framework
/Protectable.java \
19
src/junit/
framework
/Test.java \
20
src/junit/
framework
/TestCase.java \
21
src/junit/
framework
/TestFailure.java \
22
src/junit/
framework
/TestListener.java \
23
src/junit/
framework
/TestResult.java
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPDebuggeeWrapper.java
26
package org.apache.harmony.jpda.tests.
framework
.jdwp;
28
import org.apache.harmony.jpda.tests.
framework
.DebuggeeWrapper;
29
import org.apache.harmony.jpda.tests.
framework
.LogWriter;
30
import org.apache.harmony.jpda.tests.
framework
.TestErrorException;
31
import org.apache.harmony.jpda.tests.
framework
.TestOptions;
32
import org.apache.harmony.jpda.tests.
framework
.jdwp.TransportWrapper;
33
import org.apache.harmony.jpda.tests.
framework
.jdwp.VmMirror;
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLStreamedInputTest.java
22
import junit.
framework
.Test;
23
import junit.
framework
.TestCase;
24
import junit.
framework
.TestSuite;
/external/curl/
MacOSX-Framework
3
# universal binary libcurl.
framework
for Mac OS X 10.4 or greater.
27
# now a simple rsync -vaP libcurl.
framework
/Library/Frameworks will install it
83
echo "----Configuring libcurl for 32 bit universal
framework
..."
93
echo "----Creating 32 bit
framework
..."
94
rm -r libcurl.
framework
95
mkdir -p libcurl.
framework
/${FRAMEWORK_VERSION}/Resources
96
cp lib/.libs/libcurl.dylib libcurl.
framework
/${FRAMEWORK_VERSION}/libcurl
97
install_name_tool -id @rpath/libcurl.
framework
/${FRAMEWORK_VERSION}/libcurl libcurl.
framework
/${FRAMEWORK_VERSION}/libcurl
98
/usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.
framework
/${FRAMEWORK_VERSION}/Resources/Info.plis
[
all
...]
/external/junit/src/junit/extensions/
TestDecorator.java
3
import junit.
framework
.Assert;
4
import junit.
framework
.Test;
5
import junit.
framework
.TestResult;
/external/slf4j/integration/src/test/java/integrator/
Activator.java
27
import org.osgi.
framework
.Bundle;
28
import org.osgi.
framework
.BundleActivator;
29
import org.osgi.
framework
.BundleContext;
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
Activator.java
37
import org.osgi.
framework
.BundleActivator;
38
import org.osgi.
framework
.BundleContext;
39
import org.osgi.
framework
.ServiceFactory;
55
* @param bundleContext the
framework
context for the bundle
70
* @param bundleContext the
framework
context for the bundle
76
// the
framework
will do it automatically.
/external/testng/src/test/java/test/sample/
JUnitSample4.java
3
import junit.
framework
.Assert;
4
import junit.
framework
.TestCase;
5
import junit.
framework
.TestSuite;
/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/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTestTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/drm/src/android/drm/cts/
NativeCodeTest.java
19
import junit.
framework
.TestCase;
/cts/tests/tests/graphics/src/android/graphics/cts/
DrawFilterTest.java
19
import junit.
framework
.TestCase;
Completed in 1097 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>