HomeSort by relevance Sort by last modified time
    Searched refs:counts (Results 151 - 175 of 326) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/tools/grit/grit/
util.py 600 counts = {}
608 count = counts.get(f, 0) + 1
609 counts[f] = count
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 477 #define GCOV_COUNTER_DIRECT_CALL 9 /* Direct call counts. */
623 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_load_latency_info
660 gcov_unsigned_t counts; /* raw count of samples */ member in struct:gcov_pmu_branch_mispredict_info
726 struct gcov_ctr_info counts[0]; /* count data. The number of bits member in struct:gcov_info
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 383 or multiset. Elements are stored as dictionary keys and their counts
394 >>> sum(c.values()) # total of all counts
399 >>> for elem in 'shazam': # update counts from an iterable
435 of elements to their counts.
452 '''List the n most common elements and their counts from the most
453 common to the least. If n is None, then list all element counts.
496 '''Like dict.update() but add counts instead of replacing them.
509 # replace behavior results in the some of original untouched counts
510 # being mixed-in with all of the other counts for a mismash that
513 # and outputs are allowed to contain zero and negative counts
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 383 or multiset. Elements are stored as dictionary keys and their counts
394 >>> sum(c.values()) # total of all counts
399 >>> for elem in 'shazam': # update counts from an iterable
435 of elements to their counts.
452 '''List the n most common elements and their counts from the most
453 common to the least. If n is None, then list all element counts.
496 '''Like dict.update() but add counts instead of replacing them.
509 # replace behavior results in the some of original untouched counts
510 # being mixed-in with all of the other counts for a mismash that
513 # and outputs are allowed to contain zero and negative counts
    [all...]
  /external/chromium/chrome/common/
metrics_helpers.cc 408 if (snapshot.counts(i)) {
412 WriteIntAttribute("count", snapshot.counts(i));
  /external/chromium_org/v8/test/mjsunit/
debug-break-inline.js 43 // and otherwise counts break points hit and checks that the expected
debug-enable-disable-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-multiple-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-script-breakpoints-closure.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-script-breakpoints-nested.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-step-stub-callfunction.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
debug-stepin-constructor.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
debug-stepout-recursive-function.js 35 // Simple debug event handler which counts the number of breaks hit and steps.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 303 nmv_context_counts *counts) {
308 vp9_inc_mv(&diff, counts);
  /external/oprofile/events/i386/nehalem/
unit_masks 7 0x01 any Counts the number of store forwards
9 0x01 std Counts the number of loads blocked by a preceding store with unknown data
10 0x04 address_offset Counts the number of loads blocked by a preceding store address
12 0x01 cycles Counts the cycles of store buffer drains
14 0x01 load Counts the number of misaligned load references
15 0x02 store Counts the number of misaligned store references
16 0x03 any Counts the number of misaligned memory references
18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19 0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are unknown (STA block)
20 0x04 at_ret Counts number of loads delayed with at-Retirement block cod
    [all...]

Completed in 875 milliseconds

1 2 3 4 5 67 8 91011>>