Searched refs:history (Results 1 – 13 of 13) 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)
|
D | atest_execution_info.py | 178 or args.history
|
/tools/asuite/atest/ |
D | bug_detector.py | 52 self.history = self.get_history() 86 history = {} 90 history = json.load(json_file) 95 return history 108 if not self.history: 110 latest = self.history.get(self.detect_key, {}) 128 self.history.update(latest_bug) 129 num_history = len(self.history) 131 sorted_history = sorted(self.history.items(), 133 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 | 206 or args.history 210 or args.history)
|
D | atest.py | 689 if args.history: 691 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/aadevtools/ |
D | README.md | 27 This is useful when the git commit history is somehow not obtainable. What you
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 93 --lineage Signing certificate history to use in the event that 286 --lineage /path/to/signing/history/lineage app.apk
|
D | help_rotate.txt | 31 signing certificate history may be extended.
|