/third_party/spirv-tools/utils/vscode/src/parser/ |
D | parser.go | 173 toks []*Token // all the lexed tokens member 239 l.toks = append(l.toks, tok) 279 l.toks = append(l.toks, tok) 296 l.toks = append(l.toks, tok) 315 l.toks = append(l.toks, tok) 335 l.toks = append(l.toks, tok) 350 l.toks = append(l.toks, tok) 391 return l.toks, l.diags, nil 400 toks []*Token // all tokens member 409 for i := 0; i < len(p.toks); {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 173 toks []*Token // all the lexed tokens member 239 l.toks = append(l.toks, tok) 279 l.toks = append(l.toks, tok) 296 l.toks = append(l.toks, tok) 315 l.toks = append(l.toks, tok) 335 l.toks = append(l.toks, tok) 350 l.toks = append(l.toks, tok) 391 return l.toks, l.diags, nil 400 toks []*Token // all tokens member 409 for i := 0; i < len(p.toks); {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
D | parser.go | 173 toks []*Token // all the lexed tokens member 239 l.toks = append(l.toks, tok) 279 l.toks = append(l.toks, tok) 296 l.toks = append(l.toks, tok) 315 l.toks = append(l.toks, tok) 335 l.toks = append(l.toks, tok) 350 l.toks = append(l.toks, tok) 391 return l.toks, l.diags, nil 400 toks []*Token // all tokens member 409 for i := 0; i < len(p.toks); {
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_cmdline.c | 103 struct tgsi_token toks[65536]; in main() local 150 if (!tgsi_text_translate(ptr, toks, ARRAY_SIZE(toks))) in main() 153 tgsi_parse_init(&parse, toks); in main() 156 s.tokens = toks; in main()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
D | deqp.go | 402 toks := deqpRE.FindStringSubmatch(out) 403 if len(toks) < 3 { 409 switch toks[1] { 420 if toks[2] != "Fail" { 421 err = toks[2] 426 if toks[2] != "InternalError" { 427 err = toks[2]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 377 struct tgsi_token toks[65536]; in main() local 390 if (!tgsi_text_translate(ptr, toks, ARRAY_SIZE(toks))) in main() 394 tgsi_dump(toks, 0); in main() 396 nir = tgsi_to_nir_noscreen(toks, nir_options); in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 115 struct tgsi_token toks[32]; in assemble_tgsi() local 117 .tokens = toks, in assemble_tgsi() 120 bool ret = tgsi_text_translate(src, toks, ARRAY_SIZE(toks)); in assemble_tgsi()
|
/third_party/ffmpeg/libavcodec/ |
D | truemotion2.c | 288 int len, toks, pos; in tm2_read_stream() local 310 toks = bytestream2_get_be32(&gb); in tm2_read_stream() 311 if (toks & 1) { in tm2_read_stream() 342 toks >>= 1; in tm2_read_stream() 344 if ((toks < 0) || (toks > 0xFFFFFF)) { in tm2_read_stream() 345 av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks); in tm2_read_stream() 349 ret = av_reallocp_array(&ctx->tokens[stream_id], toks, sizeof(int)); in tm2_read_stream() 354 ctx->tok_lens[stream_id] = toks; in tm2_read_stream() 363 for (i = 0; i < toks; i++) { in tm2_read_stream() 365 av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks); in tm2_read_stream() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
D | langsvr.go | 111 toks := f.res.Tokens 113 i := sort.Search(len(toks), func(i int) bool { return p.LessThan(toks[i].Range.End) }) 114 if i == len(toks) { 117 if toks[i].Range.Contains(p) { 118 return toks[i]
|
/third_party/spirv-tools/utils/vscode/src/ |
D | langsvr.go | 111 toks := f.res.Tokens 113 i := sort.Search(len(toks), func(i int) bool { return p.LessThan(toks[i].Range.End) }) 114 if i == len(toks) { 117 if toks[i].Range.Contains(p) { 118 return toks[i]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 111 toks := f.res.Tokens 113 i := sort.Search(len(toks), func(i int) bool { return p.LessThan(toks[i].Range.End) }) 114 if i == len(toks) { 117 if toks[i].Range.Contains(p) { 118 return toks[i]
|
/third_party/selinux/libselinux/src/ |
D | avc.c | 598 static unsigned long toks = 10 * 5 * HZ; 605 toks += now - last_msg; 607 if (toks > AVC_MSG_BURST) 608 toks = AVC_MSG_BURST; 609 if (toks >= AVC_MSG_COST) { 612 toks -= AVC_MSG_COST;
|
/third_party/typescript/tests/baselines/reference/user/ |
D | acorn.log | 41 node_modules/acorn/acorn-loose/dist/acorn-loose.js(296,10): error TS2339: Property 'toks' does not … 54 node_modules/acorn/acorn-loose/dist/acorn-loose.js(636,10): error TS2339: Property 'toks' does not … 63 node_modules/acorn/acorn-loose/dist/acorn-loose.js(1298,10): error TS2339: Property 'toks' does not… 71 node_modules/acorn/acorn-loose/dist/acorn-loose.js(1317,12): error TS2339: Property 'toks' does not… 1055 node_modules/acorn/dist/acorn_loose.es.js(308,8): error TS2339: Property 'toks' does not exist on t… 1069 node_modules/acorn/dist/acorn_loose.es.js(653,8): error TS2339: Property 'toks' does not exist on t… 1077 node_modules/acorn/dist/acorn_loose.es.js(1321,8): error TS2339: Property 'toks' does not exist on … 1085 node_modules/acorn/dist/acorn_loose.es.js(1340,10): error TS2339: Property 'toks' does not exist on… 1130 node_modules/acorn/dist/acorn_loose.js(312,8): error TS2339: Property 'toks' does not exist on type… 1144 node_modules/acorn/dist/acorn_loose.js(657,8): error TS2339: Property 'toks' does not exist on type… [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 174 const struct tgsi_token *toks = ureg_get_tokens(ureg, NULL); in nine_ureg_tgsi_dump() local 175 tgsi_dump(toks, 0); in nine_ureg_tgsi_dump() 176 ureg_free_tokens(toks); in nine_ureg_tgsi_dump()
|
D | nine_shader.c | 4141 const struct tgsi_token *toks = ureg_get_tokens(tx->ureg, NULL); in nine_translate_shader() local 4142 tgsi_dump(toks, 0); in nine_translate_shader() 4143 ureg_free_tokens(toks); in nine_translate_shader()
|
/third_party/gettext/build-aux/ |
D | texinfo.tex | 5565 % \the<toks register> to achieve this: TeX expands \the<toks> only once, 5566 % simply yielding the contents of <toks register>. (We also do this for 7538 % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the 7580 {\noexpand\noexpand\noexpand\the\toks\the\paramno}% 7677 % value into a new token list register \toks#N 7734 \def\texinonouternewtoks{\alloc@ 5\toks \toksdef \@cclvi}
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | texinfo.tex | 5488 % \the<toks register> to achieve this: TeX expands \the<toks> only once, 5489 % simply yielding the contents of <toks register>. (We also do this for 7446 % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the 7489 {\noexpand\noexpand\noexpand\the\toks\the\paramno}% 7586 % value into a new token list register \toks#N 7643 \def\texinonouternewtoks{\alloc@ 5\toks \toksdef \@cclvi}
|
/third_party/libffi/doc/ |
D | texinfo.tex | 6333 % \the<toks register> to achieve this: TeX expands \the<toks> only once, 6334 % simply yielding the contents of <toks register>. (We also do this for 8362 % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the 8386 {\noexpand\noexpand\noexpand\the\toks\the\paramno}% 8472 % value into a new token list register \toks#N
|
/third_party/e2fsprogs/lib/et/ |
D | texinfo.tex | 4189 % \the<toks register> to achieve this: TeX expands \the<toks> only once, 4190 % simply yielding the contents of <toks register>. (We also do this for
|
/third_party/e2fsprogs/doc/ |
D | texinfo.tex | 4189 % \the<toks register> to achieve this: TeX expands \the<toks> only once, 4190 % simply yielding the contents of <toks register>. (We also do this for
|
/third_party/node/tools/ |
D | lint-md.mjs | 3131 const toks = state.tokens.slice(brace.tokensIndex); constant 3135 for (const t of toks) {
|