Searched defs:Token (Results 1 - 25 of 131) sorted by last modified time

123456

/external/vixl/src/a64/
H A Ddebugger-a64.cc44 class Token { class in namespace:vixl
46 virtual ~Token() {}
48 // Token type.
56 // Token properties.
61 static Token* Tokenize(const char* arg);
65 template<typename T> class ValueToken : public Token {
89 static Token* Tokenize(const char* arg);
90 static RegisterToken* Cast(Token* tok) {
111 static Token* Tokenize(const char* arg);
112 static FPRegisterToken* Cast(Token* to
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8814 typedef struct Token Token; typedef in typeref:struct:Token
11217 ** Note if Token.z==0 then Token.dyn and Token.n are undefined and
11218 ** may contain random values. Do not make any assumptions about Token.dyn
11219 ** and Token.n when Token.z==0.
11221 struct Token { struct
11354 char *zToken; /* Token valu
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8814 typedef struct Token Token; typedef in typeref:struct:Token
11217 ** Note if Token.z==0 then Token.dyn and Token.n are undefined and
11218 ** may contain random values. Do not make any assumptions about Token.dyn
11219 ** and Token.n when Token.z==0.
11221 struct Token { struct
11354 char *zToken; /* Token valu
[all...]
/external/smack/src/org/xbill/DNS/
H A DTokenizer.java60 private Token current;
67 public static class Token { class in class:Tokenizer
75 Token() { method in class:Tokenizer.Token
80 private Token
154 current = new Token();
233 public Token
344 public Token
372 Token next = get();
381 Token next = get();
551 Token nex
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h115 struct Token { struct in class:google::protobuf::io::Tokenizer
129 const Token& current();
152 // result. If the text is not from a Token of type TYPE_INTEGER originally
182 Token current_; // Returned by current().
290 inline const Tokenizer::Token& Tokenizer::current() {
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/nist-sip/java/gov/nist/core/
H A DToken.java37 public class Token { class
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h106 struct tgsi_token Token; member in union:tgsi_full_token
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h310 struct tgsi_token Token; member in union:i915_full_token
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp153 Token, enumerator in enum:__anon26561::ClassInfo::ClassInfoKind
176 /// ClassName - The unadorned generic name for this class (e.g., Token).
185 /// operand matches this class; this is not valid for Token or register kinds.
189 /// MCInst; this is not valid for Token or register kinds.
216 if (Kind == Token || RHS.Kind == Token)
217 return Kind == Token && RHS.Kind == Token;
296 /// Token - This is the token that the operand came from.
297 StringRef Token; member in struct:__anon26561::MatchableInfo::AsmOperand
994 getTokenClass(StringRef Token) argument
1423 StringRef Token = Op.Token; local
1524 StringRef Token = Op->Token; // save this in case Op gets moved local
[all...]
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp14 enum Token { enum
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp19 enum Token { enum
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp26 enum Token { enum
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp26 enum Token { enum
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp26 enum Token { enum
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp26 enum Token { enum
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp44 enum Token { enum
H A Dtoy.cpp50 enum Token { enum
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp74 enum Token { enum
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp27 enum Token { enum

Completed in 6131 milliseconds

123456