Home
last modified time | relevance | path

Searched defs:buffer (Results 1 - 25 of 47) sorted by relevance

12

/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_blob.h27 namespace OHOS::buffer { namespace in OHOS
H A Djs_buffer.h28 namespace OHOS::buffer { namespace in OHOS
H A Djs_blob.cpp20 namespace OHOS::buffer { namespace in OHOS
H A Dconverter.h23 namespace OHOS::buffer { namespace in OHOS
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_client.rs26 let mut buffer = [0_u8; 1024]; in main() variables
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmod.rs24 mod buffer; modules
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_async_file.rs63 let mut buffer = [0_u8]; in async_read_by_chars() variables
H A Dylong_tokio_file.rs41 let mut buffer = Vec::new(); variables
H A Dsync_benchmarks.rs73 let mut buffer = [0_u8]; in std_read_file_by_chars() variables
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs47 let mut buffer = [0_u8; 1024]; in sdv_uds_stream_test() variables
/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/
H A Ddmabuf_alloc_test.cpp85 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F() local
120 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F() local
190 DmabufHeapBuffer buffer = { .size = 0 }; HWTEST_F() local
205 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local
231 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local
255 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local
287 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local
[all...]
/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c57 void SetOwnerIdForHeapFlags(DmabufHeapBuffer *buffer, enum DmaHeapFlagOwnerId ownerId) in SetOwnerIdForHeapFlags() argument
89 int DmabufHeapBufferAlloc(unsigned int heapFd, DmabufHeapBuffer *buffer) in DmabufHeapBufferAlloc() argument
115 DmabufHeapBufferFree(DmabufHeapBuffer *buffer) DmabufHeapBufferFree() argument
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
H A Dmod.rs100 let mut buffer = [0; BUFFER_SIZE]; in init_write_buffer() variables
131 let mut buffer = vec![0; size * KB]; in get_writer_buffer() variables
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp543 char buffer[bufferLen]; in HWTEST_F() local
557 char buffer[bufferLen]; in HWTEST_F() local
571 char buffer[bufferLen]; HWTEST_F() local
585 char buffer[bufferLen]; HWTEST_F() local
[all...]
/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp206 std::string buffer = ""; in DoParseUUID() local
/commonlibrary/ets_utils/platform/default/
H A Dutil_helper.cpp80 void EncodeIntoChinese(napi_env env, napi_value src, std::string encoding, std::string& buffer) in EncodeIntoChinese() argument
92 std::string buffer = ""; in EncodeConversion() local
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs590 let mut buffer = [0u8; 256]; in ut_repr_encode_state_encode() variables
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs504 let mut buffer = ReadBuf::new(buf.as_mut_slice()); in ut_http2_body_poll_read() variables
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs141 pub fn buffer(&self) -> &[u8] { in buffer() functions
[all...]
H A Dasync_buf_writer.rs144 pub fn buffer( functions
[all...]
/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp289 int Char16ToChar8(const u16string& str16, char *buffer, int bufferLen) in Char16ToChar8() argument
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp148 const uint8_t* buffer = parcel.ReadBuffer(sizeof(parcel_flat_binder_object), false); in Unmarshalling() local
[all...]
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp134 OHOS::buffer::Buffer *buffer = new OHOS::buffer::Buffer(); HWTEST_F() local
692 OHOS::buffer::Buffer *buffer = new OHOS::buffer::Buffer(); HWTEST_F() local
753 OHOS::buffer::Buffer *buffer = new OHOS::buffer::Buffer(); HWTEST_F() local
1005 OHOS::buffer::Buffer *buffer = new OHOS::buffer::Buffer(); HWTEST_F() local
1029 OHOS::buffer::Buffer *buffer = new OHOS::buffer::Buffer(); HWTEST_F() local
[all...]
/commonlibrary/ets_utils/js_api_module/uri/test/
H A Dtest_napi.cpp736 std::string buffer = ""; in GetStringUtf8() local
/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp371 char* buffer = new char[MAX_CHAR_LENGTH]; in HWTEST_F() local

Completed in 12 milliseconds

12