Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 262) sorted by relevance

1234567891011

/third_party/rust/crates/syn/tests/
Dtest_item.rs12 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_attr() localVariable
53 let tokens = quote! { in test_negative_impl() localVariable
66 let tokens = quote! { in test_negative_impl() localVariable
78 let tokens = quote! { in test_negative_impl() localVariable
111 let tokens = quote! { in test_negative_impl() localVariable
125 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_impl() localVariable
168 let tokens = quote!(trait Trait where {}); in test_supertraits() localVariable
180 let tokens = quote!(trait Trait: where {}); in test_supertraits() localVariable
193 let tokens = quote!(trait Trait: Sized where {}); in test_supertraits() localVariable
219 let tokens = quote!(trait Trait: Sized + where {}); in test_supertraits() localVariable
[all …]
Dtest_ty.rs22 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_type() localVariable
56 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_type() localVariable
96 let tokens = TokenStream::from_iter(vec![ in test_group_angle_brackets() localVariable
148 let tokens = TokenStream::from_iter(vec![ in test_group_colons() localVariable
185 let tokens = TokenStream::from_iter(vec![ in test_group_colons() localVariable
224 let tokens = quote!(dyn for<'a> Trait<'a> + 'static); in test_trait_object() localVariable
262 let tokens = quote!(dyn 'a + Trait); in test_trait_object() localVariable
293 let tokens = quote!(impl Trait +); in test_trailing_plus() localVariable
313 let tokens = quote!(dyn Trait +); in test_trailing_plus() localVariable
334 let tokens = quote!(Trait +); in test_trailing_plus() localVariable
Dtest_expr.rs11 let tokens = quote!(..100u32); in test_expr_parse() localVariable
21 let tokens = quote!(..100u32); in test_expr_parse() localVariable
35 let tokens = quote!(fut.await); in test_await() localVariable
104 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_func() localVariable
126 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_func() localVariable
182 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_macro() localVariable
209 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_struct() localVariable
231 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_match_arm() localVariable
288 let tokens = quote!(|| .. .method()); in test_closure_vs_rangefull() localVariable
Dtest_generics.rs129 let tokens = quote!('a); in test_ty_param_bound() localVariable
136 let tokens = quote!('_); in test_ty_param_bound() localVariable
143 let tokens = quote!(Debug); in test_ty_param_bound() localVariable
158 let tokens = quote!(?Sized); in test_ty_param_bound() localVariable
Dtest_path.rs12 let tokens = TokenStream::from_iter(vec![ in parse_interpolated_leading_component() localVariable
109 let tokens = quote!(FnOnce::() -> !); in parse_parenthesized_path_arguments_with_disambiguator() localVariable
Dtest_stmt.rs54 let tokens = TokenStream::from_iter(vec![TokenTree::Group(Group::new( in test_none_group() localVariable
81 let tokens = quote! { in test_let_dot_dot() localVariable
Dtest_grouping.rs10 let tokens: TokenStream = TokenStream::from_iter(vec![ in test_grouping() localVariable
/third_party/rust/crates/quote/tests/
Dtest.rs24 let tokens = quote! { in test_quote_impl() localVariable
46 let tokens = quote_spanned! {span=> in test_quote_spanned_impl() localVariable
68 let tokens = quote!(#x <#x> (#x) [#x] {#x}); in test_substitution() localVariable
121 let tokens = quote! { in test_advanced() localVariable
177 let tokens = quote! { in test_integer() localVariable
193 let tokens = quote! { in test_floating() localVariable
210 let tokens = quote! { in test_char() localVariable
220 let tokens = quote!(#s); in test_str() localVariable
228 let tokens = quote!(#s); in test_string() localVariable
241 let tokens = m!(1); in test_interpolated_literal() localVariable
[all …]
/third_party/rust/crates/syn/tests/regression/
Dissue1235.rs8 let tokens = quote! { in main() localVariable
20 let tokens = quote!(pub #inner;); in main() localVariable
29 let tokens = quote!(pub #inner;); in main() localVariable
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c36 const struct tgsi_token *tokens ) in tgsi_parse_init()
279 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens()
305 tgsi_free_tokens(const struct tgsi_token *tokens) in tgsi_free_tokens()
312 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens()
327 tgsi_get_processor_type(const struct tgsi_token *tokens) in tgsi_get_processor_type()
Dtgsi_iterate.c33 const struct tgsi_token *tokens, in tgsi_iterate_shader()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c38 nv30_fp(int chipset, struct tgsi_token tokens[], in nv30_fp()
51 nv30_vp(int chipset, struct tgsi_token tokens[], in nv30_vp()
65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], in nv30_codegen()
105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], in nouveau_codegen()
142 struct tgsi_token tokens[4096]; in main() local
/third_party/rust/crates/syn/benches/
Dfile.rs38 let tokens = get_tokens(); in baseline() localVariable
44 let tokens = get_tokens(); in create_token_buffer() localVariable
53 let tokens = get_tokens(); in parse_file() localVariable
/third_party/nghttp2/
Dgentokenlookup.py26 def gen_enum(tokens, prefix): argument
36 def gen_index_header(tokens, prefix, value_type, comp_fun, return_type, fail_value): argument
66 def gentokenlookup(tokens, prefix, value_type='uint8_t', comp_fun='util::streq_l', return_type='int… argument
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-token.md11 ### Synopsis
18 ### Description
/third_party/mesa3d/src/gallium/targets/graw-null/
Dgraw_util.c19 struct tgsi_token tokens[1024]; in graw_parse_geometry_shader() local
34 struct tgsi_token tokens[1024]; in graw_parse_vertex_shader() local
49 struct tgsi_token tokens[1024]; in graw_parse_fragment_shader() local
/third_party/typescript/tests/baselines/reference/
DundefinedSymbolReferencedInArrayLiteral1.js2 var tokens = [{ startIndex: deltaOffset }]; variable
12 var tokens = [{ startIndex: deltaOffset }]; variable
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c386 struct tgsi_token tokens[1024]; in si_create_query_result_cs() local
425 struct tgsi_token tokens[1024]; in si_clear_render_target_shader() local
460 struct tgsi_token tokens[1024]; in si_clear_render_target_shader_1d_array() local
492 struct tgsi_token tokens[1024]; in si_clear_12bytes_buffer_shader() local
777 struct tgsi_token tokens[1024]; in gfx10_create_sh_query_result_cs() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetsubopt.c28 char *tokens[] = {"getsubopt", "test", NULL}; in getsubopt_0100() local
44 char *tokens[] = {"getsubopt", "test", NULL}; in getsubopt_0200() local
/third_party/flutter/skia/src/sksl/
DSkSLCPPUniformCTypes.cpp20 static String eval_template(const String& format, const std::vector<String>& tokens, in eval_template()
90 std::vector<String> tokens = { "newVar", "oldVar" }; in dirtyExpression() local
100 std::vector<String> tokens = { "newVar", "oldVar" }; in saveState() local
110 std::vector<String> tokens = { "pdman", "uniform", "var" }; in setUniform() local
/third_party/parse5/scripts/generate-parser-feedback-test/
Dindex.ts24 const tokens: HtmlLibToken[] = []; constant
48 const lastToken = tokens[tokens.length - 1]; constant
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dparsehelper.c66 TokenizeHelper(char* str, char** tokens, int num_tokens, int max_token_len) in TokenizeHelper()
177 char** tokens; in SDLVisualTest_Tokenize() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c289 struct i915_token_list *tokens) in liveness_analysis()
396 struct i915_token_list *tokens, int index) in i915_fpc_optimize_mov_before_tex()
589 struct i915_token_list *tokens, in i915_fpc_optimize_useless_mov_after_inst()
620 i915_optimize(const struct tgsi_token *tokens) in i915_optimize()
677 i915_optimize_free(struct i915_token_list *tokens) in i915_optimize_free()
/third_party/rust/crates/proc-macro2/tests/
Dtest.rs228 let tokens = TokenStream::from(TokenTree::Literal(negative_literal)); in literal_iter_negative() localVariable
576 let tokens = "a b (c d) e".parse::<TokenStream>().unwrap(); in tokenstream_size_hint() localVariable
584 let mut tokens = "tuple.0.0".parse::<TokenStream>().unwrap().into_iter(); in tuple_indexing() localVariable
661 let tokens = string.parse::<TokenStream>().unwrap(); in byte_order_mark() localVariable
/third_party/typescript/tests/cases/compiler/
DundefinedSymbolReferencedInArrayLiteral1.ts1 var tokens = [{ startIndex: deltaOffset }]; variable

1234567891011