HomeSort by relevance Sort by last modified time
    Searched defs:Token (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 1 // NB: Because Token has static members of type CommonToken, the Token dummy
2 // constructor is defined in CommonToken. All methods and vars of Token are
3 // defined here. Token is an interface, not a subclass in the Java runtime.
6 * @class Abstract base class of all token types.
7 * @name Token
10 org.antlr.runtime.Token = function() {};
11 org.antlr.lang.augmentObject(org.antlr.runtime.Token, /** @lends Token */ {
27 /** In an action, a lexer rule can set token to this SKIP_TOKEN and ANTL
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 13 // functions expecting token IDs and this custom binding adds the SubtleCrypto
15 // The Token object holds the token id and the SubtleCrypto member.
18 var Token = require('enterprise.platformKeys.Token').Token;
27 function(tokenId) { return new Token(tokenId); }));
  /external/chromium_org/tools/gn/
token.cc 5 #include "tools/gn/token.h"
9 Token::Token() : type_(INVALID), value_() {
12 Token::Token(const Location& location,
20 bool Token::IsIdentifierEqualTo(const char* v) const {
24 bool Token::IsStringEqualTo(const char* v) const {
  /external/deqp/framework/randomshaders/
rsgToken.cpp 21 * \brief Token class.
31 Token::Token (const char* identifier)
39 Token::~Token (void)
45 Token& Token::operator= (const Token& other)
71 Token::Token (const Token& other
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
matcher.py 26 Token = tokens.Token
31 """A token matcher.
33 Specifies a pattern to match, the type of token it represents, what mode the
34 token changes to, and what mode the token applies to.
42 type: The type of token indicated by a successful match.
51 token_type: The type of token a successful match indicates.
tokens.py 24 """Token types common to all languages."""
30 class Token(object):
31 """Token class for intelligent text splitting.
33 The token class represents a string of characters and an identifying type.
36 type: The type of token.
37 string: The characters the token comprises.
38 length: The length of the token.
39 line: The text of the line the token is found in.
40 line_number: The number of the line the token is found in.
42 previous: The token before this one
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
matcher.py 26 Token = tokens.Token
31 """A token matcher.
33 Specifies a pattern to match, the type of token it represents, what mode the
34 token changes to, and what mode the token applies to.
42 type: The type of token indicated by a successful match.
51 token_type: The type of token a successful match indicates.
tokens.py 24 """Token types common to all languages."""
30 class Token(object):
31 """Token class for intelligent text splitting.
33 The token class represents a string of characters and an identifying type.
36 type: The type of token.
37 string: The characters the token comprises.
38 length: The length of the token.
39 line: The text of the line the token is found in.
40 line_number: The number of the line the token is found in.
42 previous: The token before this one
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.h 26 short Token;
34 unsigned char Token;
48 /* TODO: The Token field should be broken out into a separate char array to
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
token.h 6 typedef struct Token {
9 } Token;
11 static void Token_init(Token *, SubStr, unsigned int);
12 static Token *Token_new(SubStr, unsigned int);
15 Token_init(Token *r, SubStr t, unsigned int l)
21 static Token *
24 Token *r = malloc(sizeof(Token));
  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 26 short Token;
34 unsigned char Token;
48 /* TODO: The Token field should be broken out into a separate char array to
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 7 type token = type
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 7 type token = type
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 7 type token = type
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.h 26 short Token;
34 unsigned char Token;
48 /* TODO: The Token field should be broken out into a separate char array to
  /external/chromium_org/v8/src/
token.h 15 // symbolic token name, string is the corresponding syntactic symbol
17 // The parameters are invoked for token categories as follows:
156 /* Illegal token - not able to scan. */ \
163 class Token {
165 // All token values.
173 // Returns a string corresponding to the C++ token name
174 // (e.g. "LT" for the token LT).
268 // Returns a string corresponding to the JS token string
269 // (.e., "<" for the token LT) or NULL if the token doesn'
    [all...]
  /external/clang/test/CodeGen/
bitfield-init.c 6 struct Token {
10 struct Token one = { 1 };
  /external/nist-sip/java/gov/nist/core/
Token.java 29 * Base token class.
37 public class Token {
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 1 package ANTLR::Runtime::Token;
56 # In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
57 # will avoid creating a token for this symbol and try to fetch another.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 267 union Token {
269 * This token, interpreted as a 32-bit integer.
274 * This token, interpreted as a native pointer.
281 * Return a token containing an integer.
282 * @return a token containing an integer.
285 inline static Token integerToken(int32_t);
288 * Return a token containing a pointer.
289 * @return a token containing a pointer.
292 inline static Token pointerToken(void*);
309 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h 267 union Token {
269 * This token, interpreted as a 32-bit integer.
274 * This token, interpreted as a native pointer.
282 * Return a token containing an integer.
283 * @return a token containing an integer.
286 inline static Token integerToken(int32_t);
289 * Return a token containing a pointer.
290 * @return a token containing a pointer.
293 inline static Token pointerToken(void*);
311 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 7 type token = type
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 7 type token = type
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 7 type token = type
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 439 // if the current optdef calls for more values, consume the next token
1334 final Token token = (Token) KEYWORDS.get (value.toString ()); local
    [all...]

Completed in 508 milliseconds

1 2 3 4 5 6 7 8