Searched refs:PACKAGE_INDEX (Results 1 – 10 of 10) sorted by relevance
/tools/asuite/atest-py2/tools/ |
D | atest_tools_unittest.py | 69 package_index=uc.PACKAGE_INDEX, 81 with open(uc.PACKAGE_INDEX, 'rb') as cache: 99 uc.PACKAGE_INDEX,
|
D | atest_tools.py | 46 constants.PACKAGE_INDEX, 315 package_index = kwargs.pop('package_index', constants.PACKAGE_INDEX)
|
/tools/asuite/atest/tools/ |
D | atest_tools_unittest.py | 72 package_index=uc.PACKAGE_INDEX, 84 with open(uc.PACKAGE_INDEX, 'rb') as cache: 102 uc.PACKAGE_INDEX,
|
D | atest_tools.py | 50 constants.PACKAGE_INDEX, 352 package_index = kwargs.pop('package_index', constants.PACKAGE_INDEX)
|
/tools/asuite/atest-py2/ |
D | constants_default.py | 210 PACKAGE_INDEX = os.path.join(INDEX_DIR, 'packages.idx') variable
|
D | unittest_constants.py | 246 PACKAGE_INDEX = '/tmp/packages.idx' variable
|
/tools/asuite/atest/ |
D | constants_default.py | 245 PACKAGE_INDEX = os.path.join(INDEX_DIR, 'packages.idx') variable
|
D | unittest_constants.py | 299 PACKAGE_INDEX = '/tmp/packages.idx' variable
|
/tools/asuite/atest-py2/test_finders/ |
D | test_finder_utils.py | 95 FIND_REFERENCE_TYPE.PACKAGE: constants.PACKAGE_INDEX,
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 113 FIND_REFERENCE_TYPE.PACKAGE: constants.PACKAGE_INDEX,
|