Home
last modified time | relevance | path

Searched refs:Total (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dus_census.txt10 Total, all ages 6,706,992,932 3,376,791,855 3,330,201,077 101.4
17 Total, all ages 32,738,376 16,760,104 15,978,272 104.9
24 Total, all ages 3,619,778 1,847,186 1,772,592 104.2
31 Total, all ages 33,769,669 17,008,087 16,761,582 101.5
38 Total, all ages 64,827 32,833 31,994 102.6
45 Total, all ages 82,627 42,825 39,802 107.6
52 Total, all ages 12,531,357 6,328,787 6,202,570 102.0
59 Total, all ages 14,108 6,874 7,234 95.0
66 Total, all ages 84,522 40,216 44,306 90.8
73 Total, all ages 40,481,998 19,933,752 20,548,246 97.0
[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/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/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/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-subzero/lib/Support/
DTimer.cpp158 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument
159 if (Total < 1e-7) // Avoid dividing by zero. in printVal()
162 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal()
165 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument
166 if (Total.getUserTime()) in print()
167 printVal(getUserTime(), Total.getUserTime(), OS); in print()
168 if (Total.getSystemTime()) in print()
169 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
170 if (Total.getProcessTime()) in print()
171 printVal(getProcessTime(), Total.getProcessTime(), OS); in print()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTimer.cpp152 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument
153 if (Total < 1e-7) // Avoid dividing by zero. in printVal()
156 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal()
159 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument
160 if (Total.getUserTime()) in print()
161 printVal(getUserTime(), Total.getUserTime(), OS); in print()
162 if (Total.getSystemTime()) in print()
163 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
164 if (Total.getProcessTime()) in print()
165 printVal(getProcessTime(), Total.getProcessTime(), OS); in print()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DFunctionSummary.cpp19 unsigned Total = 0; in getTotalNumBasicBlocks() local
21 Total += I->second.TotalBasicBlocks; in getTotalNumBasicBlocks()
23 return Total; in getTotalNumBasicBlocks()
27 unsigned Total = 0; in getTotalNumVisitedBasicBlocks() local
29 Total += I->second.VisitedBasicBlocks.count(); in getTotalNumVisitedBasicBlocks()
31 return Total; in getTotalNumVisitedBasicBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dmodule-stats.test7 ALL-NEXT: Total: 6 entries ( 204 bytes)
16 ALL-NEXT: Total: 2 entries ( 88 bytes)
23 ALL-NEXT: Total: 13 entries ( 512 bytes)
32 ALL-NEXT: Total: 0 entries ( 0 bytes)
36 ALL-NEXT: Total: 19 entries ( 716 bytes)
49 ALL-NEXT: Total: 2 entries ( 88 bytes)
58 ONE-NEXT: Total: 13 entries ( 512 bytes)
67 ONE-NEXT: Total: 0 entries ( 0 bytes)
71 ONE-NEXT: Total: 13 entries ( 512 bytes)
80 ONE-NEXT: Total: 0 entries ( 0 bytes)
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsDeqpTestCases-trimmed-inaccurate.txt6 Total aggregated tests run time: 8h 8m 12s
11 Total preparation time: 0 ms || Total tear down time: 0 ms
14 Total Run time: 8h 41m 32s
18 Total Tests : 338119
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol5 - Total Memory
8 - Swap Total
24 Total Memory
26 Swap Total
27 Virtual Memory Total
/external/lzma/CPP/7zip/UI/Console/
DPercentPrinter.cpp19 Total = ((UInt64)(Int64)-1); in ClearCurState()
66 if (Total == (UInt64)(Int64)-1) in GetPercents()
71 else if (Total != 0) in GetPercents()
72 val = Completed * 100 / Total; in GetPercents()
106 if (_printedState.Total == st.Total in Print()
DOpenCallbackConsole.cpp28 _percent.Total = *files; in Open_SetTotal()
38 _percent.Total = *bytes; in Open_SetTotal()
44 _percent.Total = _totalBytes; in Open_SetTotal()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dmemop-size-prof.proftext82 #ICALL_SUM: Total number of sites: 3
83 #ICALL_SUM: Total number of sites with values: 2
84 #ICALL_SUM: Total number of profiled values: 3
91 #MEMOP_SUM: Total number of sites: 1
92 #MEMOP_SUM: Total number of sites with values: 1
93 #MEMOP_SUM: Total number of profiled values: 9
Dmultiple-inputs.test11 FOO3: Total functions: 1
21 FOO3EMPTY: Total functions: 1
36 FOO3FOO3BAR3: Total functions: 2
51 DISJOINT: Total functions: 2
67 FOO4: Total functions: 1
91 FOO5: Total functions: 1
/external/python/cpython2/Doc/library/
Dstatvfs.rst34 Total number of blocks in the filesystem.
39 Total number of free blocks.
49 Total number of file nodes.
54 Total number of free file nodes.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
Dvariable-blend-read-after-ld-1.s22 # BDWELL-NEXT: Total Cycles: 10
27 # BTVER2-NEXT: Total Cycles: 11
32 # HASWELL-NEXT: Total Cycles: 11
37 # IVY-NEXT: Total Cycles: 11
42 # SANDY-NEXT: Total Cycles: 11
47 # SKYLAKE-NEXT: Total Cycles: 11
52 # ZNVER1-NEXT: Total Cycles: 11
Dvariable-blend-read-after-ld-2.s22 # BDWELL-NEXT: Total Cycles: 10
27 # BTVER2-NEXT: Total Cycles: 11
32 # HASWELL-NEXT: Total Cycles: 11
37 # IVY-NEXT: Total Cycles: 11
42 # SANDY-NEXT: Total Cycles: 11
47 # SKYLAKE-NEXT: Total Cycles: 11
52 # ZNVER1-NEXT: Total Cycles: 11
Dregister-file-statistics.s16 # ALL-NEXT: Total number of mappings created: 2
21 # BTVER2-NEXT: Total number of mappings created: 0
26 # ZNVER1-NEXT: Total number of mappings created: 0
31 # BTVER2-NEXT: Total number of mappings created: 2
36 # ZNVER1-NEXT: Total number of mappings created: 2
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp223 unsigned computeCoverage(unsigned Used, unsigned Total) const;
359 uint64_t Total = 0; in countBodySamples() local
361 Total += I.second.getSamples(); in countBodySamples()
367 Total += countBodySamples(CalleeSamples); in countBodySamples()
370 return Total; in countBodySamples()
379 unsigned Total) const { in computeCoverage()
380 assert(Used <= Total && in computeCoverage()
382 return Total > 0 ? Used * 100 / Total : 100; in computeCoverage()
1167 unsigned Total = CoverageTracker.countBodyRecords(Samples); in emitAnnotations() local
1168 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total); in emitAnnotations()
[all …]
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto31 // Total bytes requested by the op.
35 // Total bytes requested by the op and not released before end.
37 // Total bytes output by the op (not necessarily allocated by the op).
93 // Total requested bytes by the code.
97 // Total bytes requested by the op and not released before end.
99 // Total bytes output by the op (not necessarily allocated by the op).
/external/icu/icu4c/source/data/sprep/
Drfc3920res.txt420 # Total code points 3653
452 # Total code points 27
474 # Total code points 17
481 # Total code points 18
502 # Total code points 30
510 # Total code points 2051
533 # Total code points 18
539 # Total code points 0
549 # Total code points 5
555 # Total code points 1
[all …]
Drfc4013.txt420 # Total code points 3653
442 # Total code points 17
449 # Total code points 18
470 # Total code points 30
478 # Total code points 2051
501 # Total code points 18
507 # Total code points 0
517 # Total code points 5
523 # Total code points 1
543 # Total code points 15
[all …]
/external/icu/icu4c/source/test/testdata/
Dnfs4_mixed_prep_p.txt411 # Total code points 3653
443 # Total code points 27
465 # Total code points 17
486 # Total code points 30
494 # Total code points 2051
517 # Total code points 18
523 # Total code points 0
533 # Total code points 5
539 # Total code points 1
559 # Total code points 15
[all …]

12345678910>>...17