Searched defs:Tokens (Results 1 - 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokens.cs35 public static class Tokens class in namespace:Antlr.Runtime
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenConstants.cs65 public static class Tokens class in namespace:Antlr.Runtime
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
79 public static class Tokens<T>
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string.h21 typedef std::vector<string16> Tokens; typedef in class:app_list::TokenizedString
28 const Tokens& tokens() const { return tokens_; }
38 Tokens tokens_;
/external/clang/include/clang/Lex/
H A DTokenLexer.h43 /// Tokens - This is the pointer to an array of tokens that the macro is
51 const Token *Tokens; member in class:clang::TokenLexer
54 /// NumTokens - This is the length of the Tokens array.
84 /// OwnsTokens - This is true if this TokenLexer allocated the Tokens
162 /// return preexpanded tokens from Tokens.
/external/clang/lib/Format/
H A DUnwrappedLineParser.h37 /// \brief The \c Tokens comprising this \c UnwrappedLine.
38 std::list<FormatToken *> Tokens; member in struct:clang::format::UnwrappedLine
59 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
141 FormatTokenSource *Tokens; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp135 if (!Parser.Line->Tokens.empty()) {
138 assert(Parser.Line->Tokens.empty());
156 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) argument
157 : Tokens(Tokens), Position(-1) {}
161 return Tokens[Position];
171 return Tokens[Position];
175 ArrayRef<FormatToken *> Tokens; member in class:clang::format::__anon15251::IndexedTokenSource
182 ArrayRef<FormatToken *> Tokens,
185 CurrentLines(&Lines), StructuralError(false), Style(Style), Tokens(NUL
181 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback) argument
[all...]
H A DFormat.cpp1341 assert(Tokens.empty());
1343 Tokens.push_back(getNextToken());
1344 } while (Tokens.back()->Tok.isNot(tok::eof));
1345 return Tokens;
1434 SmallVector<FormatToken *, 16> Tokens; member in class:clang::format::__anon15248::FormatTokenLexer
1467 FormatTokenLexer Tokens(Lex, SourceMgr, Encoding);
1469 UnwrappedLineParser Parser(Style, Tokens.lex(), *this);
1471 TokenAnnotator Annotator(Style, Tokens.getIdentTable().get("in"));
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DDateTimeFormatTest.cpp82 class Tokens { class in class:DateTimeFormatTest
84 Tokens() { } function in class:DateTimeFormatTest::Tokens
86 explicit Tokens(const Vector<Token> tokens) function in class:DateTimeFormatTest::Tokens
91 explicit Tokens(const String& string) function in class:DateTimeFormatTest::Tokens
96 explicit Tokens(Token token1) function in class:DateTimeFormatTest::Tokens
101 Tokens(Token token1, Token token2) function in class:DateTimeFormatTest::Tokens
107 Tokens(Token token1, Token token2, Token token3) function in class:DateTimeFormatTest::Tokens
114 Tokens(Token token1, Token token2, Token token3, Token token4) function in class:DateTimeFormatTest::Tokens
122 Tokens(Token token1, Token token2, Token token3, Token token4, Token token5) function in class:DateTimeFormatTest::Tokens
131 Tokens(Toke function in class:DateTimeFormatTest::Tokens
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.cc232 typedef vector<pair<string, string> > Tokens; typedef
233 Tokens tokens;
235 for (Tokens::iterator i = tokens.begin(); i != tokens.end(); ++i) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h115 const struct tgsi_token *Tokens; member in struct:tgsi_parse_context
H A Dtgsi_exec.h271 const struct tgsi_token *Tokens; /**< Declarations, instructions */ member in struct:tgsi_exec_machine
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h115 const struct tgsi_token *Tokens; member in struct:tgsi_parse_context
H A Dtgsi_exec.h271 const struct tgsi_token *Tokens; /**< Declarations, instructions */ member in struct:tgsi_exec_machine
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp400 static bool CheckMatchedBrackets(const SmallVectorImpl<Token> &Tokens) { argument
402 for (SmallVectorImpl<Token>::const_iterator I = Tokens.begin(),
403 E = Tokens.end();
816 // Go through all the TokenLexers whose 'Tokens' pointer points in the
822 prevLexer->Tokens = MacroExpandedTokens.data() + tokIndex;
H A DPreprocessor.cpp253 llvm::errs() << "\n Macro Expanded Tokens: "
299 ArrayRef<TokenValue> Tokens) {
300 return Tokens.size() == MI->getNumTokens() &&
301 std::equal(Tokens.begin(), Tokens.end(), MI->tokens_begin());
306 ArrayRef<TokenValue> Tokens) const {
317 if (!MacroDefinitionEquals(Def.getMacroInfo(), Tokens))
298 MacroDefinitionEquals(const MacroInfo *MI, ArrayRef<TokenValue> Tokens) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h319 union i915_full_token* Tokens; member in struct:i915_token_list
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h319 union i915_full_token* Tokens; member in struct:i915_token_list
/external/clang/lib/AST/
H A DCommentSema.cpp682 TokenValue Tokens[] = { local
688 Tokens);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp919 TokenValue Tokens[] = { local
925 StringRef MacroName = PP.getLastMacroWithSpelling(L, Tokens);
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp188 std::vector<IfcvtToken*> &Tokens);
191 void AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens);
296 std::vector<IfcvtToken*> Tokens; local
304 AnalyzeBlocks(MF, Tokens);
305 while (!Tokens.empty()) {
306 IfcvtToken *Token = Tokens.back();
307 Tokens.pop_back();
402 while (!Tokens.empty()) {
403 IfcvtToken *Token = Tokens.back();
404 Tokens
750 AnalyzeBlock(MachineBasicBlock *BB, std::vector<IfcvtToken*> &Tokens) argument
903 AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens) argument
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp4998 CXToken **Tokens, unsigned *NumTokens) {
5003 if (Tokens)
5004 *Tokens = 0;
5012 if (!CXXUnit || !Tokens || !NumTokens)
5027 *Tokens = (CXToken *)malloc(sizeof(CXToken) * CXTokens.size());
5028 memmove(*Tokens, CXTokens.data(), sizeof(CXToken) * CXTokens.size());
5033 CXToken *Tokens, unsigned NumTokens) {
5034 free(Tokens);
5051 CXToken *Tokens; member in class:__anon16646::AnnotateTokensWorker
5072 return SourceLocation::getFromRawEncoding(Tokens[tok
4997 clang_tokenize(CXTranslationUnit TU, CXSourceRange Range, CXToken **Tokens, unsigned *NumTokens) argument
5032 clang_disposeTokens(CXTranslationUnit TU, CXToken *Tokens, unsigned NumTokens) argument
5406 CXToken *Tokens; member in class:__anon16647::MarkMacroArgTokensVisitor
5471 CXToken *Tokens; member in struct:__anon16648::clang_annotateTokens_Data
5492 annotatePreprocessorTokens(CXTranslationUnit TU, SourceRange RegionOfInterest, CXCursor *Cursors, CXToken *Tokens, unsigned NumTokens) argument
5599 CXToken *Tokens = ((clang_annotateTokens_Data*)UserData)->Tokens; local
5709 clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens, unsigned NumTokens, CXCursor *Cursors) argument
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 596 milliseconds