HomeSort by relevance Sort by last modified time
    Searched refs:framework (Results 101 - 125 of 3353) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/junit/src/junit/extensions/
ActiveTestSuite.java 3 import junit.framework.Test;
4 import junit.framework.TestCase;
5 import junit.framework.TestResult;
6 import junit.framework.TestSuite;
RepeatedTest.java 3 import junit.framework.Test;
4 import junit.framework.TestResult;
  /external/junit/src/junit/framework/
AssertionFailedError.java 1 package junit.framework;
TestListener.java 1 package junit.framework;
  /frameworks/base/core/tests/coretests/src/android/content/
ContentTests.java 19 import junit.framework.TestSuite;
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
GraphicsTests.java 19 import junit.framework.TestSuite;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java 19 import junit.framework.TestCase;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java 19 import junit.framework.TestCase;
FailingTest.java 19 import junit.framework.TestCase;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/simple/
SimpleTest.java 19 import junit.framework.TestCase;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/
SmokeTest.java 20 import junit.framework.TestCase;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
SuppressedTest.java 21 import junit.framework.TestCase;
  /libcore/luni/src/test/java/libcore/java/lang/
AssertionErrorTest.java 19 import junit.framework.TestCase;
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/
AndroidTestCase.java 19 import junit.framework.TestCase;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsUncheckedThrowTest.java 23 import junit.framework.Assert;
25 public class CameraUtilsUncheckedThrowTest extends junit.framework.TestCase {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
SmokeTestSuiteBuilderTest.java 19 import junit.framework.TestCase;
20 import junit.framework.TestSuite;
  /dalvik/tests/etc/
host-run-test-jar 143 framework="${BASE}/system/framework"
144 bpath="${framework}/core.jar:${framework}/conscrypt.jar:${framework}/ext.jar:${framework}/framework.jar"
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestSuite.java 21 import junit.framework.Test;
22 import junit.framework.TestResult;
23 import junit.framework.TestSuite;
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java 28 import junit.framework.Test;
29 import junit.framework.TestCase;
30 import junit.framework.TestSuite;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificatePoliciesTest.java 30 import junit.framework.Test;
31 import junit.framework.TestCase;
32 import junit.framework.TestSuite;
  /external/guava/guava-tests/test/com/google/common/collect/
BstCountBasedBalancePoliciesTest.java 22 import junit.framework.Test;
23 import junit.framework.TestCase;
24 import junit.framework.TestSuite;
  /frameworks/base/core/java/android/test/
InstrumentationTestSuite.java 21 import junit.framework.TestSuite;
22 import junit.framework.Test;
23 import junit.framework.TestResult;
26 * A {@link junit.framework.TestSuite} that injects {@link android.app.Instrumentation} into
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java 29 import junit.framework.Test;
30 import junit.framework.TestCase;
31 import junit.framework.TestSuite;
  /external/chromium_org/chrome/installer/mac/
sign_versioned_dir.sh.in 8 # includes the framework and helper app. After signing, the signatures are
38 # framework bundle requires that each version within be signed individually.
40 # In Chrome's case, the framework bundle is unversioned, so it too can be
43 framework="${versioned_dir}/@MAC_PRODUCT_NAME@ Framework.framework"
52 codesign -s "${codesign_id}" --keychain "${codesign_keychain}" "${framework}" \
53 -r="designated => identifier \"com.google.Chrome.framework\" \
68 codesign -v "${framework}"
  /cts/tools/vm-tests-tf/src/dot/junit/
AllTests.java 19 import junit.framework.Test;
20 import junit.framework.TestSuite;

Completed in 560 milliseconds

1 2 3 45 6 7 8 91011>>