Home
last modified time | relevance | path

Searched defs:tok (Results 51 - 75 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp1082 static UnicodeString tokenString(tokenType tok) { in tokenString() argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc317 bool ParserImpl::peek_is(Token::Type tok, size_t idx) { in peek_is() argument
1423 auto tok = peek(); in function_header() local
[all...]
/third_party/python/Parser/
H A Dtokenizer.c54 struct tok_state *tok = (struct tok_state *)PyMem_Malloc( in tok_new() local
96 new_string(const char *s, Py_ssize_t len, struct tok_state *tok) new_string() argument
109 error_ret(struct tok_state *tok) error_ret() argument
154 get_coding_spec(const char *s, char **spec, Py_ssize_t size, struct tok_state *tok) get_coding_spec() argument
208 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, int set_readline(struct tok_state *, const char *)) check_coding_spec() argument
262 check_bom(int get_char(struct tok_state *), void unget_char(int, struct tok_state *), int set_readline(struct tok_state *, const char *), struct tok_state *tok) check_bom() argument
300 tok_concatenate_interactive_new_line(struct tok_state *tok, const char *line) tok_concatenate_interactive_new_line() argument
353 tok_reserve_buf(struct tok_state *tok, Py_ssize_t size) tok_reserve_buf() argument
385 tok_readline_recode(struct tok_state *tok) tok_readline_recode() argument
437 fp_setreadl(struct tok_state *tok, const char* enc) fp_setreadl() argument
487 fp_getc(struct tok_state *tok) fp_getc() argument
493 fp_ungetc(int c, struct tok_state *tok) fp_ungetc() argument
560 ensure_utf8(char *line, struct tok_state *tok) ensure_utf8() argument
586 buf_getc(struct tok_state *tok) buf_getc() argument
593 buf_ungetc(int c, struct tok_state *tok) buf_ungetc() argument
602 buf_setreadl(struct tok_state *tok, const char* enc) buf_setreadl() argument
623 translate_newlines(const char *s, int exec_input, struct tok_state *tok) translate_newlines() argument
673 decode_str(const char *input, int single, struct tok_state *tok) decode_str() argument
734 struct tok_state *tok = tok_new(); _PyTokenizer_FromString() local
755 struct tok_state *tok = tok_new(); _PyTokenizer_FromUTF8() local
784 struct tok_state *tok = tok_new(); _PyTokenizer_FromFile() local
812 _PyTokenizer_Free(struct tok_state *tok) _PyTokenizer_Free() argument
833 tok_readline_raw(struct tok_state *tok) tok_readline_raw() argument
858 tok_underflow_string(struct tok_state *tok) tok_underflow_string() argument
880 tok_underflow_interactive(struct tok_state *tok) tok_underflow_interactive() argument
964 tok_underflow_file(struct tok_state *tok) tok_underflow_file() argument
1055 tok_nextc(struct tok_state *tok) tok_nextc() argument
1099 tok_backup(struct tok_state *tok, int c) tok_backup() argument
1112 _syntaxerror_range(struct tok_state *tok, const char *format, int col_offset, int end_col_offset, va_list vargs) _syntaxerror_range() argument
1159 syntaxerror(struct tok_state *tok, const char *format, ...) syntaxerror() argument
1173 syntaxerror_known_range(struct tok_state *tok, int col_offset, int end_col_offset, const char *format, ...) syntaxerror_known_range() argument
1191 indenterror(struct tok_state *tok) indenterror() argument
1199 parser_warn(struct tok_state *tok, PyObject *category, const char *format, ...) parser_warn() argument
1238 lookahead(struct tok_state *tok, const char *test) lookahead() argument
1261 verify_end_of_number(struct tok_state *tok, int c, const char *kind) verify_end_of_number() argument
1318 verify_identifier(struct tok_state *tok) verify_identifier() argument
1371 tok_decimal_tail(struct tok_state *tok) tok_decimal_tail() argument
1395 tok_continuation_line(struct tok_state *tok) tok_continuation_line() argument
1413 tok_get(struct tok_state *tok, const char **p_start, const char **p_end) tok_get() argument
2133 _PyTokenizer_Get(struct tok_state *tok, const char **p_start, const char **p_end) _PyTokenizer_Get() argument
2190 struct tok_state *tok; _PyTokenizer_FindEncodingFilename() local
[all...]
H A Dparser.c28955 Token * tok; in _tmp_87_rule() local
[all...]
/third_party/python/Python/
H A Dcontext.c282 PyContextToken *tok = token_new(ctx, var, old_val); in PyContextVar_Set() local
300 PyContextToken *tok = (PyContextToken *)otok; in PyContextVar_Reset() local
1226 PyContextToken *tok = PyObject_GC_New(PyContextToken, &PyContextToken_Type); token_new() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c336 char *tok; in parse_IEEE1284_to_model() local
/third_party/curl/lib/
H A Dmime.c276 mimesetstate(struct mime_state *state, enum mimestate tok, void *ptr) mimesetstate() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c2141 char *tokens, *tok; in parse_page_ranges() local
/third_party/ltp/lib/
H A Dtst_cgroup.c555 char *tok; in cgroup_root_scan() local
910 char *tok; cgroup_drain() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2107 private static int keywordIndex(String tok) { in keywordIndex() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2104 private static int keywordIndex(String tok) { in keywordIndex() argument
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3512 static int import_list(UNUSED const char *tok, const char *arg, in import_list() argument
3549 char *tok, *arg; in cpuset_import() local
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4947 char cc, *cp = NULL, *tok = NULL; in parse_cmdline() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
H A Dmain.c4484 static const char * const tok[] = { variable
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1437 Token::Value tok = peek(); in ParseImportDeclaration() local
H A Dparser-base.h912 Token::Value tok = peek(); in ExpectSemicolon() local
5564 Token::Value tok = peek(); in ParseContinueStatement() local
5598 Token::Value tok = peek(); in ParseBreakStatement() local
5657 Token::Value tok = peek(); in ParseReturnStatement() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c3271 const DWORD tok = TOKEN_NEXT(tx); in sm1_read_version() local
3290 const DWORD tok = TOKEN_PEEK(tx); in sm1_parse_get_skip() local
3311 DWORD tok = TOKEN_PEEK(tx); in sm1_parse_comments() local
3344 sm1_parse_dst_param(struct sm1_dst_param *dst, DWORD tok) sm1_parse_dst_param() argument
3360 sm1_parse_src_param(struct sm1_src_param *src, DWORD tok) sm1_parse_src_param() argument
3461 DWORD tok; sm1_parse_instruction() local
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c1658 PyObject *tok = PyContextVar_Set(current_context_var, tl_context); in init_current_context() local
1719 PyObject *tok = PyContextVar_Set(current_context_var, v); in PyDec_SetCurrentContext() local
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2572 static int32_t keywordIndex(const UnicodeString& tok) { in keywordIndex() argument
2611 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp839 const AsmToken *tok = &Lexer.Lex(); in Lex() local
/third_party/toybox/toys/pending/
H A Dawk.c1299 getlbp(int tok) getlbp() argument
1313 getrbp(int tok) getrbp() argument
1707 int tok = CURTOK(); primary() local
1874 cat_start_concated_expr(int tok) cat_start_concated_expr() argument
[all...]
/third_party/toybox/generated/
H A Dglobals.h499 int tok; member
743 char **tok; // current token, not on the stack since recursive calls mutate it member
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c2688 int tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor2() local
2732 int tok; in externalEntityInitProcessor3() local
2810 int tok = XmlContentTok(enc, s, end, &next); in doContent() local
3959 int tok = XmlCdataSectionTok(enc, s, end, &next); doCdataSection() local
4085 int tok; doIgnoreSection() local
4354 int tok; entityValueInitProcessor() local
4439 int tok; externalParEntProcessor() local
4487 int tok; entityValueProcessor() local
4523 int tok = XmlPrologTok(parser->m_encoding, s, end, &next); prologProcessor() local
4530 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore, XML_Bool allowClosingDoctype, enum XML_Account account) doProlog() argument
5601 int tok = XmlPrologTok(parser->m_encoding, s, end, &next); epilogProcessor() local
5700 int tok processInternalEntity() local
5748 int tok internalEntityProcessor() local
5778 int tok; internalEntityProcessor() local
5837 int tok = XmlAttributeValueTok(enc, ptr, end, &next); appendAttributeValue() local
6050 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); storeEntityValue() local
7708 accountingDiffTolerated(XML_Parser originParser, int tok, const char *before, const char *after, int source_line, enum XML_Account account) accountingDiffTolerated() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c2645 int tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor2() local
2689 int tok; in externalEntityInitProcessor3() local
2767 int tok = XmlContentTok(enc, s, end, &next); in doContent() local
4042 int tok = XmlCdataSectionTok(enc, s, end, &next); doCdataSection() local
4168 int tok; doIgnoreSection() local
4437 int tok; entityValueInitProcessor() local
4522 int tok; externalParEntProcessor() local
4570 int tok; entityValueProcessor() local
4606 int tok = XmlPrologTok(parser->m_encoding, s, end, &next); prologProcessor() local
4613 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore, XML_Bool allowClosingDoctype, enum XML_Account account) doProlog() argument
5650 int tok = XmlPrologTok(parser->m_encoding, s, end, &next); epilogProcessor() local
5749 int tok processInternalEntity() local
5797 int tok internalEntityProcessor() local
5835 int tok; internalEntityProcessor() local
5894 int tok = XmlAttributeValueTok(enc, ptr, end, &next); appendAttributeValue() local
6106 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); storeEntityValue() local
7732 accountingDiffTolerated(XML_Parser originParser, int tok, const char *before, const char *after, int source_line, enum XML_Account account) accountingDiffTolerated() argument
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c226530 int tok; global() local
[all...]

Completed in 266 milliseconds

1234