Home
last modified time | relevance | path

Searched refs:history (Results 1 – 12 of 12) sorted by relevance

/tools/asuite/atest-py2/
Dbug_detector.py51 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 …]
Dbug_detector_unittest.py116 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))
Datest.py599 if args.history:
601 args.history)
/tools/asuite/atest/
Dbug_detector.py51 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 …]
Dbug_detector_unittest.py119 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)
Datest_execution_info.py205 or args.history
209 or args.history)
Datest.py603 if args.history:
605 args.history)
/tools/external_updater/
Dnotifier.py138 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)
DREADME.md132 --history ~/updater/history \
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt75 --lineage Signing certificate history to use in the event that
268 --lineage /path/to/signing/history/lineage app.apk
Dhelp_rotate.txt31 signing certificate history may be extended.
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-isolation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...