/external/chromium/chrome/browser/chromeos/login/ |
camera_controller.h | 63 // Counts how many times in a row capture failed. 66 // Counts how many times camera initialization failed.
|
/external/chromium_org/cc/test/ |
pixel_comparator.h | 22 // Exact pixel comparator. Counts the number of pixel with an error. 39 // Fuzzy pixel comparator. Counts small and arbitrary errors separately and
|
/external/chromium_org/chrome/browser/value_store/ |
testing_value_store.h | 23 // Get* operation (except for the BytesInUse ones) counts as one read, and 24 // each Set*/Remove/Clear operation counts as one write. This is useful in
|
/external/chromium_org/chrome/renderer/ |
page_load_histograms.h | 50 // Site isolation metric counts. 51 // These are per-page-load counts, reset to 0 after they are dumped.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-stats.h | 6 // counts. These structs are commonly used for malloc (in HeapProfileTable) 10 // trace and counts of (de)allocation. Buckets are stored in a hash table
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-892742.js | 29 return/* Counts as non-line-terminating whitespace */1; 35 return/* Counts as line-terminator whitespace.
|
/external/linux-tools-perf/scripts/python/ |
syscall-counts.py | 1 # system call counts 18 usage = "perf script -s syscall-counts.py [comm]\n";
|
/external/oprofile/events/ppc/e300/ |
events | 17 event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that write at least one instruction to the instruction buffer. (With instruction fetched, can used to compute instructions-per-fetch) 18 event:0x3e counters:0,1,2,3 um:zero minimum:500 name:MMU_MISSES : Counts instruction TLB miss exceptions 23 event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 24 event:0x52 counters:0,1,2,3 um:zero minimum:500 name:PMC0_OVERFLOW : Counts the number of times PMC0[32] transitioned from 1 to 0. 25 event:0x53 counters:0,1,2,3 um:zero minimum:500 name:PMC1_OVERFLOW : Counts the number of times PMC1[32] transitioned from 1 to 0. 26 event:0x54 counters:0,1,2,3 um:zero minimum:500 name:PMC2_OVERFLOW : Counts the number of times PMC2[32] transitioned from 1 to 0. 27 event:0x55 counters:0,1,2,3 um:zero minimum:500 name:PMC3_OVERFLOW : Counts the number of times PMC3[32] transitioned from 1 to 0. 32 event:0x5a counters:0,1,2,3 um:zero minimum:500 name:TRANS_TBL : Counts transitions of the TBL bit selected by PMGC0[TBSEL]
|
/external/v8/test/mjsunit/regress/ |
regress-892742.js | 29 return/* Counts as non-line-terminating whitespace */1; 35 return/* Counts as line-terminator whitespace.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
trace.py | 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs 93 and write the counts to <module>.cover for each 101 -r, --report Generate a report from a counts file; do not execute 107 -f, --file=<file> File to accumulate counts over several runs. 222 def __init__(self, counts=None, calledfuncs=None, infile=None, 224 self.counts = counts 225 if self.counts is None: 226 self.counts = {} 227 self.counter = self.counts.copy() # map (filename, lineno) to coun [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs 93 and write the counts to <module>.cover for each 101 -r, --report Generate a report from a counts file; do not execute 107 -f, --file=<file> File to accumulate counts over several runs. 222 def __init__(self, counts=None, calledfuncs=None, infile=None, 224 self.counts = counts 225 if self.counts is None: 226 self.counts = {} 227 self.counter = self.counts.copy() # map (filename, lineno) to coun [all...] |
/external/chromium/base/win/ |
pe_image_unittest.cc | 14 // Just counts the number of invocations. 27 // Just counts the number of invocations. 40 // Just counts the number of invocations. 51 // Just counts the number of invocations. 61 // Just counts the number of invocations. 72 // Just counts the number of invocations.
|
/external/chromium_org/base/win/ |
pe_image_unittest.cc | 14 // Just counts the number of invocations. 27 // Just counts the number of invocations. 40 // Just counts the number of invocations. 51 // Just counts the number of invocations. 61 // Just counts the number of invocations. 72 // Just counts the number of invocations.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
trip-count9.ll | 11 ; CHECK: Determining loop execution counts for: @foo 27 ; CHECK: Determining loop execution counts for: @step2 43 ; CHECK: Determining loop execution counts for: @start1 59 ; CHECK: Determining loop execution counts for: @start1_step2 75 ; CHECK: Determining loop execution counts for: @startx 91 ; CHECK: Determining loop execution counts for: @startx_step2 107 ; CHECK: Determining loop execution counts for: @nsw 126 ; CHECK: Determining loop execution counts for: @nsw_step2 142 ; CHECK: Determining loop execution counts for: @nsw_start1 158 ; CHECK: Determining loop execution counts for: @nsw_start1_step [all...] |
/external/valgrind/main/memcheck/tests/ |
addressable.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 38 For counts of detected and suppressed errors, rerun with: -v 47 For counts of detected and suppressed errors, rerun with: -v 61 For counts of detected and suppressed errors, rerun with: -v 80 For counts of detected and suppressed errors, rerun with: -v 90 For counts of detected and suppressed errors, rerun with: -v
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasMoveItems.java | 61 final int[] counts = new int[3]; local 96 messageIds[index][counts[index]] = mMove.getMessageId(); 97 ++counts[index]; 101 MessageMove.upsyncSuccessful(cr, messageIds[0], counts[0]); 102 MessageMove.upsyncFail(cr, messageIds[1], counts[1]); 103 MessageMove.upsyncRetry(cr, messageIds[2], counts[2]);
|
/external/oprofile/events/ppc/e500/ |
events | 5 event:0x3 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_OPS : Completed Micro-ops (counts 2 for load/store w/update) 40 event:0x28 counters:0,1,2,3 um:zero minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an overlock condition is encountered.) 41 event:0x29 counters:0,1,2,3 um:zero minimum:500 name:DL1_RELOADS : This is historically used to determine dcache miss rate (along with loads/stores completed). This counts dL1 reloads for any reason. 59 event:0x3b counters:0,1,2,3 um:zero minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an overlock condition is encountered.) 61 event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that write at least one instruction to the instruction buffer. (With instruction fetched, can used to compute instructions-per-fetch) 66 event:0x42 counters:0,1,2,3 um:zero minimum:500 name:L2MMU_MISSES : Counts iTLB/dTLB error interrupt 70 event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement pushes and snoop pushes. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.) 72 event:0x48 counters:0,1,2,3 um:zero minimum:500 name:SNOOP_REQUESTS : Number of externally generated snoop requests. (Counts snoop TSs.) 74 event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 75 event:0x4b counters:0,1,2,3 um:zero minimum:500 name:SNOOP_RETRIES : Number of snoop requests retried. (Counts snoop ARTRYs.) [all...] |
/external/oprofile/events/ppc/e500v2/ |
events | 5 event:0x3 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_OPS : Completed Micro-ops (counts 2 for load/store w/update) 40 event:0x28 counters:0,1,2,3 um:zero minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an overlock condition is encountered.) 41 event:0x29 counters:0,1,2,3 um:zero minimum:500 name:DL1_RELOADS : This is historically used to determine dcache miss rate (along with loads/stores completed). This counts dL1 reloads for any reason. 59 event:0x3b counters:0,1,2,3 um:zero minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an overlock condition is encountered.) 61 event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that write at least one instruction to the instruction buffer. (With instruction fetched, can used to compute instructions-per-fetch) 66 event:0x42 counters:0,1,2,3 um:zero minimum:500 name:L2MMU_MISSES : Counts iTLB/dTLB error interrupt 70 event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement pushes and snoop pushes. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.) 72 event:0x48 counters:0,1,2,3 um:zero minimum:500 name:SNOOP_REQUESTS : Number of externally generated snoop requests. (Counts snoop TSs.) 74 event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 75 event:0x4b counters:0,1,2,3 um:zero minimum:500 name:SNOOP_RETRIES : Number of snoop requests retried. (Counts snoop ARTRYs.) [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
FastScrollingIndexCache.java | 143 static String buildCacheValue(String[] titles, int[] counts) { 152 appendIfNotNull(sb, Integer.toString(counts[i])); 161 public static final Bundle buildExtraBundle(String[] titles, int[] counts) { 164 bundle.putIntArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS, counts); 184 final int[] counts = new int[numTitles]; local 188 counts[i] = Integer.parseInt(values[i * 2 + 1]); 191 return buildExtraBundle(titles, counts);
|
/external/linux-tools-perf/util/ |
evsel.c | 86 evsel->counts = zalloc((sizeof(*evsel->counts) + 88 return evsel->counts != NULL ? 0 : -ENOMEM; 141 if (evsel->counts == NULL && perf_evsel__alloc_counts(evsel, cpu + 1) < 0) 155 evsel->counts->cpu[cpu] = count; 164 struct perf_counts_values *aggr = &evsel->counts->aggr, count; 185 evsel->counts->scaled = 0; 188 evsel->counts->scaled = -1; 194 evsel->counts->scaled = 1;
|
/external/llvm/lib/Target/R600/ |
SIInsertWaits.cpp | 89 const Counters &Counts); 260 Counters Counts = WaitCounts; 276 Counts.Array[i] = std::min(Value, WaitCounts.Array[i]); 279 Counts.Array[i] = 0; 282 WaitedOn.Array[i] = LastIssued.Array[i] - Counts.Array[i]; 289 if (Counts.Named.EXP == 0) 294 .addImm((Counts.Named.VM & 0xF) | 295 ((Counts.Named.EXP & 0x7) << 4) | 296 ((Counts.Named.LGKM & 0x7) << 8));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 118 self.assertEqual(self.tracer.results().counts, expected) 130 self.assertEqual(self.tracer.results().counts, expected) 142 self.assertEqual(self.tracer.results().counts, expected) 157 self.assertEqual(self.tracer.results().counts, expected) 170 self.assertEqual(self.tracer.results().counts, expected) 187 self.assertEqual(tracer.results().counts, expected) 208 # When used through 'run', some other spurious counts are produced, like 210 # counts fo traced_func_loop were right. 213 self.assertEqual(self.tracer.results().counts[k], expected[k])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 118 self.assertEqual(self.tracer.results().counts, expected) 130 self.assertEqual(self.tracer.results().counts, expected) 142 self.assertEqual(self.tracer.results().counts, expected) 157 self.assertEqual(self.tracer.results().counts, expected) 170 self.assertEqual(self.tracer.results().counts, expected) 187 self.assertEqual(tracer.results().counts, expected) 208 # When used through 'run', some other spurious counts are produced, like 210 # counts fo traced_func_loop were right. 213 self.assertEqual(self.tracer.results().counts[k], expected[k])
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 115 vp9_coeff_count *const counts = cpi->coef_counts[tx_size]; local 152 ++counts[type][ref][band][pt][token]; 154 ++cpi->common.counts.eob_branch[tx_size][type][ref][band][pt]; 206 cm->counts.mbskip[mb_skip_context][1] += skip_inc; 214 cm->counts.mbskip[mb_skip_context][0] += skip_inc;
|
/external/chromium_org/base/metrics/ |
sample_vector.cc | 62 // Go through the iterator and add the counts into correct bucket. 111 SampleVectorIterator::SampleVectorIterator(const vector<Count>* counts, 113 : counts_(counts),
|