Searched refs:all (Results 1 – 25 of 61) sorted by relevance
123
/tools/apksig/ |
D | BUILD | 13 deps = [":apksig-all"], 19 name = "apksig-all", 38 name = "all", 47 deps = [":apksig-all"],
|
D | README.md | 12 signature is expected to verify on all Android platform versions supported by the APK. When signing 26 * `ApkSigner` which signs the provided APK so that it verifies on all Android platform versions 28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android 44 * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run 46 * check whether the provided APK's signatures are expected to verify on all Android platforms
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 13 fail criteria - that criteria may not apply to all implementations. 17 not provided or may not apply to all implementations or test environments. 27 If a test class is specified, then all tests within that test class are executed. 33 directory which lists all tests in the directory. E.g. to execute all functional 40 the *config* sub-directory. The configurations simply use all connected 45 * **aware_default_power_mode**: The power mode in which to run all tests. Options
|
/tools/tradefederation/core/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-proto-files-under, proto) 42 LOCAL_SRC_FILES := $(call all-java-files-under, src) 113 .PHONY: tradefed-all 114 tradefed-all: tradefed-core tradefed-tests tradefed_win verify loganalysis-tests 126 include $(call all-makefiles-under,$(LOCAL_PATH)) 130 ifneq (,$(filter tradefed tradefed-all, $(TARGET_BUILD_APPS)))
|
/tools/tradefederation/core/prod-tests/tests/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 45 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/loganalysis/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 42 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/loganalysis/tests/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 43 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/tradefederation/core/prod-tests/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 46 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/tradefederation/core/tests/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 47 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/tradefederation/contrib/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) 48 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_verify.txt | 4 checks whether the APK will verify on all Android platform versions supported 26 the APK as the very last parameter, after all options. 33 1. Check whether the APK's signatures are expected to verify on all Android
|
/tools/tradefederation/core/tests/test-apps/ |
D | Android.mk | 20 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/tradefederation/core/util-apps/ |
D | Android.mk | 20 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/external/fat32lib/ |
D | Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
|
/tools/tradefederation/core/tests/test-apps/TradeFedTestApp/ |
D | Android.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/tools/tradefederation/core/util-apps/WifiUtil/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/tools/tradefederation/core/tests/test-apps/UITestApp/ |
D | Android.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/tools/tradefederation/core/util-apps/DeviceSetupUtil/ |
D | Android.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output3.txt | 1 Repeating all tests (iteration 1) . . .
|
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.properties | 6 distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FlashingResourcesParser.java | 208 Collection<String> all = new ArrayList<String>(); in getRequiredBoards() local 219 all.addAll(board); in getRequiredBoards() 221 all.addAll(product); in getRequiredBoards() 226 return all; in getRequiredBoards()
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 30 list of all modules in the android repo and some relevant info (e.g. 36 transform the user input into a ```TestInfo``` object that contains all of the 42 Once ```TestInfo``` objects have been constructed for all the tests passed in 43 by the user, all of the test dependencies are built. This step can by bypassed 59 * ```test_finder_handler.py``` - Module that collects all test finders, 65 * ```test_runner_handler.py``` - Module that collects all test runners and
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/ |
D | README.md | 13 not provided or may not apply to all implementations or test environments. 20 If a test class is specified, then all tests within that test class are executed. 41 the *config* sub-directory. The configuration simply uses all connected
|
/tools/tradefederation/core/remote/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/tools/acloud/ |
D | README.md | 17 To run all unit tests:
|
123