Home
last modified time | relevance | path

Searched refs:token (Results 501 - 525 of 943) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/libunwind/libunwind/src/ia64/
H A DGreg_states_iterate.c32 unw_reg_states_callback cb, void *token) in unw_reg_states_iterate()
37 // return dwarf_reg_states_iterate (&c->dwarf, cb, token); in unw_reg_states_iterate()
31 unw_reg_states_iterate(unw_cursor_t *cursor, unw_reg_states_callback cb, void *token) unw_reg_states_iterate() argument
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D096-paste-twice.c2 paste_twice(just, one, token)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DLexer.h28 virtual void lex(Token *token) = 0;
/third_party/gn/src/gn/
H A Dparse_tree.h17 #include "gn/token.h"
172 // to be an identifier token.
343 void set_if_token(const Token& token) { if_token_ = token; } in set_if_token() argument
416 explicit IdentifierNode(const Token& token);
487 // Tokens corresponding to the [ and ]. The end token is stored in inside an
503 explicit LiteralNode(const Token& token);
600 // just the end ']', '}', or ')' token). This is so that during formatting
605 explicit EndNode(const Token& token);
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp54 uint32_t token; /**< must be U_PLUG_TOKEN */ member
275 UPlugTokenReturn token; in uplug_callPlug() local
279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug()
280 if(token!=UPLUG_TOKEN) { in uplug_callPlug()
346 plug->token = UPLUG_TOKEN; in uplug_allocateEmptyPlug()
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp54 uint32_t token; /**< must be U_PLUG_TOKEN */ member
275 UPlugTokenReturn token; in uplug_callPlug() local
279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug()
280 if(token!=UPLUG_TOKEN) { in uplug_callPlug()
346 plug->token = UPLUG_TOKEN; in uplug_allocateEmptyPlug()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c350 T1_TokenRec token; in parse_font_name() local
354 cid_parser_to_token( parser, &token ); in parse_font_name()
356 len = (FT_UInt)( token.limit - token.start ); in parse_font_name()
358 FT_TRACE4(( " %.*s\n", len, token.start )); in parse_font_name()
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp54 uint32_t token; /**< must be U_PLUG_TOKEN */ member
275 UPlugTokenReturn token; in uplug_callPlug() local
279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug()
280 if(token!=UPLUG_TOKEN) { in uplug_callPlug()
346 plug->token = UPLUG_TOKEN; in uplug_allocateEmptyPlug()
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp48 bool SkSVGAttributeParser::matchStringToken(const char* token, const char** newPos) const { in matchStringToken() argument
51 while (*c && *token && *c == *token) { in matchStringToken()
53 token++; in matchStringToken()
56 if (*token) { in matchStringToken()
/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.cc205 int get_new_connection_id(ngtcp2_conn *conn, ngtcp2_cid *cid, uint8_t *token, in get_new_connection_id() argument
219 if (generate_quic_stateless_reset_token(token, *cid, qkm.secret.data(), in get_new_connection_id()
524 std::array<uint8_t, NGTCP2_CRYPTO_MAX_REGULAR_TOKENLEN + 1> token; in send_new_token() local
532 if (generate_token(token.data(), tokenlen, remote_addr->addr, in send_new_token()
540 token[tokenlen++] = qkm.id; in send_new_token()
542 auto rv = ngtcp2_conn_submit_new_token(conn_, token.data(), tokenlen); in send_new_token()
571 const ngtcp2_cid *odcid, const uint8_t *token, in init()
657 settings.token = token; in init()
1709 switch (kv.token) { in send_reply()
568 init(const UpstreamAddr *faddr, const Address &remote_addr, const Address &local_addr, const ngtcp2_pkt_hd &initial_hd, const ngtcp2_cid *odcid, const uint8_t *token, size_t tokenlen, ngtcp2_token_type token_type) init() argument
2082 http_recv_request_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) http_recv_request_header() argument
2103 http_recv_request_trailer(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) http_recv_request_trailer() argument
2161 auto token = http2::lookup_token(namebuf.base, namebuf.len); http_recv_request_header() local
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js2679 assert(kind === undefined || node === undefined || node.kind === kind, message || "Unexpected node.", function () { return "Node ".concat(formatSyntaxKind(node === null || node === void 0 ? void 0 : node.kind), " was not a '").concat(formatSyntaxKind(kind), "' token."); }, stackCrawlMark || assertOptionalToken);
4148 // token > SyntaxKind.Identifier => token is a keyword
8291 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."),
8295 Unexpected_token: diag(1012, ts.DiagnosticCategory.Error, "Unexpected_token_1012", "Unexpected token."),
8338 Unexpected_token_A_constructor_method_accessor_or_property_was_expected: diag(1068, ts.DiagnosticCategory.Error, "Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068", "Unexpected token. A constructor, method, accessor, or property was expected."),
8339 Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: diag(1069, ts.DiagnosticCategory.Error, "Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069", "Unexpected token. A type parameter name was expected without curly braces."),
8422 Unexpected_token_expected: diag(1179, ts.DiagnosticCategory.Error, "Unexpected_token_expected_1179", "Unexpected token. '{' expected."),
8583 Unexpected_token_Did_you_mean_or_rbrace: diag(1381, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_rbrace_1381", "Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),
8584 Unexpected_token_Did_you_mean_or_gt: diag(1382, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_gt_1382", "Unexpected token
[all...]
H A Dtypescript.js2670 assert(kind === undefined || node === undefined || node.kind === kind, message || "Unexpected node.", function () { return "Node ".concat(formatSyntaxKind(node === null || node === void 0 ? void 0 : node.kind), " was not a '").concat(formatSyntaxKind(kind), "' token."); }, stackCrawlMark || assertOptionalToken);
4139 // token > SyntaxKind.Identifier => token is a keyword
8282 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."),
8286 Unexpected_token: diag(1012, ts.DiagnosticCategory.Error, "Unexpected_token_1012", "Unexpected token."),
8329 Unexpected_token_A_constructor_method_accessor_or_property_was_expected: diag(1068, ts.DiagnosticCategory.Error, "Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068", "Unexpected token. A constructor, method, accessor, or property was expected."),
8330 Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: diag(1069, ts.DiagnosticCategory.Error, "Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069", "Unexpected token. A type parameter name was expected without curly braces."),
8413 Unexpected_token_expected: diag(1179, ts.DiagnosticCategory.Error, "Unexpected_token_expected_1179", "Unexpected token. '{' expected."),
8574 Unexpected_token_Did_you_mean_or_rbrace: diag(1381, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_rbrace_1381", "Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),
8575 Unexpected_token_Did_you_mean_or_gt: diag(1382, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_gt_1382", "Unexpected token
[all...]
H A DtypescriptServices.js2670 assert(kind === undefined || node === undefined || node.kind === kind, message || "Unexpected node.", function () { return "Node ".concat(formatSyntaxKind(node === null || node === void 0 ? void 0 : node.kind), " was not a '").concat(formatSyntaxKind(kind), "' token."); }, stackCrawlMark || assertOptionalToken);
4139 // token > SyntaxKind.Identifier => token is a keyword
8282 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."),
8286 Unexpected_token: diag(1012, ts.DiagnosticCategory.Error, "Unexpected_token_1012", "Unexpected token."),
8329 Unexpected_token_A_constructor_method_accessor_or_property_was_expected: diag(1068, ts.DiagnosticCategory.Error, "Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068", "Unexpected token. A constructor, method, accessor, or property was expected."),
8330 Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: diag(1069, ts.DiagnosticCategory.Error, "Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069", "Unexpected token. A type parameter name was expected without curly braces."),
8413 Unexpected_token_expected: diag(1179, ts.DiagnosticCategory.Error, "Unexpected_token_expected_1179", "Unexpected token. '{' expected."),
8574 Unexpected_token_Did_you_mean_or_rbrace: diag(1381, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_rbrace_1381", "Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),
8575 Unexpected_token_Did_you_mean_or_gt: diag(1382, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_gt_1382", "Unexpected token
[all...]
H A Dtsserver.js2680 assert(kind === undefined || node === undefined || node.kind === kind, message || "Unexpected node.", function () { return "Node ".concat(formatSyntaxKind(node === null || node === void 0 ? void 0 : node.kind), " was not a '").concat(formatSyntaxKind(kind), "' token."); }, stackCrawlMark || assertOptionalToken);
4149 // token > SyntaxKind.Identifier => token is a keyword
8292 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."),
8296 Unexpected_token: diag(1012, ts.DiagnosticCategory.Error, "Unexpected_token_1012", "Unexpected token."),
8339 Unexpected_token_A_constructor_method_accessor_or_property_was_expected: diag(1068, ts.DiagnosticCategory.Error, "Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068", "Unexpected token. A constructor, method, accessor, or property was expected."),
8340 Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: diag(1069, ts.DiagnosticCategory.Error, "Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069", "Unexpected token. A type parameter name was expected without curly braces."),
8423 Unexpected_token_expected: diag(1179, ts.DiagnosticCategory.Error, "Unexpected_token_expected_1179", "Unexpected token. '{' expected."),
8584 Unexpected_token_Did_you_mean_or_rbrace: diag(1381, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_rbrace_1381", "Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),
8585 Unexpected_token_Did_you_mean_or_gt: diag(1382, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_gt_1382", "Unexpected token
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dplurrule_impl.h163 static int32_t getNumberValue(const UnicodeString &token);
166 static tokenType getKeyType(const UnicodeString& token, tokenType type);
168 static UBool isValidKeyword(const UnicodeString& token);
172 UnicodeString token; // Token most recently scanned. member in PluralRuleParser
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule_impl.h163 static int32_t getNumberValue(const UnicodeString &token);
166 static tokenType getKeyType(const UnicodeString& token, tokenType type);
168 static UBool isValidKeyword(const UnicodeString& token);
172 UnicodeString token; // Token most recently scanned. member in PluralRuleParser
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c130 * it finds the broken utf8 before reporting the token
547 lws_strnncpy(dotstar, ts.token, ts.token_len, in main()
569 memcmp(exp->value, ts.token, exp->len))) { in main()
570 lws_strnncpy(dotstar, ts.token, ts.token_len, in main()
572 lwsl_notice("fail token mismatch %d %d %s\n", in main()
636 lws_strnncpy(dotstar, ts.token, ts.token_len, in main()
/third_party/littlefs/scripts/
H A Dprettyasserts.py232 token = self.tokens[self.off]
233 if token[0] in pattern or token[1] in pattern:
234 self.m = token[1]
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc401 Object token = fun.native_context().security_token(); in PrintSecurityTokenIfChanged() local
403 if (token != isolate->string_stream_current_security_token()) { in PrintSecurityTokenIfChanged()
404 Add("Security context: %o\n", token); in PrintSecurityTokenIfChanged()
405 isolate->set_string_stream_current_security_token(token); in PrintSecurityTokenIfChanged()
/third_party/python/Tools/i18n/
H A Dpygettext.py166 import token namespace
329 ## import token
330 ## print('ttype:', token.tok_name[ttype], 'tstring:', tstring,
446 elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
447 token.NEWLINE, tokenize.NL]:
450 '*** %(file)s:%(lineno)s: Seen unexpected token "%(token)s"'
452 'token': tstring,
690 _('*** Seen unexpected token "
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dcpp_interface_test.cpp280 auto token = CreateUnifyConstantPass(); in TEST() local
284 auto token = CreateNullPass(); in TEST() local
285 token = CreateStripDebugInfoPass(); in TEST()
289 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token))); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dcpp_interface_test.cpp280 auto token = CreateUnifyConstantPass(); in TEST() local
284 auto token = CreateNullPass(); in TEST() local
285 token = CreateStripDebugInfoPass(); in TEST()
289 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token))); in TEST()
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpnm2png.c598 char token[16]; in get_value() local
607 get_token (pnm_file, token, sizeof (token)); in get_value()
608 sscanf (token, "%lu", &ul_ret_value); in get_value()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule_impl.h163 static int32_t getNumberValue(const UnicodeString &token);
166 static tokenType getKeyType(const UnicodeString& token, tokenType type);
168 static UBool isValidKeyword(const UnicodeString& token);
172 UnicodeString token; // Token most recently scanned. member in PluralRuleParser
/third_party/python/Lib/xml/dom/
H A Dpulldom.py232 token, cur_node = event
235 if token != END_ELEMENT:
237 if token == START_ELEMENT:
239 elif token == END_ELEMENT:

Completed in 77 milliseconds

1...<<21222324252627282930>>...38