| /system/libcppbor/include/cppbor/ |
| D | cppbor_parse.h | 68 inline ParseResult parse(const std::vector<uint8_t>& encoding) { in parse() function 83 inline ParseResult parse(const uint8_t* begin, size_t size) { in parse() function 118 inline ParseResult parse(const Bstr* bstr) { in parse() function 142 inline void parse(const std::vector<uint8_t>& encoding, ParseClient* parseClient) { in parse() function
|
| /system/libvintf/ |
| D | parse_string.cpp | 61 bool parse(const std::string &s, std::vector<T> *objs) { in parse() function 117 bool parse(const std::string& s, Level* l) { in parse() function 183 bool parse(const std::string &s, KernelConfigKey *key) { in parse() function 220 bool parse(const std::string &s, Version *ver) { in parse() function 236 bool parse(const std::string& s, SepolicyVersion* sepolicyVer) { in parse() function 289 bool parse(const std::string& s, VersionRange* vr) { in parse() function 295 bool parse(const std::string& s, SepolicyVersionRange* svr) { in parse() function 327 bool parse(const std::string &s, VndkVersionRange *vr) { in parse() function 358 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse() function 444 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse() function [all …]
|
| D | FQName.cpp | 30 bool FQName::parse(const std::string& s, FQName* into) { in parse() function in android::vintf::details::FQName
|
| D | parse_xml.cpp | 136 static bool parse(const std::string &attrText, bool *attr) { in parse() function 148 static bool parse(const std::string& attrText, std::optional<std::string>* attr) { in parse() function 153 static bool parse(const std::string& s, std::optional<uint64_t>* out) { in parse() function
|
| /system/secure_element/omapi/src/ara/ |
| D | tlv.rs | 28 fn parse(input: &'a [u8]) -> Result<(Self, &'a [u8]), TlvParseError>; in parse() method 71 fn parse(input: &'a [u8]) -> Result<(Self, &'a [u8]), TlvParseError> { in parse() method 98 fn parse(header: Header, input: &'a [u8]) -> Result<(Tag, Value<'a>, &'a [u8]), TlvParseError> { in parse() method 119 fn parse(input: &[u8]) -> Result<(Self, &[u8]), TlvParseError> { in parse() method 130 fn parse(input: &[u8]) -> Result<(Self, &[u8]), TlvParseError> { in parse() method 206 fn parse(input: &[u8]) -> Result<(Self, &[u8]), TlvParseError> { in parse() method 228 pub fn parse(input: &[u8]) -> Result<(Object, &[u8]), TlvParseError> { in parse() function
|
| /system/memory/libmeminfo/libelf64/ |
| D | compare_libs.cpp | 53 bool parse = android::elf64::Elf64Parser::ParseElfFile(baseSharedLibName1, elf64Binary1); in main() local
|
| /system/tools/mkbootimg/rust/ |
| D | bootimg.rs | 103 pub fn parse(buffer: B) -> BootResult<Self> { in parse() method 147 pub fn parse(buffer: B) -> BootResult<Self> { in parse() method
|
| /system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
| D | ZoneTabFileTest.java | 73 public void parse() throws Exception { in parse() method in ZoneTabFileTest
|
| /system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
| D | ZoneTabFile.java | 40 static ZoneTabFile parse(String zoneTabFile) throws IOException, ParseException { in parse() method in ZoneTabFile
|
| /system/extras/boottime_tools/io_analysis/ |
| D | check_io_trace_all.py | 125 def parse(self, l): member in IoTrace 308 def parse(self, l): member in SchedTrace
|
| /system/librustutils/system_properties/ |
| D | parsers_formatters.rs | 13 pub fn parse<T: FromStr>(s: &str) -> Result<T> { in parse() function
|
| /system/extras/sane_schedstat/ |
| D | sane_schedstat.c | 111 static int parse(const char *b) { in parse() function
|
| /system/tools/xsdc/src/main/java/com/android/xsdc/ |
| D | Main.java | 212 private static XmlSchema parse(String xsdFile, List<String> included) throws Exception { in parse() method in Main
|
| /system/cros-codecs/src/codec/h264/ |
| D | nalu.rs | 14 fn parse<T: AsRef<[u8]>>(cursor: &mut Cursor<T>) -> Result<Self, String>; in parse() method
|
| /system/tools/hidl/hashing/ |
| D | Hash.cpp | 90 static const HashFile* parse(const std::string& path, std::string* err) { in parse() function
|
| /system/extras/ioblame/ |
| D | androidFsParser.py | 132 def parse(self, line): member in AndroidFsParser
|
| D | ioblame.py | 370 def parse(self, dump): member in UidIoStats
|
| /system/keymaster/include/keymaster/cppcose/ |
| D | cppcose.h | 153 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey) { in parse() function 160 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey, CoseKeyType expectedKeyType, in parse() function
|
| /system/extras/pinner/ |
| D | pin_utils.cpp | 118 int PinConfig::parse(std::string config_file, bool verbose) { in parse() function in PinConfig
|
| /system/libcppbor/src/ |
| D | cppbor_parse.cpp | 586 void parse(const uint8_t* begin, const uint8_t* end, ParseClient* parseClient) { in parse() function 592 parse(const uint8_t* begin, const uint8_t* end) { in parse() function
|
| /system/extras/boottime_tools/bootanalyze/ |
| D | bugreport_anayze.py | 316 def parse(self): member in Parser
|
| /system/extras/simpleperf/scripts/ |
| D | debug_unwind_reporter.py | 61 def parse(self): member in Sample
|
| /system/tools/hidl/hidl2aidl/ |
| D | main.cpp | 141 static AST* parse(const Coordinator& coordinator, const FQName& target) { in parse() function
|
| /system/extras/perf_tools/ |
| D | sbtpull.py | 25 def parse(self, index, line, priorTimeStamp): member in LogLine
|
| /system/tools/hidl/utils/ |
| D | FQName.cpp | 29 bool FQName::parse(const std::string& s, FQName* into) { in parse() function in android::FQName
|