Home
last modified time | relevance | path

Searched defs:parse (Results 251 – 275 of 6471) sorted by relevance

1...<<11121314151617181920>>...259

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dfile.rs12 fn parse(input: ParseStream) -> Result<Self> { in parse() method
20 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse() function
/aosp_15_r20/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
H A DCMakeCompatibleVersion.kt53 fun parse(versionString: String): CMakeCompatibleVersion { in toString() method
/aosp_15_r20/external/rust/cxx/gen/src/
Dfile.rs12 fn parse(input: ParseStream) -> Result<Self> { in parse() method
20 fn parse(input: ParseStream, modules: &mut Vec<Module>) -> Result<()> { in parse() function
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/
Dcustom_types.py25 def parse(span: bytes) -> Tuple['SizedCustomField', bytes]: member in SizedCustomField
43 def parse(span: bytes) -> Tuple['UnsizedCustomField', bytes]: member in UnsizedCustomField
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/parser/
H A DMemoryHealthParser.java66 public MemoryHealthItem parse(List<String> lines) { in parse() method in MemoryHealthParser
107 public MemoryHealthItem parse(BufferedReader reader) throws IOException { in parse() method in MemoryHealthParser
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/sequence/
H A Dmod.rs194 fn parse(&mut self, input: I) -> IResult<I, O, E>; in parse() method
200 fn parse(&mut self, input: Input) -> IResult<Input, (Output,), Error> { in parse() method
259 fn parse(&mut self, input: I) -> IResult<I, (), E> { in parse() method
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
H A DFastDateFormat.java546 public Date parse(final String source) throws ParseException { in parse() method in FastDateFormat
554 public Date parse(final String source, final ParsePosition pos) { in parse() method in FastDateFormat
563 public boolean parse(final String source, final ParsePosition pos, final Calendar calendar) { in parse() method in FastDateFormat
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dattr.rs669 fn parse(input: ParseStream) -> Result<Self> { in parse() method
677 fn parse(input: ParseStream) -> Result<Self> { in parse() method
685 fn parse(input: ParseStream) -> Result<Self> { in parse() method
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_array_unknown_element_width_dynamic_count_little_endian.rs35 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
103 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
168 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_array_unknown_element_width_dynamic_size_big_endian.rs35 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
103 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
180 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_array_unknown_element_width_dynamic_count_big_endian.rs35 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
103 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
168 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_array_with_padding_little_endian.rs35 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
103 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
172 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_array_with_padding_big_endian.rs35 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
103 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
172 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_array_unknown_element_width_dynamic_size_little_endian.rs35 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
103 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
180 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/sequence/
Dmod.rs194 fn parse(&mut self, input: I) -> IResult<I, O, E>; in parse() method
200 fn parse(&mut self, input: Input) -> IResult<Input, (Output,), Error> { in parse() method
259 fn parse(&mut self, input: I) -> IResult<I, (), E> { in parse() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dattr.rs669 fn parse(input: ParseStream) -> Result<Self> { in parse() method
677 fn parse(input: ParseStream) -> Result<Self> { in parse() method
685 fn parse(input: ParseStream) -> Result<Self> { in parse() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/
Dlexeme.hpp32 parse(Iterator& first, Iterator const& last in parse() function
53 parse(Iterator& first, Iterator const& last in parse() function
Dno_skip.hpp35 parse(Iterator& first, Iterator const& last in parse() function
54 parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/external/python/cpython2/Lib/email/
Dparser.py56 def parse(self, fp, headersonly=False): member in Parser
87 def parse(self, fp, headersonly=True): member in HeaderParser
/aosp_15_r20/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/utils/
DMathEval.java96 double parse() { in eval() method
191 }.parse(); in eval() method in MathEval
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/operator/
Dsequence.hpp28 bool parse( in parse() function
42 bool parse( in parse() function
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java108 public void parse (InputSource input) in parse() method in TrAXFilter
186 public void parse (String systemId) in parse() method in TrAXFilter
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DQueryParserTest.java124 Evaluator parse = QueryParser.parse(" span div "); in okOnSpacesForeAndAft() local
130 Evaluator parse = QueryParser.parse(q); in structuralEvaluatorsToString() local
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/agp-wrapper-impl/src/main/kotlin/dagger/hilt/android/plugin/util/
H A DSimpleAGPVersion.kt54 fun parse(version: String?) = in parse() method
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DSourceZip.java85 public List<Pair<Path, ParseResult<CompilationUnit>>> parse() throws IOException { in parse() method in SourceZip
100 public SourceZip parse(Callback callback) throws IOException { in parse() method in SourceZip

1...<<11121314151617181920>>...259