/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | confusablesWholeScript.txt | 26 # 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/ |
D | confusablesWholeScript.txt | 26 # 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/ |
D | confusablesWholeScript.txt | 26 # 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/chromium-trace/catapult/tracing/tracing/base/ |
D | multi_dimensional_view_test.html | 20 var TOTAL = MultiDimensionalViewBuilder.ValueKind.TOTAL; 71 assert.strictEqual(actualTreeNode.total, expectedStructureNode.total); 242 var kind = pathEntry.kind === SELF ? 'SELF' : 'TOTAL'; 347 generator.push('total: ', String(node.total), ','); 403 total: 0, 410 total: 0, 417 total: 0, 426 { path: [], value: 3, kind: TOTAL }, 428 { path: [], value: 5, kind: TOTAL } 432 total: 8, [all …]
|
D | multi_dimensional_view.html | 31 * [['Loop::Run()', 'Execute()', 'Call()'], ['Object', 'View']]: total=1 32 * [['Loop::Run()', 'Execute()', 'Call()'], ['Object', 'Widget']]: total=2 33 * [['Loop::Run()', 'Execute()', 'Load()'], ['Object']]: total=4 34 * [['Loop::Run()', 'Execute()'], ['int']]: total=8 35 * [['Loop::Run()'], ['Object', 'Window']]: total=16 36 * [['Loop::Stop()'], ['Object']]: total=32 41 * (root): total=63 45 * Loop::Run(): total=31 49 * Execute(): total=15 53 * Object: total=7 [all …]
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 186 int total = (int)planes[0].total(), maxsize = std::min(12*12*std::max(12/cn, 1), total); in add() local 197 for( int j = 0; j < total; j += maxsize ) in add() 199 int j2 = std::min(j + maxsize, total); in add() 234 convert_(const _Tp1* src, _Tp2* dst, size_t total, double alpha, double beta) in convert_() argument 238 for( i = 0; i < total; i++ ) in convert_() 241 for( i = 0; i < total; i++ ) in convert_() 244 for( i = 0; i < total; i++ ) in convert_() 249 convertTo(const _Tp* src, void* dst, int dtype, size_t total, double alpha, double beta) in convertTo() argument 254 convert_(src, (uchar*)dst, total, alpha, beta); in convertTo() 257 convert_(src, (schar*)dst, total, alpha, beta); in convertTo() [all …]
|
/external/opencv3/modules/viz/src/vtk/ |
D | vtkCloudMatSource.cpp | 76 … int total = _cloud.depth() == CV_32F ? filterNanCopy<float>(cloud) : filterNanCopy<double>(cloud); in SetCloud() local 79 vertices->Allocate(vertices->EstimateSize(1, total)); in SetCloud() 80 vertices->InsertNextCell(total); in SetCloud() 81 for(int i = 0; i < total; ++i) in SetCloud() 84 return total; in SetCloud() 89 int total = SetCloud(_cloud); in SetColorCloud() local 92 return total; in SetColorCloud() 101 filterNanColorsCopy<float>(colors, cloud, total); in SetColorCloud() 103 filterNanColorsCopy<double>(colors, cloud, total); in SetColorCloud() 105 return total; in SetColorCloud() [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 126 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/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 530 int count, total = seq->total; in cvGetSeqElem() local 532 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem() 534 index += index < 0 ? total : 0; in cvGetSeqElem() 535 index -= index >= total ? total : 0; in cvGetSeqElem() 536 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem() 541 if( index + index <= total ) in cvGetSeqElem() 554 total -= block->count; in cvGetSeqElem() 556 while( index < total ); in cvGetSeqElem() 557 index -= total; in cvGetSeqElem() 611 int total = seq->total; in cvSliceLength() local [all …]
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 444 int count, total = seq->total; in cvGetSeqElem() local 446 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem() 448 index += index < 0 ? total : 0; in cvGetSeqElem() 449 index -= index >= total ? total : 0; in cvGetSeqElem() 450 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem() 455 if( index + index <= total ) in cvGetSeqElem() 468 total -= block->count; in cvGetSeqElem() 470 while( index < total ); in cvGetSeqElem() 471 index -= total; in cvGetSeqElem() 519 int total = seq->total; in cvSliceLength() local [all …]
|
/external/shflags/test_results/1.0.1/ |
D | Linux-Ubuntu_Hardy-8.04.txt | 37 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 …]
|
D | Linux-Ubuntu_Dapper-6.06.txt | 37 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 …]
|
D | Solaris-9-U6-x86.txt | 37 tests total: 65 100% 65 tests total: 179 100% 83 tests total: 50 100% 99 tests total: 9 100% 126 tests total: 65 100% 154 tests total: 179 100% 172 tests total: 50 100% 188 tests total: 9 100% 214 tests total: 65 100% 242 tests total: 179 100% [all …]
|
/external/compiler-rt/test/asan/TestCases/ |
D | coverage-caller-callee-total-count.cc | 27 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/libchrome/base/ |
D | observer_list_unittest.cc | 29 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::__anonea3212f50111::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 …]
|
D | callback_list_unittest.cc | 25 int total() const { return total_; } in total() function in base::__anonff0d39ba0111::Listener 45 int total() const { return total_; } in total() function in base::__anonff0d39ba0111::Remover 71 int total() const { return total_; } in total() function in base::__anonff0d39ba0111::Adder 179 EXPECT_EQ(1, a.total()); in TEST() 180 EXPECT_EQ(1, b.total()); in TEST() 189 EXPECT_EQ(2, a.total()); in TEST() 190 EXPECT_EQ(1, b.total()); in TEST() 191 EXPECT_EQ(1, c.total()); in TEST() 214 EXPECT_EQ(10, a.total()); in TEST() 215 EXPECT_EQ(-10, b.total()); in TEST() [all …]
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | migrate_test_names_test.py | 26 'Total': { 56 test_path = 'ChromiumPerf/mac/SunSpider/Total/t' 126 'SunSpider/Total', 127 'SunSpider/Total/t_extwr', 128 'SunSpider/Total/t_ref', 129 'SunSpider/Total/time', 153 'SunSpider/Total', 154 'SunSpider/Total/t', 155 'SunSpider/Total/t_extwr', 156 'SunSpider/Total/t_ref', [all …]
|
/external/libweave/third_party/chromium/base/ |
D | callback_list_unittest.cc | 25 int total() const { return total_; } in total() function in base::__anon4d1c9fc00111::Listener 45 int total() const { return total_; } in total() function in base::__anon4d1c9fc00111::Remover 71 int total() const { return total_; } in total() function in base::__anon4d1c9fc00111::Adder 179 EXPECT_EQ(1, a.total()); in TEST() 180 EXPECT_EQ(1, b.total()); in TEST() 189 EXPECT_EQ(2, a.total()); in TEST() 190 EXPECT_EQ(1, b.total()); in TEST() 191 EXPECT_EQ(1, c.total()); in TEST() 214 EXPECT_EQ(10, a.total()); in TEST() 215 EXPECT_EQ(-10, b.total()); in TEST() [all …]
|
/external/skia/src/views/animated/ |
D | SkScrollBarView.cpp | 53 void SkScrollBarView::setTotal(unsigned total) in setTotal() argument 55 if ((int)total < 0) in setTotal() 56 total = 0; in setTotal() 58 if (fTotalLength != total) in setTotal() 60 fTotalLength = total; in setTotal() 70 if (dom.findS32(node, "total", &value)) in onInflate() 122 int total = fTotalLength; in adjust() local 127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show in adjust() 129 total = 1; // avoid divide-by-zero. should be done by skin/script in adjust() 134 if (start + shown > total) in adjust() [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 132 int i, total = points.checkVector(2), depth = points.depth(), nout = 0; in convexHull() local 134 CV_Assert(total >= 0 && (depth == CV_32F || depth == CV_32S)); in convexHull() 136 if( total == 0 ) in convexHull() 145 AutoBuffer<Point*> _pointer(total); in convexHull() 146 AutoBuffer<int> _stack(total + 2), _hullbuf(total); in convexHull() 155 for( i = 0; i < total; i++ ) in convexHull() 161 std::sort(pointer, pointer + total, CHullCmpPoints<int>()); in convexHull() 162 for( i = 1; i < total; i++ ) in convexHull() 173 std::sort(pointerf, pointerf + total, CHullCmpPoints<float>()); in convexHull() 174 for( i = 1; i < total; i++ ) in convexHull() [all …]
|
/external/llvm/lib/Support/ |
D | Timer.cpp | 159 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument 160 if (Total < 1e-7) // Avoid dividing by zero. in printVal() 163 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal() 166 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument 167 if (Total.getUserTime()) in print() 168 printVal(getUserTime(), Total.getUserTime(), OS); in print() 169 if (Total.getSystemTime()) in print() 170 printVal(getSystemTime(), Total.getSystemTime(), OS); in print() 171 if (Total.getProcessTime()) in print() 172 printVal(getProcessTime(), Total.getProcessTime(), OS); in print() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | read_file.c | 59 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/chromium-trace/catapult/third_party/coverage/coverage/ |
D | summary.py | 63 total = Numbers() 70 total += nums 105 if total.n_files > 1: 107 args = ("TOTAL", total.n_statements, total.n_missing) 109 args += (total.n_branches, total.n_partial_branches) 110 args += (total.pc_covered_str,) 115 if not total.n_files and not skipped_count: 121 return total.n_statements and total.pc_covered
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | ttl.py | 35 total = long(text) 39 total = 0L 48 total += current * 604800L 50 total += current * 86400L 52 total += current * 3600L 54 total += current * 60L 56 total += current 62 if total < 0L or total > 2147483647L: 64 return total
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | NanoTimeGranularityTester.java | 36 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()
|