/external/python/cpython3/Parser/ |
D | tokenizer.c | 122 struct tok_state *tok = (struct tok_state *)PyMem_MALLOC( in tok_new() local 156 new_string(const char *s, Py_ssize_t len, struct tok_state *tok) in new_string() 171 decoding_fgets(char *s, int size, struct tok_state *tok) in decoding_fgets() 177 decoding_feof(struct tok_state *tok) in decoding_feof() 183 decode_str(const char *str, int exec_input, struct tok_state *tok) in decode_str() 191 error_ret(struct tok_state *tok) /* XXX */ in error_ret() 234 get_coding_spec(const char *s, char **spec, Py_ssize_t size, struct tok_state *tok) in get_coding_spec() 288 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() 350 struct tok_state *tok) in check_bom() 424 fp_readl(char *s, int size, struct tok_state *tok) in fp_readl() [all …]
|
/external/expat/lib/ |
D | xmlrole.c | 151 int tok, in prolog0() 188 int tok, in prolog1() 226 int tok, in prolog2() 247 int tok, in doctype0() 265 int tok, in doctype1() 295 int tok, in doctype2() 312 int tok, in doctype3() 329 int tok, in doctype4() 349 int tok, in doctype5() 366 int tok, in internalSubset() [all …]
|
/external/python/cpython3/Modules/expat/ |
D | xmlrole.c | 151 int tok, in prolog0() 188 int tok, in prolog1() 226 int tok, in prolog2() 247 int tok, in doctype0() 265 int tok, in doctype1() 295 int tok, in doctype2() 312 int tok, in doctype3() 329 int tok, in doctype4() 349 int tok, in doctype5() 366 int tok, in internalSubset() [all …]
|
/external/python/cpython2/Modules/expat/ |
D | xmlrole.c | 151 int tok, in prolog0() 188 int tok, in prolog1() 226 int tok, in prolog2() 247 int tok, in doctype0() 265 int tok, in doctype1() 295 int tok, in doctype2() 312 int tok, in doctype3() 329 int tok, in doctype4() 349 int tok, in doctype5() 366 int tok, in internalSubset() [all …]
|
/external/python/cpython2/Parser/ |
D | tokenizer.c | 100 struct tok_state *tok = (struct tok_state *)PyMem_MALLOC( in tok_new() local 147 decoding_fgets(char *s, int size, struct tok_state *tok) in decoding_fgets() 153 decoding_feof(struct tok_state *tok) in decoding_feof() 159 decode_str(const char *str, int exec_input, struct tok_state *tok) in decode_str() 167 error_ret(struct tok_state *tok) /* XXX */ in error_ret() 260 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() 330 struct tok_state *tok) in check_bom() 401 fp_readl(char *s, int size, struct tok_state *tok) in fp_readl() 468 fp_setreadl(struct tok_state *tok, const char* enc) in fp_setreadl() 493 static int fp_getc(struct tok_state *tok) { in fp_getc() [all …]
|
D | parsetok.c | 50 struct tok_state *tok; in PyParser_ParseStringFlagsFilenameEx() local 91 struct tok_state *tok; in PyParser_ParseFileFlagsEx() local 129 parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, in parsetok()
|
/external/v8/src/parsing/ |
D | token.h | 213 static const char* Name(Value tok) { in Name() 219 static bool IsKeyword(Value tok) { in IsKeyword() 222 static bool IsContextualKeyword(Value tok) { return token_type[tok] == 'C'; } in IsContextualKeyword() 224 static bool IsIdentifier(Value tok, LanguageMode language_mode, in IsIdentifier() 245 static bool IsAssignmentOp(Value tok) { in IsAssignmentOp() 314 static const char* String(Value tok) { in String() 319 static uint8_t StringLength(Value tok) { in StringLength() 326 static int Precedence(Value tok) { in Precedence()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3tokenstream.inl | 209 TokenType* tok = state->get_token(); local 221 CommonTokenType* tok = this->nextTokenStr(); local 527 const TokenType& tok = iter->second; local 534 TokenType& tok = m_tokens.at( static_cast<ANTLR_UINT32>(tok_idx) ); local 569 const TokenType* tok; local 680 TokenType* tok; local 764 TokenType* tok; local 856 const TokenType* tok = this->getToken(i); local 875 const TokenType* tok = this->getToken(x); local 912 void CommonTokenStream<ImplTraits>::insertToken( const TokenType& tok ) [all …]
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslTokenStream.cpp | 40 void HlslTokenStream::pushPreToken(const HlslToken& tok) in pushPreToken() 53 void HlslTokenStream::pushTokenBuffer(const HlslToken& tok) in pushTokenBuffer()
|
/external/libpcap/ |
D | grammar.y | 116 struct tok { struct 121 static const struct tok ieee80211_types[] = { argument 198 const struct tok *tok; member
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | HeaderParser.java | 52 String tok = lexer.ttoken(); in wkday() local 184 protected void headerName(int tok) throws ParseException { in headerName()
|
D | ServerParser.java | 81 String tok; in parse() local
|
D | Parser.java | 58 Token tok = lexer.match(SIP); in sipVersion() local
|
/external/yapf/yapf/yapflib/ |
D | unwrapped_line.py | 209 def _IsIdNumberStringToken(tok): argument 213 def _IsUnaryOperator(tok): argument 430 def IsSurroundedByBrackets(tok): argument
|
/external/libxml2/ |
D | threads.c | 179 xmlMutexPtr tok; in xmlNewMutex() local 206 xmlFreeMutex(xmlMutexPtr tok) in xmlFreeMutex() 229 xmlMutexLock(xmlMutexPtr tok) in xmlMutexLock() 257 xmlMutexUnlock(xmlMutexPtr tok) in xmlMutexUnlock() 287 xmlRMutexPtr tok; in xmlNewRMutex() local 343 xmlRMutexLock(xmlRMutexPtr tok) in xmlRMutexLock()
|
/external/jsmn/test/ |
D | tests.c | 146 jsmntok_t tok[5]; in test_partial_string() local 172 jsmntok_t tok[10]; in test_partial_array() local 230 jsmntok_t tok[10]; in test_unquoted_keys() local
|
/external/openssh/openbsd-compat/ |
D | strsep.c | 58 char *tok; in strsep() local
|
/external/tcpdump/missing/ |
D | strsep.c | 61 char *tok; in strsep() local
|
/external/libpcap/missing/ |
D | strtok_r.c | 46 char *spanp, *tok; in pcap_strtok_r() local
|
/external/antlr/runtime/C/src/ |
D | antlr3tokenstream.c | 539 pANTLR3_COMMON_TOKEN tok; in toStringSS() local 725 pANTLR3_COMMON_TOKEN tok; in getTokensSet() local 803 pANTLR3_COMMON_TOKEN tok; in _LA() local 952 pANTLR3_COMMON_TOKEN tok; in fillBuffer() local 1034 pANTLR3_COMMON_TOKEN tok; in skipOffTokenChannels() local 1057 pANTLR3_COMMON_TOKEN tok; in skipOffTokenChannelsReverse() local
|
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.c | 43 static void branch_counts(int n, /* n = size of alphabet */ in branch_counts() 78 void vp8_tree_probs_from_distribution(int n, /* n = size of alphabet */ in vp8_tree_probs_from_distribution()
|
/external/tcpdump/ |
D | print-llc.c | 129 const struct tok *tok; member 407 const struct tok *tok = null_values; in oui_to_struct_tok() local
|
/external/jsmn/example/ |
D | simple.c | 15 static int jsoneq(const char *json, jsmntok_t *tok, const char *s) { in jsoneq()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/ |
D | ScannerImpl.java | 619 Token tok = scanDirective(); in fetchDirective() local 918 Token tok = scanAnchor(false); in fetchAlias() local 939 Token tok = scanAnchor(true); in fetchAnchor() local 956 Token tok = scanTag(); in fetchTag() local 996 Token tok = scanBlockScalar(style); in fetchBlockScalar() local 1029 Token tok = scanFlowScalar(style); in fetchFlowScalar() local 1046 Token tok = scanPlain(); in fetchPlain() local 1451 Token tok; in scanAnchor() local
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Lexer.java | 475 int tok; in getKeywordToken() local 509 int tok = getKeywordToken(m_processor.m_token); in recordTokenString() local
|