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

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 35 public static class Tokens
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 38 * All tokens go to the parser (unless skip() is called in that rule)
65 public static class Tokens
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
79 public static class Tokens<T>
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.h 21 typedef std::vector<base::string16> Tokens;
28 const Tokens& tokens() const { return tokens_; } function in class:app_list::TokenizedString
37 // Broken down tokens and the index mapping of tokens in original string.
38 Tokens tokens_;
  /frameworks/compile/mclinker/include/mcld/Script/
StringList.h 28 typedef std::vector<StrToken*> Tokens;
29 typedef Tokens::const_iterator const_iterator;
30 typedef Tokens::iterator iterator;
31 typedef Tokens::const_reference const_reference;
32 typedef Tokens::reference reference;
63 Tokens m_Tokens;
  /external/clang/include/clang/Lex/
TokenLexer.h 25 /// TokenLexer - This implements a lexer that returns tokens from a macro body
43 /// Tokens - This is the pointer to an array of tokens that the macro is
45 /// a token stream, these are the tokens we are returning. This points into
51 const Token *Tokens;
54 /// NumTokens - This is the length of the Tokens array.
92 /// OwnsTokens - This is true if this TokenLexer allocated the Tokens
98 /// DisableMacroExpansion - This is true when tokens lexed from the TokenLexer
123 /// specified, this takes ownership of the tokens and delete[]'s them when
134 /// DisableExpansion is true when macro expansion of tokens lexed from thi
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
DateTimeFormatTest.cpp 82 class Tokens {
84 Tokens() { }
86 explicit Tokens(const Vector<Token> tokens)
87 : m_tokens(tokens)
91 explicit Tokens(const String& string)
96 explicit Tokens(Token token1)
101 Tokens(Token token1, Token token2)
107 Tokens(Token token1, Token token2, Token token3)
114 Tokens(Token token1, Token token2, Token token3, Token token4
193 Tokens tokens() const { return Tokens(m_tokens); } function in class:DateTimeFormatTest::TokenHandler
    [all...]
  /external/chromium_org/chromeos/pairing/
fake_controller_pairing_flow.cc 34 typedef std::vector<std::string> Tokens;
57 Tokens lost_begin_end;
  /external/clang/lib/Format/
UnwrappedLineParser.h 12 /// which turns a stream of tokens into UnwrappedLines.
39 /// \brief The \c Tokens comprising this \c UnwrappedLine.
40 std::list<UnwrappedLineNode> Tokens;
62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
160 FormatTokenSource *Tokens;
164 // of the format tokens. The goal is to have the actual tokens created and
UnwrappedLineParser.cpp 12 /// which turns a stream of tokens into UnwrappedLines.
129 else if (!Parser.Line->Tokens.empty())
130 Parser.CurrentLines = &Parser.Line->Tokens.back().Children;
138 if (!Parser.Line->Tokens.empty()) {
141 assert(Parser.Line->Tokens.empty());
178 IndexedTokenSource(ArrayRef<FormatToken *> Tokens)
179 : Tokens(Tokens), Position(-1) {}
183 return Tokens[Position];
193 return Tokens[Position]
    [all...]
Format.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 115 const struct tgsi_token *Tokens;
127 const struct tgsi_token *tokens );
142 tgsi_num_tokens(const struct tgsi_token *tokens)
145 memcpy(&header, tokens, sizeof(header));
150 tgsi_dump_tokens(const struct tgsi_token *tokens);
153 tgsi_dup_tokens(const struct tgsi_token *tokens);
tgsi_exec.h 271 const struct tgsi_token *Tokens; /**< Declarations, instructions */
350 const struct tgsi_token *tokens,
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 115 const struct tgsi_token *Tokens;
127 const struct tgsi_token *tokens );
142 tgsi_num_tokens(const struct tgsi_token *tokens)
145 memcpy(&header, tokens, sizeof(header));
150 tgsi_dump_tokens(const struct tgsi_token *tokens);
153 tgsi_dup_tokens(const struct tgsi_token *tokens);
tgsi_exec.h 271 const struct tgsi_token *Tokens; /**< Declarations, instructions */
350 const struct tgsi_token *tokens,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 319 union i915_full_token* Tokens;
323 extern struct i915_token_list* i915_optimize(const struct tgsi_token *tokens);
325 extern void i915_optimize_free(struct i915_token_list* tokens);
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 319 union i915_full_token* Tokens;
323 extern struct i915_token_list* i915_optimize(const struct tgsi_token *tokens);
325 extern void i915_optimize_free(struct i915_token_list* tokens);
  /external/clang/lib/AST/
CommentSema.cpp 693 TokenValue Tokens[] = {
699 Tokens);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 197 std::vector<IfcvtToken*> &Tokens);
200 void AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens);
307 std::vector<IfcvtToken*> Tokens;
315 AnalyzeBlocks(MF, Tokens);
316 while (!Tokens.empty()) {
317 IfcvtToken *Token = Tokens.back();
318 Tokens.pop_back();
412 // Delete tokens in case of early exit.
413 while (!Tokens.empty()) {
414 IfcvtToken *Token = Tokens.back()
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 8907 milliseconds

1 2