/external/valgrind/main/memcheck/tests/ |
lks.stderr.exp | 60 For counts of detected and suppressed errors, rerun with: -v
|
/external/chromium_org/media/base/ |
demuxer_perftest.cc | 68 const std::vector<int>& counts() { return counts_; } function in class:media::StreamReader
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
display-profiler-output | 51 @topCounts = [] # "source" counts 52 @bottomCounts = {} # "machine" counts, maps compilations to counts 98 | counts | 100 counts.each { 112 | compilation, counts | 115 counts.each { 478 # Figure out how many columns we need for the code block names, and for counts 497 countCols = [maxCountDigits * $engines.size, "Source Counts".size].max 504 machineCountCols = [maxCountDigits * $engines.size, "Machine Counts".size].ma [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_onyxc_int.h | 178 FRAME_COUNTS counts; member in struct:VP9Common
|
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.h | 153 int counts[2]; // index: 0=zero steak, 1=non-zero streak member in struct:__anon16881
|
/external/fio/os/windows/ |
posix.c | 426 LARGE_INTEGER counts; local 429 QueryPerformanceCounter(&counts); 433 tp->tv_sec = counts.QuadPart / freq.QuadPart; 435 * in 'tv_sec' and that stored in 'counts' */ 437 t = counts.QuadPart - t;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 179 FRAME_COUNTS counts; member in struct:VP9Common
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
evsel.h | 65 struct perf_counts *counts; member in struct:perf_evsel
|
/external/opencv/ml/src/ |
mltree.cpp | 50 priors = priors_mult = counts = buf = direction = split_buf = 0; 64 priors = priors_mult = counts = buf = direction = split_buf = 0; 528 CV_CALL( counts = cvCreateMat( 1, m, CV_32SC1 )); 903 cvReleaseMat( &counts ); 1976 int* counts = (int*)cvStackAlloc( (mi+1)*sizeof(counts[0]) ) + 1; local [all...] |
/external/speex/libspeex/ |
jitter.c | 84 int filled; /**< Number of entries occupied in "timing" and "counts"*/ 87 spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-term estimate) */ member in struct:TimingBuffer 124 SPEEX_MOVE(&tb->counts[pos+1], &tb->counts[pos], move_size); 128 tb->counts[pos] = tb->curr_count;
|
/external/webp/src/dsp/ |
lossless.h | 153 int counts[2]; // index: 0=zero steak, 1=non-zero streak member in struct:__anon37050
|
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 95 size_t counts[100]; local 97 counts[i] = 0; 106 ++counts[slot]; 113 printf("[%.2f fps]: %zu\n", fps, counts[i]); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_onyxc_int.h | 179 FRAME_COUNTS counts; member in struct:VP9Common
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/ |
gcov-io.c | 246 ll_info->counts = gcov_read_unsigned (); 273 brm_info->counts = gcov_read_unsigned (); 781 ll_info->counts, 809 brm_info->counts,
|
libgcov.c | 562 /* Dump the coverage counts. We merge with existing counts when 686 for (t_ix = 0, ci_ptr = gi_ptr->counts; t_ix != GCOV_COUNTERS; t_ix++) 753 values[result] = info->counts[result].values; 756 gcov_sort_icall_topn_counter (&info->counts[result]); 777 ci_ptr = info->counts; 833 /* Merge execution counts for each function. */ 858 merge = info->counts[c_ix].merge; 1065 /* Write execution counts for each function. */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_functools.py | 489 counts = [None] * 5 490 for i in xrange(len(counts)): 493 counts[i] = sys.gettotalrefcount() 494 print counts
|
test_operator.py | 524 counts = [None] * 5 525 for i in xrange(len(counts)): 528 counts[i] = sys.gettotalrefcount() 529 print counts
|
test_random.py | 617 counts = [None] * 5 618 for i in xrange(len(counts)): 620 counts[i] = sys.gettotalrefcount() 621 print counts
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_functools.py | 489 counts = [None] * 5 490 for i in xrange(len(counts)): 493 counts[i] = sys.gettotalrefcount() 494 print counts
|
test_operator.py | 524 counts = [None] * 5 525 for i in xrange(len(counts)): 528 counts[i] = sys.gettotalrefcount() 529 print counts
|
test_random.py | 617 counts = [None] * 5 618 for i in xrange(len(counts)): 620 counts[i] = sys.gettotalrefcount() 621 print counts
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
zipfile.py | 391 counts = unpack('<QQQ', extra[4:28]) 393 counts = unpack('<QQ', extra[4:20]) 395 counts = unpack('<Q', extra[4:12]) 397 counts = () 405 self.file_size = counts[idx] 409 self.compress_size = counts[idx] 414 self.header_offset = counts[idx] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
zipfile.py | 391 counts = unpack('<QQQ', extra[4:28]) 393 counts = unpack('<QQ', extra[4:20]) 395 counts = unpack('<Q', extra[4:12]) 397 counts = () 405 self.file_size = counts[idx] 409 self.compress_size = counts[idx] 414 self.header_offset = counts[idx] [all...] |
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
encode.cc | 332 std::vector<int> counts(alphabet_size); 333 memcpy(&counts[0], histogram.data_, sizeof(counts[0]) * alphabet_size); 334 OptimizeHuffmanCountsForRle(alphabet_size, &counts[0]); 335 CreateHuffmanTree(&counts[0], alphabet_size, tree_limit, code->depth_); [all...] |
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.css | 153 /*** Test Counts */ 155 #qunit-tests b.counts { color: black; }
|