/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | world_bank_data.csv | 2 Afghanistan,AFG,"Population, total",SP.POP.TOTL,20779953,21606988,22600770,23680871,24726684,256542… 4 Albania,ALB,"Population, total",SP.POP.TOTL,3089027,3060173,3051010,3039616,3026939,3011487,2992547… 6 Algeria,DZA,"Population, total",SP.POP.TOTL,31042235,31451514,31855109,32264157,32692163,33149724,3… 8 American Samoa,ASM,"Population, total",SP.POP.TOTL,57821,58494,59080,59504,59681,59562,59107,58365,… 10 Andorra,AND,"Population, total",SP.POP.TOTL,65390,67341,70049,73182,76244,78867,80993,82684,83862,8… 12 Angola,AGO,"Population, total",SP.POP.TOTL,16395473,16945753,17519417,18121479,18758145,19433602,20… 14 Antigua and Barbuda,ATG,"Population, total",SP.POP.TOTL,76016,77212,78295,79300,80336,81465,82704,8… 16 Argentina,ARG,"Population, total",SP.POP.TOTL,36870787,37275652,37681749,38087868,38491972,38892931… 18 Armenia,ARM,"Population, total",SP.POP.TOTL,3069591,3050687,3033978,3017932,3000720,2981269,2958307… 20 Aruba,ABW,"Population, total",SP.POP.TOTL,90853,92898,94992,97017,98737,100031,100834,101222,101358… [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/tensorflow/tensorflow/core/util/ |
D | work_sharder.cc | 32 void Shard(int max_parallelism, thread::ThreadPool* workers, int64 total, in Shard() argument 34 CHECK_GE(total, 0); in Shard() 35 if (total == 0) { in Shard() 41 work(0, total); in Shard() 45 workers->ParallelFor(total, cost_per_unit, work); in Shard() 49 total, cost_per_unit, work, in Shard() 57 void Sharder::Do(int64 total, int64 cost_per_unit, const Work& work, in Do() argument 69 total * cost_per_unit / kMinCostPerShard)); in Do() 77 const int64 block_size = (total + num_shards - 1) / num_shards; in Do() 79 if (block_size >= total) { in Do() [all …]
|
D | work_sharder_test.cc | 30 void RunSharding(int64 num_workers, int64 total, int64 cost_per_unit, in RunSharding() argument 36 std::vector<bool> work(total, false); in RunSharding() 37 Shard(num_workers, threads, total, cost_per_unit, in RunSharding() 41 EXPECT_LE(limit, total); in RunSharding() 50 LOG(INFO) << num_workers << " " << total << " " << cost_per_unit << " " in RunSharding() 52 EXPECT_EQ(num_done_work, total); in RunSharding() 67 for (auto total : {0, 1, 7, 10, 64, 100, 256, 1000, 9999}) { in TEST() 71 RunSharding(workers, total, cost_per_unit, maxp, &threads); in TEST() 96 const int64 total = 1LL << 30; in BM_Sharding() local 100 Shard(arg - 1, &threads, total, 1, work); in BM_Sharding()
|
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 122 const int64 total, const int64 block_size) { in NumShardsUsedByFixedBlockSizeScheduling() argument 123 if (block_size <= 0 || total <= 1 || total <= block_size || in NumShardsUsedByFixedBlockSizeScheduling() 127 return (total + block_size - 1) / block_size; in NumShardsUsedByFixedBlockSizeScheduling() 131 const int64 block_size, const int64 total) { in NumShardsUsedByTransformRangeConcurrently() argument 132 return NumShardsUsedByFixedBlockSizeScheduling(total, block_size); in NumShardsUsedByTransformRangeConcurrently() 135 void ThreadPool::ParallelFor(int64 total, in ParallelFor() argument 141 ParallelFor(total, *scheduling_params.cost_per_unit(), fn); in ParallelFor() 148 total, *scheduling_params.block_size(), fn); in ParallelFor() 156 const int64 block_size, const int64 total, in TransformRangeConcurrently() argument 158 ParallelFor(total, in TransformRangeConcurrently() [all …]
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | advise.md | 43 top 1 operation type: SoftmaxCrossEntropyWithLogits, cpu: 1.37sec, accelerator: 0us, total: 1.37sec… 44 top 2 operation type: MatMul, cpu: 427.39ms, accelerator: 280.76ms, total: 708.14ms (13.83%) 45 top 3 operation type: ConcatV2, cpu: 357.83ms, accelerator: 31.80ms, total: 389.63ms (7.61%) 46 …n_model.py:360:build_graph:self._add_seq2seq(), cpu: 3.16sec, accelerator: 214.84ms, total: 3.37sec 47 …n_model.py:293:_add_seq2seq:decoder_outputs, ..., cpu: 2.46sec, accelerator: 3.25ms, total: 2.47sec 48 …py:181:sampled_sequence_...:average_across_ti..., cpu: 2.46sec, accelerator: 3.24ms, total: 2.47sec 49 …py:147:sequence_loss_by_...:crossent = loss_f..., cpu: 2.46sec, accelerator: 3.06ms, total: 2.46sec 50 …odel.py:289:sampled_loss_func:num_classes=vsize), cpu: 2.46sec, accelerator: 3.06ms, total: 2.46sec 51 …ion_model.py:282:sampled_loss_func:labels = tf.resha..., cpu: 164us, accelerator: 0us, total: 164us 52 …ib.py:148:sequence_loss_by_...:log_perp_list.app..., cpu: 1.33ms, accelerator: 120us, total: 1.45ms [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/libchrome/base/ |
D | observer_list_unittest.cc | 45 explicit Adder(int scaler) : total(0), scaler_(scaler) {} in Adder() 48 void Observe(int x) override { total += x * scaler_; } in Observe() 49 int GetValue() const override { return total; } in GetValue() 51 int total; member in base::__anonea3212f50111::Adder 309 EXPECT_EQ(20, a.total); in TEST() 310 EXPECT_EQ(-20, b.total); in TEST() 311 EXPECT_EQ(0, c.total); in TEST() 312 EXPECT_EQ(-10, d.total); in TEST() 313 EXPECT_EQ(0, e.total); in TEST() 404 EXPECT_EQ(20, a.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 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-project/llvm/test/tools/llvm-profdata/ |
D | sample-summary.test | 9 ; CHECK-NEXT: 1 blocks with count >= 2080 account for 1 percentage of the total counts. 10 ; CHECK-NEXT: 1 blocks with count >= 2080 account for 10 percentage of the total counts. 11 ; CHECK-NEXT: 2 blocks with count >= 2064 account for 20 percentage of the total counts. 12 ; CHECK-NEXT: 2 blocks with count >= 2064 account for 30 percentage of the total counts. 13 ; CHECK-NEXT: 3 blocks with count >= 2000 account for 40 percentage of the total counts. 14 ; CHECK-NEXT: 4 blocks with count >= 1437 account for 50 percentage of the total counts. 15 ; CHECK-NEXT: 6 blocks with count >= 1075 account for 60 percentage of the total counts. 16 ; CHECK-NEXT: 6 blocks with count >= 1075 account for 70 percentage of the total counts. 17 ; CHECK-NEXT: 7 blocks with count >= 1000 account for 80 percentage of the total counts. 18 ; CHECK-NEXT: 11 blocks with count >= 534 account for 90 percentage of the total counts. [all …]
|
/external/autotest/server/cros/res_resource_monitor/ |
D | top_test_data.txt | 2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie 4 KiB Mem : 24508128 total, 23433516 free, 499784 used, 574828 buff/cache 5 KiB Swap: 1023996 total, 1023996 free, 0 used. 23565096 avail Mem 19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 21 KiB Mem : 24508128 total, 23433372 free, 502088 used, 572668 buff/cache 22 KiB Swap: 1023996 total, 1023996 free, 0 used. 23562220 avail Mem 32 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 34 KiB Mem: 24508128 total,23433372 free,502088 used,572668 buff/cache 35 KiB Swap: 1023996 total , 1023996 free 0 used. 23562220 avail Mem 38 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie [all …]
|
D | top_field_order_changed.txt | 2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie 4 KiB Mem : 24508128 free, 23433516 total, 499784 used, 574828 buff/cache 5 KiB Swap: 123 randfield, 1023996 used, 245 randfield2, 1023996 total, 0 free. 23565096 avai… 12 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 14 KiB Mem : 24508128 total, 23433372 free, 502088 used, 572668 buff/cache 15 KiB Swap: 1023996 total, 1023996 free, 0 used. 23562220 avail Mem 23 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie 25 KiB Mem: 24508128 free,-1 used,502088 total,572668 buff/cache 26 KiB Swap: 1023996 total , 1023996 free 0 used. 23562220 avail Mem
|
/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()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool_test.cc | 66 void RunWithFixedBlockSize(int64 block_size, int64 total, ThreadPool* threads) { in RunWithFixedBlockSize() argument 70 std::vector<std::atomic<bool>> work(total); in RunWithFixedBlockSize() 71 for (int i = 0; i < total; i++) { in RunWithFixedBlockSize() 75 total, in RunWithFixedBlockSize() 82 EXPECT_LE(end, total); in RunWithFixedBlockSize() 90 EXPECT_EQ(num_done_work, total); in RunWithFixedBlockSize() 91 for (int i = 0; i < total; i++) { in RunWithFixedBlockSize() 94 const int64 num_workers = (total + block_size - 1) / block_size; in RunWithFixedBlockSize() 110 const int64 total = block_size + diff; in TEST() local 111 RunWithFixedBlockSize(block_size, total, &threads); in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 104 var total, length int64 108 total += int64(len(line)) 110 return nil, total, fmt.Errorf("failed reading header line %q", err) 119 return nil, total, fmt.Errorf("invalid header line %q", line) 125 return nil, total, fmt.Errorf("failed parsing Content-Length: %v", value) 128 return nil, total, fmt.Errorf("invalid Content-Length: %v", length) 135 return nil, total, fmt.Errorf("missing Content-Length header") 139 return nil, total, err 141 total += length 142 return data, total, nil [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 104 var total, length int64 108 total += int64(len(line)) 110 return nil, total, fmt.Errorf("failed reading header line %q", err) 119 return nil, total, fmt.Errorf("invalid header line %q", line) 125 return nil, total, fmt.Errorf("failed parsing Content-Length: %v", value) 128 return nil, total, fmt.Errorf("invalid Content-Length: %v", length) 135 return nil, total, fmt.Errorf("missing Content-Length header") 139 return nil, total, err 141 total += length 142 return data, total, nil [all …]
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | ExcerptInputStream.java | 22 int total = 0; in ExcerptInputStream() local 24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT)); in ExcerptInputStream() 25 if (total == LIMIT) { in ExcerptInputStream() 27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length); in ExcerptInputStream() 29 byte[] tmp = new byte[total]; in ExcerptInputStream() 30 System.arraycopy(excerpt, 0, tmp, 0, total); in ExcerptInputStream()
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.py | 8 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
|
/external/python/cpython3/Tools/scripts/ |
D | dutree.py | 7 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
|
/external/doclava/src/com/google/doclava/ |
D | TodoFile.java | 59 public int total; field in TodoFile.PackageStats 86 int total = 1; in writeTodoFile() local 96 total++; in writeTodoFile() 110 total++; in writeTodoFile() 125 total++; in writeTodoFile() 139 total++; in writeTodoFile() 154 data.setValue(classBase + ".totalCount", "" + total); in writeTodoFile() 155 data.setValue(classBase + ".percentGood", percent(errors, total)); in writeTodoFile() 166 ps.total += total; in writeTodoFile() 179 data.setValue("packages." + i + ".totalCount", "" + ps.total); in writeTodoFile() [all …]
|
/external/kmod/shared/ |
D | array.c | 36 array->total = new_total; in array_realloc() 45 array->total = 0; in array_init() 53 if (array->count + 1 >= array->total) { in array_append() 54 int r = array_realloc(array, array->total + array->step); in array_append() 76 if (array->count + array->step < array->total) { in array_pop() 77 int r = array_realloc(array, array->total - array->step); in array_pop() 86 array->total = 0; in array_free_array() 105 if (array->count + array->step < array->total) { in array_remove_at() 106 int r = array_realloc(array, array->total - array->step); in array_remove_at()
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | glcpp_test.py | 120 total = 0 129 total += 1 141 if not total: 144 print('{}/{}'.format(passed, total), 'tests returned correct results') 145 return total == passed 150 total = 0 158 total += 1 180 if not total: 183 print('{}/{}'.format(passed, total), 'tests returned correct results') 184 return total == passed [all …]
|
/external/brotli/research/ |
D | durchschlag.cc | 263 TextIdx total = 0; in durchschlag_prepare() local 270 TextIdx next_total = total + delta; in durchschlag_prepare() 271 if (next_total <= total) fatal("corpus is too large"); in durchschlag_prepare() 272 total = next_total; in durchschlag_prepare() 273 offsets.push_back(total); in durchschlag_prepare() 276 if (total < sliceLen) fatal("slice_len is larger than corpus size"); in durchschlag_prepare() 277 TextIdx end = total - static_cast<TextIdx>(sliceLen) + 1; in durchschlag_prepare() 330 return {total, sliceLen, static_cast<TextIdx>(map.size()), in durchschlag_prepare() 343 TextIdx total = 0; in durchschlag_prepare() local 350 TextIdx next_total = total + delta; in durchschlag_prepare() [all …]
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/ |
D | sqrt-rsqrt-rcp-memop.s | 93 # BARCELONA-NEXT: 1 1.5 0.5 0.0 <total> 96 # BDVER2-NEXT: 1 2.0 0.5 0.0 <total> 99 # BROADWELL-NEXT: 1 1.5 0.5 0.0 <total> 102 # BTVER2-NEXT: 1 2.0 0.5 0.0 <total> 105 # HASWELL-NEXT: 1 1.5 0.5 0.0 <total> 108 # SKYLAKE-NEXT: 1 1.5 0.5 0.0 <total> 111 # ZNVER1-NEXT: 1 1.5 0.5 0.0 <total> 114 # ZNVER2-NEXT: 1 1.5 0.5 0.0 <total> 178 # BARCELONA-NEXT: 1 1.5 0.5 0.0 <total> 181 # BDVER2-NEXT: 1 2.0 0.5 0.0 <total> [all …]
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_map_simplify.c | 52 isl_size total = isl_basic_map_dim(bmap, isl_dim_all); in isl_basic_map_normalize_constraints() local 54 if (total < 0) in isl_basic_map_normalize_constraints() 59 isl_seq_gcd(bmap->eq[i]+1, total, &gcd); in isl_basic_map_normalize_constraints() 77 isl_seq_scale_down(bmap->eq[i], bmap->eq[i], gcd, 1+total); in isl_basic_map_normalize_constraints() 81 isl_seq_gcd(bmap->ineq[i]+1, total, &gcd); in isl_basic_map_normalize_constraints() 96 isl_seq_scale_down(bmap->ineq[i]+1, bmap->ineq[i]+1, gcd, total); in isl_basic_map_normalize_constraints() 186 isl_size total; in reduce_div_coefficients_of_div() local 188 total = isl_basic_map_dim(bmap, isl_dim_all); in reduce_div_coefficients_of_div() 189 if (total < 0) in reduce_div_coefficients_of_div() 191 for (i = 0; i < 1 + total; ++i) { in reduce_div_coefficients_of_div() [all …]
|