Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 11 of 11) sorted by relevance

/system/libufdt/tests/
Drun_performance_test.sh35 local summary=0
43 summary=$(echo "$summary + $TIME" | bc -l)
45 AVERAY=$(echo "scale=9; $summary/$TEST_COUNT" | bc -l)
/system/core/toolbox/upstream-netbsd/bin/dd/
Dmisc.c72 summary(void) in summary() function
147 summary(); in summaryx()
155 summary(); in terminate()
Dextern.h62 void summary(void);
Dposition.c118 summary(); in pos_in()
Ddd.c138 (void)atexit(summary); in main()
374 summary(); in dd_in()
/system/extras/ioshark/
DREADME5 The short summary of what IOshark is : IOshark has 2 components, one
28 -s : One line summary.
/system/extras/tests/sdcard/
Dplot_sdcard.py58 self.summary = re.match('([a-z_]+)_total', self.name)
151 if dataset.summary:
169 if dataset and not dataset.summary:
/system/core/libmemunreachable/
DREADME.md18 Writes a description of leaked memory to the log. A summary is always written, followed by details…
30 Returns a description of leaked memory. A summary is always written, followed by details of up to …
/system/extras/simpleperf/
Dcmd_stat.cpp127 void AddSummary(const CounterSummary& summary) { in AddSummary() argument
128 summaries_.push_back(summary); in AddSummary()
DREADME.md27 The stat command gives a summary of how many events have happened in the
33 counter summary.
794 annotated_files/summary file contains summary information for each source file.
/system/extras/simpleperf/scripts/
Dannotate.py467 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')
468 with open(summary, 'w') as f: