Searched refs:total (Results 126 - 150 of 930) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dmath-cordic.js86 var total = 0; variable
92 total += cordicsincos(Target);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dbuildbot_results.py59 total = run_results.total
60 passed = total - failed - run_results.remaining
62 if total > 0:
63 percent_passed = float(passed) * 100 / total
65 self._print("=> Results: %d/%d tests passed (%.1f%%)" % (passed, total, percent_passed))
76 total = len(run_results.tests_by_timeline[timeline])
77 not_passing = (total -
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape.lua21 local total = {} -- accumulate() stores its data in here
51 local n = total[t.verb] or 0
52 total[t.verb] = n + 1
78 io.write("\n{ ", tostr(total), " }\n")
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dresults.py60 self.total = AggreatedResults._MakeBucketNodeFromRule(rule_tree, len(keys))
81 trace_record, values, self.total, len(self.keys))
/external/chromium_org/tools/perf/benchmarks/
H A Dmaps.py24 total = re.search('total=([0-9]+)', test_results).group(1)
27 results.current_page, 'total_time', 'ms', total))
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py19 def avg(total, n):
20 return total / n
/external/skia/tools/lua/
H A Dscrape.lua21 local total = {} -- accumulate() stores its data in here
51 local n = total[t.verb] or 0
52 total[t.verb] = n + 1
78 io.write("\n{ ", tostr(total), " }\n")
/external/valgrind/main/exp-bbv/tests/x86/
H A Dmillion.S5 # total is 1 + 1 + 499997*2 + 4
9 xor %ecx,%ecx # not needed, pads total to 1M
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp10 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dmcmain_pic.stderr.exp8 total heap usage: 1 allocs, 0 frees, 16 bytes allocated
/external/valgrind/main/massif/tests/
H A Dno-stack-no-heap.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Dnull.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/valgrind/main/memcheck/tests/
H A Daccounting.stderr.exp6 total heap usage: 1 allocs, 1 frees, 1 bytes allocated
H A Dbrk2.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dbug287260.stderr.exp6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Derringfds.stderr.exp6 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-0.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-1.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-2.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-3.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-4.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-5.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dcapget.stderr.exp9 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dlsframe1.stderr.exp7 total heap usage: ... allocs, ... frees, ... bytes allocated

Completed in 351 milliseconds

1234567891011>>