/external/chromium_org/tools/perf/benchmarks/ |
sunspider.py | 25 totals = [] 34 totals.append(total) 37 results.Add('Total', 'ms', totals)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
index.html | 20 <span class='pc_cov'>{{totals.pc_covered_str}}%</span> 64 <td>{{totals.n_statements}}</td> 65 <td>{{totals.n_missing}}</td> 66 <td>{{totals.n_excluded}}</td> 68 <td>{{totals.n_branches}}</td> 69 <td>{{totals.n_missing_branches}}</td> 71 <td class='right'>{{totals.pc_covered_str}}%</td>
|
/external/valgrind/main/massif/tests/ |
long-time.c | 3 // it in a slightly uneven fashion so we get a range of different totals
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
counter.py | 58 self.totals = [] 81 self.totals = [] 91 self.totals.append(total)
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
Makefile.PL | 8 ctags -f tags --recurse --totals \
|
/external/chromium_org/dbus/ |
dbus_statistics.h | 22 SHOW_SERVICE = 0, // Service totals only 23 SHOW_INTERFACE = 1, // Service + interface totals 24 SHOW_METHOD = 2, // Service + interface + method totals 29 FORMAT_TOTALS = 0, // Raw totals only
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
report.c | 102 struct XRayTotal* totals; local 103 totals = (struct XRayTotal*) 124 totals[counter].index = counter; 125 totals[counter].frame = frame; 126 totals[counter].ticks = total_ticks; 137 qsort(totals, counter, sizeof(struct XRayTotal), qcompare); 146 int index = totals[i].index; 147 int frame = totals[i].frame;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEConvolveMatrix.cpp | 232 ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src) 234 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias); 236 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha)); 247 // Incorrectly diagnosing overwrite of stack in |totals| due to |preserveAlphaValues|. 261 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local 276 totals[0] = 0; 277 totals[1] = 0; 278 totals[2] = 0; 280 totals[3] = 0; 283 totals[0] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixe (…) 345 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.js | 428 var totals = {}; 522 // Compute totals based on a data set. 527 totals.mean += obj.mean; 528 totals.paintMean += obj.paintMean; 529 totals.startLoadMean += obj.startLoadMean; 530 totals.commitLoadMean += obj.commitLoadMean; 531 totals.docLoadMean += obj.docLoadMean; 539 totals = {}; 540 totals.mean = 0; 541 totals.paintMean = 0 [all...] |
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap_test.js | 13 test('totals', function() { 36 // The first entry in the list is for totals.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/ |
DataReductionProxySettings.java | 159 * Retrieves the history of daily totals of bytes that would have been 161 * @return The history of daily totals 168 * Retrieves the history of daily totals of bytes that were received after 170 * @return The history of daily totals
|
/external/linux-tools-perf/scripts/perl/ |
failed-syscalls.pl | 5 # Displays system-wide failed system call totals
|
/external/chromium_org/tools/perf/measurements/ |
loading_measurement_analyzer.py | 30 self.totals = collections.defaultdict(list) 68 self.totals[key].append((value, row['url'])) 74 self.totals['Network (ms)'].append((network_time, row['url'])) 95 for key, values in self.totals.iteritems(): 131 for key, values in sorted(self.totals.iteritems(), reverse=True,
|
/external/chromium_org/third_party/sqlite/src/test/ |
aggerror.test | 76 } {1 {x_count totals to 42}}
|
/external/linux-tools-perf/scripts/python/ |
syscall-counts.py | 5 # Displays system-wide system call totals, broken down by syscall.
|
failed-syscalls-by-pid.py | 5 # Displays system-wide failed system call totals, broken down by pid.
|
sctop.py | 5 # Periodically displays system-wide system call totals, broken down by
|
syscall-counts-by-pid.py | 5 # Displays system-wide system call totals, broken down by syscall.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
NetworkStatsCollectionTest.java | 82 // and read back into structure, verifying that totals are same 108 // and read back into structure, verifying that totals are same 134 // and read back into structure, verifying that totals are same
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.html | 552 var totals = {}; 646 // Compute totals based on a data set. 651 totals.mean += obj.mean; 652 totals.paintMean += obj.paintMean; 653 totals.startLoadMean += obj.startLoadMean; 654 totals.commitLoadMean += obj.commitLoadMean; 655 totals.docLoadMean += obj.docLoadMean; 663 totals = {}; 664 totals.mean = 0; 665 totals.paintMean = 0 [all...] |
/frameworks/base/core/tests/coretests/src/android/provider/ |
SearchRecentSuggestionsProviderTest.java | 125 // check totals 137 // check totals 206 // check totals 218 // check totals 254 // check totals 260 // check totals
|
/external/smack/src/org/jivesoftware/smack/util/ |
DNSUtil.java | 184 int[] totals = new int[bucket.size()]; local 196 totals[count] = running_total; 207 selectedPos = bisect(totals, rnd);
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
cldutil_dbg.h | 33 // Show all per-language totals
|
/external/netperf/ |
hist.h | 68 HIST_clear - reset a histogram by clearing all totals to zero
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-size.1 | 140 [\fB\-t\fR|\fB\-\-totals\fR] 225 .IP "\fB\-\-totals\fR" 4 226 .IX Item "--totals" 228 Show totals of all objects listed (Berkeley format listing mode only).
|