HomeSort by relevance Sort by last modified time
    Searched refs:csv (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/mesa3d/src/gallium/drivers/llvmpipe/
Makefile 67 lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv
68 $(PYTHON2) $(PYTHON_FLAGS) lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
  /system/extras/tests/workloads/
pwrsummary.sh 11 # - generate CSV file for import into spreadsheet:
12 # ./pwrsummary.sh -o csv
64 if [ "$format" = csv ]; then
102 # stdbuf -o0 adb shell /data/local/tmp/hwuimacro shadowgrid2 400 | stdbuf -o0 ./hwuitestfilter.sh | tee t.csv
157 if [ "$format" = csv ]; then
195 if [ "$format" = csv ]; then
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon_profiler.py 12 import csv
47 # Print data in csv.
49 output_writer = csv.writer(output_file)
  /external/libvpx/libvpx/test/android/
get_files.py 15 import csv
90 # Our 'csv' file uses multiple spaces as a delimiter, python's
91 # csv class only uses single character delimiters, so we convert them below
92 file_list_reader = csv.reader((re.sub(' +', ' ', line) \
  /external/toolchain-utils/automation/server/
machine_manager.py 7 import csv
13 DEFAULT_MACHINES_FILE = os.path.join(os.path.dirname(__file__), 'test_pool.csv')
22 csv_file = csv.reader(open(filename, 'rb'), delimiter=',', quotechar='"')
  /external/autotest/site_utils/rpm_control_system/
utils.py 10 import csv
124 Load servo-switch-interface mapping from a CSV file.
139 @param mapping_file: A csv file that stores the mapping.
156 reader = csv.reader(csvfile, delimiter=',')
175 @param mapping_file: A csv file that stores the mapping, if none,
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
CSVFormatter.java 12 package org.jacoco.report.csv;
27 * Report formatter that will create a single CSV file. By default the filename
57 * Sets the encoding used for generated CSV document. Default is UTF-8.
60 * CSV output encoding
89 // Info not used for CSV report
CSVGroupHandler.java 12 package org.jacoco.report.csv;
ClassRowWriter.java 12 package org.jacoco.report.csv;
36 * Creates a new row writer that writes class information to the given CSV
40 * writer for csv output
DelimitedWriter.java 12 package org.jacoco.report.csv;
18 * Helper class for writing out CSV or tab delimited files.
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
CSVGroupHandlerTest.java 12 package org.jacoco.report.csv;
DelimitedWriterTest.java 12 package org.jacoco.report.csv;
ClassRowWriterTest.java 12 package org.jacoco.report.csv;
  /external/v8/tools/
eval_gc_time.sh 17 echo " -c|--csv provide csv output"
27 CSV=""
58 -c|--csv)
59 CSV=" --csv "
152 $CSV \
161 $CSV \
eval_gc_nvp.py 77 def __init__(self, key, histogram, csv, percentiles):
81 self.csv = csv
115 if self.csv:
174 parser.add_argument('--csv', dest='csv',
175 action='store_true', help='provide output as csv')
197 categories = [ Category(key, deepcopy(histogram), args.csv, percentiles)
  /external/autotest/site_utils/
generate_test_report 417 'csv': {'pass': 'PASS', 'fail': 'FAIL'}}
452 Also takes --csv into account, returns old-style strings if it is set.
460 if self._options.csv:
461 return self._STATUS_STRINGS['csv'][success]
496 if not self._options.csv:
500 """Prints a list of strings, delimited based on --csv flag.
505 delimiter = ',' if self._options.csv else ' '
509 """Prints an indented error message, unless the --csv flag is set.
515 if not self._options.csv and error_msg:
559 if self._options.csv
    [all...]
  /external/autotest/contrib/
manage_powerunit_info.py 15 Step 1: create csv:
16 Put attributes in a csv file, e.g. mapping.csv.
17 Each line in mapping.csv consists of
25 ./manage_powerunit_info.py upload --csv mapping_file.csv
31 * Backup existing attributes for all hosts to a csv file:
32 ./manage_powerunit_info.py backup --csv backup.csv
35 import csv
    [all...]
  /system/core/libsparse/
simg_dump.py 18 import csv
32 -c <filename> save .csv file of blocks
70 csvwriter = csv.writer(csvfile)
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 5 import csv
167 reader = csv.DictReader(open(path))
205 writer = csv.DictWriter(output_file, fieldnames=fieldnames,
  /external/toolchain-utils/user_activity_benchmarks/
utils.py 8 import csv
81 # csv files. We do the same for the pprof output.
319 statistics_reader = csv.DictReader(input_file, delimiter=',')
378 statistics_reader = csv.DictReader(input_file, delimiter=',')
select_optimal_benchmark_set.py 11 The script receives as input the CSV file with the CWP inclusive count values,
51 import csv
81 cwp_inclusive_count_file: The CSV file containing the CWP functions with
143 csv.DictReader(input_file, delimiter=',')
291 help='The directory containing the CSV files with the common functions '
294 'file containing the cwp inclusive count values. The CSV fields are: the '
303 help='The CSV file containing the CWP hot functions with their '
304 'inclusive_count values. The CSV fields include the name of the '
  /system/extras/simpleperf/
cmd_stat.cpp 63 bool auto_generated, bool csv)
70 readable_count = ReadableCountValue(csv);
90 std::string ReadableCountValue(bool csv) {
99 if (csv) {
126 explicit CounterSummaries(bool csv) : csv_(csv) {}
271 "--csv Write report in comma separate form.\n"
456 } else if (args[i] == "--csv") {
  /development/tools/logblame/
ps.py 1 import csv
129 return [(x[2], x[1]) for x in csv.reader(text.split("\n")) if len(x) and x[0] == "pkg"]
  /external/autotest/frontend/tko/
csv_encoder.py 1 import csv
18 response = django.http.HttpResponse(mimetype='text/csv')
20 'attachment; filename=tko_query.csv')
21 writer = csv.writer(response)
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 50 $(intermediates)/util/u_format_table.c: $(intermediates)/%.c: $(LOCAL_PATH)/%.py $(LOCAL_PATH)/util/u_format.csv

Completed in 642 milliseconds

12 3 4 5