Home
last modified time | relevance | path

Searched defs:parse (Results 551 – 575 of 6471) sorted by relevance

1...<<21222324252627282930>>...259

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/nonterminal/
Drule.hpp282 bool parse(Iterator& first, Iterator const& last in parse() function
333 bool parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/
DYearMonth.java274 public static YearMonth parse(CharSequence text) { in parse() method in YearMonth
288 public static YearMonth parse(CharSequence text, DateTimeFormatter formatter) { in parse() method in YearMonth
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_64bit_enum_big_endian.rs77 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
134 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_64bit_enum_array_big_endian.rs77 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
142 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_mask_scalar_value_big_endian.rs50 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
129 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_64bit_enum_array_little_endian.rs77 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
142 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_payload_field_unknown_size_terminal_big_endian.rs68 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
146 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_64bit_enum_little_endian.rs77 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
134 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_payload_field_unknown_size_little_endian.rs68 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
139 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_payload_field_unknown_size_terminal_little_endian.rs68 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
146 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_mask_scalar_value_little_endian.rs50 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
129 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_payload_field_unknown_size_big_endian.rs68 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
139 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/
H A DYearMonth.java274 public static YearMonth parse(CharSequence text) { in parse() method in YearMonth
288 public static YearMonth parse(CharSequence text, DateTimeFormatter formatter) { in parse() method in YearMonth
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp202 Error BitstreamMetaParserHelper::parse() { in parse() function in BitstreamMetaParserHelper
206 Error BitstreamRemarkParserHelper::parse() { in parse() function in BitstreamRemarkParserHelper
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/filters/
H A DTextFileFilterPolicyParser.kt79 fun parse(file: String) { in parse() method
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DYearMonth.java252 public static YearMonth parse(CharSequence text) { in parse() method in YearMonth
266 public static YearMonth parse(CharSequence text, DateTimeFormatter formatter) { in parse() method in YearMonth
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp67 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse() function in DWARFDebugLine::Prologue
246 bool DWARFDebugLine::LineTable::parse(DataExtractor debug_line_data, in parse() function in DWARFDebugLine::LineTable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp201 Error BitstreamMetaParserHelper::parse() { in parse() function in BitstreamMetaParserHelper
205 Error BitstreamRemarkParserHelper::parse() { in parse() function in BitstreamRemarkParserHelper
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/
DYearMonth.java274 public static YearMonth parse(CharSequence text) { in parse() method in YearMonth
288 public static YearMonth parse(CharSequence text, DateTimeFormatter formatter) { in parse() method in YearMonth
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/error_handling/
Dexceptions.hpp140 parse(ScannerT const& scan) const in parse() function
283 parse(ScannerT const& scan) const in parse() function
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dspec.rs38 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() method
118 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<Zip64CentralDirectoryEndLocator> { in parse() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
H A DPKCS7.java71 private void parse(sun.security.util.DerInputStream derin) in parse() method in PKCS7
76 private void parse(sun.security.util.DerInputStream derin, boolean oldStyle) in parse() method in PKCS7
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/text/
H A DNumberFormat.java77 public abstract java.lang.Number parse( in parse() method in NumberFormat
80 public java.lang.Number parse(java.lang.String source) throws java.text.ParseException { in parse() method in NumberFormat
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/text/
H A DDateFormat.annotated.java60 public java.util.Date parse(java.lang.String source) throws java.text.ParseException { throw new Ru… in parse() method in DateFormat
62 public abstract java.util.Date parse(java.lang.String source, java.text.ParsePosition pos); in parse() method in DateFormat
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Drole.rs126 fn parse(buf: &mut BytesMut, ctx: ParseContext<'_>) -> ParseResult<RequestLine> { in parse() method
932 fn parse(buf: &mut BytesMut, ctx: ParseContext<'_>) -> ParseResult<StatusCode> { in parse() method
1779 fn parse(s: &str) -> ParsedMessage<RequestLine> { in test_decoder_request() function
2040 fn parse(s: &str) -> ParsedMessage<StatusCode> { in test_decoder_response() function

1...<<21222324252627282930>>...259