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

  /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<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_;
  /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.
84 /// OwnsTokens - This is true if this TokenLexer allocated the Tokens
90 /// DisableMacroExpansion - This is true when tokens lexed from the TokenLexer
115 /// specified, this takes ownership of the tokens and delete[]'s them when
126 /// DisableExpansion is true when macro expansion of tokens lexed from thi
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/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/clang/lib/Format/
UnwrappedLineParser.h 12 /// which turns a stream of tokens into UnwrappedLines.
37 /// \brief The \c Tokens comprising this \c UnwrappedLine.
38 std::list<FormatToken *> Tokens;
59 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
141 FormatTokenSource *Tokens;
145 // 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.
135 if (!Parser.Line->Tokens.empty()) {
138 assert(Parser.Line->Tokens.empty());
156 IndexedTokenSource(ArrayRef<FormatToken *> Tokens)
157 : Tokens(Tokens), Position(-1) {}
161 return Tokens[Position];
171 return Tokens[Position];
175 ArrayRef<FormatToken *> Tokens;
182 ArrayRef<FormatToken *> Tokens,
    [all...]
Format.cpp     [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 232 typedef vector<pair<string, string> > Tokens;
233 Tokens tokens; local
234 base::SplitStringIntoKeyValuePairs(message_text, '=', '\n', &tokens);
235 for (Tokens::iterator i = tokens.begin(); i != tokens.end(); ++i) {
298 // Helper method that extracts tokens from a successful reply, and saves them
302 vector<pair<string, string> > tokens; local
303 base::SplitStringIntoKeyValuePairs(response, '=', '\n', &tokens);
320 vector<pair<string, string> > tokens; local
    [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 682 TokenValue Tokens[] = {
688 Tokens);
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 188 std::vector<IfcvtToken*> &Tokens);
191 void AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens);
296 std::vector<IfcvtToken*> Tokens;
304 AnalyzeBlocks(MF, Tokens);
305 while (!Tokens.empty()) {
306 IfcvtToken *Token = Tokens.back();
307 Tokens.pop_back();
401 // Delete tokens in case of early exit.
402 while (!Tokens.empty()) {
403 IfcvtToken *Token = Tokens.back()
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 919 TokenValue Tokens[] = {
925 StringRef MacroName = PP.getLastMacroWithSpelling(L, Tokens);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 707 milliseconds