Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 115) sorted by relevance

12345

/hardware/interfaces/automotive/can/1.0/default/libnl++/
DAttributes.cpp45 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/
Du_printf_test.cpp102 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++/
DMessage.h45 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()
DAttributes.h102 return parse<T>(*buffer); in get()
182 static T parse(Buffer<nlattr> buf);
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils_test.cpp75 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/
DHidParserExample.cpp32 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()
DHidParserExample2.cpp56 if (hidParser.parse(hidItemVector)) { in main()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
DFamilyTracker.cpp24 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/
DNciDiscoveryCommandBuilder.cc35 bool NciDiscoveryCommandBuilder::parse(vector<uint8_t> data) { in parse() function in NciDiscoveryCommandBuilder
158 bool status = parse(std::move(discoveryCommand)); in reConfigRFDiscCmd()
DNciDiscoveryCommandBuilder.h57 bool parse(vector<uint8_t> data);
/hardware/google/gfxstream/guest/mesa/bin/
Dperf-annotate-jit.py50 def parse(self): member in Parser
145 def parse(self): member in PerfParser
244 parser.parse()
/hardware/nxp/keymint/KM300/authsecret/
DAuthSecretHelper.cpp69 auto [parsedData, _, errMsg] = cppbor::parse(data); in extractTimeoutValue()
97 auto [parsedData, _, errMsg] = cppbor::parse(resp); in checkVerifyStatus()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.h50 bool parse(const std::vector<HidItem> &token);
51 bool parse(const unsigned char *begin, size_t size);
DHidParser.cpp31 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/
DTestCommandReader.h35 void parse();
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DstripAPI.py38 tree = etree.parse(args.input)
DtestSpecVersion.py37 tree = etree.parse(args.registry)
Dlinkcheck.py19 tree = et.parse(file, parser)
DindexExt.py53 tree = etree.parse(args.registry)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dbuild-index.js18 var documents = JSON.parse(buffer.join(''))
/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp63 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/
DBatteryCapacityReporter.h42 bool parse(const std::string &path);
/hardware/google/av/hooks/
Dpre-commit4 if git rev-parse --verify HEAD >/dev/null 2>&1
/hardware/interfaces/identity/aidl/vts/
DTestCredentialTests.cpp145 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/
Dvk_icd_gen.py30 xml = et.parse(xml_file)

12345