/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 245 # avg_payload: Average payload per btree entry. 246 # avg_fanout: Average fanout for internal pages. 247 # avg_unused: Average unused bytes per btree entry. 278 statline {Average payload per entry} $avg_payload 279 statline {Average unused bytes per entry} $avg_unused 281 statline {Average fanout} $avg_fanout 528 Average payload per entry 530 The average amount of payload on each entry. This is just the bytes of 533 Average unused bytes per entry 535 The average amount of free space remaining on all pages under thi [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance_impl_sse2.asm | 56 pavgb xmm5, xmm1 ; xmm = vertical average of the above
|
vp9_variance_impl_sse2.asm | 453 pavgb xmm5, xmm1 ; xmm = vertical average of the above
|
/external/chromium_org/third_party/opus/src/celt/ |
bands.c | 429 int spreading_decision(const CELTMode *m, celt_norm *X, int *average, 498 sum = (sum+*average)>>1; 499 *average = sum; [all...] |
/external/webrtc/src/modules/audio_processing/test/ |
unit_test.cc | 200 EXPECT_EQ(reference.average(), test.average); 208 message->set_average(output.average); [all...] |
process_test.cc | 69 printf("%d, %d, %d\n", stat.average, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.js | 15 // Compute the average of an array, removing the min/max. 567 // Find the biggest average for our bar graph.
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 205 // average time it takes to run a single iteration.
|
/external/chromium/base/metrics/ |
histogram.cc | 621 double average = static_cast<float>(snapshot.sum()) / sample_count; local 623 StringAppendF(output, ", average = %.1f", average); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 360 average: avg
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_data_series.js | 265 * Returns the average data rate over each interval, only taking into
|
/external/chromium_org/v8/benchmarks/ |
base.js | 200 // average time it takes to run a single iteration.
|
/external/v8/benchmarks/ |
base.js | 200 // average time it takes to run a single iteration.
|
/art/oatdump/ |
oatdump.cc | 1280 double average = static_cast<double>(sizes_and_count.second.bytes) \/ local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 489 average: avg
|
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_sse2.asm | 735 pavgb xmm5, xmm1 ; xmm = vertical average of the above 848 pavgb xmm5, xmm1 ; xmm = vertical average of the above [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | [all...] |
/external/zxing/core/ |
core.jar | |
/external/oprofile/events/i386/nehalem/ |
events | 38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline.
|
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 797 # we used "up", "average", or "paeth" on such a line. 1016 def average(): function in function:filter_scanline 1505 def average(): function in function:Reader.undo_filter [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 374 \item[Field 5] The last field shows the average number of IOs per bunch
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.test.performance_3.6.0.v20091014.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelinePresentationModel.js | [all...] |