Home
last modified time | relevance | path

Searched defs:Parse (Results 51 – 75 of 678) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
H A DParse.java31 class Parse { class
36 Parse(Reader reader) { in Parse() method in Parse
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dpunctuated.rs267 pub fn parse_terminated(input: ParseStream) -> Result<Self> in parse_terminated()
270 P: Parse, in parse_terminated()
288 ) -> Result<Self> in parse_terminated_with()
319 pub fn parse_separated_nonempty(input: ParseStream) -> Result<Self> in parse_separated_nonempty()
322 P: Token + Parse, in parse_separated_nonempty()
342 P: Token + Parse, in parse_separated_nonempty_with()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dpunctuated.rs267 pub fn parse_terminated(input: ParseStream) -> Result<Self> in parse_terminated()
270 P: Parse, in parse_terminated()
288 ) -> Result<Self> in parse_terminated_with()
319 pub fn parse_separated_nonempty(input: ParseStream) -> Result<Self> in parse_separated_nonempty()
322 P: Token + Parse, in parse_separated_nonempty()
342 P: Token + Parse, in parse_separated_nonempty_with()
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/
H A Danalyzer.cc48 StatusOr<std::vector<EvaluatedDerivation>> Analyzer::Parse( in Parse() function in libtextclassifier3::grammar::Analyzer
72 StatusOr<std::vector<EvaluatedDerivation>> Analyzer::Parse( in Parse() function in libtextclassifier3::grammar::Analyzer
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
Dfield.go35 func (b BitField) Parse(i [2]uint32) uint32 { func
78 func (bs BitFields) Parse(i [2]uint32) uint64 { func
/aosp_15_r20/external/perfetto/src/trace_processor/importers/art_method/
H A Dart_method_tokenizer.cc95 base::Status ArtMethodTokenizer::Parse(TraceBlobView blob) { in Parse() function in perfetto::trace_processor::art_method::ArtMethodTokenizer
228 base::Status ArtMethodTokenizer::Streaming::Parse() { in Parse() function in perfetto::trace_processor::art_method::ArtMethodTokenizer::Streaming
415 base::Status ArtMethodTokenizer::NonStreaming::Parse() { in Parse() function in perfetto::trace_processor::art_method::ArtMethodTokenizer::NonStreaming
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet.cc78 bool RtpPacket::Parse(const uint8_t* buffer, size_t buffer_size) { in Parse() function in webrtc::RtpPacket
88 bool RtpPacket::Parse(rtc::ArrayView<const uint8_t> packet) { in Parse() function in webrtc::RtpPacket
92 bool RtpPacket::Parse(rtc::CopyOnWriteBuffer buffer) { in Parse() function in webrtc::RtpPacket
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dpdu.cc201 fit::result<Error<>> ErrorResponse::Parse(const ByteBuffer& buf) { in Parse() function in bt::sdp::ErrorResponse
339 fit::result<Error<>> ServiceSearchResponse::Parse(const ByteBuffer& buf) { in Parse() function in bt::sdp::ServiceSearchResponse
628 fit::result<Error<>> ServiceAttributeResponse::Parse(const ByteBuffer& buf) { in Parse() function in bt::sdp::ServiceAttributeResponse
1011 fit::result<Error<>> ServiceSearchAttributeResponse::Parse( in Parse() function in bt::sdp::ServiceSearchAttributeResponse
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dfast_pair_account_data.cc41 static Header Parse(uint8_t byte) { in Parse() function
52 FastPairAccountData FastPairAccountData::Parse(const ByteArray &service_data) { in Parse() function in nearby::FastPairAccountData
/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/
H A Dgrammar-parser.cc45 StatusOr<std::vector<DatetimeParseResultSpan>> GrammarDatetimeParser::Parse( in Parse() function in libtextclassifier3::GrammarDatetimeParser
55 StatusOr<std::vector<DatetimeParseResultSpan>> GrammarDatetimeParser::Parse( in Parse() function in libtextclassifier3::GrammarDatetimeParser
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DPeHandler.cpp110 void Parse(const Byte *p) in Parse() function
176 void Parse(const Byte *p) in Parse() function
224 void Parse(const Byte *p) in Parse() function
300 bool COptHeader::Parse(const Byte *p, UInt32 size) in Parse() function in NArchive::NPe::COptHeader
438 void CSection::Parse(const Byte *p) in Parse() function in NArchive::NPe::CSection
H A DElfHandler.cpp127 bool CHeader::Parse(const Byte *p) in Parse() function in NArchive::NElf::CHeader
248 void CSegment::Parse(const Byte *p, bool mode64, bool be) in Parse() function in NArchive::NElf::CSegment
387 bool CSection::Parse(const Byte *p, bool mode64, bool be) in Parse() function in NArchive::NElf::CSection
H A DExtHandler.cpp361 bool CHeader::Parse(const Byte *p) in Parse() function in NArchive::NExt::CHeader
518 void CGroupDescriptor::Parse(const Byte *p, unsigned size) in Parse() function in NArchive::NExt::CGroupDescriptor
560 bool Parse(const Byte *p) in Parse() function
575 void Parse(const Byte *p) in Parse() function
594 void Parse(const Byte *p) in Parse() function
665 bool CNode::Parse(const Byte *p, const CHeader &_h) in Parse() function in NArchive::NExt::CNode
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/
Dparse.go34 func Parse(s string) (t Tag, err error) { func
46 func (c CanonType) Parse(s string) (t Tag, err error) { func
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_options.cc28 Result Parse(const std::string& option) { in Parse() function
469 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() function in art::Dex2oatArgumentMap
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dhtml_module.py25 def Parse(self, excluded_scripts): member in HTMLModule
113 def Parse(loader, module_name, module_dir_name, is_component, parser_results, function
/aosp_15_r20/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dparse.cc74 Result<Parsed> Parse(int argc, char** argv) { in Parse() function
109 Result<Parsed> Parse(std::vector<std::string>& args) { in Parse() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/xml/
H A Dxml_reader.cc67 bool XmlReader::Parse(const std::string& value) { in Parse() function in photos_editing_formats::image_io::XmlReader
75 bool XmlReader::Parse(size_t start_location, const DataRange& range, in Parse() function in photos_editing_formats::image_io::XmlReader
/aosp_15_r20/external/image_io/src/xml/
H A Dxml_reader.cc67 bool XmlReader::Parse(const std::string& value) { in Parse() function in photos_editing_formats::image_io::XmlReader
75 bool XmlReader::Parse(size_t start_location, const DataRange& range, in Parse() function in photos_editing_formats::image_io::XmlReader
/aosp_15_r20/external/webrtc/test/
H A Drtcp_packet_parser.h61 void Parse(const rtcp::CommonHeader& header) { in Parse() function
65 bool Parse(const rtcp::CommonHeader& header, uint32_t* sender_ssrc) { in Parse() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dargs.cc117 bool Arg<toco::IntList>::Parse(std::string text) { in Parse() function in toco::Arg::IntList
133 bool Arg<toco::StringMapList>::Parse(std::string text) { in Parse() function in toco::Arg::StringMapList
/aosp_15_r20/packages/modules/Gki/libkver/
Dtest.cpp52 TEST(KmiVersion, Parse) { in TEST() argument
91 TEST(KernelRelease, Parse) { in TEST() argument
/aosp_15_r20/external/webrtc/net/dcsctp/packet/
H A Dtlv_trait_test.cc48 Parse(rtc::ArrayView<const uint8_t> data) { in Parse() function in dcsctp::__anonac0e78f60111::OneByteChunk
97 Parse(rtc::ArrayView<const uint8_t> data) { in Parse() function in dcsctp::__anonac0e78f60111::TwoByteChunk
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dframe_test.cc103 TEST(Header, Parse) { in TEST() argument
168 TEST(Frame, Parse) { in TEST() argument
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dstruct_parameters_parser.cc57 bool TypedParser<T>::Parse(absl::string_view src, void* target) { in Parse() function in webrtc::struct_parser_impl::TypedParser
88 void StructParametersParser::Parse(absl::string_view src) { in Parse() function in webrtc::StructParametersParser

12345678910>>...28