Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dtoken.hpp124 struct token<Iterator, lex::omit, mpl::false_, Idtype> struct
126 typedef Iterator iterator_type;
127 typedef mpl::false_ has_state;
128 typedef Idtype id_type;
129 typedef unused_type token_value_type;
132 token() : id_(id_type(boost::lexer::npos)) {} in token() function
135 explicit token(int) : id_(id_type(0)) {} in token() function
137 token(id_type id, std::size_t) : id_(id) {} in token() argument
139 token(id_type id, std::size_t, token_value_type) in token() function
142 token_value_type& value() { static token_value_type u; return u; } in value()
[all …]
/third_party/parse5/packages/parse5/lib/parser/
Dindex.js542 _setDocumentType(token) { argument
560 _appendElement(token, namespaceURI) { argument
566 _insertElement(token, namespaceURI) { argument
580 _insertTemplate(token) { argument
596 _appendCommentNode(token, parent) { argument
602 _insertCharacters(token) { argument
620 _shouldProcessTokenInForeignContent(token) { argument
664 _processToken(token) { argument
668 _processTokenInBodyMode(token) { argument
672 _processTokenInForeignContent(token) { argument
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp49 static DirectiveType getDirective(const pp::Token *token) in getDirective()
115 static bool isEOD(const pp::Token *token) in isEOD()
120 static void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD()
158 void lex(Token *token) override in lex()
229 void DirectiveParser::lex(Token *token) in lex()
261 void DirectiveParser::parseDirective(Token *token) in parseDirective()
341 void DirectiveParser::parseDefine(Token *token) in parseDefine()
437 void DirectiveParser::parseUndef(Token *token) in parseUndef()
478 void DirectiveParser::parseIf(Token *token) in parseIf()
484 void DirectiveParser::parseIfdef(Token *token) in parseIfdef()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.cpp45 DirectiveType getDirective(const pp::Token *token) in getDirective()
111 bool isEOD(const pp::Token *token) in isEOD()
116 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD()
162 void DirectiveParser::lex(Token *token) in lex()
194 void DirectiveParser::parseDirective(Token *token) in parseDirective()
273 void DirectiveParser::parseDefine(Token *token) in parseDefine()
367 void DirectiveParser::parseUndef(Token *token) in parseUndef()
407 void DirectiveParser::parseIf(Token *token) in parseIf()
413 void DirectiveParser::parseIfdef(Token *token) in parseIfdef()
419 void DirectiveParser::parseIfndef(Token *token) in parseIfndef()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.cpp45 DirectiveType getDirective(const pp::Token *token) in getDirective()
111 bool isEOD(const pp::Token *token) in isEOD()
116 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD()
162 void DirectiveParser::lex(Token *token) in lex()
194 void DirectiveParser::parseDirective(Token *token) in parseDirective()
273 void DirectiveParser::parseDefine(Token *token) in parseDefine()
367 void DirectiveParser::parseUndef(Token *token) in parseUndef()
407 void DirectiveParser::parseIf(Token *token) in parseIf()
413 void DirectiveParser::parseIfdef(Token *token) in parseIfdef()
419 void DirectiveParser::parseIfndef(Token *token) in parseIfndef()
[all …]
/third_party/boost/boost/wave/
Dwhitespace_handling.hpp36 bool ccomment_has_newline(TokenT const& token) in ccomment_has_newline()
52 int ccomment_count_newlines(TokenT const& token) in ccomment_count_newlines()
73 int rawstring_count_newlines(TokenT const& token) in rawstring_count_newlines()
132 eat_whitespace<TokenT>::may_skip_whitespace(ContextT const& ctx, TokenT &token, in may_skip_whitespace()
143 eat_whitespace<TokenT>::may_skip_whitespace(ContextT const& ctx, TokenT &token, in may_skip_whitespace()
155 eat_whitespace<TokenT>::general(TokenT &token, bool &skipped_newline) in general()
183 eat_whitespace<TokenT>::newline(TokenT &token, bool &skipped_newline) in newline()
219 eat_whitespace<TokenT>::newline_2nd(TokenT &token, bool &skipped_newline) in newline_2nd()
252 eat_whitespace<TokenT>::bol_whitespace(TokenT &token, bool &skipped_newline) in bol_whitespace()
265 eat_whitespace<TokenT>::whitespace(TokenT &token, bool &skipped_newline) in whitespace()
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.js28 _handleToken(token) { argument
39 _emitToken(eventName, token) { argument
43 emitDoctype(token) { argument
61 emitStartTag(token) { argument
75 emitEndTag(token) { argument
83 emitComment(token) { argument
/third_party/boost/libs/asio/test/archetypes/
Ddeprecated_async_ops.hpp40 deprecated_async_op_0(boost::asio::io_context& ctx, in deprecated_async_op_0()
59 deprecated_async_op_ec_0(boost::asio::io_context& ctx, in deprecated_async_op_ec_0()
87 deprecated_async_op_ex_0(boost::asio::io_context& ctx, in deprecated_async_op_ex_0()
115 deprecated_async_op_1(boost::asio::io_context& ctx, in deprecated_async_op_1()
134 deprecated_async_op_ec_1(boost::asio::io_context& ctx, in deprecated_async_op_ec_1()
162 deprecated_async_op_ex_1(boost::asio::io_context& ctx, in deprecated_async_op_ex_1()
190 deprecated_async_op_2(boost::asio::io_context& ctx, in deprecated_async_op_2()
210 deprecated_async_op_ec_2(boost::asio::io_context& ctx, in deprecated_async_op_ec_2()
239 deprecated_async_op_ex_2(boost::asio::io_context& ctx, in deprecated_async_op_ex_2()
267 deprecated_async_op_3(boost::asio::io_context& ctx, in deprecated_async_op_3()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Ddpni.c34 uint16_t *token) in dpni_open()
58 uint16_t token) in dpni_close()
118 uint16_t token, in dpni_set_pools()
135 uint16_t token) in dpni_enable()
150 uint16_t token) in dpni_disable()
165 uint16_t token) in dpni_reset()
180 uint16_t token, in dpni_get_attributes()
203 uint16_t token, in dpni_set_errors_behavior()
220 uint16_t token, in dpni_set_buffer_layout()
238 uint16_t token, in dpni_get_qdid()
[all …]
Ddprc.c39 uint16_t *token) in dprc_open()
62 uint16_t token) in dprc_close()
76 uint16_t token, in dprc_create_container()
105 uint16_t token, in dprc_destroy_container()
122 uint16_t token, in dprc_reset_container()
139 uint16_t token, in dprc_get_attributes()
163 uint16_t token, in dprc_get_obj_count()
187 uint16_t token, in dprc_get_obj()
213 uint16_t token, in dprc_get_res_count()
241 uint16_t token, in dprc_get_res_ids()
[all …]
Ddpmac.c17 uint16_t *token) in dpmac_open()
41 uint16_t token) in dpmac_close()
100 uint16_t token, in dpmac_get_attributes()
124 uint16_t token, in dpmac_mdio_read()
149 uint16_t token, in dpmac_mdio_write()
166 uint16_t token, in dpmac_get_link_cfg()
189 uint16_t token, in dpmac_set_link_state()
206 uint16_t token, in dpmac_get_counter()
Ddpbp.c15 uint16_t *token) in dpbp_open()
39 uint16_t token) in dpbp_close()
99 uint16_t token) in dpbp_enable()
113 uint16_t token) in dpbp_disable()
128 uint16_t token) in dpbp_reset()
143 uint16_t token, in dpbp_get_attributes()
/third_party/node/deps/npm/node_modules/registry-auth-token/test/
Dauth-token.test.js49 assert.deepEqual(getAuthToken(), {token: 'foobar', type: 'Basic'}) property
66 assert.deepEqual(getAuthToken(), {token: 'foobar', type: 'Basic'}) property
84 assert.deepEqual(getAuthToken(), {token: 'foobar', type: 'Basic'}) property
101 assert.deepEqual(getAuthToken(), {token: 'foobar', type: 'Bearer'}) property
119 assert.deepEqual(getAuthToken({npmrc: npmrc}), {token: 'qar', type: 'Bearer'}) property
135 assert.deepEqual(getAuthToken(), {token: 'beepboop', type: 'Bearer'}) property
151 assert.deepEqual(getAuthToken(), {token: 'foobar', type: 'Bearer'}) property
168 assert.deepEqual(getAuthToken(), {token: 'foobar', type: 'Bearer'}) property
183 assert.deepEqual(getAuthToken(), {token: 'barbaz', type: 'Bearer'}) property
198 assert.deepEqual(getAuthToken('//registry.blah.foo'), {token: 'whatev', type: 'Bearer'}) property
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dtoken_test.cpp16 pp::Token token; in TEST() local
26 pp::Token token; in TEST() local
43 pp::Token token; in TEST() local
71 pp::Token token; in TEST() local
81 pp::Token token; in TEST() local
/third_party/grpc/src/core/ext/filters/load_reporting/
Dregistered_opencensus_objects.h85 static const ::opencensus::tags::TagKey token = in TagKeyToken() local
91 static const ::opencensus::tags::TagKey token = in TagKeyHost() local
97 static const ::opencensus::tags::TagKey token = in TagKeyUserId() local
103 static const ::opencensus::tags::TagKey token = in TagKeyStatus() local
109 static const ::opencensus::tags::TagKey token = in TagKeyMetricName() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dtoken_test.cpp16 pp::Token token; in TEST() local
26 pp::Token token; in TEST() local
43 pp::Token token; in TEST() local
71 pp::Token token; in TEST() local
81 pp::Token token; in TEST() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l466 angle::pp::Token token; variable
484 int token = IDENTIFIER; in check_type() local
514 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword()
526 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved()
538 int ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES3_reserved_ES3_1_keyword()
556 int ES3_keyword(TParseContext *context, int token) in ES3_keyword()
571 int ES2_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_reserved_ES3_1_keyword()
583 int ES3_1_keyword(TParseContext *context, int token) in ES3_1_keyword()
599 int WEBGL_video_texture_extension(TParseContext *context, int token) in WEBGL_video_texture_extension()
615 …sion_2_ES3_keyword(TParseContext *context, TExtension extension1, TExtension extension2, int token) in ES2_extension_2_ES3_keyword()
[all …]
DDiagnostics.cpp26 const char *token) in writeInfo()
56 const char *token) in error()
63 const char *token) in warning()
68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error()
76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
/third_party/selinux/libsepol/cil/src/
Dcil_lexer.h45 struct token { struct
53 int cil_lexer_next(struct token *tok); argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l434 angle::pp::Token token; variable
452 int token = IDENTIFIER; in check_type() local
470 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword()
482 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved()
494 int ES2_ident_ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_ident_ES3_reserved_ES3_1_keyword()
512 int ES2_ident_ES3_keyword(TParseContext *context, int token) in ES2_ident_ES3_keyword()
527 int ES2_and_ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_and_ES3_reserved_ES3_1_keyword()
539 int ES2_and_ES3_ident_ES3_1_keyword(TParseContext *context, int token) in ES2_and_ES3_ident_ES3_1_keyword()
554 int ES2_extension_ES3_keyword_else_reserved(TParseContext *context, TExtension extension, int token) in ES2_extension_ES3_keyword_else_reserved()
567 int ES3_extension_keyword_else_ident(TParseContext *context, TExtension extension, int token) in ES3_extension_keyword_else_ident()
[all …]
DDiagnostics.cpp26 const char *token) in writeInfo()
56 const char *token) in error()
63 const char *token) in warning()
68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error()
76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
/third_party/glib/glib/tests/
Dgwakeuptest.c74 struct token struct
82 GSList *pending_tokens; argument
126 struct token *token = NULL; in context_try_pop_token() local
142 struct token *token) in context_push_token()
154 dispatch_token (struct token *token) in dispatch_token()
180 struct token *token; in token_new() local
194 struct token *token; in thread_func() local
/third_party/gn/src/gn/
Dparser.cc296 for (const auto& token : tokens) { in Parser() local
338 for (const Token& token : tokens) { in ParseValue() local
434 const Token& token = Consume(); in ParseExpression() local
463 std::unique_ptr<ParseNode> Parser::Block(const Token& token) { in Block()
469 std::unique_ptr<ParseNode> Parser::Literal(const Token& token) { in Literal()
473 std::unique_ptr<ParseNode> Parser::Name(const Token& token) { in Name()
477 std::unique_ptr<ParseNode> Parser::BlockComment(const Token& token) { in BlockComment()
484 std::unique_ptr<ParseNode> Parser::Group(const Token& token) { in Group()
492 std::unique_ptr<ParseNode> Parser::Not(const Token& token) { in Not()
516 const Token& token) { in BinaryOperator()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/dpio/
Ddpio.c14 uint16_t *token) in dpio_open()
38 uint16_t token) in dpio_close()
98 uint16_t token) in dpio_enable()
113 uint16_t token) in dpio_disable()
128 uint16_t token) in dpio_reset()
143 uint16_t token, in dpio_get_attributes()
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp136 Token token; in parse() local
164 Token token; in readValue() local
233 void Reader::skipCommentTokens(Token& token) { in skipCommentTokens()
243 bool Reader::readToken(Token& token) { in readToken()
448 bool Reader::readObject(Token& token) { in readObject()
504 bool Reader::readArray(Token& token) { in readArray()
542 bool Reader::decodeNumber(Token& token) { in decodeNumber()
552 bool Reader::decodeNumber(Token& token, Value& decoded) { in decodeNumber()
595 bool Reader::decodeDouble(Token& token) { in decodeDouble()
605 bool Reader::decodeDouble(Token& token, Value& decoded) { in decodeDouble()
[all …]

12345678910>>...29