| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | property.cpp | 27 char buf[PROP_VALUE_MAX] = {}; in GetPropertyBuffer() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | property.cpp | 27 char buf[PROP_VALUE_MAX] = {}; in GetPropertyBuffer() local
|
| H A D | pipe.cpp | 59 Expected<size_t, Error> ReadFromPipe(const UniqueFd &pipeFd, void *buf, size_t size) in ReadFromPipe() argument 68 Expected<size_t, Error> WriteToPipe(const UniqueFd &pipeFd, const void *buf, size_t size) in WriteToPipe() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | executed_memory_allocator.h | 33 MemMap buf = MachineCodePageMap(AlignUp(size, PageSize()), prot); in AllocateBuf() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | span_test.cpp | 81 uint8_t buf[] = {1, 1, 1, 1, 1, 0, 0, 0, 2, 0, 0, 0, 0x78, 0x56, 0x34, 0x12, 0xfe, 0xff, 0xff, 0xff}; in TEST() local 99 uint32_t buf[] = {0x01020304, 0x05060708, 0x090a0b0c}; in TEST() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_writer.cpp | 67 const auto &buf = GetBuffer(); in FinishWrite() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/ |
| H A D | napi_impl.cpp | 58 napi_get_value_string_utf16([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value value, [[maybe_unused]] char16_t *buf, [[maybe_unused]] size_t bufsize, [[maybe_unused]] size_t *result) napi_get_value_string_utf16() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | pipe.cpp | 32 Expected<size_t, Error> ReadFromPipe(const UniqueFd &pipeFd, void *buf, size_t size) in ReadFromPipe() argument 38 Expected<size_t, Error> WriteToPipe(const UniqueFd &pipeFd, const void *buf, size_t size) in WriteToPipe() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | span_test.cpp | 82 uint8_t buf[] = {1U, 1U, 1U, 1U, 1U, 0U, 0U, 0U, 2U, 0U, in TEST() local 101 uint32_t buf[] = {0x01020304U, 0x05060708U, 0x090a0b0cU}; in TEST() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| H A D | ets_mangle.cpp | 46 std::array<char, BUF_LEN> buf = {0}; in MangleString() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | array_native_test_2.cpp | 31 ets_boolean buf[10U] = {0}; in TEST_F() local 66 ets_byte buf[10U] = {0}; in TEST_F() local 101 ets_char buf[10U] = {0}; in TEST_F() local 136 ets_short buf[10U] = {0}; TEST_F() local 171 ets_int buf[10U] = {0}; TEST_F() local 206 ets_long buf[10U] = {0}; TEST_F() local 241 ets_float buf[10U] = {0}; TEST_F() local 276 ets_double buf[10U] = {0}; TEST_F() local 311 ets_boolean buf[10U] = {0}; TEST_F() local 329 ets_byte buf[10U] = {0}; TEST_F() local 347 ets_char buf[10U] = {0}; TEST_F() local 365 ets_short buf[10U] = {0}; TEST_F() local 383 ets_int buf[10U] = {0}; TEST_F() local 401 ets_long buf[10U] = {0}; TEST_F() local 419 ets_float buf[10U] = {0}; TEST_F() local 437 ets_double buf[10U] = {0}; TEST_F() local [all...] |
| /arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/ |
| H A D | ziparchivehandle_fuzzer.cpp | 43 uint8_t* buf = const_cast<uint8_t*>(data); in ZipArchiveHandleFuzzTest() local
|
| /arkcompiler/toolchain/common/ |
| H A D | log_wrapper.cpp | 64 char buf[MAX_BUFFER_SIZE]; in PrintLog() local
|
| /arkcompiler/toolchain/websocket/ |
| H A D | network.cpp | 33 bool Recv(int32_t client, char* buf, size_t totalLen, int32_t flags) in Recv() argument 51 bool Recv(int32_t client, uint8_t* buf, size_t totalLen, int32_t flags) in Recv() argument 61 bool Send(int32_t client, const char* buf, size_t totalLen, int32_t flags) in Send() argument 75 uint64_t NetToHostLongLong(uint8_t* buf, uint32_t len) in NetToHostLongLong() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | c_string.h | 77 char buf[BUFF_SIZE]; in ToCString() local
|
| H A D | dyn_chunk.h | 149 DynChunk(uint8_t *buf, RegExpCachedChunk *regExpCachedChunk) : buf_(buf), regExpCachedChunk_(regExpCachedChunk) in DynChunk() argument
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| H A D | ipc_unix_socket.cpp | 93 bool SendAll(int fd, const void *buf, int len) in SendAll() argument 136 int RecvTimeout(int fd, void *buf, int len, int timeoutMs) in RecvTimeout() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| H A D | backtrace.cpp | 124 char buf[LOG_BUF_LEN] = {0}; in Backtrace() local 134 stack << buf; in Backtrace() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_Date.cpp | 64 PandaVector<uint8_t> buf; in EscompatDateGetLocaleString() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string_builder.h | 80 void SetBuf(EtsCoroutine *coro, EtsObjectArray *buf) in SetBuf() argument
|
| /arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/ |
| H A D | gotonextfile_fuzzer.cpp | 29 void GenerateZipfile(const char* data, const char* archive_name, int n, char* buf, char* archive_filename, int& i, in GenerateZipfile() argument 95 char buf[MAX_BUFFER_SIZE]; in GoToNextFileFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | number_helper.cpp | 156 std::string buf; variable [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| H A D | mpl_logging.cpp | 44 char buf[kMaxLogLen]; in EmitLogForUser() local 61 std::cerr << buf << '\n'; in EmitLogForUser() local 74 char buf[kMaxLogLen]; in EmitErrorMessage() local 96 std::cerr << buf; in EmitErrorMessage() local
|
| /arkcompiler/runtime_core/libziparchive/tests/ |
| H A D | libziparchive_tests.cpp | 45 static void GenerateZipfile(const char *data, const char *archivename, int N, char *buf, char *archive_filename, int &i, in GenerateZipfile() argument 141 static void UnzipFileCheckTxt(const char *archivename, char *filename, const char *data, int N, char *buf, int &ret, in UnzipFileCheckTxt() argument 373 UnzipFileCheckInDirectory(const char *archivename, char *filename, const char *data, int N, char *buf, int &ret, int level = Z_BEST_COMPRESSION) UnzipFileCheckInDirectory() argument 525 char buf[MAX_BUFFER_SIZE]; HWTEST() local 602 char buf[MAX_BUFFER_SIZE]; HWTEST() local 657 char buf[MAX_BUFFER_SIZE]; HWTEST() local [all...] |
| /arkcompiler/runtime_core/libziparchive/ |
| H A D | zip_archive.cpp | 145 int ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t buf_size) in ExtractToMemory() argument
|