Home
last modified time | relevance | path

Searched refs:memoryAsHexString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
H A Dpoc.cpp27 static std::string memoryAsHexString(const void* const address, size_t numBytes) { in memoryAsHexString() function
239 ALOGE("Received message: %s", memoryAsHexString(&clientMsg, clientMsg.size()).c_str()); in checkMessage()
241 memoryAsHexString(&sanitizedClientMsg, clientMsg.size()).c_str()); in checkMessage()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp197 inline std::string memoryAsHexString(const void *memory, const uint32_t size) in memoryAsHexString() function
210 << memoryAsHexString(expected, size) << " but got " in logValueMismatch()
211 …yValue ? de::toString(memoryAsInteger(actual, size)) + " " : "") << memoryAsHexString(actual, size) in logValueMismatch()