HomeSort by relevance Sort by last modified time
    Searched refs:csv_file (Results 1 - 4 of 4) sorted by null

  /external/autotest/contrib/
manage_powerunit_info.py 73 def add_from_csv(afe, csv_file):
77 @param csv_file: A csv file, each line consists of device_hostname,
81 with open(csv_file) as f:
94 def dump_to_csv(afe, csv_file):
98 @param csv_file: A file to store the power unit information.
101 logging.info('Back up host attribues to %s', csv_file)
102 with open(csv_file, 'w') as f:
139 parser.add_argument('-f', '--csv_file', type=str, dest='csv_file',
154 if not options.csv_file
    [all...]
generate_rpm_mapping.py 435 def output_csv(rpm_mapping, csv_file):
440 @param csv_file: The name of the file to write to.
443 with open(csv_file, 'w') as f:
455 parser.add_argument('--csv', type=str, dest='csv_file', required=True,
470 output_csv(rpm_mapping, options.csv_file)
  /external/toolchain-utils/automation/server/
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/valgrind/auxprogs/
s390-check-opcodes.pl 21 my $csv_file = $ARGV[0];
121 open(CSV, "$csv_file") || die "cannot open $csv_file\n";
204 print "*** opcode $opc not listed in $csv_file\n";

Completed in 1010 milliseconds