Searched defs:Parse (Results 1 - 25 of 120) sorted by relevance

12345

/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Drun_parser.py15 from mojom.parse.parser import Parse, ParseError namespace
27 print Parse(f.read(), filename)
H A Drun_translate.py15 from mojom.parse.parser import Parse namespace
27 print Translate(Parse(f.read(), filename),
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dpli.cc40 bool Pli::Parse(const RtcpCommonHeader& header, const uint8_t* payload) { function in class:webrtc::rtcp::Pli
H A Dreport_block.cc48 bool ReportBlock::Parse(const uint8_t* buffer, size_t length) { function in class:webrtc::rtcp::ReportBlock
H A Drrtr.cc30 void Rrtr::Parse(const uint8_t* buffer) { function in class:webrtc::rtcp::Rrtr
H A Dvoip_metric.cc45 void VoipMetric::Parse(const uint8_t* buffer) { function in class:webrtc::rtcp::VoipMetric
H A Dextended_jitter_report.cc42 bool ExtendedJitterReport::Parse(const RtcpCommonHeader& header, function in class:webrtc::rtcp::ExtendedJitterReport
H A Dreceiver_report.cc34 bool ReceiverReport::Parse(const RTCPUtility::RtcpCommonHeader& header, function in class:webrtc::rtcp::ReceiverReport
52 block.Parse(next_report_block, ReportBlock::kLength);
H A Dapp.cc35 bool App::Parse(const RtcpCommonHeader& header, const uint8_t* payload) { function in class:webrtc::rtcp::App
H A Ddlrr.cc35 bool Dlrr::Parse(const uint8_t* buffer, uint16_t block_length_32bits) { function in class:webrtc::rtcp::Dlrr
H A Dsli.cc53 void Sli::Macroblocks::Parse(const uint8_t* buffer) { function in class:webrtc::rtcp::Sli::Macroblocks
61 bool Sli::Parse(const RtcpCommonHeader& header, const uint8_t* payload) { function in class:webrtc::rtcp::Sli
80 item.Parse(next_item);
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dhtml_module.py25 def Parse(self, excluded_scripts): member in class:HTMLModule
27 parser_results = parse_html_deps.HTMLModuleParser().Parse(self.contents)
31 self.dependency_metadata = Parse(self.loader,
113 def Parse(loader, module_name, module_dir_name, is_component, parser_results, function
H A Dmodule.py112 # Dependency metadata, set up during Parse().
143 def Parse(self, excluded_scripts): member in class:Module
/external/libmojo/mojo/edk/system/ports/
H A Dmessage.cc17 bool Message::Parse(const void* bytes, function in class:mojo::edk::ports::Message
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
H A DParse.java31 class Parse { class
36 Parse(Reader reader) { method in class:Parse
/external/skia/experimental/skottie/
H A DSkottieParser.cpp21 bool Parse<SkScalar>(const Json::Value& jv, SkScalar* v) { function in namespace:skottie
24 return Parse(jv[0], v);
36 bool Parse<bool>(const Json::Value& jv, bool* v) { function in namespace:skottie
46 bool Parse<int>(const Json::Value& jv, int* v) { function in namespace:skottie
56 bool Parse<SkString>(const Json::Value& jv, SkString* v) { function in namespace:skottie
66 bool Parse<SkPoint>(const Json::Value& jv, SkPoint* v) { function in namespace:skottie
74 return Parse(jvx.isArray() ? jvx[0] : jvx, &v->fX)
75 && Parse(jvy.isArray() ? jvy[0] : jvy, &v->fY);
79 bool Parse<std::vector<float>>(const Json::Value& jv, std::vector<float>* v) { function in namespace:skottie
86 if (!Parse(j
116 bool Parse<SkPath>(const Json::Value& jv, SkPath* v) { function in namespace:skottie
[all...]
/external/skqp/experimental/skottie/
H A DSkottieParser.cpp21 bool Parse<SkScalar>(const Json::Value& jv, SkScalar* v) { function in namespace:skottie
24 return Parse(jv[0], v);
36 bool Parse<bool>(const Json::Value& jv, bool* v) { function in namespace:skottie
46 bool Parse<int>(const Json::Value& jv, int* v) { function in namespace:skottie
56 bool Parse<SkString>(const Json::Value& jv, SkString* v) { function in namespace:skottie
66 bool Parse<SkPoint>(const Json::Value& jv, SkPoint* v) { function in namespace:skottie
74 return Parse(jvx.isArray() ? jvx[0] : jvx, &v->fX)
75 && Parse(jvy.isArray() ? jvy[0] : jvy, &v->fY);
79 bool Parse<std::vector<float>>(const Json::Value& jv, std::vector<float>* v) { function in namespace:skottie
86 if (!Parse(j
116 bool Parse<SkPath>(const Json::Value& jv, SkPath* v) { function in namespace:skottie
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.h54 bool Parse(RTPHeader* parsedPacket,
56 RTC_DEPRECATED bool Parse( function in class:webrtc::RtpUtility::RtpHeaderParser
59 return Parse(&parsedPacket, ptrExtensionMap);
H A Drtp_header_parser.cc24 bool Parse(const uint8_t* packet,
49 bool RtpHeaderParserImpl::Parse(const uint8_t* packet, function in class:webrtc::RtpHeaderParserImpl
61 const bool valid_rtpheader = rtp_parser.Parse(header, &map);
/external/webrtc/webrtc/test/
H A Drtcp_packet_parser.cc24 void RtcpPacketParser::Parse(const void *data, size_t len) { function in class:webrtc::test::RtcpPacketParser
/external/clang/lib/AST/
H A DCommentBriefParser.cpp64 std::string BriefParser::Parse() { function in class:clang::comments::BriefParser
/external/libmojo/build/
H A Dgn_helpers.py69 For details on supported types see GNValueParser.Parse() below.
103 return parser.Parse()
161 If you expect input as a specific type, you can also call one of the Parse*
174 def Parse(self): member in class:GNValueParser
220 """Internal version of Parse that doesn't check for trailing stuff."""
/external/skia/gn/
H A Dgn_helpers.py69 For details on supported types see GNValueParser.Parse() below.
103 return parser.Parse()
161 If you expect input as a specific type, you can also call one of the Parse*
174 def Parse(self): member in class:GNValueParser
220 """Internal version of Parse that doesn't check for trailing stuff."""
/external/skqp/gn/
H A Dgn_helpers.py69 For details on supported types see GNValueParser.Parse() below.
103 return parser.Parse()
161 If you expect input as a specific type, you can also call one of the Parse*
174 def Parse(self): member in class:GNValueParser
220 """Internal version of Parse that doesn't check for trailing stuff."""
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h25 virtual bool Parse(const char *value) { return false; } function in class:__sanitizer::FlagHandlerBase
34 bool Parse(const char *value) final;
38 inline bool FlagHandler<bool>::Parse(const char *value) { function in class:__sanitizer::FlagHandler
56 inline bool FlagHandler<const char *>::Parse(const char *value) { function in class:__sanitizer::FlagHandler
62 inline bool FlagHandler<int>::Parse(const char *value) { function in class:__sanitizer::FlagHandler
71 inline bool FlagHandler<uptr>::Parse(const char *value) { function in class:__sanitizer::FlagHandler

Completed in 968 milliseconds

12345