Searched refs:CLITranslator (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest/ |
D | cli_translator_unittest.py | 79 self.ctr = cli_t.CLITranslator() 106 ctr = cli_t.CLITranslator() 173 ctr = cli_t.CLITranslator() 217 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 228 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 240 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 241 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 256 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 257 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
|
D | cli_translator.py | 48 class CLITranslator: class
|
D | atest.py | 670 translator = cli_translator.CLITranslator(module_info=mod_info,
|
/tools/tradefederation/core/atest/ |
D | cli_translator_unittest.py | 78 self.ctr = cli_t.CLITranslator() 105 ctr = cli_t.CLITranslator() 172 ctr = cli_t.CLITranslator() 216 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 227 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 239 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 240 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 255 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 256 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
|
D | cli_translator.py | 48 class CLITranslator(object): class
|
D | atest.py | 610 translator = cli_translator.CLITranslator(module_info=mod_info,
|