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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 65 /* common variables that differ from CSV and text output */
72 if (me->csv)
106 me->csv ? separator : "> {",
108 me->csv ? separator : "-",
112 me->csv ? "" : "name: ",
117 me->csv ? "" : "domain: ",
126 me->csv ? "" : ", module: ", /* note: separator added for CSV */
130 me->csv ? separator : "} ");
167 /* align filenames for CSV format *
    [all...]
perf_config.c 58 sConfig->csv = 1;
151 assign_long_if_matches(line, "csv", &cfg->csv) ||
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java 39 ColorValueView csv = (ColorValueView) findViewById(R.id.colorValueView); local
63 csv.setColor(hsvo);
64 csv.addColorListener(cwv);
65 cwv.addColorListener(csv);
66 csv.addColorListener(cvv);
69 cvv.addColorListener(csv);
71 csv.addColorListener(this);
92 ColorValueView csv = (ColorValueView) findViewById(R.id.colorValueView); local
97 csv.setColor(hsv);
  /external/v8/tools/
process-heap-prof.py 43 import csv, sys, time, optparse namespace
57 logreader = csv.reader(logfile)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 59 unsigned long csv; /* comma-separated value output */ member in struct:PERF_Config
perf_print.h 36 int csv; /* CSV format */ member in struct:PERF_PRINT_Private
  /external/clang/utils/analyzer/
SATestAdd.py 22 import csv namespace
26 PMapReader = csv.reader(PMapFile)
59 PMapWriter = csv.writer(PMapFile)
SATestBuild.py 42 import csv namespace
148 ProjectMapFile = "projectMap.csv"
456 for I in csv.reader(ProjectsMap):
510 for I in csv.reader(PMapFile):
527 for I in csv.reader(PMapFile):
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
StringUtils.java 45 public static boolean containsInCsv(final String key, final String csv) {
46 if (TextUtils.isEmpty(csv)) return false;
47 return containsInArray(key, csv.split(","));
50 public static String appendToCsvIfNotExists(final String key, final String csv) {
51 if (TextUtils.isEmpty(csv)) return key;
52 if (containsInCsv(key, csv)) return csv;
53 return csv + "," + key;
56 public static String removeFromCsvIfExists(final String key, final String csv) {
57 if (TextUtils.isEmpty(csv)) return ""
    [all...]
  /external/webkit/Source/WebCore/html/parser/
create-html-entity-table 30 import csv namespace
69 entries = list(csv.reader(html_entity_names_file))
  /external/webkit/Tools/CodeCoverage/
cov.py 28 import csv namespace
38 output = open(os.path.join(data_dir, runid + ".csv"), "w")
39 w = csv.writer(output)
regenerate-coverage-display 37 # Read all CSV files and
44 import csv namespace
294 for datapath in glob.glob(os.path.join(datadir, "*.csv")):
350 r = csv.reader(open(path, "r"))
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 319 csv=1
323 echo csv=1 > ./perf.ini
343 echo csv=1 > ./perf.ini
perf_unittest.c 296 /* STDOUT csv non-detailed */
298 test_PERF("STDOUT non-detailed debug CSV");
308 /* STDERR non-csv detailed */
312 /* STDERR detailed CSV*/
314 test_PERF("STDERR detailed CSV debug");
342 "csv = on\n"
344 "test.csv = off\n"
352 assert(config.csv);
364 "csv = disabled\n");
368 assert(!config.csv);
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 18 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...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 1348 milliseconds