Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 34) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/tel/etc/
Dmanage_sim.py127 json.dump(simconf, f, indent=4, sort_keys=True)
161 json.dump(simconf, f, indent=4, sort_keys=True)
214 elif args.dump:
217 elif not args.prune and not args.dump:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Dcheck_quality.py333 def dump(self, output_file): member in QualityChecker
346 json.dump(dump_dict, f)
408 def dump(self, output_file): member in QualityChecker
421 json.dump(dump_dict, f)
548 checker.dump(output_file)
/tools/asuite/atest-py2/tools/
Datest_tools.py160 pickle.dump(_dict, cache_file, protocol=2)
211 pickle.dump(testable_modules, cache, protocol=2)
289 pickle.dump(_dict, cache_file, protocol=2)
/tools/asuite/atest-py2/
Dbug_detector_unittest.py60 json.dump(TEST_DICT, outfile)
73 json.dump(temp_history, outfile, indent=0)
Dbug_detector.py136 json.dump(self.history, outfile, indent=0)
/tools/asuite/atest/
Dbug_detector_unittest.py63 json.dump(TEST_DICT, outfile)
76 json.dump(temp_history, outfile, indent=0)
Dbug_detector.py136 json.dump(self.history, outfile, indent=0)
Datest_utils.py533 json.dump(full_result_content, outfile, indent=0)
663 json.dump(data, _file)
720 pickle.dump(test_infos, test_info_cache_file, protocol=2)
/tools/asuite/atest/tools/
Datest_tools.py185 pickle.dump(_dict, cache_file, protocol=2)
243 pickle.dump(testable_modules, cache, protocol=2)
324 pickle.dump(_dict, cache_file, protocol=2)
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py298 self.summary_writer.dump(self.results.summary_dict(),
305 json.dump(dict(
Dbase_test.py592 self.summary_writer.dump(tr_record.to_dict(),
745 self.summary_writer.dump(record.to_dict(),
792 self.summary_writer.dump(self.results.requested_test_names_dict(),
Drecords.py41 def dump(self, content, entry_type): member in TestSummaryWriter
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto98 // A metrics dump takes a snapshot of current Bluetooth session and thus
284 // Number of times that this profile is connected since last metrics dump
/tools/acloud/public/
Dreport.py249 json.dump(result, f, indent=2, sort_keys=True)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiPingTest.py135 json.dump(testclass_summary, results_file, indent=4)
251 json.dump(ping_range_result, results_file, indent=4)
662 json.dump(range_vs_angle, results_file, indent=4)
DWifiRoamingPerformanceTest.py199 json.dump(wputils.serialize_dict(result), results_file, indent=4)
248 json.dump(wputils.serialize_dict(result), results_file, indent=4)
DWifiIOTConnectionTest.py239 json.dump(connection_result, results_file, indent=4)
/tools/external_updater/
Dnotifier.py178 json.dump(history, f, sort_keys=True, indent=4)
Dexternal_updater.py198 json.dump(results, res_file, sort_keys=True, indent=4)
/tools/asuite/aidegen/lib/
Dconfig.py165 json.dump(self._config, cfg_file, indent=4)
Dcommon_util.py588 json.dump(data, json_file, indent=4)
/tools/treble/build/sandbox/
Dnsjail.cfg16 # Maximum size of core dump files
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexBaseTest.py139 json.dump(self.result, results_file, indent=4, sort_keys=True)
/tools/asuite/atest-py2/docs/
Datest_structure.md32 process. We create the results dir for our test runners to dump results in and
/tools/asuite/atest/docs/
Datest_structure.md32 process. We create the results dir for our test runners to dump results in and

12