/external/rust/crates/pest/src/iterators/ |
D | tokens.rs | 25 pub struct Tokens<'i, R> { struct 41 ) -> Tokens<R> { in new() argument 63 impl<'i, R: RuleType> Tokens<'i, R> { impl 94 impl<'i, R: RuleType> Iterator for Tokens<'i, R> { implementation 110 impl<'i, R: RuleType> DoubleEndedIterator for Tokens<'i, R> { implementation 124 impl<'i, R: RuleType> fmt::Debug for Tokens<'i, R> { implementation
|
/external/rust/crates/syn/tests/macros/ |
D | mod.rs | 67 pub trait Tokens { trait 71 impl<'a> Tokens for &'a str { impl
|
/external/rust/crates/proc-macro-hack/src/ |
D | quote.rs | 86 pub trait Tokens { trait 110 impl<T: Tokens> Tokens for &T { impl
|
/external/python/google-auth-library-python/docs/ |
D | user-guide.rst | 652 .. _App Engine: https://cloud.google.com/appengine/ 653 .. _Cloud Functions: https://cloud.google.com/functions/ 654 .. _Cloud Run: https://cloud.google.com/run/ 655 .. _Identity Aware Proxy: https://cloud.google.com/iap/ 656 .. _Google OpenID Connect: https://developers.google.com/identity/protocols/OpenIDConnect 657 …Google ID Token: https://developers.google.com/identity/protocols/OpenIDConnect#validatinganidtoken
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 51 auto Tokens = RangeSpec::tokenize(Token, RangeSpec::DELIM_RANGE); in getRange() local 99 std::vector<std::string> Tokens; in tokenize() local 115 auto Tokens = tokenize(Spec, DELIM_LIST); in init() local
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Tokens.cs | 35 public static class Tokens class
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.h | 41 std::list<UnwrappedLineNode> Tokens; member 165 FormatTokenSource *Tokens; variable
|
D | TokenAnnotator.h | 85 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() 93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
|
D | FormatTokenLexer.h | 81 SmallVector<FormatToken *, 16> Tokens; variable
|
D | TokenAnalyzer.cpp | 93 FormatTokenLexer Tokens(Env.getSourceManager(), Env.getFileID(), Style, in process() local
|
D | UnwrappedLineParser.cpp | 173 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() 194 ArrayRef<FormatToken *> Tokens; member in clang::format::__anonbc5b336b0211::IndexedTokenSource 202 ArrayRef<FormatToken *> Tokens, in UnwrappedLineParser()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GlobPattern.h | 38 std::vector<BitVector> Tokens; variable
|
/external/rust/crates/combine/src/parser/ |
D | token.rs | 220 pub struct Tokens<C, E, T, Input> struct 230 impl<Input, C, E, T> Parser<Input> for Tokens<C, E, T, Input> argument
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 65 public static class Tokens class
|
/external/antlr/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/tensorflow/tensorflow/lite/testing/ |
D | tokenize_test.cc | 30 const std::vector<std::string>& Tokens() { return tokens_; } in Tokens() function in tflite::testing::__anon8e9ba6c70111::TokenCollector
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 772 Tokens []*Token member 780 Tokens []*Token // all the tokens that make up the instruction member 791 Tokens []*Token // all the tokens that make up the operand member
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 772 Tokens []*Token member 780 Tokens []*Token // all the tokens that make up the instruction member 791 Tokens []*Token // all the tokens that make up the operand member
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/parser/ |
D | parser.go | 772 Tokens []*Token member 780 Tokens []*Token // all the tokens that make up the instruction member 791 Tokens []*Token // all the tokens that make up the operand member
|
/external/clang/include/clang/Lex/ |
D | TokenLexer.h | 51 const Token *Tokens; variable
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 110 const struct tgsi_token *Tokens; member
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 110 const struct tgsi_token *Tokens; member
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 322 std::vector<std::unique_ptr<IfcvtToken>> Tokens; in INITIALIZE_PASS_DEPENDENCY() local 802 MachineBasicBlock *MBB, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlock() 991 MachineFunction &MF, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlocks()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | parser.peg.go | 168 func (t *tokens32) Tokens() []token32 { func
|