/external/valgrind/main/massif/tests/ |
long-time.c | 3 // it in a slightly uneven fashion so we get a range of different totals
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEConvolveMatrix.cpp | 225 ALWAYS_INLINE void setDestinationPixels(ByteArray* image, int& pixel, float* totals, float divisor, float bias, ByteArray* src) 227 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias); 229 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha)); 248 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local 259 totals[0] = 0; 260 totals[1] = 0; 261 totals[2] = 0; 263 totals[3] = 0; 266 totals[0] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->get(kernelPixel++)); 267 totals[1] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->get(kernelPixel (…) 328 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/ |
Makefile.PL | 8 ctags -f tags --recurse --totals \
|
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 274 totals = re.findall(r"([0-9]+) passed, ([0-9]+) failed, ([0-9]+) skipped", txt) 275 totals = reduce(lambda x, y: (int(x[0]) + int(y[0]), int(x[1]) + int(y[1]), int(x[2]) + int(y[2])), totals) 276 totals = map(str, totals) 277 totals = totals[0] + " passed, " + totals[1] + " failed, " + totals[2] + " skipped" 280 txt += "\n**" + ("TOTALS: " + totals).center(66) + '** [all...] |
/external/linux-tools-perf/scripts/perl/ |
failed-syscalls.pl | 5 # Displays system-wide failed system call totals
|
/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
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LoadTestsAutoTest.java | 238 // totals: 9620.00 11947.00 10099.75 380.38 240 if (line.startsWith("totals:")) { 241 line = line.substring(7).trim(); // strip "totals:"
|
/external/netperf/ |
hist.h | 68 HIST_clear - reset a histogram by clearing all totals to zero
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-size.1 | 140 [\fB\-t\fR|\fB\-\-totals\fR] 226 .IP "\fB\-\-totals\fR" 4 227 .IX Item "--totals" 229 Show totals of all objects listed (Berkeley format listing mode only).
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-size.1 | 140 [\fB\-t\fR|\fB\-\-totals\fR] 226 .IP "\fB\-\-totals\fR" 4 227 .IX Item "--totals" 229 Show totals of all objects listed (Berkeley format listing mode only).
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-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).
|
/prebuilts/gcc/linux-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).
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-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).
|
/external/valgrind/main/callgrind/ |
callgrind_control.in | 359 %totals = (); 390 $totals{$1} = line_to_CC($2); 427 $totals_width = compute_CC_col_widths(values %totals); 428 print "\n Totals:"; 433 print_CC($totals{$tid}, $totals_width);
|
/external/elfutils/src/ |
size.c | 83 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 }, 159 static bool totals; variable 207 if (totals && format == format_bsd && totals_class != 0) 284 totals = true; 607 gettext ("(TOTALS)\n"));
|
/packages/apps/Email/src/com/android/email/provider/ |
ContentCache.java | 840 Statistics totals = new Statistics("Totals"); local 845 totals.addCacheStatistics(cache); 848 Log.d(totals.mName, totals.toString());
|
/system/extras/procmem/ |
procmem.c | 60 /* totals */ 270 /* print totals */
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestResults.java | 159 * Output the test summary XML containing summary totals for all tests.
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline_view.js | 156 text += leftAlign('*Totals', c0Width) + ' : ' +
|