Home
last modified time | relevance | path

Searched refs:CC_CLASS_INDEX (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/atest/tools/
Datest_tools_unittest.py67 cc_class_index=uc.CC_CLASS_INDEX,
77 with open(uc.CC_CLASS_INDEX, 'rb') as cache:
95 targets_to_delete = (uc.CC_CLASS_INDEX,
Datest_tools.py42 INDEXES = (constants.CC_CLASS_INDEX,
316 cc_class_index = kwargs.pop('cc_class_index', constants.CC_CLASS_INDEX)
/tools/asuite/atest/tools/
Datest_tools_unittest.py70 cc_class_index=uc.CC_CLASS_INDEX,
80 with open(uc.CC_CLASS_INDEX, 'rb') as cache:
98 targets_to_delete = (uc.CC_CLASS_INDEX,
Datest_tools.py44 INDEXES = (constants.CC_CLASS_INDEX,
344 cc_class_index = kwargs.pop('cc_class_index', constants.CC_CLASS_INDEX)
/tools/tradefederation/core/atest/
Dconstants_default.py209 CC_CLASS_INDEX = os.path.join(INDEX_DIR, 'cc_classes.idx') variable
Dunittest_constants.py245 CC_CLASS_INDEX = '/tmp/cc_classes.idx' variable
/tools/asuite/atest/
Dconstants_default.py218 CC_CLASS_INDEX = os.path.join(INDEX_DIR, 'cc_classes.idx') variable
Dunittest_constants.py248 CC_CLASS_INDEX = '/tmp/cc_classes.idx' variable
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py104 FIND_REFERENCE_TYPE.CC_CLASS: constants.CC_CLASS_INDEX
Dtest_finder_utils_unittest.py518 test_finder_utils.FIND_INDEXES['CC_CLASS'] = uc.CC_CLASS_INDEX
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py97 FIND_REFERENCE_TYPE.CC_CLASS: constants.CC_CLASS_INDEX
Dtest_finder_utils_unittest.py514 test_finder_utils.FIND_INDEXES['CC_CLASS'] = uc.CC_CLASS_INDEX