| /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/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/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/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/libsnd/src/ |
| D | pcm.c | 665 sf_count_t total = 0 ; in pcm_read_sc2s() local 673 sc2s_array (ubuf.scbuf, readcount, ptr + total) ; in pcm_read_sc2s() 674 total += readcount ; in pcm_read_sc2s() 680 return total ; in pcm_read_sc2s() 687 sf_count_t total = 0 ; in pcm_read_uc2s() local 695 uc2s_array (ubuf.ucbuf, readcount, ptr + total) ; in pcm_read_uc2s() 696 total += readcount ; in pcm_read_uc2s() 702 return total ; in pcm_read_uc2s() 707 { int total ; in pcm_read_bes2s() local 709 total = (int) psf_fread (ptr, sizeof (short), len, psf) ; in pcm_read_bes2s() [all …]
|
| D | float32.c | 516 sf_count_t total = 0 ; in host_read_f2s() local 532 convert (ubuf.fbuf, readcount, ptr + total, scale) ; in host_read_f2s() 533 total += readcount ; in host_read_f2s() 539 return total ; in host_read_f2s() 547 sf_count_t total = 0 ; in host_read_f2i() local 562 convert (ubuf.fbuf, readcount, ptr + total, scale) ; in host_read_f2i() 563 total += readcount ; in host_read_f2i() 569 return total ; in host_read_f2i() 576 sf_count_t total = 0 ; in host_read_f() local 588 endswap_int_copy ((int*) (ptr + total), ubuf.ibuf, readcount) ; in host_read_f() [all …]
|
| D | double64.c | 565 sf_count_t total = 0 ; in host_read_d2s() local 580 convert (ubuf.dbuf, readcount, ptr + total, scale) ; in host_read_d2s() 581 total += readcount ; in host_read_d2s() 587 return total ; in host_read_d2s() 595 sf_count_t total = 0 ; in host_read_d2i() local 610 convert (ubuf.dbuf, readcount, ptr + total, scale) ; in host_read_d2i() 611 total += readcount ; in host_read_d2i() 617 return total ; in host_read_d2i() 624 sf_count_t total = 0 ; in host_read_d2f() local 636 d2f_array (ubuf.dbuf, readcount, ptr + total) ; in host_read_d2f() [all …]
|
| D | vox_adpcm.c | 154 sf_count_t total = 0 ; in vox_read_s() local 165 total += count ; in vox_read_s() 171 return total ; in vox_read_s() 180 sf_count_t total = 0 ; in vox_read_i() local 192 ptr [total + k] = arith_shift_left (sptr [k], 16) ; in vox_read_i() 193 total += count ; in vox_read_i() 199 return total ; in vox_read_i() 208 sf_count_t total = 0 ; in vox_read_f() local 223 ptr [total + k] = normfact * (float) (sptr [k]) ; in vox_read_f() 224 total += count ; in vox_read_f() [all …]
|
| D | xi.c | 221 int total, bufferlen, len ; in dpcm_seek() local 251 { total = offset ; in dpcm_seek() 253 while (total > 0) in dpcm_seek() 254 { len = (total > bufferlen) ? bufferlen : total ; in dpcm_seek() 255 total -= (int) dpcm_read_dles2s (psf, ubuf.sbuf, len) ; in dpcm_seek() 259 { total = offset ; in dpcm_seek() 261 while (total > 0) in dpcm_seek() 262 { len = (total > bufferlen) ? bufferlen : total ; in dpcm_seek() 263 total -= (int) dpcm_read_dsc2s (psf, ubuf.sbuf, len) ; in dpcm_seek() 509 sf_count_t total = 0 ; in dpcm_read_dsc2s() local [all …]
|
| D | gsm610.c | 242 { int count, total = 0, indx = 0 ; in gsm610_read_block() local 247 return total ; in gsm610_read_block() 259 total = indx ; in gsm610_read_block() 262 return total ; in gsm610_read_block() 269 sf_count_t total = 0 ; in gsm610_read_s() local 280 total += count ; in gsm610_read_s() 287 return total ; in gsm610_read_s() 296 sf_count_t total = 0 ; in gsm610_read_i() local 308 ptr [total + k] = arith_shift_left (sptr [k], 16) ; in gsm610_read_i() 310 total += count ; in gsm610_read_i() [all …]
|
| D | g72x.c | 204 { int count, total = 0, indx = 0 ; in g72x_read_block() local 209 return total ; in g72x_read_block() 221 total = indx ; in g72x_read_block() 224 return total ; in g72x_read_block() 231 sf_count_t total = 0 ; in g72x_read_s() local 242 total += count ; in g72x_read_s() 249 return total ; in g72x_read_s() 258 sf_count_t total = 0 ; in g72x_read_i() local 271 ptr [total + k] = arith_shift_left (sptr [k], 16) ; in g72x_read_i() 273 total += count ; in g72x_read_i() [all …]
|
| D | paf.c | 515 { int count, total = 0 ; in paf24_read() local 517 while (total < len) in paf24_read() 519 { memset (&(ptr [total]), 0, (len - total) * sizeof (int)) ; in paf24_read() 520 return total ; in paf24_read() 527 count = (len - total > count) ? count : len - total ; in paf24_read() 529 …memcpy (&(ptr [total]), &(ppaf24->samples [ppaf24->read_count * ppaf24->channels]), count * sizeof… in paf24_read() 530 total += count ; in paf24_read() 534 return total ; in paf24_read() 543 sf_count_t total = 0 ; in paf24_read_s() local 555 ptr [total + k] = iptr [k] >> 16 ; in paf24_read_s() [all …]
|
| /third_party/glib/patch/ |
| D | backport-regex-Perform-more-tests-both-with-and-without-optimizations.patch | 19 - path = g_strdup_printf ("/regex/match-%s/%d", _name, ++total); \ 20 + total++; \ 22 + path = g_strdup_printf ("/regex/match-%s-optimized/%d", _name, total); \ 24 + path = g_strdup_printf ("/regex/match-%s/%d", _name, total); \ 31 + path = g_strdup_printf ("/regex/match-%s/%d", _name, total); \ 36 + path = g_strdup_printf ("/regex/match-%s-optimized/%d", _name, total); \ 45 - path = g_strdup_printf ("/regex/match/%d", ++total); \ 46 + total++; \ 48 + path = g_strdup_printf ("/regex/match-optimized/%d", total); \ 50 + path = g_strdup_printf ("/regex/match/%d", total); \ [all …]
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_query.c | 42 {"QPU", "QPU-total-idle-clk-cycles", "[QPU] Total idle clock cycles for all QPUs"}, 43 …{"QPU", "QPU-total-active-clk-cycles-vertex-coord-shading", "[QPU] Total active clock cycles for a… 44 …{"QPU", "QPU-total-active-clk-cycles-fragment-shading", "[QPU] Total active clock cycles for all Q… 45 …{"QPU", "QPU-total-clk-cycles-executing-valid-instr", "[QPU] Total clock cycles for all QPUs execu… 46 …{"QPU", "QPU-total-clk-cycles-waiting-TMU", "[QPU] Total clock cycles for all QPUs stalled waiting… 47 …{"QPU", "QPU-total-clk-cycles-waiting-scoreboard", "[QPU] Total clock cycles for all QPUs stalled … 48 …{"QPU", "QPU-total-clk-cycles-waiting-varyings", "[QPU] Total clock cycles for all QPUs stalled wa… 49 {"QPU", "QPU-total-instr-cache-hit", "[QPU] Total instruction cache hits for all slices"}, 50 {"QPU", "QPU-total-instr-cache-miss", "[QPU] Total instruction cache misses for all slices"}, 51 {"QPU", "QPU-total-uniform-cache-hit", "[QPU] Total uniforms cache hits for all slices"}, [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 | 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 …]
|
| 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))
|
| /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/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/mesa3d/src/gallium/drivers/v3d/ |
| D | v3d_query_perfcnt.c | 54 "QPU-total-idle-clk-cycles", 55 "QPU-total-active-clk-cycles-vertex-coord-shading", 56 "QPU-total-active-clk-cycles-fragment-shading", 57 "QPU-total-clk-cycles-executing-valid-instr", 58 "QPU-total-clk-cycles-waiting-TMU", 59 "QPU-total-clk-cycles-waiting-scoreboard", 60 "QPU-total-clk-cycles-waiting-varyings", 61 "QPU-total-instr-cache-hit", 62 "QPU-total-instr-cache-miss", 63 "QPU-total-uniform-cache-hit", [all …]
|