| /third_party/mesa3d/src/broadcom/common/ |
| D | v3d_performance_counters.h | 54 {"PTB", "PTB-primitives-binned", "[PTB] Total primitives binned"}, 56 {"QPU", "QPU-total-instr-cache-hit", "[QPU] Total instruction cache hits for all slices"}, 57 {"QPU", "QPU-total-instr-cache-miss", "[QPU] Total instruction cache misses for all slices"}, 58 {"QPU", "QPU-total-uniform-cache-hit", "[QPU] Total uniforms cache hits for all slices"}, 59 {"QPU", "QPU-total-uniform-cache-miss", "[QPU] Total uniforms cache misses for all slices"}, 62 {"TMU", "TMU-total-text-quads-access", "[TMU] Total texture cache accesses"}, 65 {"TMU", "TMU-total-text-quads-x4-access", "[TMU] Total texture cache x4 access"}, 66 {"L2T", "L2T-total-cache-hit", "[L2T] Total Level 2 cache hits"}, 67 {"L2T", "L2T-total-cache-miss", "[L2T] Total Level 2 cache misses"}, 92 {"AXI", "AXI-write-bytes-seen-watch-0", "[AXI] Total bytes written seen by watch 0"}, [all …]
|
| /third_party/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 …]
|
| /third_party/skia/third_party/externals/icu/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 …]
|
| /third_party/skia/m133/third_party/externals/icu/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 …]
|
| /third_party/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 …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/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 …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | functionWithSameNameAsField.symbols | 5 public total: number; 6 >total : Symbol(TestProgressBar.total, Decl(functionWithSameNameAsField.ts, 0, 23)) 8 public total(total: number) { 9 >total : Symbol(TestProgressBar.total, Decl(functionWithSameNameAsField.ts, 1, 25)) 10 >total : Symbol(total, Decl(functionWithSameNameAsField.ts, 2, 17)) 12 this.total = total; 13 >this.total : Symbol(TestProgressBar.total, Decl(functionWithSameNameAsField.ts, 0, 23)) 15 >total : Symbol(TestProgressBar.total, Decl(functionWithSameNameAsField.ts, 0, 23)) 16 >total : Symbol(total, Decl(functionWithSameNameAsField.ts, 2, 17))
|
| D | functionWithSameNameAsField.types | 5 public total: number; 6 >total : number 8 public total(total: number) { 9 >total : (total: number) => this 10 >total : number 12 this.total = total; 13 >this.total = total : number 14 >this.total : number 16 >total : number 17 >total : number
|
| D | functionWithSameNameAsField.js | 3 public total: number; 4 public total(total: number) { method in TestProgressBar 5 this.total = total; 15 TestProgressBar.prototype.total = function (total) { argument 16 this.total = total;
|
| D | functionWithSameNameAsField.errors.txt | 1 …ts/cases/compiler/functionWithSameNameAsField.ts(2,12): error TS2300: Duplicate identifier 'total'. 2 …ts/cases/compiler/functionWithSameNameAsField.ts(3,12): error TS2300: Duplicate identifier 'total'. 7 public total: number; 9 !!! error TS2300: Duplicate identifier 'total'. 10 public total(total: number) { 12 !!! error TS2300: Duplicate identifier 'total'. 13 this.total = total;
|
| /third_party/grpc/examples/python/flow_control/ |
| D | README.md | 36 3. For every 10 requests sent/received the client logs the total amount of data sent. 46 4. For every 10 requests received/sent the server logs the total amount of data received. 51 12:21:45.755064 Request 10: Sent 20000 bytes in total 53 12:21:45.755748 Request 20: Sent 40000 bytes in total 55 12:21:45.756414 Request 30: Sent 60000 bytes in total # the client waits for the server to re… 57 12:21:57.769414 Request 40: Sent 80000 bytes in total 61 12:22:06.793740 Request 50: Sent 100000 bytes in total # the client further waits for the serv… 65 12:22:17.817946 Request 60: Sent 120000 bytes in total 69 12:22:25.836613 Request 70: Sent 140000 bytes in total 73 12:22:36.860275 Request 80: Sent 160000 bytes in total [all …]
|
| /third_party/openhitls/testcode/sdv/testcase/bsl/base64/ |
| D | test_suite_sdv_base64.c | 292 uint32_t total = 0; in SDV_BSL_BASE64_FUNC_TC002() local 301 total += tmpLen; in SDV_BSL_BASE64_FUNC_TC002() 303 ASSERT_TRUE(BSL_BASE64_EncodeFinal(ctx, encodeBuf + total, &tmpLen) == BSL_SUCCESS); in SDV_BSL_BASE64_FUNC_TC002() 304 total += tmpLen; in SDV_BSL_BASE64_FUNC_TC002() 306 ASSERT_TRUE(total == testData[i].encodeResultLen); in SDV_BSL_BASE64_FUNC_TC002() 313 …ASSERT_TRUE(BSL_BASE64_DecodeUpdate(ctx, encodeBuf, (const uint32_t)total, decodeBuf, &tmpLen) == … in SDV_BSL_BASE64_FUNC_TC002() 314 total = 0; in SDV_BSL_BASE64_FUNC_TC002() 316 total += tmpLen; in SDV_BSL_BASE64_FUNC_TC002() 318 ASSERT_TRUE(BSL_BASE64_DecodeFinal(ctx, decodeBuf + total, &tmpLen) == BSL_SUCCESS); in SDV_BSL_BASE64_FUNC_TC002() 319 total += tmpLen; in SDV_BSL_BASE64_FUNC_TC002() [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/ |
| D | ascend_memory_generator.py | 25 GE_MEMORY_RECORD_HEADERS = ["Device id", "Component", "Timestamp(us)", "Total Allocated(KB)", 26 "Total Reserved(KB)", "Device"] 27 …MS_MEMORY_RECORD_HEADERS = ["Timestamp(ns)", "Total Allocated(Byte)", "Total Reserved(Byte)", "Tot… 28 …TARGET_MEMORY_RECORD_HEADERS = ["Component", "Timestamp(us)", "Total Allocated(MB)", "Total Reserv… 29 "Total Active(MB)", "Device Type"] 96 memory_record.get("Total Allocated(KB)", 0), 97 memory_record.get("Total Reserved(KB)", 0), 103 float(memory_record.get("Total Allocated(Byte)", 0)) / 1024, 104 float(memory_record.get("Total Reserved(Byte)", 0)) / 1024, 105 float(memory_record.get("Total Active(Byte)", 0)) / 1024, [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/ |
| D | fse_decoder.cc | 81 MS_LOG(ERROR) << "index over total size" in DecodeBuffer() 82 << " index:" << i << " total size:" << data_size; in DecodeBuffer() 89 MS_LOG(ERROR) << "index over total size" in DecodeBuffer() 90 << " index:" << i << " total size:" << data_size; in DecodeBuffer() 100 MS_LOG(ERROR) << "index over total size" in DecodeBuffer() 101 << " index:" << i << " total size:" << data_size; in DecodeBuffer() 110 MS_LOG(ERROR) << "index over total size" in DecodeBuffer() 111 << " index:" << i << " total size:" << data_size; in DecodeBuffer() 121 MS_LOG(ERROR) << "index over total size" in DecodeBuffer() 122 << " index:" << i << " total size:" << data_size; in DecodeBuffer() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
| D | isalnum.c | 77 int total = 0; in isalnum_0400() local 81 total++; in isalnum_0400() 84 EXPECT_EQ("isalnum_0400", total, COUNT); in isalnum_0400() 94 int total = 0; in isalnum_0500() local 99 total++; in isalnum_0500() 102 EXPECT_EQ("isalnum_0500", total, COUNT_DEFAULT_LOCALE_UTF_8_1_BYTE); in isalnum_0500() 112 int total = 0; in isalnum_0600() local 117 total++; in isalnum_0600() 120 EXPECT_EQ("isalnum_0600", total, COUNT_DEFAULT_LOCALE_UTF_8_2_BYTE); in isalnum_0600() 130 int total = 0; in isalnum_0700() local [all …]
|
| /third_party/pcre2/pcre2/maint/Unicode.tables/ |
| D | ScriptExtensions.txt | 46 # Total code points: 1 60 # Total code points: 18 68 # Total code points: 4 78 # Total code points: 4 102 # Total code points: 238 110 # Total code points: 13 118 # Total code points: 1 126 # Total code points: 1 135 # Total code points: 28 143 # Total code points: 1 [all …]
|
| /third_party/python/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 45 ## if sum < total: 46 ## list.append((total - sum, os.curdir))
|
| D | summarize_stats.py | 33 TOTAL = "specialization.deferred", "specialization.hit", "specialization.miss", "execution_count" variable 38 total = sum(family_stats.get(kind, 0) for kind in TOTAL) 39 if total == 0: 56 … rows.append((f"{label:>12}", f"{family_stats[key]:>12}", f"{100*family_stats[key]/total:0.1f}%")) 206 def emit_execution_counts(opcode_stats, total): argument 225 rows.append((name, count, f"{100*count/total:0.1f}%", 226 f"{100*cumulative/total:0.1f}%", miss)) 242 def emit_specialization_overview(opcode_stats, total): argument 246 ("Basic", basic, f"{basic*100/total:0.1f}%"), 247 ("Not specialized", not_specialized, f"{not_specialized*100/total:0.1f}%"), [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | opus_rc.c | 68 uint32_t total) in opus_rc_dec_update() argument 70 rc->value -= scale * (total - high); in opus_rc_dec_update() 72 : rc->range - scale * (total - high); in opus_rc_dec_update() 92 unsigned int k, scale, total, symbol, low, high; in ff_opus_rc_dec_cdf() local 94 total = *cdf++; in ff_opus_rc_dec_cdf() 96 scale = rc->range / total; in ff_opus_rc_dec_cdf() 98 symbol = total - FFMIN(symbol, total); in ff_opus_rc_dec_cdf() 104 opus_rc_dec_update(rc, scale, low, high, total); in ff_opus_rc_dec_cdf() 184 uint32_t bits, k, scale, total; in ff_opus_rc_dec_uint() local 187 total = (bits > 8) ? ((size - 1) >> (bits - 8)) + 1 : size; in ff_opus_rc_dec_uint() [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/test/api/ |
| D | test-ot-layout.c | 37 unsigned int total = 0; in test_ot_layout_table_get_script_tags() local 43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags() 44 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_script_tags() 58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags() 59 g_assert_cmpuint (1, ==, total); in test_ot_layout_table_get_script_tags() 99 unsigned int total = 0; in test_ot_layout_table_get_feature_tags() local 105 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_feature_tags() 106 g_assert_cmpuint (14, ==, total); in test_ot_layout_table_get_feature_tags() 120 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_feature_tags() 121 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_feature_tags() [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| D | test-ot-layout.c | 37 unsigned int total = 0; in test_ot_layout_table_get_script_tags() local 43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags() 44 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_script_tags() 58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags() 59 g_assert_cmpuint (1, ==, total); in test_ot_layout_table_get_script_tags() 99 unsigned int total = 0; in test_ot_layout_table_get_feature_tags() local 105 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_feature_tags() 106 g_assert_cmpuint (14, ==, total); in test_ot_layout_table_get_feature_tags() 120 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_feature_tags() 121 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_feature_tags() [all …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/ |
| D | add_v2.cc | 43 inline std::uint32_t ParallelForAddV2(CpuKernelContext &ctx, std::int64_t total, std::int64_t per_u… in ParallelForAddV2() argument 45 if (total > kAddV2ParallelNum) in ParallelForAddV2() 46 return aicpu::CpuKernelUtils::ParallelFor(ctx, total, per_unit_size, work); in ParallelForAddV2() 48 work(0, total); in ParallelForAddV2() 53 inline std::uint32_t ParallelForAddV2<std::int64_t>(CpuKernelContext &ctx, std::int64_t total, in ParallelForAddV2() argument 57 if (total > kNumber1 * 1024) in ParallelForAddV2() 58 return aicpu::CpuKernelUtils::ParallelFor(ctx, total, per_unit_size, work); in ParallelForAddV2() 60 work(0, total); in ParallelForAddV2() 65 inline std::uint32_t ParallelForAddV2<std::double_t>(CpuKernelContext &ctx, std::int64_t total, in ParallelForAddV2() argument 69 if (total > kNumber2 * 1024) in ParallelForAddV2() [all …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /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 …]
|