Home
last modified time | relevance | path

Searched defs:Lexer (Results 1 – 25 of 188) sorted by relevance

12345678

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dlexer.h408 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/
Dlexer.rs217 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/
HDjkid-8fc7f12e1a.jarMETA-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 Dlexer.rs713 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/
Dlexer_impl.rs72 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/
Dlexer_impl.rs86 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 DLexer.cs43 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 DLexer.java35 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/
Dhighlighter.py51 Lexer = pygments.lexer.Lexer variable
67 lexer: Lexer,
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as35 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 DLexer.java32 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 DCOFFModuleDefinition.cpp81 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 DHexagonAsmParser.cpp599 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 DHexagonAsmParser.cpp604 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 DCOFFModuleDefinition.cpp88 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/
DCommentLexer.h26 class Lexer; variable
56 friend class Lexer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCommentLexer.h26 class Lexer; variable
56 friend class Lexer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCommentLexer.h26 class Lexer; variable
56 friend class Lexer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCommentLexer.h26 class Lexer; variable
56 friend class Lexer; variable
/aosp_15_r20/external/clang/include/clang/AST/
H A DCommentLexer.h28 class Lexer; variable
58 friend class Lexer; variable
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DLexer.java46 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/
DCssTokens.java293 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/
Dsyntax.py266 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/
Dsyntax.py266 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/
Dsyntax.py266 lexer: Union[Lexer, str],
306 lexer: Optional[Union[Lexer, str]] = None,

12345678