/third_party/typescript/tests/baselines/reference/ |
D | multiline.symbols | 2 export const texts: string[] = []; 3 >texts : Symbol(texts, Decl(a.ts, 0, 12)) 7 texts.push(100); 8 >texts.push : Symbol(Array.push, Decl(lib.d.ts, --, --)) 9 >texts : Symbol(texts, Decl(a.ts, 0, 12)) 14 texts.push(100); 15 >texts.push : Symbol(Array.push, Decl(lib.d.ts, --, --)) 16 >texts : Symbol(texts, Decl(a.ts, 0, 12)) 21 texts.push("100"); 22 >texts.push : Symbol(Array.push, Decl(lib.d.ts, --, --)) [all …]
|
D | multiline.types | 2 export const texts: string[] = []; 3 >texts : string[] 8 texts.push(100); 9 >texts.push(100) : number 10 >texts.push : (...items: string[]) => number 11 >texts : string[] 17 texts.push(100); 18 >texts.push(100) : number 19 >texts.push : (...items: string[]) => number 20 >texts : string[] [all …]
|
D | multiline.js | 4 export const texts: string[] = []; variable 8 texts.push(100); 12 texts.push(100); 16 texts.push("100"); 59 exports.texts = void 0; 60 exports.texts = []; 63 exports.texts.push(100); 66 exports.texts.push(100); 69 exports.texts.push("100");
|
D | multiline.errors.txt | 6 export const texts: string[] = []; 10 texts.push(100); 14 texts.push(100); 20 texts.push("100");
|
/third_party/alsa-lib/src/topology/ |
D | text.c | 29 struct tplg_texts *texts = elem->texts; in parse_text_values() local 49 snd_strlcpy(&texts->items[j][0], value, in parse_text_values() 51 tplg_dbg("\t%s", &texts->items[j][0]); in parse_text_values() 56 texts->num_items = j; in parse_text_values() 98 struct tplg_texts *texts = elem->texts; in tplg_save_text() local 102 if (!texts || texts->num_items == 0) in tplg_save_text() 105 for (i = 0; err >= 0 && i < texts->num_items; i++) in tplg_save_text() 106 err = tplg_save_printf(dst, pfx, "\t'%s'\n", texts->items[i]); in tplg_save_text()
|
D | ctl.c | 203 struct tplg_texts *texts = ref_elem->texts; in copy_enum_texts() local 205 memcpy(ec->texts, texts->items, in copy_enum_texts() 207 ec->items += texts->num_items; in copy_enum_texts() 1090 if (enum_ctl->texts != NULL) { in tplg_add_enum() 1091 struct tplg_elem *texts = tplg_elem_new_common(tplg, NULL, in tplg_add_enum() local 1094 texts->texts->num_items = num_items; in tplg_add_enum() 1096 if (!enum_ctl->texts[i]) in tplg_add_enum() 1098 snd_strlcpy(ec->texts[i], enum_ctl->texts[i], in tplg_add_enum() 1100 snd_strlcpy(texts->texts->items[i], enum_ctl->texts[i], in tplg_add_enum() 1363 et->texts = tplg_calloc(heap, sizeof(char *) * ec->items); in tplg_decode_control_enum1() [all …]
|
/third_party/skia/modules/canvaskit/tests/ |
D | skottie.spec.js | 294 const texts = animation.getTextProps(); constant 295 expect(texts.length).toEqual(1); 296 expect(texts[0].key).toEqual('__text_layer'); 297 expect(texts[0].value.text).toEqual('Foo Bar Baz'); 298 expect(texts[0].value.size).toEqual(100); 316 const texts = animation.getTextProps(); constant 317 expect(texts.length).toEqual(1); 318 expect(texts[0].key).toEqual('__text_layer'); 319 expect(texts[0].value.text).toEqual('baz bar foo'); 320 expect(texts[0].value.size).toEqual(10);
|
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/ |
D | modifies-outfile-js-projects-and-concatenates-them-correctly.js | 235 prepend: (0-84):: ../common/common.js texts:: 1 254 prepend: (0-64):: ../common/common.d.ts texts:: 1 388 prepend: (0-182):: ../sub-project/sub-project.js texts:: 1 416 prepend: (0-199):: ../sub-project/sub-project.d.ts texts:: 1 548 prepend: (0-84):: ../common/common.js texts:: 1 567 prepend: (0-64):: ../common/common.d.ts texts:: 1 683 prepend: (0-187):: ../sub-project/sub-project.js texts:: 1 711 prepend: (0-199):: ../sub-project/sub-project.d.ts texts:: 1
|
/third_party/python/Lib/ |
D | cmd.py | 389 texts = [] 396 texts.append(x) 397 while texts and not texts[-1]: 398 del texts[-1] 399 for col in range(len(texts)): 400 texts[col] = texts[col].ljust(colwidths[col]) 401 self.stdout.write("%s\n"%str(" ".join(texts)))
|
/third_party/typescript/tests/cases/conformance/directives/ |
D | multiline.tsx | 2 export const texts: string[] = []; 6 texts.push(100); 10 texts.push(100); 14 texts.push("100");
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestSelection.java | 93 for (int i = 0; i < texts.length; i++) { in TestConversionUTF16() 94 List<String> result = sel.selectForString(texts[i]); in TestConversionUTF16() 95 … verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16() 148 private String[] texts = { field in TestSelection
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | Makefile.am | 38 perf/texts/en-thelittleprince.txt \ 39 perf/texts/en-words.txt \ 40 perf/texts/fa-monologue.txt \ 41 perf/texts/fa-thelittleprince.txt \
|
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
D | rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js | 447 prepend: (0-110):: ../../../first/bin/first-output.js texts:: 1 458 prepend: (110-395):: ../../../2/second-output.js texts:: 1 486 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 499 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1 960 prepend: (0-144):: ../../../first/bin/first-output.js texts:: 1 973 prepend: (144-429):: ../../../2/second-output.js texts:: 1 1001 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 1014 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1
|
D | clean-projects.js | 395 prepend: (0-110):: ../../../first/bin/first-output.js texts:: 1 406 prepend: (110-395):: ../../../2/second-output.js texts:: 1 434 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 447 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1
|
D | cleans-till-project-specified.js | 395 prepend: (0-110):: ../../../first/bin/first-output.js texts:: 1 406 prepend: (110-395):: ../../../2/second-output.js texts:: 1 434 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 447 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1
|
D | verify-buildInfo-absence-results-in-new-build.js | 392 prepend: (0-110):: ../../../first/bin/first-output.js texts:: 1 403 prepend: (110-395):: ../../../2/second-output.js texts:: 1 431 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 444 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1
|
D | rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js | 395 prepend: (0-110):: ../../../first/bin/first-output.js texts:: 1 406 prepend: (110-395):: ../../../2/second-output.js texts:: 1 434 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 447 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1
|
D | when-input-file-text-does-not-change-but-its-modified-time-changes.js | 447 prepend: (0-110):: ../../../first/bin/first-output.js texts:: 1 458 prepend: (110-395):: ../../../2/second-output.js texts:: 1 486 prepend: (0-157):: ../../../first/bin/first-output.d.ts texts:: 1 499 prepend: (157-257):: ../../../2/second-output.d.ts texts:: 1
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 243 prepend: (0-30):: ../core/index.js texts:: 1 257 prepend: (0-32):: ../core/index.d.ts texts:: 1 525 prepend: (0-63):: ../core/index.js texts:: 1 540 prepend: (0-67):: ../core/index.d.ts texts:: 1 786 prepend: (0-64):: ../core/index.js texts:: 1 801 prepend: (0-67):: ../core/index.d.ts texts:: 1
|
/third_party/icu/icu4c/source/data/translit/ |
D | sat_Olck_sat_FONIPA.txt | 37 # ᱵᱽ /b/, ᱫᱽ /d/, ᱡᱽ /d\u0361ʒ/, and ᱜᱽ /ɡ/. In online texts, however, 44 # ejective, not glottal). In online texts, however, we have frequently 47 # Some online texts use a decomposed form of U+1C7A MU-GAAHLAA TTUDDAG. 59 # Some online texts use U+1C7C PHAARKAA instead of U+1C7B RELAA for indicating
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | sat_Olck_sat_FONIPA.txt | 37 # ᱵᱽ /b/, ᱫᱽ /d/, ᱡᱽ /d\u0361ʒ/, and ᱜᱽ /ɡ/. In online texts, however, 44 # ejective, not glottal). In online texts, however, we have frequently 47 # Some online texts use a decomposed form of U+1C7A MU-GAAHLAA TTUDDAG. 59 # Some online texts use U+1C7C PHAARKAA instead of U+1C7B RELAA for indicating
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | helpers.ts | 173 else if (section.texts.length > 0) { 174 Debug.assert(section.pos === first(section.texts).pos); 175 Debug.assert(section.end === last(section.texts).end); 176 for (const text of section.texts) { 196 …: ""}${section.kind === BundleFileSectionKind.Prepend ? " texts:: " + section.texts.length : ""}`); 624 const texts: string[] = [text]; constant 627 texts.push(""); 628 texts.push(`Change:: ${incrementalScenario.subScenario}`); 629 texts.push(sys.baseLine().text); 631 return { file, text: texts.join("\r\n") };
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 457 texts = list(canvas.find(tk.ALL)) 460 for text in texts 488 texts = list(canvas.find(tk.ALL)) 489 texts.sort(key=lambda text: canvas.bbox(text)[1]) 490 return [canvas.bbox(text)[1] for text in texts] 642 texts = list(canvas.find(tk.ALL)) 643 fonts = {canvas.itemcget(text, 'font') for text in texts} 672 texts = list(canvas.find(tk.ALL)) 673 fgs = {canvas.itemcget(text, 'fill') for text in texts}
|
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …f you want to refer to any of my texts, please use a hyperlink to my original and not a copy. I up…
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …f you want to refer to any of my texts, please use a hyperlink to my original and not a copy. I up…
|