Home
last modified time | relevance | path

Searched defs:token (Results 1426 - 1450 of 2147) sorted by relevance

1...<<51525354555657585960>>...86

/test/xts/device_attest_lite/services/core/include/
H A Dattest_type.h136 char *token; member
/third_party/ffmpeg/libavformat/
H A Dnsvdec.c302 char *token, *value; in nsv_parse_NSVf_header() local
/third_party/curl/lib/vauth/
H A Ddigest.c222 char *token; in auth_digest_get_qop_values() local
508 char *token = NULL; in Curl_auth_decode_digest_http_message() local
[all...]
/third_party/backends/backend/
H A Dumax_pp.c424 SANE_Char *token; in umax_pp_configure_attach() local
[all...]
/third_party/gn/src/gn/
H A Dparser.cc433 const Token& token = Consume(); ParseExpression() local
462 Block(const Token& token) Block() argument
468 Literal(const Token& token) Literal() argument
472 Name(const Token& token) Name() argument
476 BlockComment(const Token& token) BlockComment() argument
483 Group(const Token& token) Group() argument
491 Not(const Token& token) Not() argument
513 BinaryOperator( std::unique_ptr<ParseNode> left, const Token& token) BinaryOperator() argument
532 IdentifierOrCall( std::unique_ptr<ParseNode> left, const Token& token) IdentifierOrCall() argument
573 Assignment(std::unique_ptr<ParseNode> left, const Token& token) Assignment() argument
594 Subscript(std::unique_ptr<ParseNode> left, const Token& token) Subscript() argument
614 DotOperator(std::unique_ptr<ParseNode> left, const Token& token) DotOperator() argument
724 const Token& token = cur_or_last_token(); ParseStatement() local
[all...]
H A Dparse_tree.h343 void set_if_token(const Token& token) { if_token_ = token; } in set_if_token() argument
/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
/third_party/libcoap/src/oscore/
H A Doscore_context.c748 oscore_find_association(coap_session_t *session, coap_bin_const_t *token) { in oscore_find_association() argument
686 oscore_new_association(coap_session_t *session, coap_pdu_t *sent_pdu, coap_bin_const_t *token, oscore_recipient_ctx_t *recipient_ctx, coap_bin_const_t *aad, coap_bin_const_t *nonce, coap_bin_const_t *partial_iv, int is_observe) oscore_new_association() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_pdu.c179 coap_pdu_duplicate(const coap_pdu_t *old_pdu, coap_session_t *session, size_t token_length, const uint8_t *token, coap_opt_filter_t *drop_options) coap_pdu_duplicate() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h69 token_t *token; member
105 struct token { struct
113 token_t *token; member
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc841 Token token = ParseToken(start, end, &token_start, &token_end); in ParseValue() local
436 ParseConstToken(const Char* start, const Char* end, const Char** token_end, const char* token) ParseConstToken() argument
[all...]
/third_party/nghttp2/src/
H A Dh2load_quic.cc222 int get_new_connection_id(ngtcp2_conn *conn, ngtcp2_cid *cid, uint8_t *token, in get_new_connection_id() argument
/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
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h249 inline bool Peek(AsmJsScanner::token_t token) { in Peek() argument
257 inline bool Check(AsmJsScanner::token_t token) { in Check() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc446 TerminateTask(v8::Isolate* isolate, std::shared_ptr<CancelToken> token) in TerminateTask() argument
/third_party/node/deps/v8/src/json/
H A Djson-parser.h209 void Consume(JsonToken token) { in Consume() argument
210 DCHECK_EQ(peek(), token); in Consume() local
214 void Expect(JsonToken token) { in Expect() argument
222 void ExpectNext(JsonToken token) { in ExpectNext() argument
227 bool Check(JsonToken token) { in Check() argument
[all...]
/third_party/mksh/
H A Dexpr.c49 enum token { enum
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp303 void TexInstr::set_tex_param(const std::string& token) in set_tex_param() argument
316 std::cerr << "Token '" << token << "': "; set_tex_param() local
[all...]
H A Dsfn_instr_fetch.cpp398 void FetchInstr::set_param_from_string(const std::string& token) in set_param_from_string() argument
409 std::cerr << "Token '" << token << "' in set_param_from_string() local
414 set_flag_from_string(const std::string& token) set_flag_from_string() argument
420 std::cerr << "Token: " << token << " : "; set_flag_from_string() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp45 DirectiveType getDirective(const pp::Token *token) in getDirective() argument
111 isEOD(const pp::Token *token) isEOD() argument
116 skipUntilEOD(pp::Lexer *lexer, pp::Token *token) skipUntilEOD() argument
162 lex(Token *token) lex() argument
194 parseDirective(Token *token) parseDirective() argument
273 parseDefine(Token *token) parseDefine() argument
367 parseUndef(Token *token) parseUndef() argument
407 parseIf(Token *token) parseIf() argument
413 parseIfdef(Token *token) parseIfdef() argument
419 parseIfndef(Token *token) parseIfndef() argument
425 parseElse(Token *token) parseElse() argument
466 parseElif(Token *token) parseElif() argument
506 parseEndif(Token *token) parseEndif() argument
530 parseError(Token *token) parseError() argument
538 stream << *token; parseError() local
545 parsePragma(Token *token) parsePragma() argument
605 parseExtension(Token *token) parseExtension() argument
700 parseVersion(Token *token) parseVersion() argument
815 parseLine(Token *token) parseLine() argument
886 parseConditionalIf(Token *token) parseConditionalIf() argument
927 parseExpressionIf(Token *token) parseExpressionIf() argument
953 parseExpressionIfdef(Token *token) parseExpressionIfdef() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp267 void replaceToken(const GLchar* token, const GLchar* text, std::string& string) in replaceToken() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp1358 std::string token = *token_value_pairs[2 * n_token_value_pair + 0]; in setUpFunctionalTestObjects() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp49 static DirectiveType getDirective(const pp::Token *token) in getDirective() argument
115 isEOD(const pp::Token *token) isEOD() argument
120 skipUntilEOD(pp::Lexer *lexer, pp::Token *token) skipUntilEOD() argument
229 lex(Token *token) lex() argument
261 parseDirective(Token *token) parseDirective() argument
341 parseDefine(Token *token) parseDefine() argument
437 parseUndef(Token *token) parseUndef() argument
478 parseIf(Token *token) parseIf() argument
484 parseIfdef(Token *token) parseIfdef() argument
490 parseIfndef(Token *token) parseIfndef() argument
496 parseElse(Token *token) parseElse() argument
537 parseElif(Token *token) parseElif() argument
577 parseEndif(Token *token) parseEndif() argument
601 parseError(Token *token) parseError() argument
609 stream << *token; parseError() local
616 parsePragma(Token *token) parsePragma() argument
676 parseExtension(Token *token) parseExtension() argument
759 parseVersion(Token *token) parseVersion() argument
846 parseLine(Token *token) parseLine() argument
917 parseConditionalIf(Token *token) parseConditionalIf() argument
958 parseExpressionIf(Token *token) parseExpressionIf() argument
985 parseExpressionIfdef(Token* token) parseExpressionIfdef() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c755 T1_TokenRec token; ps_parser_to_token_array() local
1038 T1_TokenRec token; FT_LOCAL_DEF() local
1336 T1_Token token; FT_LOCAL_DEF() local
[all...]
/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

Completed in 29 milliseconds

1...<<51525354555657585960>>...86