HomeSort by relevance Sort by last modified time
    Searched full:framework (Results 151 - 175 of 7673) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /dalvik/tests/082-inline-execute/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /dalvik/tests/083-jit-regressions/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /development/tools/emulator/opengl/tests/translator_tests/MacCommon/
Android.mk 7 LIBMACVIEW_PREFIX := -Wl,-framework,
  /development/tools/templates/
java_tests_file.template 6 * This is a simple framework for a test of an Application. See
  /external/dbus/test/data/valid-messages/
simplest-manual.message 2 ## convenience command. mostly to test the test framework.
  /external/embunit/
Android.mk 5 # embUnit test framework source files
  /external/icu4c/test/intltest/
uvectest.h 27 // The following are test functions that are visible from the intltest test framework.
v32test.h 27 // The following are test functions that are visible from the intltest test framework.
  /external/qemu/hw/
arm_pic.h 10 * This provides a generic framework for connecting interrupt sources and
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/
benchmarks.pri 4 LIBS += -framework QtScript
  /external/webkit/Source/JavaScriptCore/qt/tests/
tests.pri 4 LIBS += -framework QtScript
  /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
  /frameworks/base/core/res/
Android.mk 20 LOCAL_PACKAGE_NAME := framework-res
37 framework_GENERATED_SOURCE_DIR := $(call intermediates-dir-for,JAVA_LIBRARIES,framework,,COMMON)/src
47 .PHONY: framework-res-package-target
48 framework-res-package-target: $(LOCAL_BUILT_MODULE)
  /packages/providers/ApplicationsProvider/tests/
Android.mk 12 # framework is required to access android.provider.Applications
  /dalvik/vm/
dalvik 25 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
26 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\
27 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \
  /external/junit/src/junit/extensions/
ActiveTestSuite.java 3 import junit.framework.Test;
4 import junit.framework.TestResult;
5 import junit.framework.TestSuite;
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
AndroidManifest.xml 17 package="com.android.framework.externalsharedpermstestapp"
21 android:sharedUserId="com.android.framework.externalsharedpermstestapp">
28 android:targetPackage="com.android.framework.externalsharedpermstestapp"
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
AndroidManifest.xml 17 package="com.android.framework.externalsharedpermsbttestapp"
21 android:sharedUserId="com.android.framework.externalsharedpermstestapp">
30 android:targetPackage="com.android.framework.externalsharedpermsbttestapp"
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
AndroidManifest.xml 17 package="com.android.framework.externalsharedpermsdiffkeytestapp"
21 android:sharedUserId="com.android.framework.externalsharedpermstestapp">
28 android:targetPackage="com.android.framework.externalsharedpermsdiffkeytestapp"
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
AndroidManifest.xml 17 package="com.android.framework.externalsharedpermsfltestapp"
21 android:sharedUserId="com.android.framework.externalsharedpermstestapp">
30 android:targetPackage="com.android.framework.externalsharedpermsfltestapp"
  /frameworks/base/test-runner/src/android/test/
ComparisonFailure.java 22 * Note: Most users of this class should simply use junit.framework.ComparisonFailure,
26 private junit.framework.ComparisonFailure mComparison;
29 mComparison = new junit.framework.ComparisonFailure(message, expected, actual);

Completed in 253 milliseconds

1 2 3 4 5 67 8 91011>>