Home
last modified time | relevance | path

Searched defs:VerifyBuffer (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dverifier.h218 template<typename T> bool VerifyBuffer() { return VerifyBuffer<T>(nullptr); } in VerifyBuffer() function
220 template<typename T> bool VerifyBuffer(const char *const identifier) { in VerifyBuffer() function
H A Dflexbuffers.h1854 bool VerifyBuffer() { in VerifyBuffer() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dverifier.h218 template<typename T> bool VerifyBuffer() { return VerifyBuffer<T>(nullptr); } in VerifyBuffer() function
220 template<typename T> bool VerifyBuffer(const char *const identifier) { in VerifyBuffer() function
H A Dflexbuffers.h1854 bool VerifyBuffer() { in VerifyBuffer() function
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DPkcs7Verify.h216 EFI_PKCS7_VERIFY_BUFFER VerifyBuffer; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DPkcs7Verify.h223 EFI_PKCS7_VERIFY_BUFFER VerifyBuffer; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DPkcs7Verify.h217 EFI_PKCS7_VERIFY_BUFFER VerifyBuffer; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DPkcs7Verify.h217 EFI_PKCS7_VERIFY_BUFFER VerifyBuffer; member
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryOfflineBufferTest.cpp50 static void VerifyBuffer(uint8_t* buffer, size_t start_value, size_t length) { in VerifyBuffer() function
/aosp_15_r20/external/webrtc/modules/audio_device/
H A Dfine_audio_buffer_unittest.cc40 bool VerifyBuffer(const int16_t* buffer, int buffer_number, int size) { in VerifyBuffer() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_points_to_analysis.cc571 Status TuplePointsToAnalysis::VerifyBuffer(const LogicalBuffer& buffer) const { in VerifyBuffer() function in xla::TuplePointsToAnalysis
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingDepthStencilResolveTests.cpp99 enum VerifyBuffer enum
H A DvktRenderPassDepthStencilResolveTests.cpp100 enum VerifyBuffer enum
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DGLSLTest.cpp11351 bool VerifyBuffer(GLuint buffer, const T data[], uint32_t dataSize) in VerifyBuffer() function