Home
last modified time | relevance | path

Searched defs:buffer (Results 426 - 450 of 3556) sorted by relevance

1...<<11121314151617181920>>...143

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DUVector32.java50 private int[] buffer = new int[32]; global() field in UVector32
[all...]
/third_party/libuv/test/
H A Dtest-platform-output.c28 char buffer[512]; in TEST_IMPL() local
[all...]
H A Dtest-udp-try-send.c83 static char buffer[64 * 1024]; in TEST_IMPL() local
H A Dtest-process-title.c28 char buffer[512]; in set_title() local
45 char buffer[512]; in uv_get_process_title_edge_cases() local
[all...]
H A Dtest-signal-pending-on-close.c62 uv_buf_t buffer; in TEST_IMPL() local
H A Drun-tests.c147 char buffer[256]; in maybe_run_test() local
/third_party/libuv/src/unix/
H A Dos390-proctitle.c105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
H A Dproctitle.c127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
/third_party/libwebsockets/lib/core/
H A Dalloc.c48 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() argument
53 TEE_Free(void *buffer) in TEE_Free() argument
66 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() argument
71 TEE_Free(void *buffer) in TEE_Free() argument
/third_party/jerryscript/jerry-main/
H A Dmain-unix-test.c33 static uint8_t buffer[ JERRY_BUFFER_SIZE ]; variable
/third_party/jerryscript/jerry-core/api/
H A Djerry-debugger.c192 jerry_debugger_send_output (const jerry_char_t *buffer, /**< buffer */ in jerry_debugger_send_output() argument
213 jerry_debugger_send_log(jerry_log_level_t level, const jerry_char_t *buffer, jerry_size_t str_size) jerry_debugger_send_log() argument
/third_party/jerryscript/targets/esp8266/user/
H A Djerry_extapi.c59 char *buffer; in DELCARE_HANDLER() local
/third_party/littlefs/bd/
H A Dlfs_filebd.c65 lfs_filebd_read(const struct lfs_config *cfg, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) lfs_filebd_read() argument
101 lfs_filebd_prog(const struct lfs_config *cfg, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_filebd_prog() argument
/third_party/ltp/testcases/kdump/lib/crasher/
H A Dcrasher.c52 static int crasher_write(struct file *file, const char *buffer, in crasher_write() argument
/third_party/ltp/testcases/kernel/device-drivers/uaccess/
H A Dltp_uaccess.c65 char *str, ch, buffer[str_size]; in sys_tcase() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddatabin.c44 void databingen(int mode, char *buffer, int bsize, int offset) in databingen() argument
83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk() argument
153 unsigned char *buffer; main() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.h48 struct pipe_resource *buffer; /**< the actual buffer */ member
/third_party/node/src/crypto/
H A Dcrypto_random.h16 unsigned char* buffer; member
/third_party/node/deps/v8/src/wasm/
H A Dlocal-decl-encoder.cc21 byte* buffer = zone->NewArray<byte, LocalDeclEncoderBuffer>(Size() + size); in Prepend() local
/third_party/node/test/addons/openssl-binding/
H A Dbinding.cc15 auto buffer = view->Buffer(); in RandomBytes() local
29 auto buffer = view->Buffer(); in Hash() local
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc14 auto buffer = view->Buffer(); in CompressBytes() local
/third_party/node/test/cctest/
H A Dtest_crypto_clienthello.cc117 OverrunGuardedBuffer<sizeof(packet)> buffer; in TEST() local
/third_party/node/deps/icu-small/source/common/
H A Dcharstr.h175 MaybeStackArray<char, 40> buffer; global() member in CharString
[all...]
H A Dcmemory.cpp66 uprv_realloc(void * buffer, size_t size) { in uprv_realloc() argument
90 uprv_free(void *buffer) { in uprv_free() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Drbutil.c74 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() argument
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...143