Home
last modified time | relevance | path

Searched full:total (Results 1 – 25 of 4551) sorted by relevance

12345678910>>...183

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DconfusablesWholeScript.txt26 # Total code points: 7
38 # Total code points: 7
52 # Total code points: 9
64 # Total code points: 7
76 # Total code points: 7
88 # Total code points: 7
100 # Total code points: 7
116 # Total code points: 11
128 # Total code points: 7
140 # Total code points: 7
[all …]
/external/icu/icu4c/source/data/unidata/
DconfusablesWholeScript.txt26 # Total code points: 7
38 # Total code points: 7
52 # Total code points: 9
64 # Total code points: 7
76 # Total code points: 7
88 # Total code points: 7
100 # Total code points: 7
116 # Total code points: 11
128 # Total code points: 7
140 # Total code points: 7
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DconfusablesWholeScript.txt26 # Total code points: 7
38 # Total code points: 7
52 # Total code points: 9
64 # Total code points: 7
76 # Total code points: 7
88 # Total code points: 7
100 # Total code points: 7
116 # Total code points: 11
128 # Total code points: 7
140 # Total code points: 7
[all …]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-bcanalyzer.pod127 The total number of blocks of any kind in the bitcode file.
131 The total number of function definitions in the bitcode file.
135 The total number of types defined in the Global Types Pool.
139 The total number of constants (of any type) defined in the Constant Pool.
143 The total number of basic blocks defined in all functions in the bitcode file.
147 The total number of instructions defined in all functions in the bitcode file.
151 The total number of long instructions defined in all functions in the bitcode
158 The total number of operands used in all instructions in the bitcode file.
162 The total number of compaction tables in all functions in the bitcode file.
166 The total number of symbol tables in all functions in the bitcode file.
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst126 The total number of blocks of any kind in the bitcode file.
130 The total number of function definitions in the bitcode file.
134 The total number of types defined in the Global Types Pool.
138 The total number of constants (of any type) defined in the Constant Pool.
142 The total number of basic blocks defined in all functions in the bitcode file.
146 The total number of instructions defined in all functions in the bitcode file.
150 The total number of long instructions defined in all functions in the bitcode
157 The total number of operands used in all instructions in the bitcode file.
161 The total number of compaction tables in all functions in the bitcode file.
165 The total number of symbol tables in all functions in the bitcode file.
[all …]
/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee-total-count.cc27 uintptr_t total = __sanitizer_get_total_unique_caller_callee_pairs(); in main() local
29 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
31 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
33 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
37 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
39 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
41 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
/external/shflags/test_results/1.0.1/
DLinux-Ubuntu_Hardy-8.04.txt37 tests total: 65 100%
61 tests total: 179 100%
79 tests total: 50 100%
95 tests total: 9 100%
122 tests total: 65 100%
146 tests total: 179 100%
164 tests total: 50 100%
180 tests total: 9 100%
204 tests total: 65 100%
228 tests total: 179 100%
[all …]
DLinux-Ubuntu_Dapper-6.06.txt37 tests total: 65 100%
61 tests total: 179 100%
79 tests total: 50 100%
95 tests total: 9 100%
122 tests total: 65 100%
146 tests total: 179 100%
164 tests total: 50 100%
180 tests total: 9 100%
206 tests total: 65 100%
230 tests total: 179 100%
[all …]
/external/python/cpython2/Tools/scripts/
Ddutree.py8 total, d = None, {}
18 total, d = store(size, comps, total, d)
20 display(total, d)
25 def store(size, comps, total, d): argument
32 return total, d
34 def display(total, d): argument
35 show(total, d, '')
37 def show(total, d, prefix): argument
45 ## if sum < total:
46 ## list.append((total - sum, os.curdir))
/external/libchrome/base/
Dobserver_list_unittest.cc29 explicit Adder(int scaler) : total(0), scaler_(scaler) {} in Adder()
30 void Observe(int x) override { total += x * scaler_; } in Observe()
32 int total; member in base::__anonf2975cd40111::Adder
201 EXPECT_EQ(20, a.total); in TEST()
202 EXPECT_EQ(-20, b.total); in TEST()
203 EXPECT_EQ(0, c.total); in TEST()
204 EXPECT_EQ(-10, d.total); in TEST()
205 EXPECT_EQ(0, e.total); in TEST()
232 EXPECT_EQ(20, a.total); in TEST()
233 EXPECT_EQ(-20, b.total); in TEST()
[all …]
Dcallback_list_unittest.cc25 int total() const { return total_; } in total() function in base::__anon077283990111::Listener
45 int total() const { return total_; } in total() function in base::__anon077283990111::Remover
71 int total() const { return total_; } in total() function in base::__anon077283990111::Adder
180 EXPECT_EQ(1, a.total()); in TEST()
181 EXPECT_EQ(1, b.total()); in TEST()
190 EXPECT_EQ(2, a.total()); in TEST()
191 EXPECT_EQ(1, b.total()); in TEST()
192 EXPECT_EQ(1, c.total()); in TEST()
215 EXPECT_EQ(10, a.total()); in TEST()
216 EXPECT_EQ(-10, b.total()); in TEST()
[all …]
/external/llvm/test/tools/llvm-profdata/
Dgeneral.proftext66 # SUMMARY: Total functions: 4
72 # DETAILED-SUMMARY: Total number of blocks: 10
73 # DETAILED-SUMMARY: Total count: 4539628424389557499
74 …D-SUMMARY: 3 blocks with count >= 576460752303423488 account for 80 percentage of the total counts.
75 …D-SUMMARY: 4 blocks with count >= 288230376151711744 account for 90 percentage of the total counts.
76 …D-SUMMARY: 4 blocks with count >= 288230376151711744 account for 95 percentage of the total counts.
77 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99 percentage of the total
78 …-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.9 percentage of the total counts.
79 …SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.99 percentage of the total counts.
80 …UMMARY: 6 blocks with count >= 72057594037927936 account for 99.999 percentage of the total counts.
[all …]
/external/valgrind/exp-bbv/tests/x86-linux/
Dclone_test.stderr.exp2 # Total intervals: 15 (Interval Size 100000)
3 # Total instructions: 1501007
4 # Total reps: 0
6 # Total fldcw instructions: 0
8 # Total intervals: 25 (Interval Size 100000)
9 # Total instructions: 2500001
10 # Total reps: 0
12 # Total fldcw instructions: 0
Dclone_test.post.exp19 # Total intervals: 15 (Interval Size 100000)
20 # Total instructions: 1501007
21 # Total reps: 0
23 # Total fldcw instructions: 0
53 # Total intervals: 25 (Interval Size 100000)
54 # Total instructions: 2500001
55 # Total reps: 0
57 # Total fldcw instructions: 0
/external/valgrind/exp-bbv/tests/amd64-linux/
Dclone_test.stderr.exp2 # Total intervals: 15 (Interval Size 100000)
3 # Total instructions: 1501007
4 # Total reps: 0
6 # Total fldcw instructions: 0
8 # Total intervals: 25 (Interval Size 100000)
9 # Total instructions: 2500001
10 # Total reps: 0
12 # Total fldcw instructions: 0
Dclone_test.post.exp19 # Total intervals: 15 (Interval Size 100000)
20 # Total instructions: 1501007
21 # Total reps: 0
23 # Total fldcw instructions: 0
53 # Total intervals: 25 (Interval Size 100000)
54 # Total instructions: 2500001
55 # Total reps: 0
57 # Total fldcw instructions: 0
/external/squashfs-tools/squashfs-tools/
Dread_file.c59 int total = 0; in read_file() local
64 if(total + (MAX_LINE + 1) > size) { in read_file()
70 err = fgets(line + total, MAX_LINE + 1, fd); in read_file()
74 len = strlen(line + total); in read_file()
75 total += len; in read_file()
77 if(len == MAX_LINE && line[total - 1] != '\n') { in read_file()
89 if(len && line[total - 1] == '\n') { in read_file()
90 line[-- total] = '\0'; in read_file()
100 if(len == 0 || line[total - 1] != '\\' || (len >= 2 && in read_file()
101 strcmp(line + total - 2, "\\\\") == 0)) in read_file()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DNanoTimeGranularityTester.java36 long total = 0L; in testNanoTimeGranularity() local
47 total += second - first; in testNanoTimeGranularity()
48 total += third - second; in testNanoTimeGranularity()
49 total += fourth - third; in testNanoTimeGranularity()
50 total += fifth - fourth; in testNanoTimeGranularity()
51 total += sixth - fifth; in testNanoTimeGranularity()
52 total += seventh - sixth; in testNanoTimeGranularity()
53 total += eighth - seventh; in testNanoTimeGranularity()
54 total += ninth - eighth; in testNanoTimeGranularity()
56 return ShortDuration.of(LongMath.divide(total, TRIALS * 8, CEILING), NANOSECONDS); in testNanoTimeGranularity()
/external/valgrind/none/tests/s390x/
Decag.stdout.exp-zec124 L1 total cachesize data: 98304
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1048576
12 L2 total cachesize insn: 1048576
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
25 L4 total cachesize data: 402653184
26 L4 total cachesize insn: 402653184
Decag.stdout.exp-z1964 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1572864
12 L2 total cachesize insn: 1572864
18 L3 total cachesize data: 25165824
19 L3 total cachesize insn: 25165824
25 L4 total cachesize data: 201326592
26 L4 total cachesize insn: 201326592
Decag.stdout.exp-z134 L1 total cachesize data: 131072
5 L1 total cachesize insn: 98304
11 L2 total cachesize data: 2097152
12 L2 total cachesize insn: 2097152
18 L3 total cachesize data: 67108864
19 L3 total cachesize insn: 67108864
25 L4 total cachesize data: 503316480
26 L4 total cachesize insn: 503316480
/external/autotest/client/tests/compilebench/
Dcompilebench.py53 # intial create total runs 10 avg 149.82 MB/s (user 0.63s sys 0.85s)
54 # create total runs 5 avg 27.50 MB/s (user 0.62s sys 0.83s)
55 # patch total runs 4 avg 15.01 MB/s (user 0.33s sys 0.63s)
56 # compile total runs 7 avg 41.47 MB/s (user 0.14s sys 0.75s)
57 # clean total runs 4 avg 697.77 MB/s (user 0.02s sys 0.08s)
58 # read tree total runs 2 avg 23.68 MB/s (user 0.85s sys 1.59s)
59 # read compiled tree total runs 1 avg 25.27 MB/s (user 0.98s sys 2.84s)
60 # delete tree total runs 2 avg 1.48 seconds (user 0.35s sys 0.45s)
62 # stat tree total runs 4 avg 1.46 seconds (user 0.35s sys 0.26s)
63 # stat compiled tree total runs 1 avg 1.49 seconds (user 0.37s sys 0.29s)
/external/llvm/lib/Support/
DTimer.cpp156 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument
157 if (Total < 1e-7) // Avoid dividing by zero. in printVal()
160 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal()
163 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument
164 if (Total.getUserTime()) in print()
165 printVal(getUserTime(), Total.getUserTime(), OS); in print()
166 if (Total.getSystemTime()) in print()
167 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
168 if (Total.getProcessTime()) in print()
169 printVal(getProcessTime(), Total.getProcessTime(), OS); in print()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DTimer.cpp168 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument
169 if (Total < 1e-7) // Avoid dividing by zero. in printVal()
173 OS << format("%5.1f", Val*100/Total) << "%)"; in printVal()
177 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument
178 if (Total.getUserTime()) in print()
179 printVal(getUserTime(), Total.getUserTime(), OS); in print()
180 if (Total.getSystemTime()) in print()
181 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
182 if (Total.getProcessTime()) in print()
183 printVal(getProcessTime(), Total.getProcessTime(), OS); in print()
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICounter.java25 /** Total number of items */
34 /** Ratio of missed to total items */
37 /** Ratio of covered to total items */
71 * Returns the total count of items.
73 * @return total count of items
92 * Calculates the ratio of covered to total count items. If total count
95 * @return ratio of covered to total count items
100 * Calculates the ratio of missed to total count items. If total count items
103 * @return ratio of missed to total count items

12345678910>>...183