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

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 35 public static class Tokens
  /external/chromium_org/chrome/browser/ssl/
ssl_error_classification.h 69 typedef std::vector<std::string> Tokens;
85 bool NameUnderAnyNames(const Tokens& child,
86 const std::vector<Tokens>& potential_parents) const;
92 bool AnyNamesUnderName(const std::vector<Tokens>& potential_children,
93 const Tokens& parent) const;
100 bool IsSubDomainOutsideWildcard(const Tokens& hostname) const;
108 static std::vector<Tokens> GetTokenizedDNSNames(
120 size_t FindSubDomainDifference(const Tokens& potential_subdomain,
121 const Tokens& parent) const;
123 static Tokens Tokenize(const std::string& name)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/chromium_org/ui/app_list/search/
tokenized_string.h 22 typedef std::vector<base::string16> Tokens;
29 const Tokens& tokens() const { return tokens_; } function in class:app_list::TokenizedString
38 // Broken down tokens and the index mapping of tokens in original string.
39 Tokens tokens_;
tokenized_string_char_iterator.h 66 const TokenizedString::Tokens& tokens_;
  /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/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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h 16 #pragma mark Tokens
CombinedParser.h 13 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 15 #pragma mark Tokens
TestLexerLexer.h 16 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 15 #pragma mark Tokens
TestLexerLexer.h 15 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 16 #pragma mark Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 2 * Lexer Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 16 #pragma mark Tokens
TParser.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 16 #pragma mark Tokens
  /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
TokenAnnotator.h 41 : First(Line.Tokens.front().Tok), Level(Line.Level),
46 assert(!Line.Tokens.empty());
48 // Calculate Next and Previous for all tokens. Note that we must overwrite
53 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(),
54 E = Line.Tokens.end();
107 /// \brief Determines extra information about the tokens comprising an
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 16 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 16 #pragma mark Tokens
  /external/clang/lib/Lex/
TokenLexer.cpp 41 Tokens = &*Macro->tokens_begin();
51 assert(Tokens[0].getLocation().isValid());
52 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
57 // definition. Tokens that get lexed directly from the definition will
60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
69 // Tokens to point to the expanded tokens.
91 Tokens = TokArray;
113 // the expanded tokens
    [all...]

Completed in 623 milliseconds

1 2 3 4 5 6