Home
last modified time | relevance | path

Searched refs:SCRIPT_KEY_LIST (Results 1 – 6 of 6) sorted by relevance

/base/update/packaging_tools/test/
Dtest_vendor_script.py18 from utils import SCRIPT_KEY_LIST
47 self.assertEqual(opera_obj_list, [None] * len(SCRIPT_KEY_LIST))
/base/update/packaging_tools/
Dvendor_script.py23 from utils import SCRIPT_KEY_LIST
45 opera_obj_list = [None] * len(SCRIPT_KEY_LIST)
Dscript_generator.py32 from utils import SCRIPT_KEY_LIST
276 (each[0], SCRIPT_KEY_LIST.index(each_key))
Dutils.py39 SCRIPT_KEY_LIST = ['prelude', 'verse', 'refrain', 'ending'] variable
191 for each in SCRIPT_KEY_LIST:
478 for each in SCRIPT_KEY_LIST:
Dupdate_package.py34 from utils import SCRIPT_KEY_LIST
319 for each in SCRIPT_KEY_LIST:
Dbuild_update.py76 from utils import SCRIPT_KEY_LIST
252 if script_obj_list == [None] * len(SCRIPT_KEY_LIST):