/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | DateTimeFormatTest.cpp | 82 class Tokens { class in DateTimeFormatTest 84 Tokens() { } in Tokens() function in DateTimeFormatTest::Tokens 86 explicit Tokens(const Vector<Token> tokens) in Tokens() function in DateTimeFormatTest::Tokens 91 explicit Tokens(const String& string) in Tokens() function in DateTimeFormatTest::Tokens 96 explicit Tokens(Token token1) in Tokens() function in DateTimeFormatTest::Tokens 101 Tokens(Token token1, Token token2) in Tokens() function in DateTimeFormatTest::Tokens 107 Tokens(Token token1, Token token2, Token token3) in Tokens() function in DateTimeFormatTest::Tokens 114 Tokens(Token token1, Token token2, Token token3, Token token4) in Tokens() function in DateTimeFormatTest::Tokens 122 Tokens(Token token1, Token token2, Token token3, Token token4, Token token5) in Tokens() function in DateTimeFormatTest::Tokens 131 Tokens(Token token1, Token token2, Token token3, Token token4, Token token5, Token token6) in Tokens() function in DateTimeFormatTest::Tokens
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Tokens.cs | 35 public static class Tokens class
|
/external/chromium_org/ui/app_list/search/ |
D | tokenized_string.h | 22 typedef std::vector<base::string16> Tokens; typedef
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.h | 40 std::list<UnwrappedLineNode> Tokens; member 160 FormatTokenSource *Tokens; variable
|
D | UnwrappedLineParser.cpp | 178 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() 199 ArrayRef<FormatToken *> Tokens; member in clang::format::__anonb83c1f760211::IndexedTokenSource 206 ArrayRef<FormatToken *> Tokens, in UnwrappedLineParser()
|
D | Format.cpp | 1644 SmallVector<FormatToken *, 16> Tokens; member in clang::format::__anon0bcb66d40111::FormatTokenLexer 1696 FormatTokenLexer Tokens(Lex, SourceMgr, Style, Encoding); in format() local 1728 bool StructuralError, FormatTokenLexer &Tokens) { in format()
|
/external/chromium_org/chrome/browser/ssl/ |
D | ssl_error_classification.h | 69 typedef std::vector<std::string> Tokens; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 65 public static class Tokens class
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 84 Tokens = TokenScheme.build %w(A B C D E ID VAR) constant in TestPatternParser 159 Tokens = TokenScheme.build %w(A B C D E ID VAR) constant in TestTreeWizard
|
D | test-trees.rb | 797 Tokens = TokenScheme.build( TOKEN_NAMES ) constant in TestTreeContext
|
/external/clang/include/clang/Lex/ |
D | TokenLexer.h | 51 const Token *Tokens; variable
|
/external/chromium_org/components/pairing/ |
D | fake_host_pairing_controller.cc | 39 typedef std::vector<std::string> Tokens; in ApplyConfig() typedef
|
D | fake_controller_pairing_controller.cc | 35 typedef std::vector<std::string> Tokens; in ApplyConfig() typedef
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 115 const struct tgsi_token *Tokens; member
|
D | tgsi_exec.h | 271 const struct tgsi_token *Tokens; /**< Declarations, instructions */ member
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 115 const struct tgsi_token *Tokens; member
|
D | tgsi_exec.h | 271 const struct tgsi_token *Tokens; /**< Declarations, instructions */ member
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 307 std::vector<IfcvtToken*> Tokens; in INITIALIZE_PASS_DEPENDENCY() local 758 std::vector<IfcvtToken*> &Tokens) { in AnalyzeBlock() 911 std::vector<IfcvtToken*> &Tokens) { in AnalyzeBlocks()
|
/external/clang/docs/ |
D | InternalsManual.rst | 717 .. _Lexer:
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 297 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
|
D | PPMacroExpansion.cpp | 385 static bool CheckMatchedBrackets(const SmallVectorImpl<Token> &Tokens) { in CheckMatchedBrackets()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_fpc.h | 319 union i915_full_token* Tokens; member
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc.h | 319 union i915_full_token* Tokens; member
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5218 CXToken **Tokens, unsigned *NumTokens) { in clang_tokenize() 5255 CXToken *Tokens, unsigned NumTokens) { in clang_disposeTokens() 5273 CXToken *Tokens; member in __anonbd367dd30711::AnnotateTokensWorker 5634 CXToken *Tokens; member in __anonbd367dd30811::MarkMacroArgTokensVisitor 5708 CXToken *Tokens; member 5732 CXToken *Tokens, in annotatePreprocessorTokens() 5835 CXToken *Tokens = ((clang_annotateTokens_Data*)UserData)->Tokens; in clang_annotateTokensImpl() local 5946 CXToken *Tokens, unsigned NumTokens, in clang_annotateTokens()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 693 TokenValue Tokens[] = { in checkDeprecatedCommand() local
|