Searched defs:Token (Results 1 - 25 of 198) sorted by relevance

12345678

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DToken.js1 // 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.
7 * @name Token
10 org.antlr.runtime.Token = function() {};
11 org.antlr.lang.augmentObject(org.antlr.runtime.Token, /** @lends Token */ {
/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.h24 short Token; member in struct:__anon12816
31 unsigned char Token; member in struct:__anon12817
46 /* TODO: The Token field should be broken out into a separate char array to
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/deqp/framework/randomshaders/
H A DrsgToken.cpp21 * \brief Token class.
31 Token::Token (const char* identifier) function in class:rsg::Token
39 Token::~Token (void)
45 Token& Token::operator= (const Token& other)
71 Token::Token (cons function in class:rsg::Token
[all...]
/external/clang/test/CodeGen/
H A Dbitfield-init.c6 struct Token { struct
10 struct Token one = { 1 };
/external/nist-sip/java/gov/nist/core/
H A DToken.java37 public class Token { class
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DToken.pm1 package ANTLR::Runtime::Token;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml0 (*===----------------------------------------------------------------------=== module
/external/v8/src/parsing/
H A Dtoken.h180 class Token { class in namespace:v8::internal
292 case Token::EQ:
293 case Token::EQ_STRICT: return (op1 == op2);
294 case Token::NE: return (op1 != op2);
295 case Token::LT: return (op1 < op2);
296 case Token::GT: return (op1 > op2);
297 case Token::LTE: return (op1 <= op2);
298 case Token::GTE: return (op1 >= op2);
/external/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h269 union Token { union in class:Transliterator
288 inline static Token integerToken(int32_t);
295 inline static Token pointerToken(void*);
313 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context);
985 Token context);
1041 Token context);
1327 inline Transliterator::Token Transliterator::integerToken(int32_t i) {
1328 Token t;
1333 inline Transliterator::Token Transliterator::pointerToken(void* p) {
1334 Token
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DToken.java1 /* Generated By:JavaCC: Do not edit this line. Token.java Version 6.1 */
21 public class Token implements java.io.Serializable { class in inherits:java.io.Serializable
37 /** The line number of the first character of this Token. */
39 /** The column number of the first character of this Token. */
41 /** The line number of the last character of this Token. */
43 /** The column number of the last character of this Token. */
59 public Token next;
73 public Token specialToken;
76 * An optional attribute value of the Token.
80 * Any subclass of Token tha
90 public Token() {} method in class:Token
95 public Token(int kind) method in class:Token
103 public Token(int kind, String image) method in class:Token
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DToken.java1 /* Generated By:JavaCC: Do not edit this line. Token.java Version 5.0 */
21 public class Token implements java.io.Serializable { class in inherits:java.io.Serializable
37 /** The line number of the first character of this Token. */
39 /** The column number of the first character of this Token. */
41 /** The line number of the last character of this Token. */
43 /** The column number of the last character of this Token. */
59 public Token next;
73 public Token specialToken;
76 * An optional attribute value of the Token.
80 * Any subclass of Token tha
90 public Token() {} method in class:Token
95 public Token(int kind) method in class:Token
103 public Token(int kind, String image) method in class:Token
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs83 * The current Token when an error occurred. Since not all streams
84 * can retrieve the ith Token, we have to track the Token object.
212 public IToken Token { property in class:Antlr.Runtime.RecognitionException
320 this._token = ((CommonTree)this._node).Token;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs38 * A tree node that is wrapper for a Token object. After 3.0 release
142 public virtual IToken Token { property in class:Antlr.Runtime.Tree.CommonTree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs85 * The current Token when an error occurred. Since not all streams
86 * can retrieve the ith Token, we have to track the Token object.
244 public IToken Token property in class:Antlr.Runtime.RecognitionException
392 this._token = ((CommonTree)this._node).Token;

Completed in 1486 milliseconds

12345678