Searched refs:csv_file (Results 1 – 6 of 6) sorted by relevance
/external/autotest/contrib/ |
D | manage_powerunit_info.py | 73 def add_from_csv(afe, csv_file): argument 81 with open(csv_file) as f: 94 def dump_to_csv(afe, csv_file): argument 101 logging.info('Back up host attribues to %s', csv_file) 102 with open(csv_file, 'w') as f: 154 if not options.csv_file: 157 file_exists = os.path.exists(options.csv_file) 159 logging.error('%s is not a valid file.', options.csv_file) 162 logging.error('%s already exists.', options.csv_file) 177 dump_to_csv(afe, options.csv_file) [all …]
|
D | generate_rpm_mapping.py | 435 def output_csv(rpm_mapping, csv_file): argument 443 with open(csv_file, 'w') as f: 470 output_csv(rpm_mapping, options.csv_file)
|
/external/toolchain-utils/deprecated/automation/server/ |
D | machine_manager.py | 22 csv_file = csv.reader(open(filename, 'rb'), delimiter=',', quotechar='"') 23 csv_file.next() 26 for hostname, label, cpu, cores, os, user in csv_file])
|
/external/skia/tools/skottie-wasm-perf/ |
D | parse_perf_csvs.py | 25 def read_from_csv(csv_file): argument 27 with open(csv_file, 'rb') as f: 32 raise Exception('%s in unexpected format' % csv_file)
|
/external/grpc-grpc/test/core/memory_usage/ |
D | client.cc | 313 const char* csv_file = "memory_usage.csv"; in main() local 314 FILE* csv = fopen(csv_file, "w"); in main() 335 gpr_log(GPR_INFO, "Summary written to %s", csv_file); in main()
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks.py | 2080 self.csv_file = io.open(self.filename, 2113 self.csv_file, 2122 self.csv_file.flush() 2125 self.csv_file.close()
|