Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 61) sorted by relevance

123

/tools/apksig/
DBUILD13 deps = [":apksig-all"],
19 name = "apksig-all",
38 name = "all",
47 deps = [":apksig-all"],
DREADME.md12 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/
DREADME.md13 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/
DAndroid.mk22 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/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
45 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/loganalysis/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
42 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/loganalysis/tests/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
43 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/prod-tests/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
46 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/tests/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
47 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/contrib/
DAndroid.mk22 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/
Dhelp_verify.txt4 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/
DAndroid.mk20 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/util-apps/
DAndroid.mk20 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/external/fat32lib/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
/tools/tradefederation/core/tests/test-apps/TradeFedTestApp/
DAndroid.mk21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/util-apps/WifiUtil/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/tests/test-apps/UITestApp/
DAndroid.mk21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/util-apps/DeviceSetupUtil/
DAndroid.mk21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/tests/res/testtype/
Dgtest_output3.txt1 Repeating all tests (iteration 1) . . .
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java208 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/
Datest_structure.md30 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/
DREADME.md13 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/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/acloud/
DREADME.md17 To run all unit tests:

123