Home
last modified time | relevance | path

Searched defs:Parse (Results 101 – 125 of 678) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_replay.cc42 bool ActivityReplay::Parse(const string& data) { in Parse() function in gestures::ActivityReplay
47 bool ActivityReplay::Parse(const string& data, in Parse() function in gestures::ActivityReplay
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dparse.go62 func Parse(name, text, leftDelim, rightDelim string, funcs ...map[string]any) (map[string]*Tree, er… func
245 func (t *Tree) Parse(text, leftDelim, rightDelim string, treeSet map[string]*Tree, funcs ...map[str… func
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerMerge.cpp26 bool Merger::Parse(const std::string &Str, bool ParseCoverage) { in Parse() function in fuzzer::Merger
52 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse() function in fuzzer::Merger
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_reader.cpp121 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowReader
126 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowReader
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs391 public bool Parse(object t, string pattern, IDictionary<string, object> labels) { in Parse() method in Antlr.Runtime.Tree.TreeWizard
404 public bool Parse(object t, string pattern) { in Parse() method in Antlr.Runtime.Tree.TreeWizard
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dtoken.rs318 impl Parse for $name { impl
453 impl Parse for $name { impl
/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/
Durl.go474 func Parse(rawURL string) (*URL, error) { func
1102 func (u *URL) Parse(ref string) (*URL, error) { func
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_raw.cc22 VideoRtpDepacketizerRaw::Parse(rtc::CopyOnWriteBuffer rtp_payload) { in Parse() function in webrtc::VideoRtpDepacketizerRaw
/aosp_15_r20/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Derror.rs26 Parse(String), enumerator
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf_test.cc21 TEST(ConfTest, Parse) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf_test.cc21 TEST(ConfTest, Parse) { in TEST() argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dauxtrace_info_record.cc25 base::Status AuxtraceInfoRecord::Parse(const Record& record) { in Parse() function in perfetto::trace_processor::perf_importer::AuxtraceInfoRecord
H A Ditrace_start_record.cc23 base::Status ItraceStartRecord::Parse(const Record& record) { in Parse() function in perfetto::trace_processor::perf_importer::ItraceStartRecord
H A Dauxtrace_record.cc26 base::Status AuxtraceRecord::Parse(const Record& record) { in Parse() function in perfetto::trace_processor::perf_importer::AuxtraceRecord
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc470 LeAudioLtvMap LeAudioLtvMap::Parse(const uint8_t* p_value, uint8_t len, bool& success) { in Parse() function in bluetooth::le_audio::types::LeAudioLtvMap
479 bool LeAudioLtvMap::Parse(const uint8_t* p_value, uint8_t len) { in Parse() function in bluetooth::le_audio::types::LeAudioLtvMap
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dtoken.rs324 impl Parse for $name { impl
463 impl Parse for $name { impl
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dtoken.rs324 impl Parse for $name { impl
463 impl Parse for $name { impl
/aosp_15_r20/external/regex-re2/re2/
H A Dre2.h779 static inline bool Parse(const char* str, size_t n, void* dest) { in Parse() function
871 inline bool RE2::Arg::Parse(const char* str, size_t n) const { in Parse() function
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp199 Result<void> Flag::Parse(std::vector<std::string>& arguments) const { in Parse() function in cuttlefish::Flag
223 Result<void> Flag::Parse(std::vector<std::string>&& arguments) const { in Parse() function in cuttlefish::Flag
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dapi_level_test.cpp26 TEST(ApiLevelTest, Parse) { in TEST() argument
/aosp_15_r20/external/webrtc/net/dcsctp/packet/error_cause/
H A Dcookie_received_while_shutting_down_cause.cc29 CookieReceivedWhileShuttingDownCause::Parse( in Parse() function in dcsctp::CookieReceivedWhileShuttingDownCause
/aosp_15_r20/external/zucchini/
H A Ddisassembler_no_op.cc26 bool DisassemblerNoOp::Parse(ConstBufferView image) { in Parse() function in zucchini::DisassemblerNoOp
/aosp_15_r20/external/webrtc/net/dcsctp/packet/parameter/
H A Dforward_tsn_supported_parameter.cc30 ForwardTsnSupportedParameter::Parse(rtc::ArrayView<const uint8_t> data) { in Parse() function in dcsctp::ForwardTsnSupportedParameter
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Durl.cc27 void URL::Parse(absl::string_view url) { in Parse() function in tensorflow::data::URL
/aosp_15_r20/external/webrtc/net/dcsctp/packet/chunk/
H A Dcookie_ack_chunk.cc30 absl::optional<CookieAckChunk> CookieAckChunk::Parse( in Parse() function in dcsctp::CookieAckChunk

12345678910>>...28