| /third_party/jerryscript/jerry-ext/debugger/ |
| H A D | debugger-serial.c | 337 char *token = strtok (tmp_config, ","); in jerryx_debugger_serial_create() local [all...] |
| /third_party/node/src/ |
| H A D | node_http_common-inl.h | 95 IsZeroLength( int32_t token, NgHeader<T>::rcbuf_t* name, NgHeader<T>::rcbuf_t* value) IsZeroLength() argument 117 NgHeader( Environment* env, int32_t token, NgHeader<T>::rcbuf_t* name, NgHeader<T>::rcbuf_t* value, uint8_t flags) NgHeader() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | localeprioritylist.cpp | 23 int32_t hashLocale(const UHashTok token) { in hashLocale() argument
|
| /third_party/ninja/src/ |
| H A D | dyndep_parser.cc | 42 Lexer::Token token = lexer_.ReadToken(); in Parse() local
|
| H A D | lexer.cc | 124 Lexer::Token token; in ReadToken() local 463 PeekToken(Token token) PeekToken() argument [all...] |
| H A D | lexer.in.cc | 123 Lexer::Token token; in ReadToken() local 164 PeekToken(Token token) PeekToken() argument [all...] |
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | read.c | 69 getNextToken(UCHARBUF* buf, struct UString *token, uint32_t *linenumber, struct UString *comment, UErrorCode *status) getNextToken() argument 123 getStringToken(UCHARBUF* buf, UChar32 initialChar, struct UString *token, UErrorCode *status) getStringToken() argument 324 getNextChar(UCHARBUF* buf, UBool skipwhite, struct UString *token, UErrorCode *status) getNextChar() argument 381 seekUntilNewline(UCHARBUF* buf, struct UString *token, UErrorCode *status) seekUntilNewline() argument 399 seekUntilEndOfComment(UCHARBUF *buf, struct UString *token, UErrorCode *status) seekUntilEndOfComment() argument [all...] |
| /third_party/node/deps/npm/node_modules/spdx-expression-parse/ |
| H A D | parse.js | |
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | read.c | 69 getNextToken(UCHARBUF* buf, struct UString *token, uint32_t *linenumber, struct UString *comment, UErrorCode *status) getNextToken() argument 123 getStringToken(UCHARBUF* buf, UChar32 initialChar, struct UString *token, UErrorCode *status) getStringToken() argument 324 getNextChar(UCHARBUF* buf, UBool skipwhite, struct UString *token, UErrorCode *status) getNextChar() argument 381 seekUntilNewline(UCHARBUF* buf, struct UString *token, UErrorCode *status) seekUntilNewline() argument 399 seekUntilEndOfComment(UCHARBUF *buf, struct UString *token, UErrorCode *status) seekUntilEndOfComment() argument [all...] |
| /third_party/libexif/libexif/huawei/ |
| H A D | mnote-huawei-entry.c | 89 char *token = NULL, *pv = NULL; in mnote_huawei_entry_rational_timestamp_process() local 149 char *token = NULL, *pv = NULL; in mnote_huawei_entry_value_process() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | allocate.h | 82 DECLARE_ALLOCATOR(token); variable
|
| /third_party/musl/libc-test/src/functionalext/supplement/misc/ |
| H A D | ioctl.c | 64 unsigned long long token = GetRand64(); in ioctl_0100() local
|
| /third_party/python/Tools/peg_generator/pegen/ |
| H A D | python_generator.py | 2 import token namespace
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-util.c | 70 static unsigned int token_decode(const char *token) { in token_decode() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateTypeSizeLimitations.cpp | 94 void error(TSourceLoc loc, const char *reason, const ImmutableString &token) in error() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cLimitsTests.cpp | 36 deUint32 token; member
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_fixtures.h | 194 std::string token; in MATCHER_P() local
|
| /third_party/skia/src/gpu/ops/ |
| H A D | SmallPathAtlasMgr.cpp | 124 setUseToken(SmallPathShapeData* shapeData, GrDeferredUploadToken token) setUseToken() argument
|
| /third_party/skia/src/gpu/text/ |
| H A D | GrAtlasManager.h | 82 setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, GrDeferredUploadToken token, GrMaskFormat format) setUseTokenBulk() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrShaderUtils.cpp | 106 bool hasToken(const char* token) { in hasToken() argument 136 void parseUntil(const char* token) { in parseUntil() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | PixelShader.cpp | 47 PixelShader::PixelShader(const unsigned long *token) : Shader() in PixelShader() argument 63 int PixelShader::validate(const unsigned long *const token) in validate() argument [all...] |
| H A D | VertexShader.cpp | 60 VertexShader::VertexShader(const unsigned long *token) : Shader() in VertexShader() argument 84 int VertexShader::validate(const unsigned long *const token) in validate() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_fixtures.h | 194 std::string token; in MATCHER_P() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | token_enc.c | 210 const token_t token = tokens[n]; in VP8EmitTokens() local 236 const token_t token = tokens[n]; in VP8EstimateTokenSize() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | read.c | 67 getNextToken(UCHARBUF* buf, struct UString *token, uint32_t *linenumber, struct UString *comment, UErrorCode *status) getNextToken() argument 121 getStringToken(UCHARBUF* buf, UChar32 initialChar, struct UString *token, UErrorCode *status) getStringToken() argument 322 getNextChar(UCHARBUF* buf, UBool skipwhite, struct UString *token, UErrorCode *status) getNextChar() argument 379 seekUntilNewline(UCHARBUF* buf, struct UString *token, UErrorCode *status) seekUntilNewline() argument 397 seekUntilEndOfComment(UCHARBUF *buf, struct UString *token, UErrorCode *status) seekUntilEndOfComment() argument [all...] |