Searched refs:history (Results 1 – 12 of 12) sorted by relevance
/tools/asuite/atest-py2/ |
D | bug_detector.py | 51 self.history = self.get_history() 85 history = {} 89 history = json.load(json_file) 94 return history 107 if not self.history: 109 latest = self.history.get(self.detect_key, {}) 127 self.history.update(latest_bug) 128 num_history = len(self.history) 130 sorted_history = sorted(self.history.items(), 132 self.history = dict( [all …]
|
D | bug_detector_unittest.py | 116 self.assertTrue(dtr.history.has_key('test1')) 122 self.assertEqual(len(dtr.history), constants.TRIM_TO_SIZE) 125 self.assertTrue(dtr.history.has_key(key)) 131 self.assertEqual(len(dtr.history), mock_file_size+1) 134 self.assertTrue(dtr.history.has_key(key))
|
D | atest.py | 599 if args.history: 601 args.history)
|
/tools/asuite/atest/ |
D | bug_detector.py | 51 self.history = self.get_history() 85 history = {} 89 history = json.load(json_file) 94 return history 107 if not self.history: 109 latest = self.history.get(self.detect_key, {}) 127 self.history.update(latest_bug) 128 num_history = len(self.history) 130 sorted_history = sorted(self.history.items(), 132 self.history = dict( [all …]
|
D | bug_detector_unittest.py | 119 self.assertTrue('test1' in dtr.history) 125 self.assertEqual(len(dtr.history), constants.TRIM_TO_SIZE) 128 self.assertTrue(key in dtr.history) 134 self.assertEqual(len(dtr.history), mock_file_size+1) 137 self.assertTrue(key in dtr.history)
|
D | atest_execution_info.py | 205 or args.history 209 or args.history)
|
D | atest.py | 603 if args.history: 605 args.history)
|
/tools/external_updater/ |
D | notifier.py | 138 def _process_results(args, history, results): argument 146 proj_history = history.setdefault(proj, {}) 168 history = {} 170 with open(args.history, 'r') as f: 171 history = json.load(f) 175 _process_results(args, history, results) 177 with open(args.history, 'w') as f: 178 json.dump(history, f, sort_keys=True, indent=4)
|
D | README.md | 132 --history ~/updater/history \
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 75 --lineage Signing certificate history to use in the event that 268 --lineage /path/to/signing/history/lineage app.apk
|
D | help_rotate.txt | 31 signing certificate history may be extended.
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-isolation.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |