Searched defs:get_token (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognitionException.pm115 sub get_token { subroutine
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dlexer.py51 self.get_token() # start
123 def get_token(self): member in class:Lexer
/external/linux-tools-perf/util/
H A Dstrfilter.c32 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/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.h119 const std::string& get_token() const { return token_; } function in class:local_discovery::PrivetURLFetcherFactory
/external/libpng/contrib/pngminus/
H A Dpnm2png.c53 void get_token(FILE *pnm_file, char *token);
214 get_token(pnm_file, type_token);
229 get_token(pnm_file, width_token);
231 get_token(pnm_file, height_token);
233 get_token(pnm_file, maxval_token);
250 get_token(pnm_file, width_token);
252 get_token(pnm_file, height_token);
254 get_token(pnm_file, maxval_token);
281 get_token(alpha_file, type_token);
289 get_token(alpha_fil
446 void get_token(FILE *pnm_file, char *token) function
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A 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
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A 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

Completed in 289 milliseconds