OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_mappings
(Results
1 - 5
of
5
) sorted by null
/build/make/core/tasks/
test_mapping.mk
20
test_mappings_zip := $(intermediates)/
test_mappings
.zip
22
test_mappings
:= $(file <$(test_mapping_list))
macro
23
$(test_mappings_zip) : PRIVATE_test_mappings := $(subst $(newline),\n,$(
test_mappings
))
25
$(test_mappings_zip) : $(
test_mappings
) $(SOONG_ZIP)
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TestMappingSuiteRunner.java
36
+ "code, through build artifact
test_mappings
.zip."
47
*
test_mappings
.zip, and load tests grouped under the given test group.
/tools/tradefederation/core/src/com/android/tradefed/util/
TestMapping.java
92
private static final String TEST_MAPPINGS_ZIP = "
test_mappings
.zip";
179
* @return A {@code Set<TestInfo>} of tests set in the build artifact,
test_mappings
.zip.
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
TestMappingTest.java
41
private static final String TEST_MAPPINGS_ZIP = "
test_mappings
.zip";
90
/** Test for {@link TestMapping#getTests()} for loading tests from
test_mappings
.zip. */
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestMappingSuiteRunnerTest.java
55
private static final String TEST_MAPPINGS_ZIP = "
test_mappings
.zip";
104
* Test for {@link TestMappingSuiteRunner#loadTests()} for loading tests from
test_mappings
.zip.
Completed in 305 milliseconds