/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | Attributes.cpp | 45 Attributes Attributes::parse(Buffer<nlattr> buf) { in parse() function in android::nl::Attributes 50 std::string Attributes::parse(Buffer<nlattr> buf) { in parse() function in android::nl::Attributes 65 uint8_t Attributes::parse(Buffer<nlattr> buf) { in parse() function in android::nl::Attributes 70 uint16_t Attributes::parse(Buffer<nlattr> buf) { in parse() function in android::nl::Attributes 75 uint32_t Attributes::parse(Buffer<nlattr> buf) { in parse() function in android::nl::Attributes 80 uint64_t Attributes::parse(Buffer<nlattr> buf) { in parse() function in android::nl::Attributes
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | u_printf_test.cpp | 102 std::string parse() in parse() function in u_printf_test 146 EXPECT_EQ(parse(), "Hello"); in TEST_F() 156 EXPECT_EQ(parse(), "Hello\n"); in TEST_F() 179 EXPECT_EQ(parse(), "!!! ERROR !!!foo OpenCL\n bar\nmesa[12345]: error\nfoo ABCDE\n bar\n"); in TEST_F() 192 EXPECT_EQ(parse(), "LOG[DEBUG] 5 + 8 = 13"); in TEST_F() 220 EXPECT_EQ(parse(), "ABCED\n-5 6\n%%%%mesa 10 3.000000 1.0,2.0,3.0,4.0 "); in TEST_F()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Message.h | 45 static std::optional<Message<T>> parse(Buffer<nlmsghdr> buf) { in parse() function 65 static std::optional<Message<T>> parse(Buffer<nlmsghdr> buf, in parse() function 72 return parse(buf); in parse()
|
D | Attributes.h | 102 return parse<T>(*buffer); in get() 182 static T parse(Buffer<nlattr> buf);
|
/hardware/interfaces/security/keymint/support/ |
D | remote_prov_utils_test.cpp | 75 auto key = CoseKey::parse(coseKey, EC2, ECDH_ES_HKDF_256, P256); in parseEcdh256() 93 cppbor::parse(endpointEncryptionCertChain.begin(), endpointEncryptionCertChain.end()); in validateAndExtractEcdsa256EekPubAndId() 109 auto parsedPubKey = CoseKey::parse(lastPubKey); in validateAndExtractEcdsa256EekPubAndId() 176 cppbor::parse(kCoseEncodedGeekCert, sizeof(kCoseEncodedGeekCert)); in TEST() 184 auto geek = CoseKey::parse(encodedGeekCoseKey->asBstr()->value()); in TEST() 244 cppbor::parse(kCoseEncodedEcdsa256GeekCert, sizeof(kCoseEncodedEcdsa256GeekCert)); in TEST() 252 auto geek = CoseKey::parse(encodedGeekCoseKey->asBstr()->value()); in TEST()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
D | HidParserExample.cpp | 32 bool parseResult = hidParser.parse(p->data, p->len); in doParse() 54 bool parseResult = hidParser.parse(p->data, p->len); in doParseAndFilter() 85 bool parseResult = hidParser.parse(p->data, p->len); in doDigest()
|
D | HidParserExample2.cpp | 56 if (hidParser.parse(hidItemVector)) { in main()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
D | FamilyTracker.cpp | 24 const auto msgMaybe = nl::Message<genlmsghdr>::parse(buffer, {GENL_ID_CTRL}); in track() 48 return nl::Message<genlmsghdr>::parse(msg, {*mNl80211FamilyId}); in parseNl80211()
|
/hardware/nxp/nfc/snxxx/halimpl/observe_mode/ |
D | NciDiscoveryCommandBuilder.cc | 35 bool NciDiscoveryCommandBuilder::parse(vector<uint8_t> data) { in parse() function in NciDiscoveryCommandBuilder 158 bool status = parse(std::move(discoveryCommand)); in reConfigRFDiscCmd()
|
D | NciDiscoveryCommandBuilder.h | 57 bool parse(vector<uint8_t> data);
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | perf-annotate-jit.py | 50 def parse(self): member in Parser 145 def parse(self): member in PerfParser 244 parser.parse()
|
/hardware/nxp/keymint/KM300/authsecret/ |
D | AuthSecretHelper.cpp | 69 auto [parsedData, _, errMsg] = cppbor::parse(data); in extractTimeoutValue() 97 auto [parsedData, _, errMsg] = cppbor::parse(resp); in checkVerifyStatus()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.h | 50 bool parse(const std::vector<HidItem> &token); 51 bool parse(const unsigned char *begin, size_t size);
|
D | HidParser.cpp | 31 bool HidParser::parse(const std::vector<HidItem> &token) { in parse() function in HidUtil::HidParser 132 bool HidParser::parse(const unsigned char *begin, size_t size) { in parse() function in HidUtil::HidParser 134 return parse(hidItemVector); in parse()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | TestCommandReader.h | 35 void parse();
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | stripAPI.py | 38 tree = etree.parse(args.input)
|
D | testSpecVersion.py | 37 tree = etree.parse(args.registry)
|
D | linkcheck.py | 19 tree = et.parse(file, parser)
|
D | indexExt.py | 53 tree = etree.parse(args.registry)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | build-index.js | 18 var documents = JSON.parse(buffer.join(''))
|
/hardware/google/pixel/pixelstats/ |
D | BatteryCapacityReporter.cpp | 63 if (parse(path)) { in checkAndReport() 74 bool BatteryCapacityReporter::parse(const std::string &path) { in parse() function in android::hardware::google::pixel::BatteryCapacityReporter
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | BatteryCapacityReporter.h | 42 bool parse(const std::string &path);
|
/hardware/google/av/hooks/ |
D | pre-commit | 4 if git rev-parse --verify HEAD >/dev/null 2>&1
|
/hardware/interfaces/identity/aidl/vts/ |
D | TestCredentialTests.cpp | 145 auto [item, _, message] = cppbor::parse(credentialData); in TEST_P() 164 auto [dckItem, dckPos, dckMessage] = cppbor::parse(decryptedCredentialKeys.value()); in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_icd_gen.py | 30 xml = et.parse(xml_file)
|