/third_party/node/src/large_pages/ |
H A D | node_large_page.cc | 275 std::string token; in IsTransparentHugePagesEnabled() local 276 config_stream >> token; in IsTransparentHugePagesEnabled() local
|
/third_party/nghttp2/src/ |
H A D | h2load_http3_session.cc | 198 int recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, in recv_header() argument
|
H A D | shrpx_mruby_module_response.cc | 130 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in response_mod_header() local 322 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in response_send_info() local
|
H A D | shrpx_mruby_module_request.cc | 92 auto token = in request_set_method() local 238 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in request_mod_header() local
|
/third_party/ninja/src/ |
H A D | manifest_parser.cc | 42 Lexer::Token token = lexer_.ReadToken(); in Parse() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | c2xml.c | 223 static struct position *get_expansion_end (struct token *token) in get_expansion_end() argument
|
H A D | lib.c | 297 static struct symbol_list *sparse_tokenstream(struct token *token) in sparse_tokenstream() argument 341 struct token *token; sparse_file() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-optimizer.cc | 199 Token const token = tokens_.front(); in Optimize() local 474 Token token = {node, state}; in EnqueueUse() local
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-scanner.h | 81 static bool IsLocal(token_t token) { retur in IsGlobal() argument 82 IsGlobal(token_t token) IsGlobal() argument 85 LocalIndex(token_t token) LocalIndex() argument 89 GlobalIndex(token_t token) GlobalIndex() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | token.h | 216 static const char* Name(Value token) { in Name() argument 225 IsKeyword(Value token) IsKeyword() argument 229 IsPropertyName(Value token) IsPropertyName() argument 233 IsValidIdentifier(Value token, LanguageMode language_mode, bool is_generator, bool disallow_await) IsValidIdentifier() argument 243 IsCallable(Value token) IsCallable() argument 247 IsAutoSemicolon(Value token) IsAutoSemicolon() argument 251 IsAnyIdentifier(Value token) IsAnyIdentifier() argument 255 IsStrictReservedWord(Value token) IsStrictReservedWord() argument 259 IsLiteral(Value token) IsLiteral() argument 263 IsTemplate(Value token) IsTemplate() argument 267 IsMember(Value token) IsMember() argument 271 IsProperty(Value token) IsProperty() argument 275 IsPropertyOrCall(Value token) IsPropertyOrCall() argument 279 IsArrowOrAssignmentOp(Value token) IsArrowOrAssignmentOp() argument 283 IsAssignmentOp(Value token) IsAssignmentOp() argument 287 IsLogicalAssignmentOp(Value token) IsLogicalAssignmentOp() argument 324 String(Value token) String() argument 329 StringLength(Value token) StringLength() argument 336 Precedence(Value token, bool accept_IN) Precedence() argument [all...] |
H A D | scanner-inl.h | 345 Token::Value token; in ScanSingleToken() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_local.h | 27 PKCS7 *token; member
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 166 import token namespace [all...] |
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser.py | 4 import token namespace [all...] |
H A D | testutil.py | 7 import token namespace
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonParser.cs | 618 ParseSingleNumberValue(FieldDescriptor field, JsonToken token) ParseMapKey() argument 801 MergeTimestamp(IMessage message, JsonToken token) MergeTimestamp() argument 877 MergeDuration(IMessage message, JsonToken token) MergeDuration() argument 921 MergeFieldMask(IMessage message, JsonToken token) MergeFieldMask() argument [all...] |
H A D | JsonTokenizer.cs | 84 internal void PushBack(JsonToken token) in PushBack() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateLimitations.cpp | 159 void ValidateLimitationsTraverser::error(TSourceLoc loc, const char *reason, const char *token) in error() argument 164 error(TSourceLoc loc, const char *reason, const ImmutableString &token) error() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 110 void MacroExpander::lex(Token *token) in lex() argument 194 getToken(Token *token) getToken() argument 220 ungetToken(const Token &token) ungetToken() argument 237 Token token; isNextTokenLeftParen() local 354 Token token; collectMacroArgs() local 472 const Token &token = replacements->back(); replaceMacroParams() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | parser.cc | 325 auto token = tokenizer.NextToken(); ProcessVertexDataBlock() local [all...] |
/third_party/skia/src/gpu/ |
H A D | GrOpFlushState.cpp | 164 GrDeferredUploadToken token = fTokenTracker->issueDrawToken(); in recordDraw() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.cpp | 179 error(TSourceLoc loc, const char *reason, const char* token) error() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 120 void MacroExpander::lex(Token *token) in lex() argument 200 getToken(Token *token) getToken() argument 226 ungetToken(const Token &token) ungetToken() argument 243 Token token; isNextTokenLeftParen() local 360 Token token; collectMacroArgs() local 476 const Token &token = replacements->back(); replaceMacroParams() local [all...] |
/third_party/openssl/crypto/ts/ |
H A D | ts_local.h | 27 PKCS7 *token; member
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | pnm2png.c | 598 char token[16]; in get_value() local
|