Home
last modified time | relevance | path

Searched refs:history (Results 1 – 13 of 13) 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)
Datest_execution_info.py178 or args.history
/tools/asuite/atest/
Dbug_detector.py52 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 …]
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.py206 or args.history
210 or args.history)
Datest.py689 if args.history:
691 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/aadevtools/
DREADME.md27 This is useful when the git commit history is somehow not obtainable. What you
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt93 --lineage Signing certificate history to use in the event that
286 --lineage /path/to/signing/history/lineage app.apk
Dhelp_rotate.txt31 signing certificate history may be extended.