Searched defs:csv (Results 1 - 3 of 3) sorted by relevance

/packages/experimental/procstatlog/
H A Dprocstatreport.py18 import csv namespace
136 writer = csv.writer(file(filename, "w"))
197 os.path.join(files_dir, "total_cpu.csv"))
203 "filename_js": json.write(files_url + "/total_cpu.csv"),
239 os.path.join(files_dir, "cpu_speed.csv"))
245 "filename_js": json.write(files_url + "/cpu_speed.csv"),
270 os.path.join(files_dir, "context_switches.csv"))
277 "filename_js": json.write(files_url + "/context_switches.csv"),
335 os.path.join(files_dir, "total_faults.csv"))
341 "filename_js": json.write(files_url + "/total_faults.csv"),
[all...]
/packages/apps/Car/libs/
H A Dresource_generator.py13 # ./resource_generator.py --csv specs/keylines.csv --resdir car-stream-ui-lib/res --type dimens
17 import csv namespace
66 # Validate the header row of the csv. Getting this wrong would mean that the resources wouldn't
214 # Read in a csv file that contains dimensions and update the resources, creating any necessary
240 raise ValueError("Missing commas in csv file!")
260 def ValidateArgs(self, csv, resource_dir, resource_type):
261 if not os.path.isfile(csv):
262 raise ValueError("%s is not a valid path" % csv)
275 reader = csv
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/configui/
H A DConfigOverrideFragment.java172 private static String[] fromCsv(String csv) { argument
173 return csv.split(",");

Completed in 136 milliseconds