/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
D | test_item.rs | 13 let tokens = TokenStream::from_iter([ in test_macro_variable_attr() localVariable 54 let tokens = quote! { in test_negative_impl() localVariable 67 let tokens = quote! { in test_negative_impl() localVariable 79 let tokens = quote! { in test_negative_impl() localVariable 110 let tokens = quote! { in test_negative_impl() localVariable 124 let tokens = TokenStream::from_iter([ in test_macro_variable_impl() localVariable 165 let tokens = quote!(trait Trait where {}); in test_supertraits() localVariable 177 let tokens = quote!(trait Trait: where {}); in test_supertraits() localVariable 190 let tokens = quote!(trait Trait: Sized where {}); in test_supertraits() localVariable 214 let tokens = quote!(trait Trait: Sized + where {}); in test_supertraits() localVariable [all …]
|
D | test_ty.rs | 24 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable 57 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable 96 let tokens = TokenStream::from_iter([ in test_group_angle_brackets() localVariable 147 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable 183 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable 220 let tokens = quote!(dyn for<'a> Trait<'a> + 'static); in test_trait_object() localVariable 258 let tokens = quote!(dyn 'a + Trait); in test_trait_object() localVariable 288 let tokens = quote!(impl Trait +); in test_trailing_plus() localVariable 307 let tokens = quote!(dyn Trait +); in test_trailing_plus() localVariable 327 let tokens = quote!(Trait +); in test_trailing_plus() localVariable [all …]
|
D | test_expr.rs | 19 let tokens = quote!(..100u32); in test_expr_parse() localVariable 29 let tokens = quote!(..100u32); in test_expr_parse() localVariable 43 let tokens = quote!(fut.await); in test_await() localVariable 111 let tokens = quote!(#path()); in test_macro_variable_func() localVariable 130 let tokens = quote!(#[outside] #path()); in test_macro_variable_func() localVariable 177 let tokens = quote!(#mac!()); in test_macro_variable_macro() localVariable 200 let tokens = quote!(#s {}); in test_macro_variable_struct() localVariable 219 let tokens = quote!(#inner.method()); in test_macro_variable_unary() localVariable 244 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable 281 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable [all …]
|
D | test_stmt.rs | 73 let tokens = TokenStream::from_iter([TokenTree::Group(Group::new( in test_none_group() localVariable 98 let tokens = Group::new(Delimiter::None, quote!(let None = None)).to_token_stream(); in test_none_group() localVariable 127 let tokens = quote! { in test_let_dot_dot() localVariable 145 let tokens = quote! { in test_let_else() localVariable 196 let tokens = quote! { in test_macros() localVariable 282 let tokens = quote! { in test_early_parse_loop() localVariable 306 let tokens = quote! { in test_early_parse_loop() localVariable
|
/external/rust/android-crates-io/crates/syn/tests/ |
D | test_item.rs | 17 let tokens = TokenStream::from_iter([ in test_macro_variable_attr() localVariable 58 let tokens = quote! { in test_negative_impl() localVariable 71 let tokens = quote! { in test_negative_impl() localVariable 83 let tokens = quote! { in test_negative_impl() localVariable 114 let tokens = quote! { in test_negative_impl() localVariable 128 let tokens = TokenStream::from_iter([ in test_macro_variable_impl() localVariable 169 let tokens = quote!(trait Trait where {}); in test_supertraits() localVariable 181 let tokens = quote!(trait Trait: where {}); in test_supertraits() localVariable 194 let tokens = quote!(trait Trait: Sized where {}); in test_supertraits() localVariable 218 let tokens = quote!(trait Trait: Sized + where {}); in test_supertraits() localVariable [all …]
|
D | test_ty.rs | 28 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable 61 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable 100 let tokens = TokenStream::from_iter([ in test_group_angle_brackets() localVariable 151 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable 187 let tokens = TokenStream::from_iter([ 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 292 let tokens = quote!(impl Trait +); in test_trailing_plus() localVariable 311 let tokens = quote!(dyn Trait +); in test_trailing_plus() localVariable 331 let tokens = quote!(Trait +); in test_trailing_plus() localVariable [all …]
|
D | test_expr.rs | 38 let tokens = quote!(..100u32); in test_expr_parse() localVariable 48 let tokens = quote!(..100u32); in test_expr_parse() localVariable 62 let tokens = quote!(fut.await); in test_await() localVariable 130 let tokens = quote!(#path()); in test_macro_variable_func() localVariable 149 let tokens = quote!(#[outside] #path()); in test_macro_variable_func() localVariable 196 let tokens = quote!(#mac!()); in test_macro_variable_macro() localVariable 219 let tokens = quote!(#s {}); in test_macro_variable_struct() localVariable 238 let tokens = quote!(#inner.method()); in test_macro_variable_unary() localVariable 263 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable 300 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable [all …]
|
D | test_stmt.rs | 74 let tokens = TokenStream::from_iter([TokenTree::Group(Group::new( in test_none_group() localVariable 99 let tokens = Group::new(Delimiter::None, quote!(let None = None)).to_token_stream(); in test_none_group() localVariable 128 let tokens = quote! { in test_let_dot_dot() localVariable 146 let tokens = quote! { in test_let_else() localVariable 197 let tokens = quote! { in test_macros() localVariable 283 let tokens = quote! { in test_early_parse_loop() localVariable 307 let tokens = quote! { in test_early_parse_loop() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
D | test_item.rs | 13 let tokens = TokenStream::from_iter([ in test_macro_variable_attr() localVariable 54 let tokens = quote! { in test_negative_impl() localVariable 67 let tokens = quote! { in test_negative_impl() localVariable 79 let tokens = quote! { in test_negative_impl() localVariable 110 let tokens = quote! { in test_negative_impl() localVariable 124 let tokens = TokenStream::from_iter([ in test_macro_variable_impl() localVariable 165 let tokens = quote!(trait Trait where {}); in test_supertraits() localVariable 177 let tokens = quote!(trait Trait: where {}); in test_supertraits() localVariable 190 let tokens = quote!(trait Trait: Sized where {}); in test_supertraits() localVariable 214 let tokens = quote!(trait Trait: Sized + where {}); in test_supertraits() localVariable [all …]
|
D | test_ty.rs | 24 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable 57 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable 96 let tokens = TokenStream::from_iter([ in test_group_angle_brackets() localVariable 147 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable 183 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable 220 let tokens = quote!(dyn for<'a> Trait<'a> + 'static); in test_trait_object() localVariable 258 let tokens = quote!(dyn 'a + Trait); in test_trait_object() localVariable 288 let tokens = quote!(impl Trait +); in test_trailing_plus() localVariable 307 let tokens = quote!(dyn Trait +); in test_trailing_plus() localVariable 327 let tokens = quote!(Trait +); in test_trailing_plus() localVariable [all …]
|
D | test_expr.rs | 19 let tokens = quote!(..100u32); in test_expr_parse() localVariable 29 let tokens = quote!(..100u32); in test_expr_parse() localVariable 43 let tokens = quote!(fut.await); in test_await() localVariable 111 let tokens = quote!(#path()); in test_macro_variable_func() localVariable 130 let tokens = quote!(#[outside] #path()); in test_macro_variable_func() localVariable 177 let tokens = quote!(#mac!()); in test_macro_variable_macro() localVariable 200 let tokens = quote!(#s {}); in test_macro_variable_struct() localVariable 219 let tokens = quote!(#inner.method()); in test_macro_variable_unary() localVariable 244 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable 281 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable [all …]
|
D | test_stmt.rs | 73 let tokens = TokenStream::from_iter([TokenTree::Group(Group::new( in test_none_group() localVariable 98 let tokens = Group::new(Delimiter::None, quote!(let None = None)).to_token_stream(); in test_none_group() localVariable 127 let tokens = quote! { in test_let_dot_dot() localVariable 145 let tokens = quote! { in test_let_else() localVariable 196 let tokens = quote! { in test_macros() localVariable 282 let tokens = quote! { in test_early_parse_loop() localVariable 306 let tokens = quote! { in test_early_parse_loop() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/quote-1.0.37/tests/ |
D | test.rs | 27 let tokens = quote! { in test_quote_impl() localVariable 49 let tokens = quote_spanned! {span=> in test_quote_spanned_impl() localVariable 71 let tokens = quote!(#x <#x> (#x) [#x] {#x}); in test_substitution() localVariable 124 let tokens = quote! { in test_advanced() localVariable 180 let tokens = quote! { in test_integer() localVariable 196 let tokens = quote! { in test_floating() localVariable 213 let tokens = quote! { in test_char() localVariable 223 let tokens = quote!(#s); in test_str() localVariable 231 let tokens = quote!(#s); in test_string() localVariable 239 let tokens = quote!(#s); in test_c_str() localVariable [all …]
|
/external/rust/android-crates-io/crates/quote/tests/ |
D | test.rs | 27 let tokens = quote! { in test_quote_impl() localVariable 49 let tokens = quote_spanned! {span=> in test_quote_spanned_impl() localVariable 71 let tokens = quote!(#x <#x> (#x) [#x] {#x}); in test_substitution() localVariable 127 let tokens = quote! { in test_advanced() localVariable 183 let tokens = quote! { in test_integer() localVariable 199 let tokens = quote! { in test_floating() localVariable 216 let tokens = quote! { in test_char() localVariable 226 let tokens = quote!(#s); in test_str() localVariable 234 let tokens = quote!(#s); in test_string() localVariable 242 let tokens = quote!(#s); in test_c_str() localVariable [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/quote-1.0.37/tests/ |
D | test.rs | 27 let tokens = quote! { in test_quote_impl() localVariable 49 let tokens = quote_spanned! {span=> in test_quote_spanned_impl() localVariable 71 let tokens = quote!(#x <#x> (#x) [#x] {#x}); in test_substitution() localVariable 124 let tokens = quote! { in test_advanced() localVariable 180 let tokens = quote! { in test_integer() localVariable 196 let tokens = quote! { in test_floating() localVariable 213 let tokens = quote! { in test_char() localVariable 223 let tokens = quote!(#s); in test_str() localVariable 231 let tokens = quote!(#s); in test_string() localVariable 239 let tokens = quote!(#s); in test_c_str() localVariable [all …]
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestTokenRewriteStream.java | 53 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertBeforeIndex0() local 68 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertAfterLastIndex() local 83 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2InsertBeforeAfterMiddleIndex() local 100 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceIndex0() local 116 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceLastIndex() local 132 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceMiddleIndex() local 153 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop() local 188 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop2() local 235 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex() local 252 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex1InsertBefore() local [all …]
|
D | TestCommonTokenStream.java | 54 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testFirstToken() local 75 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in test2ndToken() local 96 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBuffer() local 126 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBufferAfterConsuming() local 157 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testLookback() local 204 CommonTokenStream tokens = new CommonTokenStream(lexer); in testOffChannel() local
|
/external/minijail/tools/ |
D | parser.py | 301 def _parse_constant(self, tokens): argument 328 def parse_value(self, tokens): argument 357 def _parse_atom(self, tokens): argument 378 def _parse_clause(self, tokens): argument 391 def parse_argument_expression(self, tokens): argument 415 def _parse_default_action(self, tokens): argument 447 def parse_action(self, tokens): argument 493 def _parse_single_filter(self, tokens): argument 511 def parse_filter(self, tokens): argument 532 def _parse_key_value_pair(self, tokens): argument [all …]
|
/external/libtextclassifier/native/utils/ |
D | tokenizer-utils_test.cc | 26 std::vector<Token> tokens = in TEST() local 69 std::vector<Token> tokens = TokenizeOnDelimiters( in TEST() local 100 std::vector<Token> tokens = TokenizeOnDelimiters( in TEST() local 146 std::vector<Token> tokens = in TEST() local 158 std::vector<Token> tokens = in TEST() local 169 std::vector<Token> tokens = in TEST() local 178 std::vector<Token> tokens = in TEST() local 192 std::vector<Token> tokens = in TEST() local
|
D | tokenizer_test.cc | 178 std::vector<Token> tokens = tokenizer.Tokenize("Hello world!"); in TEST() local 349 std::vector<Token> tokens; in TEST() local 379 std::vector<Token> tokens = tokenizer.Tokenize("พระบาท สมเด็จ พระ ปร มิ"); in TEST() local 399 std::vector<Token> tokens = in TEST() local 427 std::vector<Token> tokens = tokenizer.Tokenize("3.1 3﹒2 3.3"); in TEST() local 445 std::vector<Token> tokens = tokenizer.Tokenize("พระบาทสมเด็จพระปรมิ"); in TEST() local 495 std::vector<Token> tokens = tokenizer.Tokenize( in TEST() local 548 std::vector<Token> tokens = tokenizer.Tokenize("7% -3.14 68.9#? 7% $99 .18."); in TEST() local 565 std::vector<Token> tokens = tokenizer.Tokenize("2 pércént 3パーセント"); in TEST() local 577 std::vector<Token> tokens = tokenizer.Tokenize("3 3﹒2 3.3%"); in TEST() local [all …]
|
/external/libtextclassifier/native/annotator/duration/ |
D | duration_test.cc | 194 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 214 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 226 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 246 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 266 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 286 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 306 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 326 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 347 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 367 std::vector<Token> tokens = Tokenize(text); in TEST_F() local [all …]
|
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | lexer_test.cc | 88 std::vector<Token> tokens = tokenizer_.Tokenize("This is a word"); in TEST_F() local 97 std::vector<Token> tokens = tokenizer_.Tokenize("1234This a4321cde"); in TEST_F() local 107 std::vector<Token> tokens = tokenizer_.Tokenize("10/18/2014"); in TEST_F() local 117 std::vector<Token> tokens = tokenizer_.Tokenize("电话:0871—6857(曹"); in TEST_F() local 130 std::vector<Token> tokens = tokenizer_.Tokenize("电话 :0871—6857(曹"); in TEST_F() local 143 std::vector<Token> tokens = in TEST_F() local 158 std::vector<Token> tokens = tokenizer_.Tokenize("The+2345++the +"); in TEST_F() local
|
/external/pdfium/testing/helpers/ |
D | event.cc | 35 const std::vector<std::string>& tokens) { in SendCharCodeEvent() 47 const std::vector<std::string>& tokens) { in SendKeyCodeEvent() 61 const std::vector<std::string>& tokens) { in SendMouseDownEvent() 82 const std::vector<std::string>& tokens) { in SendMouseUpEvent() 102 const std::vector<std::string>& tokens) { in SendMouseDoubleClickEvent() 120 const std::vector<std::string>& tokens) { in SendMouseMoveEvent() 133 const std::vector<std::string>& tokens) { in SendMouseWheelEvent() 149 const std::vector<std::string>& tokens) { in SendFocusEvent() 172 auto tokens = StringSplit(command[0], ','); in SendPageEvents() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/blind_sign_auth/ |
D | cached_blind_sign_auth_test.cc | 84 [num_tokens, &done](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 112 [num_tokens, &first](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 128 [num_tokens, &second](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 158 [num_tokens, &first](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 174 [num_tokens, &second](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 203 [num_tokens, &first](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 219 [num_tokens, &second](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 238 &third](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 260 [](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 280 [num_tokens](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/blind_sign_auth/ |
D | cached_blind_sign_auth_test.cc | 84 [num_tokens, &done](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 112 [num_tokens, &first](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 128 [num_tokens, &second](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 158 [num_tokens, &first](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 174 [num_tokens, &second](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 203 [num_tokens, &first](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 219 [num_tokens, &second](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 238 &third](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 260 [](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() 280 [num_tokens](absl::StatusOr<absl::Span<BlindSignToken>> tokens) { in TEST_F() [all …]
|