Home
last modified time | relevance | path

Searched defs:parse (Results 176 – 200 of 6471) sorted by relevance

12345678910>>...259

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/
Drefactoring.hpp77 parse(ScannerT const& scan) const in parse() function in boost::spirit::refactor_unary_parser
160 parse(ScannerT const& scan) const in parse() function in boost::spirit::refactor_action_parser
242 parse(ScannerT const& scan) const in parse() function in boost::spirit::attach_action_parser
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_parent_with_alias_child_little_endian.rs138 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
219 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
319 fn parse(bytes: &[u8], v: Enum8) -> Result<Self, DecodeError> { in parse() method
396 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
488 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
541 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
612 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
670 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
786 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
856 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_parent_with_alias_child_big_endian.rs138 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
219 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
319 fn parse(bytes: &[u8], v: Enum8) -> Result<Self, DecodeError> { in parse() method
396 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
488 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
541 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
612 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
670 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
786 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
856 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_grand_children_big_endian.rs126 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
255 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
360 fn parse(bytes: &[u8], bar: Enum16, baz: Enum16) -> Result<Self, DecodeError> { in parse() method
450 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
575 fn parse(bytes: &[u8], baz: Enum16) -> Result<Self, DecodeError> { in parse() method
654 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
798 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
873 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dparsed.rs780 macro_rules! parse { in test_parsed_to_naive_date() macro
967 macro_rules! parse { in test_parsed_to_naive_time() macro
1022 macro_rules! parse { in test_parsed_to_naive_datetime_with_offset() macro
1176 macro_rules! parse { in test_parsed_to_datetime() macro
1224 macro_rules! parse { in test_parsed_to_datetime_with_timezone() macro
/aosp_15_r20/external/fmtlib/test/
H A Dbase-test.cc283 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
554 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
564 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
579 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
590 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
611 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
832 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
H A Dargs-test.cc41 auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
72 auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
159 auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { in parse() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/directive/
Dskip.hpp80 parse(Iterator& first, Iterator const& last in parse() function
90 parse(Iterator& first, Iterator const& last in parse() function
126 bool parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/external/python/absl-py/absl/
Dapp.py102 def parse(self, arg): member in HelpFlag
124 def parse(self, arg): member in HelpfullFlag
138 def parse(self, arg): member in HelpXMLFlag
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp27 #define RECORD(name, print, parse) #name in get_amd_kernel_code_t_FldNames() argument
76 #define RECORD(name, print, parse) print in getPrinterTable() argument
148 #define RECORD(name, print, parse) parse in getParserTable() argument
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DXml.java110 public static void parse(String xml, ContentHandler contentHandler) in parse() method in Xml
125 public static void parse(Reader in, ContentHandler contentHandler) in parse() method in Xml
136 public static void parse(InputStream in, Encoding encoding, in parse() method in Xml
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dattributes.rs25 pub fn parse(attrs: &[Attribute]) -> syn::Result<Self> { in parse() method
95 pub fn parse(attrs: &[Attribute], type_attrs: &TypeAttrs) -> syn::Result<Self> { in parse() method
302 fn parse(input: ParseStream<'_>) -> syn::Result<Self> { in parse() method
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-device-common-netlink/android_common/javac/
Dnet-utils-device-common-netlink.jar ... .net.module.util.netlink.ConntrackMessage parse (com.android.net.module.util ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-device-common-netlink/android_common_apex30/javac/
Dnet-utils-device-common-netlink.jar ... .net.module.util.netlink.ConntrackMessage parse (com.android.net.module.util ...
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1770 bool parser<bool>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1788 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1806 bool parser<int>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1815 bool parser<long>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1824 bool parser<long long>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1833 bool parser<unsigned>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1843 bool parser<unsigned long>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1853 bool parser<unsigned long long>::parse(Option &O, StringRef ArgName, in parse() function in parser
1870 bool parser<double>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1875 bool parser<float>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/
Dreal.hpp162 bool parse(Iterator& first, Iterator const& last in parse() function
173 bool parse(Iterator& first, Iterator const& last in parse() function
209 bool parse(Iterator& first, Iterator const& last in parse() function
Dbool.hpp123 static bool parse(Iterator& first, Iterator const& last in parse() function
154 bool parse(Iterator& first, Iterator const& last in parse() function
185 bool parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Doneof.rs53 pub fn parse( in parse() method
91 fn parse( in parse() method
136 pub fn parse( in parse() method
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium-ll/src/
Dseg.rs32 fn parse<'a>(&mut self, bytes: &'a mut [u8]) -> Result<&'a Self::Item, Self::Error>; in parse() method
51 fn parse<'a>(&mut self, bytes: &'a mut [u8]) -> Result<&'a [u8], Self::Error> { in parse() method
71 fn parse<'a>(&mut self, bytes: &'a mut [u8]) -> Result<&'a str, Self::Error> { in parse() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dvalue_parser.rs547 fn parse( in parse() method
579 fn parse( in parse() function
622 fn parse( in parse() method
741 fn parse( in parse() method
789 fn parse( in parse() method
831 fn parse( in parse() method
1047 fn parse( in parse() method
1859 fn parse( in parse() function
2176 fn parse(_: &str) -> Result<usize, std::io::Error> { in ensure_typed_applies_to_parse() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dloops.hpp57 parse (ScannerT const & scan) const in parse() function in boost::spirit::fixed_loop
122 parse(ScannerT const & scan) const in parse() function in boost::spirit::finite_loop
209 parse(ScannerT const & scan) const in parse() function in boost::spirit::infinite_loop
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Ddata.rs179 fn parse(input: ParseStream) -> Result<Self> { in parse() method
300 fn parse(input: ParseStream) -> Result<Self> { in parse() method
311 fn parse(input: ParseStream) -> Result<Self> { in parse() method
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java169 public void parse(String startRule, in parse() method in Interpreter
191 public ParseTree parse(String startRule) in parse() method in Interpreter
197 public ParseTree parse(String startRule, List<NFAState> visitedStates) in parse() method in Interpreter
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Ddata.rs179 fn parse(input: ParseStream) -> Result<Self> { in parse() method
300 fn parse(input: ParseStream) -> Result<Self> { in parse() method
311 fn parse(input: ParseStream) -> Result<Self> { in parse() method
/aosp_15_r20/out/soong/.intermediates/packages/apps/Tag/Tag/android_common/javac/
DTag.jar ... .android.apps.tag.message.ParsedNdefMessage parse (android.nfc.NdefMessage) android.nfc ...

12345678910>>...259