| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| H A D | D3D12ResourceHeapTests.cpp | 88 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local
|
| H A D | BufferAllocatedSizeTests.cpp | 55 wgpu::Buffer buffer = CreateBuffer(wgpu::BufferUsage::Uniform, bufferSize); in TEST_P() local 64 wgpu::Buffer buffer = in TEST_P() local 73 wgpu::Buffer buffer = in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | WriteBufferTests.cpp | 31 wgpu::CommandBuffer EncodeWriteBuffer(wgpu::Buffer buffer, in EncodeWriteBuffer() argument 43 wgpu::Buffer buffer = CreateWritableBuffer(64); in TEST_F() local 56 wgpu::Buffer buffer = CreateWritableBuffer(64); TEST_F() local 68 wgpu::Buffer buffer = CreateWritableBuffer(64); TEST_F() local 83 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_F() local 94 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_F() local [all...] |
| H A D | OverridableConstantsValidationTests.cpp | 91 wgpu::Buffer buffer; member in ComputePipelineOverridableConstantsValidationTest
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| H A D | chardata.c | 83 char buffer[1024]; in CharData_CheckXMLChars() local
|
| /third_party/selinux/libsepol/cil/test/unit/ |
| H A D | test_cil_lexer.c | 40 char *buffer = malloc(str_size + 2); in test_cil_lexer_setup() local 54 char *buffer = malloc(str_size + 2); in test_cil_lexer_next() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/stringrefwriteutf16_fuzzer/ |
| H A D | stringrefwriteutf16_fuzzer.cpp | 36 char16_t* buffer = new char16_t[length]; in StringRefWriteUtf16FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_controller_utils.cpp | 22 double MemControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer) in CalculateAverageSpeed() argument 27 double MemControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, in CalculateAverageSpeed() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/bufferrefnew_fuzzer/ |
| H A D | bufferrefnew_fuzzer.cpp | 60 Local<BufferRef> buffer = BufferRef::New(vm, (int32_t)size); in BufferRefByteLengthFuzzTest() local 74 Local<BufferRef> buffer = BufferRef::New(vm, (int32_t)size); in BufferRefGetBufferFuzzTest() local 88 Local<BufferRef> buffer = BufferRef::New(vm, (int32_t)size); in BufferToStringCallbackFuzzTest() local
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/ |
| H A D | main.cpp | 41 char *buffer = (char *)malloc(length); in main() local [all...] |
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | native_stack.cpp | 39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() argument
|
| /arkcompiler/runtime_core/verifier/tests/ |
| H A D | utils.cpp | 23 void GenerateModifiedAbc(const std::vector<unsigned char> &buffer, const std::string &filename) in GenerateModifiedAbc() argument 44 void ModifyBuffer(std::unordered_map<uint32_t, uint32_t> &literal_map, std::vector<unsigned char> &buffer) in ModifyBuffer() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.h | 95 GateRef GetArrayBufferByteLength(GateRef buffer)
in GetArrayBufferByteLength() argument 101 GateRef GetExternalPointer(GateRef buffer)
in GetExternalPointer() argument
|
| /arkcompiler/toolchain/websocket/ |
| H A D | network.cpp | 21 bool Recv(int32_t client, std::string& buffer, int32_t flags) in Recv() argument
|
| /base/hiviewdfx/hiview_lite/ |
| H A D | hiview_cache.h | 44 uint8 *buffer; // Circular buffer member
|
| /base/hiviewdfx/hiview/test/moduletest/common/ |
| H A D | hiview_plugin_platform_module_test.cpp | 35 char buffer[bufSize];
in GetCmdResultFromPopen() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
| H A D | dgram_socket_server.cpp | 22 int DgramSocketServer::RecvPacket(std::vector<char>& buffer, struct ucred *cred) in RecvPacket() argument
|
| /base/hiviewdfx/hiview/plugins/eventlogger/test/util/ |
| H A D | eventlogger_util_test.cpp | 26 char buffer[BUF_SIZE_64] = {'\0'}; in InitSeLinuxEnabled() local
|
| /base/hiviewdfx/hiview/test/unittest/unified_collection/client/ |
| H A D | memory_collector_client_test.cpp | 33 char buffer[256];
in IsXpowerPluginExist() local
|
| /base/account/os_account/frameworks/domain_account/src/ |
| H A D | domain_account_callback_stub.cpp | 62 const uint8_t *buffer = data.ReadBuffer(size); in ProcOnResult() local
|
| /base/msdp/device_status/rust/subsystem/input/binding/include/ |
| H A D | input_binding_internal.h | 51 uint8_t* buffer; member
|
| /base/msdp/device_status/rust/data/binding/include/ |
| H A D | fusion_data_binding.h | 33 const uint8_t *buffer; member
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/ |
| H A D | write_file.cpp | 51 std::unique_ptr<char[]> buffer = std::make_unique<char[]>(wholeLen); in CopyFile() local
|
| /base/security/crypto_framework/frameworks/js/jsi/src/ |
| H A D | jsi_utils.cpp | 74 JSIValue buffer = JSI::CreateArrayBuffer(blob->len, arrayBuffer); in ConstructJSIReturnResult() local
|
| /base/security/huks/utils/crypto_adapter/ |
| H A D | hks_client_service_adapter_common.c | 60 uint8_t *buffer = (uint8_t *)HksMalloc(totalSize);
in TranslateToInnerCurve25519Format() local
|