Home
last modified time | relevance | path

Searched defs:new_parser (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/expat/expat/tests/
H A Dhandlers.c1268 XML_Parser new_parser; in external_entity_duff_loader() local
1303 XML_Parser new_parser = NULL; in external_entity_dbl_handler() local
1360 XML_Parser new_parser; in external_entity_dbl_handler_2() local
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py100 def new_parser(self, path=''): member in IdleUserConfParserTest
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/
Dparser.rs668 fn new_parser() -> PullParser { in new_parser() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rustc-demangle/src/
Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustc-demangle-0.1.23/src/
H A Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dv0.rs514 let mut new_parser = Parser { in backref() localVariable
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c1063 xmlparseobject *new_parser; in xmlparse_ExternalEntityParserCreate() local
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c942 xmlparseobject *new_parser; in pyexpat_xmlparser_ExternalEntityParserCreate_impl() local
/aosp_15_r20/cts/tests/tests/security/jni/
H A Dandroid_security_cts_cve_2019_2213_Test.c168 parser_t *new_parser() { in new_parser() function