Home
last modified time | relevance | path

Searched defs:Tokens (Results 1 – 25 of 43) sorted by relevance

12

/external/rust/crates/pest/src/iterators/
Dtokens.rs25 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/
Dmod.rs67 pub trait Tokens { trait
71 impl<'a> Tokens for &'a str { impl
/external/rust/crates/proc-macro-hack/src/
Dquote.rs86 pub trait Tokens { trait
110 impl<T: Tokens> Tokens for &T { impl
/external/python/google-auth-library-python/docs/
Duser-guide.rst652 .. _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/
DIceRangeSpec.cpp51 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/
DTokens.cs35 public static class Tokens class
/external/clang/lib/Format/
DUnwrappedLineParser.h41 std::list<UnwrappedLineNode> Tokens; member
165 FormatTokenSource *Tokens; variable
DTokenAnnotator.h85 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith()
93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
DFormatTokenLexer.h81 SmallVector<FormatToken *, 16> Tokens; variable
DTokenAnalyzer.cpp93 FormatTokenLexer Tokens(Env.getSourceManager(), Env.getFileID(), Style, in process() local
DUnwrappedLineParser.cpp173 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/
DGlobPattern.h38 std::vector<BitVector> Tokens; variable
/external/rust/crates/combine/src/parser/
Dtoken.rs220 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/
DTokenConstants.cs65 public static class Tokens class
/external/antlr/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb84 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
Dtest-trees.rb797 Tokens = TokenScheme.build( TOKEN_NAMES ) constant in TestTreeContext
/external/tensorflow/tensorflow/lite/testing/
Dtokenize_test.cc30 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/
Dparser.go772 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/
Dparser.go772 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/
Dparser.go772 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/
DTokenLexer.h51 const Token *Tokens; variable
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h110 const struct tgsi_token *Tokens; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h110 const struct tgsi_token *Tokens; member
/external/llvm/lib/CodeGen/
DIfConversion.cpp322 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/
Dparser.peg.go168 func (t *tokens32) Tokens() []token32 { func

12