Home
last modified time | relevance | path

Searched refs:filter_comments (Results 1 – 5 of 5) sorted by relevance

/tools/repohooks/tools/
Dandroid_test_mapping_format.py74 def filter_comments(json_data): function
154 return json.loads(filter_comments(test_mapping_file))
/tools/tradefederation/core/atest/
Dcli_translator.py232 def filter_comments(self, test_mapping_file): member in CLITranslator
271 test_mapping_dict = json.loads(self.filter_comments(test_mapping_file))
Dcli_translator_unittest.py366 self.ctr.filter_comments(file_with_comments))
/tools/asuite/atest/
Dcli_translator.py232 def filter_comments(self, test_mapping_file): member in CLITranslator
272 test_mapping_dict = json.loads(self.filter_comments(test_mapping_file))
Dcli_translator_unittest.py367 self.ctr.filter_comments(file_with_comments))