Searched refs:framework (Results 1 – 25 of 60) sorted by relevance
123
/test/framework/build/ |
D | Android.mk | 19 VTF_PACKAGE_MK := test/vts/tools/build/tasks/framework/vtf_package.mk 37 test_suite_readme := test/framework/README.md 58 $(call find-files-in-subdirs,test/framework/harnesses/host_controller,"*.py" -and -type f,.) \ 62 test/framework/harnesses/host_controller/$(f):$(VTSLAB_TESTCASES_OUT)/host_controller/$(f)) 66 $(call find-files-in-subdirs,test/framework/harnesses/host_controller/gsi,"*.sh" -and -type f,.) \ 70 test/framework/harnesses/host_controller/gsi/$(f):$(VTSLAB_BIN_LIB_OUT)/bin/$(f)) 74 test/framework/tools/host_controller/run:$(VTSLAB_TOOLS_OUT)/run \ 75 test/framework/tools/host_controller/make_screen:$(VTSLAB_TOOLS_OUT)/make_screen \
|
D | vtf.mk | 34 $(HOST_OUT)/framework/$(f).jar:$(VTF_TOOLS_OUT)/$(f).jar)
|
/test/vts-testcase/hal/treble/vintf/ |
D | Android.bp | 50 // VendorFrameworkCompatibility is removed because it has framework dependency. 71 // Test a (potentially) compatible vendor image with framework dependency; 72 // test the current framework. 83 // Should not be used by VTS framework, but could be used for test development. 84 // VTS framework should choose among the other test binaries defined above.
|
D | README.md | 24 VTS Tests | VTS framework | VTS Treble VINTF test
|
/test/framework/harnesses/ |
D | README.md | 7 `$ cp out/host/linux-x86/testcases/cts-tradefed/cts-tradefed.jar test/framework/harnesses/cts-trade… 10 `$ cp test/framework/harnesses/cts-tradefed/tradefed-cts-prebuilt-staging.jar test/framework/harnes…
|
/test/framework/script/ |
D | run-unittest.sh | 62 echo PYTHONPATH=$ANDROID_BUILD_TOP/test/framework/harnesses:$ANDROID_BUILD_TOP/test python $t; 63 PYTHONPATH=$ANDROID_BUILD_TOP/test/framework/harnesses:$ANDROID_BUILD_TOP/test python $t;
|
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/ |
D | BusinessLogicHostExecutorTest.java | 19 import static junit.framework.Assert.assertEquals; 20 import static junit.framework.Assert.assertFalse; 21 import static junit.framework.Assert.assertTrue; 22 import static junit.framework.Assert.fail; 40 import junit.framework.AssertionFailedError;
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | BusinessLogicTest.java | 19 import static junit.framework.Assert.assertEquals; 20 import static junit.framework.Assert.assertFalse; 21 import static junit.framework.Assert.assertTrue;
|
D | MultipartFormTest.java | 19 import junit.framework.TestCase;
|
D | TestResultTest.java | 19 import junit.framework.TestCase;
|
D | LightInvocationResultTest.java | 21 import junit.framework.TestCase;
|
D | StatTest.java | 20 import junit.framework.TestCase;
|
D | DynamicConfigTest.java | 21 import junit.framework.TestCase;
|
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/ |
D | NNAccuracyTest.java | 19 import static junit.framework.TestCase.assertFalse; 20 import static junit.framework.TestCase.assertTrue;
|
/test/vts/script/ |
D | run-unittest.sh | 62 …PYTHONPATH=$ANDROID_BUILD_TOP/test:$ANDROID_BUILD_TOP/tools/test/connectivity/acts/framework pytho…
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/ |
D | CollectorUtilTest.java | 18 import junit.framework.TestCase;
|
/test/vti/test_serving/gae/frontend/e2e/ |
D | protractor.conf.js | 16 framework: 'jasmine', property
|
/test/vti/test_serving/ |
D | PREUPLOAD.cfg | 8 test_serving_unittests = ${REPO_ROOT}/test/framework/script/run-unittest.sh
|
/test/framework/ |
D | PREUPLOAD.cfg | 8 test_framework_unittests = ${REPO_ROOT}/test/framework/script/run-unittest.sh
|
/test/vts/tools/build/tasks/framework/ |
D | vtf_package.mk | 114 $(call find-files-in-subdirs,tools/test/connectivity/acts/framework/acts,"*.py" -and -type f,.) 118 tools/test/connectivity/acts/framework/acts/$(f):$(VTF_TESTCASES_OUT)/acts/$(f))
|
/test/suite_harness/ |
D | test_defs.sh | 19 JAR_DIR=${ANDROID_HOST_OUT}/framework
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsoleTest.java | 21 import junit.framework.TestCase;
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/config/ |
D | ConfigurationFactoryTest.java | 21 import junit.framework.TestCase;
|
/test/vts/testcases/vts_selftest/manual_tests/ |
D | README.txt | 5 crash test framework
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | PresubmitSetupValidation.java | 23 import junit.framework.TestCase;
|
123