HomeSort by relevance Sort by last modified time
    Searched refs:get_token (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
51 entryname = lexer.get_token()
55 entryname = lexer.get_token()
74 tt = lexer.get_token()
87 login = lexer.get_token()
89 account = lexer.get_token()
91 password = lexer.get_token()
shlex.py 60 "Push a token onto the stack popped by the get_token method"
88 def get_token(self): member in class:shlex
104 raw = self.get_token()
111 raw = self.get_token()
269 token = self.get_token()
288 tt = lexer.get_token()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
51 entryname = lexer.get_token()
55 entryname = lexer.get_token()
74 tt = lexer.get_token()
87 login = lexer.get_token()
89 account = lexer.get_token()
91 password = lexer.get_token()
shlex.py 60 "Push a token onto the stack popped by the get_token method"
88 def get_token(self): member in class:shlex
104 raw = self.get_token()
111 raw = self.get_token()
269 token = self.get_token()
288 tt = lexer.get_token()
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 105 #lexer.get_token()
117 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()
    [all...]
parse_core.py 91 lexer.get_token()
lexer.py 51 self.get_token() # start
123 def get_token(self): member in class:Lexer
  /external/libpng/contrib/pngminus/
pnm2png.c 54 void get_token(FILE *pnm_file, char *token);
221 get_token(pnm_file, type_token);
231 get_token(pnm_file, width_token);
234 get_token(pnm_file, height_token);
248 get_token(pnm_file, width_token);
251 get_token(pnm_file, height_token);
254 get_token(pnm_file, maxval_token);
273 get_token(pnm_file, width_token);
276 get_token(pnm_file, height_token);
279 get_token(pnm_file, maxval_token)
497 void get_token(FILE *pnm_file, char *token) function
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
strfilter.c 32 static const char *get_token(const char *s, const char **e) function
88 s = get_token(s, &e);
137 s = get_token(e, &e);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognitionException.pm 115 sub get_token { subroutine
BaseRecognizer.pm 184 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)
  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 95 static void get_token(const char *instr, uint32_t index, char *token) function
302 get_token(entry->instr_template, index, token);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 529 $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
  /external/chromium_org/third_party/ply/
yacc.py 310 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
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py 1036 def get_token(pos=False): function in function:parse_signature
    [all...]

Completed in 708 milliseconds