Home
last modified time | relevance | path

Searched refs:get_token (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dcparse.py117 lexer.get_token()
118 lexer.get_token()
134 lexer.get_token() # a number or ']'
143 lexer.get_token()
148 lexer.get_token() # read past the ']'
169 lexer.get_token()
177 lexer.get_token()
185 lexer.get_token()
211 lexer.get_token()
218 lexer.get_token()
[all …]
Dlexer.py51 self.get_token() # start
123 def get_token(self): member in Lexer
Dparse_core.py91 lexer.get_token()
/external/libpng/contrib/pngminus/
Dpnm2png.c54 void get_token(FILE *pnm_file, char *token);
221 get_token(pnm_file, type_token); in pnm2png()
231 get_token(pnm_file, width_token); in pnm2png()
234 get_token(pnm_file, height_token); in pnm2png()
248 get_token(pnm_file, width_token); in pnm2png()
251 get_token(pnm_file, height_token); in pnm2png()
254 get_token(pnm_file, maxval_token); in pnm2png()
273 get_token(pnm_file, width_token); in pnm2png()
276 get_token(pnm_file, height_token); in pnm2png()
279 get_token(pnm_file, maxval_token); in pnm2png()
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dstrfilter.c32 static const char *get_token(const char *s, const char **e) in get_token() function
88 s = get_token(s, &e); in strfilter_node__new()
137 s = get_token(e, &e); in strfilter_node__new()
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm184 return 'mismatched input ' . $self->get_token_error_display($e->get_token)
197 return 'no viable alternative at input ' . $self->get_token_error_display($e->get_token);
200 . get_token_error_display($e->get_token);
202 return 'mismatched input ' . $self->get_token_error_display($e->get_token)
205 return 'mismatched input ' . $self->get_token_error_display($e->get_token)
DRecognitionException.pm115 sub get_token { method in ANTLR::Runtime::RecognitionException
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php529 $token = $this->get_token($request, $consumer, "request");
546 $token = $this->get_token($request, $consumer, "access");
616 private function get_token($request, $consumer, $token_type="access") { function in OAuthServer
/external/chromium_org/third_party/ply/
Dyacc.py310 get_token = lexer.token
312 get_token = tokenfunc
343 lookahead = get_token() # Get the next token
515 token = get_token
621 get_token = lexer.token
623 get_token = tokenfunc
649 lookahead = get_token() # Get the next token
788 token = get_token
893 get_token = lexer.token
895 get_token = tokenfunc
[all …]
/external/chromium_org/third_party/cython/src/Cython/Tempita/
D_tempita.py1036 def get_token(pos=False): function
1047 tok_type, tok_string = get_token()
1052 tok_type, tok_string = get_token()
1057 tok_type, tok_string = get_token()
1078 tok_type, tok_string, s, e = get_token(True)
/external/llvm/test/CodeGen/ARM/
D2008-04-04-ScavengerAssert.ll39 define fastcc { i16, %struct.rnode* }* @get_token(i8** %s) nounwind {