Home
last modified time | relevance | path

Searched defs:parse (Results 476 – 500 of 6471) sorted by relevance

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

/aosp_15_r20/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp91 bool Reader::parse(const std::string& document, Value& root, in parse() function in Json::Reader
99 bool Reader::parse(std::istream& is, Value& root, bool collectComments) { in parse() function in Json::Reader
111 bool Reader::parse(const char* beginDoc, const char* endDoc, Value& root, in parse() function in Json::Reader
1003 bool OurReader::parse(const char* beginDoc, const char* endDoc, Value& root, in parse() function in Json::OurReader
1870 bool parse(char const* beginDoc, char const* endDoc, Value* root, in parse() function in Json::OurCharReader
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/directive/
Dkwd.hpp360 bool parse(Iterator& first, Iterator const& last in parse() function
384 bool parse(Iterator& first, Iterator const& last in parse() function
522 bool parse(Iterator& first, Iterator const& last in parse() function
543 bool parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/external/python/dateutil/dateutil/parser/
D_parser.py578 def parse(self, timestr, default=None, member in parser
1260 def parse(timestr, parserinfo=None, **kwargs): function
1380 def parse(self, tzstr): member in _tzparser
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DMessageFormat.java884 public java.lang.Object[] parse(java.lang.String source, java.text.ParsePosition pos) { throw new R… in parse() method in MessageFormat
915 public java.lang.Object[] parse(java.lang.String source) throws java.text.ParseException { throw ne… in parse() method in MessageFormat
/aosp_15_r20/system/extras/boottime_tools/io_analysis/
H A Dcheck_io_trace_all.py125 def parse(self, l): member in IoTrace
308 def parse(self, l): member in SchedTrace
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java883 public java.lang.Object[] parse(java.lang.String source, java.text.ParsePosition pos) { throw new R… in parse() method in MessageFormat
914 public java.lang.Object[] parse(java.lang.String source) throws java.text.ParseException { throw ne… in parse() method in MessageFormat
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DArgsOptionParser.java184 public List<String> parse(String... args) throws ConfigurationException { in parse() method in ArgsOptionParser
194 public List<String> parse(List<String> args) throws ConfigurationException { in parse() method in ArgsOptionParser
DConfigurationXmlParser.java381 void parse( in parse() method in ConfigurationXmlParser
403 void parse( in parse() method in ConfigurationXmlParser
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_empty_big_endian.rs42 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
84 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_reserved_field_big_endian.rs42 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
93 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dreserved_identifier_little_endian.rs46 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
97 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
Dpacket_decl_empty_little_endian.rs42 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
84 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DUtils.kt119 val parse = JAVA_PARSER.fn(source) in parseJava() constant
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java883 public java.lang.Object[] parse(java.lang.String source, java.text.ParsePosition pos) { throw new R… in parse() method in MessageFormat
914 public java.lang.Object[] parse(java.lang.String source) throws java.text.ParseException { throw ne… in parse() method in MessageFormat
/aosp_15_r20/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
H A DFtraceImporterTest.kt177 fun parse(vararg lines: String): Model { in parse() method
/aosp_15_r20/external/skia/src/xml/
H A DSkXMLParser.cpp144 bool SkXMLParser::parse(SkStream& docStream) in parse() function in SkXMLParser
205 bool SkXMLParser::parse(const char doc[], size_t len) in parse() function in SkXMLParser
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
H A DLicenseHtmlGeneratorFromXml.java163 private void parse(File xmlFile) { in parse() method in LicenseHtmlGeneratorFromXml
208 static void parse(InputStreamReader in, in parse() method in LicenseHtmlGeneratorFromXml
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DMessageFormat.java884 public java.lang.Object[] parse(java.lang.String source, java.text.ParsePosition pos) { throw new R… in parse() method in MessageFormat
915 public java.lang.Object[] parse(java.lang.String source) throws java.text.ParseException { throw ne… in parse() method in MessageFormat
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/qi/
Dstate_switcher.hpp116 bool parse(Iterator& first, Iterator const& last in parse() function
196 bool parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp36 std::vector<std::string> parse() { in parse() function in clang::tooling::__anonea2fb62b0111::CommandLineArgumentParser
239 bool JSONCompilationDatabase::parse(std::string &ErrorMessage) { in parse() function in clang::tooling::JSONCompilationDatabase
/aosp_15_r20/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
H A Dgenerator.py144 def parse(self, chars: str) -> Expectation | None: member in _ExpectationParser
276 def parse(self, suite: str) -> Iterator[TestCase]: member in _NegativeCompilationTestSource
/aosp_15_r20/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
H A DAsn1BerParserTest.java303 private static <T> T parse(String hexEncodedInput, Class<T> containerClass) in parse() method in Asn1BerParserTest
311 private static <T> T parse(ByteBuffer input, Class<T> containerClass) in parse() method in Asn1BerParserTest
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/text/
H A DNumberFormat.annotated.java66 @libcore.util.Nullable public abstract java.lang.Number parse(@libcore.util.NonNull java.lang.Strin… in parse() method in NumberFormat
68 @libcore.util.Nullable public java.lang.Number parse(@libcore.util.NonNull java.lang.String source)… in parse() method in NumberFormat
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DMessageFormat.java884 public java.lang.Object[] parse(java.lang.String source, java.text.ParsePosition pos) { throw new R… in parse() method in MessageFormat
915 public java.lang.Object[] parse(java.lang.String source) throws java.text.ParseException { throw ne… in parse() method in MessageFormat
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLFilterImpl.java331 public void parse (InputSource input) in parse() method in XMLFilterImpl
349 public void parse (String systemId) in parse() method in XMLFilterImpl

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