HomeSort by relevance Sort by last modified time
    Searched full:counts (Results 1 - 25 of 4199) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_summary_counts/
name 1 incorrect inode/block free counts
  /external/e2fsprogs/tests/e_icount_normal/
name 1 inode counting structure optimized for low counts
  /art/test/641-iterations/
info.txt 1 Tests on varying trip counts (to validate vector/cleanup loops).
  /art/test/905-object-free/
expected.txt 13 Free counts 100000 100000
  /external/autotest/client/cros/video/
frame_checksum_utils.py 16 counts = {}
19 if checksum in counts:
20 counts[checksum] += 1
22 counts[checksum] = 1
24 return counts
  /external/strace/tests/
count-f.test 3 # Check whether -c counts through forks and clones properly
  /external/strace/tests-m32/
count-f.test 3 # Check whether -c counts through forks and clones properly
  /external/strace/tests-mx32/
count-f.test 3 # Check whether -c counts through forks and clones properly
  /external/skia/tools/lua/
ngrams.lua 24 -- which generates counts for each n-gram.
49 local counts = {}
53 if counts[ngram] == nil then
54 counts[ngram] = 1
56 counts[ngram] = counts[ngram] + 1
62 for ngram, count in pairs(counts) do
63 io.write("if counts['", ngram, "'] == nil then counts['", ngram, "'] = ", count, " else counts['", ngram, "'] = counts['", ngram, "'] + ", count, " end\n"
    [all...]
ngrams_aggregate.lua 4 counts = {}
9 for ngram, count in pairs(counts) do
  /frameworks/base/telecomm/java/android/telecom/Logging/
TimedEvent.java 31 HashMap<T, Integer> counts = new HashMap<>(); local
35 if (counts.containsKey(entry.getKey())) {
36 counts.put(entry.getKey(), counts.get(entry.getKey()) + 1);
39 counts.put(entry.getKey(), 1);
45 result.put(entry.getKey(), entry.getValue() / counts.get(entry.getKey()));
  /frameworks/base/telecomm/java/android/telecom/
TimedEvent.java 31 HashMap<T, Integer> counts = new HashMap<>(); local
35 if (counts.containsKey(entry.getKey())) {
36 counts.put(entry.getKey(), counts.get(entry.getKey()) + 1);
39 counts.put(entry.getKey(), 1);
45 result.put(entry.getKey(), entry.getValue() / counts.get(entry.getKey()));
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LongSamplingCounterArrayTest.java 62 private static final long[] COUNTS = {1111, 2222, 3333, 4444};
88 assertArrayEquals(COUNTS, mCounterArray.mCounts, "Unexpected counts");
90 assertArrayEquals(COUNTS, mCounterArray.mPluggedCounts, "Unexpected pluggedCounts");
106 assertArrayEquals(COUNTS, mCounterArray.mCounts, "Unexpected counts");
107 assertArrayEquals(COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts");
108 assertArrayEquals(COUNTS, mCounterArray.mPluggedCounts, "Unexpected pluggedCounts");
109 assertArrayEquals(COUNTS, mCounterArray.mUnpluggedCounts, "Unexpected unpluggedCounts");
117 assertArrayEquals(COUNTS, mCounterArray.mCounts, "Unexpected counts")
    [all...]
  /external/llvm/test/tools/llvm-profdata/
compat.proftext 8 # RUN: llvm-profdata show %S/Inputs/compat.profdata.v1 --function function_count_only --counts | FileCheck %s -check-prefix=FUNC_COUNT_ONLY
16 # FUNC_COUNT_ONLY-NEXT: Block counts: []
18 # RUN: llvm-profdata show %S/Inputs/compat.profdata.v1 --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES
27 # SPACES-NEXT: Block counts: [0]
29 # RUN: llvm-profdata show %S/Inputs/compat.profdata.v1 --function large_numbers --counts | FileCheck %s -check-prefix=LARGENUM
42 # LARGENUM-NEXT: Block counts: [1152921504606846976, 576460752303423488, 288230376151711744, 144115188075855872, 72057594037927936]
49 # RUN: llvm-profdata show %S/Inputs/compat.profdata.v2 -all-functions --counts | FileCheck %s -check-prefix=FORMATV2
56 # FORMATV2-NEXT: Block counts: [179900]
61 # FORMATV2-NEXT: Block counts: [1000, 1000000, 499500]
67 # RUN: llvm-profdata show %S/Inputs/compat.profdata.v4 -all-functions --counts | FileCheck %s -check-prefix=FORMATV
    [all...]
multiple-inputs.test 4 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3
6 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3
10 FOO3: Block counts: [7, 6]
16 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3EMPTY
20 FOO3EMPTY: Block counts: [2, 3]
26 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3FOO3BAR3 --check-prefix=FOO3FOO3BAR3-1
27 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3FOO3BAR3 --check-prefix=FOO3FOO3BAR3-2
31 FOO3FOO3BAR3-1: Block counts: [5, 8]
35 FOO3FOO3BAR3-2: Block counts: [11, 13]
41 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=DISJOINT --check-prefix=DISJOINT-
    [all...]
general.proftext 5 # RUN: llvm-profdata show %t.profdata --function function_count_only --counts | FileCheck %s -check-prefix=FUNC_COUNT_ONLY
13 # FUNC_COUNT_ONLY-NEXT: Block counts: []
15 # RUN: llvm-profdata show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES
16 # RUN: llvm-profdata show %t.profdata --function "name with spaces" --counts | FileCheck %s --check-prefix=SPARSE_SPACES
25 # SPACES-NEXT: Block counts: [0]
28 # RUN: llvm-profdata show %t.profdata --function large_numbers --counts | FileCheck %s -check-prefix=LARGENUM
41 # LARGENUM-NEXT: Block counts: [1152921504606846976, 576460752303423488, 288230376151711744, 144115188075855872, 72057594037927936]
74 # DETAILED-SUMMARY: 3 blocks with count >= 576460752303423488 account for 80 percentage of the total counts.
75 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 90 percentage of the total counts.
76 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 95 percentage of the total counts
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 33 * frequency counts.
36 * the observed counts follow the expected distribution.</p>
39 * <li>Expected counts must all be positive.
41 * <li>Observed counts must all be >= 0.
49 * @param observed array of observed frequency counts
50 * @param expected array of expected frequency counts
63 * frequency counts to those in the <code>expected</code> array.
66 * the null hypothesis that the observed counts conform to the frequency distribution
67 * described by the expected counts.</p>
70 * <li>Expected counts must all be positive
    [all...]
UnknownDistributionChiSquareTest.java 34 * Chi-Square two sample test statistic</a> comparing bin frequency counts
36 * sums of frequency counts in the two samples are not required to be the
44 * both observed counts follow the same distribution.</p>
47 * <li>Observed counts must be non-negative.
49 * <li>Observed counts for a specific bin must not both be zero.
51 * <li>Observed counts for a specific sample must not all be 0.
59 * @param observed1 array of observed frequency counts of the first data set
60 * @param observed2 array of observed frequency counts of the second data set
71 * bin frequency counts in <code>observed1</code> and
75 * can reject the null hypothesis that the observed counts conform to th
    [all...]
  /art/test/099-vmdebug/
expected.txt 24 Array counts [2, 1, 0]
25 Array counts assignable [3, 1, 0]
  /external/e2fsprogs/tests/j_corrupt_commit_tid/
expect 5 Pass 4: Checking reference counts
12 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/j_corrupt_descr_tid/
expect 5 Pass 4: Checking reference counts
12 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/j_corrupt_revoke_block/
expect 5 Pass 4: Checking reference counts
12 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/j_corrupt_revoke_csum/
expect 5 Pass 4: Checking reference counts
12 Pass 4: Checking reference counts
  /frameworks/base/wifi/java/android/net/wifi/
WifiWakeReasonAndCounts.java 133 WifiWakeReasonAndCounts counts = new WifiWakeReasonAndCounts();
134 counts.totalCmdEventWake = in.readInt();
135 counts.totalDriverFwLocalWake = in.readInt();
136 counts.totalRxDataWake = in.readInt();
138 counts.rxUnicast = in.readInt();
139 counts.rxMulticast = in.readInt();
140 counts.rxBroadcast = in.readInt();
142 counts.icmp = in.readInt();
143 counts.icmp6 = in.readInt();
144 counts.icmp6Ra = in.readInt()
    [all...]
  /external/e2fsprogs/tests/f_16384_block/
expect.1 4 Pass 4: Checking reference counts

Completed in 2686 milliseconds

1 2 3 4 5 6 7 8 91011>>