/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_ContactCountsTest.java | 89 final int counts[] = extras.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS); local 90 assertTrue(Arrays.equals(expectedCounts, counts));
|
/external/chromium_org/v8/test/webkit/ |
statement-list-register-crash.js | 25 'Tests that code generation of statement lists properly reference counts registers.'
|
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.stderr.exp | 55 For counts of detected and suppressed errors, rerun with: -v
|
/external/valgrind/main/memcheck/tests/ |
partial_load_dflt.stderr.exp | 33 For counts of detected and suppressed errors, rerun with: -v
|
/frameworks/base/services/core/java/com/android/server/content/ |
ContentService.java | 101 int[] counts = new int[2]; local 103 mRootNode.dumpLocked(fd, pw, args, "", " ", counts, pidCounts); 129 pw.print(" Total number of nodes: "); pw.println(counts[0]); 130 pw.print(" Total number of observers: "); pw.println(counts[1]); [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
FastScrollingIndexCacheTest.java | 85 String[] titles, int[] counts) { 86 Bundle bundle = FastScrollingIndexCache.buildExtraBundle(titles, counts);
|
/external/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 295 int *counts; /* save the automata state if it has some */ member in struct:_xmlRegExecRollback 327 int *counts; member in struct:_xmlRegExecCtxt [all...] |
/external/libxml2/ |
xmlregexp.c | 299 int *counts; /* save the automata state if it has some */ member in struct:_xmlRegExecRollback 331 int *counts; member in struct:_xmlRegExecCtxt [all...] |
/hardware/intel/img/libdrm/libdrm/ |
xf86drmMode.c | 361 struct drm_mode_get_connector conn, counts; local 371 counts = conn; 401 if (counts.count_props < conn.count_props || 402 counts.count_modes < conn.count_modes || 403 counts.count_encoders < conn.count_encoders) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 939 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter]; 1095 FRAME_COUNTS *const counts = &cm->counts; local [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-stat.c | 159 sz = sizeof(*evsel->counts) + 310 * aggregate counts across CPUs in system-wide mode 315 u64 *count = counter->counts->aggr.values; 340 * do not aggregate counts across CPUs in system-wide mode 351 count = counter->counts->cpu[cpu].values; 389 fprintf(output, "# time socket cpus counts events\n"); 392 fprintf(output, "# time core cpus counts events\n"); 395 fprintf(output, "# time CPU counts events\n"); 399 fprintf(output, "# time counts events\n"); 972 val += counter->counts->cpu[cpu].val [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 955 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter]; 1112 FRAME_COUNTS *const counts = &cm->counts; local [all...] |
/external/chromium_org/net/spdy/ |
hpack_encoder_test.cc | 431 std::vector<size_t> counts(256, 0); 433 encoder_.SetCharCountsStorage(&counts, &total_counts); 447 EXPECT_EQ(expect, counts);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
evsel.c | 767 memset(evsel->counts, 0, (sizeof(*evsel->counts) + 773 evsel->counts = zalloc((sizeof(*evsel->counts) + 775 return evsel->counts != NULL ? 0 : -ENOMEM; 805 free(evsel->counts); 857 if (evsel->counts == NULL && perf_evsel__alloc_counts(evsel, cpu + 1) < 0) 873 evsel->counts->cpu[cpu] = count; 882 struct perf_counts_values *aggr = &evsel->counts->aggr, count; 905 evsel->counts->scaled = 0 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 692 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter]; 842 FRAME_COUNTS *const counts = &cm->counts; local 845 counts->intra_inter[vp9_get_intra_inter_context(xd)][inter_block]++; 849 // the reference frame counts used to work out probabilities. 854 counts->comp_inter[vp9_get_reference_mode_context(cm, xd)] 858 counts->comp_ref[vp9_get_pred_context_comp_ref_p(cm, xd)] 861 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0] 864 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1] [all...] |
/external/chromium_org/tools/clang/blink_gc_plugin/ |
process-graph.py | 84 node.counts[ptr] += 1 117 self.counts = {} 119 self.counts[ptr] = 0 414 add_counts(stats, node.counts)
|
/packages/apps/Browser/src/com/android/browser/ |
SuggestionsAdapter.java | 335 int[] counts; field in class:SuggestionsAdapter.SuggestionResults 340 counts = new int[5]; 344 return counts[type]; 352 counts[item.type]++;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntryListAdapter.java | 491 int counts[] = bundle.getIntArray( local 497 int allCounts[] = new int[counts.length + 1]; 500 allCounts[i + 1] = counts[i]; 506 setIndexer(new ContactsSectionIndexer(sections, counts));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bisect.py | 360 counts = [None] * 5 361 for i in xrange(len(counts)): 364 counts[i] = sys.gettotalrefcount() 365 print counts
|
test_heapq.py | 411 counts = [None] * 5 412 for i in xrange(len(counts)): 415 counts[i] = sys.gettotalrefcount() 416 print counts
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bisect.py | 360 counts = [None] * 5 361 for i in xrange(len(counts)): 364 counts[i] = sys.gettotalrefcount() 365 print counts
|
test_heapq.py | 411 counts = [None] * 5 412 for i in xrange(len(counts)): 415 counts[i] = sys.gettotalrefcount() 416 print counts
|
/art/runtime/arch/ |
stub_test.cc | 721 size_t counts[kNumberOfLocks]; variable 727 counts[i] = 0; 743 if (counts[index] == 0) { 750 if (counts[index] == 0) { 752 } else if (counts[index] == kThinLockLoops) { 762 counts[index]++; 766 counts[index]--; 778 EXPECT_EQ(counts[index], info.entry_count_) << index; 780 if (counts[index] > 0) { 782 EXPECT_EQ(counts[index] - 1, lock_iter.ThinLockCount()) [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.c | 539 static float PredictionCostSpatial(const int counts[256], int weight_0, 543 double bits = weight_0 * counts[0]; 546 bits += exp_val * (counts[i] + counts[256 - i]); [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 1891 CvMat* counts = 0; local [all...] |