Home
last modified time | relevance | path

Searched refs:IMPORTS (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/tools/
Dandroid_test_mapping_format.py44 IMPORTS = 'imports' variable
167 for import_entry in test_mapping.get(IMPORTS, []):
171 if group != IMPORTS for test in tests]
Dpylintrc466 [IMPORTS]
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java58 private static final String IMPORTS = "imports"; field in TestMapping
107 if (group.equals(IMPORTS)) { in TestMapping()