| /external/rust/crates/pest/src/iterators/ | 
| D | tokens.rs | 26 pub struct Tokens<'i, R> {  struct42 ) -> Tokens<'_, R> {  in new()  argument
 64 impl<'i, R: RuleType> Tokens<'i, R> {  implementation
 95 impl<'i, R: RuleType> Iterator for Tokens<'i, R> {  implementation
 111 impl<'i, R: RuleType> DoubleEndedIterator for Tokens<'i, R> {  implementation
 125 impl<'i, R: RuleType> fmt::Debug for Tokens<'i, R> {  implementation
 
 | 
| /external/rust/crates/syn/tests/macros/ | 
| D | mod.rs | 65 pub trait Tokens {  interface69 impl<'a> Tokens for &'a str {  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()  local99   std::vector<std::string> Tokens;  in tokenize()  local
 115   auto Tokens = tokenize(Spec, DELIM_LIST);  in init()  local
 
 | 
| /external/clang/lib/Format/ | 
| D | UnwrappedLineParser.h | 41   std::list<UnwrappedLineNode> Tokens;  member165   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::__anon40600be40211::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>  struct230 impl<Input, C, E, T> Parser<Input> for Tokens<C, E, T, Input>  implementation
 
 | 
| /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 TestPatternParser159   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 | 32   const std::vector<std::string>& Tokens() { return tokens_; }  in Tokens()  function in tflite::testing::__anon81f0a1a00111::TokenCollector
 | 
| /external/clang/include/clang/Lex/ | 
| D | TokenLexer.h | 51   const Token *Tokens;  variable
 | 
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/ | 
| D | parser.go | 772 	Tokens      []*Token  member780 	Tokens   []*Token       // all the tokens that make up the instruction  member
 791 	Tokens     []*Token            // all the tokens that make up the operand  member
 
 | 
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ | 
| D | parser.go | 772 	Tokens      []*Token  member780 	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  member780 	Tokens   []*Token       // all the tokens that make up the instruction  member
 791 	Tokens     []*Token            // all the tokens that make up the operand  member
 
 | 
| /external/licenseclassifier/stringclassifier/searchset/tokenizer/ | 
| D | tokenizer.go | 35 type Tokens []*token  type
 | 
| /external/licenseclassifier/v2/ | 
| D | document.go | 41 	Tokens  []indexedToken  // ordered tokens of the document  member
 | 
| D | searchset.go | 30 	Tokens []indexedToken  member
 | 
| /external/licenseclassifier/stringclassifier/searchset/ | 
| D | searchset.go | 59 	Tokens tokenizer.Tokens  member
 | 
| /external/mesa3d/src/gallium/auxiliary/tgsi/ | 
| D | tgsi_parse.h | 110    const struct tgsi_token    *Tokens;  member
 | 
| /external/virglrenderer/src/gallium/auxiliary/tgsi/ | 
| D | tgsi_parse.h | 110    const struct tgsi_token    *Tokens;  member
 |