/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | lexer.h | 408 struct Lexer { struct 409 explicit Lexer(std::shared_ptr<Source> source) in Lexer() function 422 reportError("Lexer invariant violated: empty token queue"); in next() argument 431 bool nextIf(int kind) { in nextIf() 438 [[noreturn]] void reportError(const std::string& what) { in reportError() 441 [[noreturn]] void reportError(const std::string& what, const Token& t) { in reportError() 447 [[noreturn]] void expected(const std::string& what, const Token& t) { in expected() 454 [[noreturn]] void expected(const std::string& what) { in expected() 459 Token expect(int kind) { in expect() 465 Token& lookahead() { in lookahead() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/ |
D | lexer.rs | 217 pub(crate) struct Lexer { struct 235 impl Position for Lexer { implementation 241 impl Lexer { impl 243 pub(crate) fn new(config: &ParserConfig2) -> Lexer { in new() 686 fn make_lex_and_buf(s: &str) -> (Lexer, BufReader<Cursor<Vec<u8>>>) { in make_lex_and_buf()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/ru/yole/jkid/ |
HD | jkid-8fc7f12e1a.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/build.kotlin_module
ru ... |
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/ |
H A D | lexer.rs | 713 pub(crate) struct Lexer<'a, 'b, I: Interrupt> { struct 714 input: &'a str, 716 after_backslash_state: u8, 717 after_number_or_to: bool, 718 int: &'b I, 772 impl<'a, 'b, I: Interrupt> Lexer<'a, 'b, I> { implementation 835 impl<'a, I: Interrupt> Iterator for Lexer<'a, '_, I> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-support/src/lexer/ |
D | lexer_impl.rs | 72 pub struct Lexer<'a> { struct 83 impl<'a> Lexer<'a> { argument
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/text_format/lexer/ |
D | lexer_impl.rs | 86 pub struct Lexer<'a> { struct 97 impl<'a> Lexer<'a> { impl
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | Lexer.cs | 43 public abstract class Lexer : BaseRecognizer, ITokenSource { class 47 public Lexer() { in Lexer() method in Antlr.Runtime.Lexer 50 public Lexer(ICharStream input) { in Lexer() method in Antlr.Runtime.Lexer 54 public Lexer(ICharStream input, RecognizerSharedState state) in Lexer() method in Antlr.Runtime.Lexer
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
H A D | Lexer.java | 35 public abstract class Lexer extends BaseRecognizer implements TokenSource { class 39 public Lexer() { in Lexer() method in Lexer 42 public Lexer(CharStream input) { in Lexer() method in Lexer 46 public Lexer(CharStream input, RecognizerSharedState state) { in Lexer() method in Lexer
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/ |
D | highlighter.py | 51 Lexer = pygments.lexer.Lexer variable 67 lexer: Lexer,
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | Lexer.as | 35 public class Lexer extends BaseRecognizer implements TokenSource { class in org.antlr.runtime 39 public function Lexer(input:CharStream = null, state:RecognizerSharedState = null) { method in org.antlr.runtime.Lexer
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | Lexer.java | 32 class Lexer class 80 Lexer(Compiler compiler, PrefixResolver resolver, in Lexer() method in Lexer
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 81 class Lexer { class 83 Lexer(StringRef S) : Buf(S) {} in Lexer() function in llvm::object::Lexer
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 599 MCAsmLexer &Lexer = getLexer(); in eatToEndOfPacket() local 867 MCAsmLexer &Lexer = getLexer(); in parseOperand() local 922 MCAsmLexer &Lexer = getLexer(); in isLabel() local 962 MCAsmLexer &Lexer = getLexer(); in ParseRegister() local 1045 MCAsmLexer &Lexer = getLexer(); in parseExpression() local 1095 MCAsmLexer &Lexer = getLexer(); in parseInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 604 MCAsmLexer &Lexer = getLexer(); in eatToEndOfPacket() local 873 MCAsmLexer &Lexer = getLexer(); in parseOperand() local 928 MCAsmLexer &Lexer = getLexer(); in isLabel() local 974 MCAsmLexer &Lexer = getLexer(); in tryParseRegister() local 1055 MCAsmLexer &Lexer = getLexer(); in parseExpression() local 1105 MCAsmLexer &Lexer = getLexer(); in parseInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 88 class Lexer { class 90 Lexer(StringRef S) : Buf(S) {} in Lexer() function in llvm::object::Lexer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | CommentLexer.h | 26 class Lexer; variable 56 friend class Lexer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | CommentLexer.h | 26 class Lexer; variable 56 friend class Lexer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | CommentLexer.h | 26 class Lexer; variable 56 friend class Lexer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | CommentLexer.h | 26 class Lexer; variable 56 friend class Lexer; variable
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | CommentLexer.h | 28 class Lexer; variable 58 friend class Lexer; variable
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/ |
H A D | Lexer.java | 46 public class Lexer extends LexerCore { class 68 public Lexer(String lexerName, String buffer) { in Lexer() method in Lexer
|
/aosp_15_r20/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssTokens.java | 293 private static final class Lexer { class in CssTokens 329 Lexer(String css) { in Lexer() method in CssTokens.Lexer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | syntax.py | 266 lexer: Union[Lexer, str], 306 lexer: Optional[Union[Lexer, str]] = None,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | syntax.py | 266 lexer: Union[Lexer, str], 306 lexer: Optional[Union[Lexer, str]] = None,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | syntax.py | 266 lexer: Union[Lexer, str], 306 lexer: Optional[Union[Lexer, str]] = None,
|