Home
last modified time | relevance | path

Searched defs:buf (Results 1 - 25 of 83) sorted by relevance

1234

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dproperty.cpp27 char buf[PROP_VALUE_MAX] = {}; in GetPropertyBuffer() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dproperty.cpp27 char buf[PROP_VALUE_MAX] = {}; in GetPropertyBuffer() local
H A Dpipe.cpp59 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 Dexecuted_memory_allocator.h33 MemMap buf = MachineCodePageMap(AlignUp(size, PageSize()), prot); in AllocateBuf() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dspan_test.cpp81 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 Dfile_writer.cpp67 const auto &buf = GetBuffer(); in FinishWrite() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H A Dnapi_impl.cpp58 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 Dpipe.cpp32 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 Dspan_test.cpp82 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 Dets_mangle.cpp46 std::array<char, BUF_LEN> buf = {0}; in MangleString() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Darray_native_test_2.cpp31 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 Dziparchivehandle_fuzzer.cpp43 uint8_t* buf = const_cast<uint8_t*>(data); in ZipArchiveHandleFuzzTest() local
/arkcompiler/toolchain/common/
H A Dlog_wrapper.cpp64 char buf[MAX_BUFFER_SIZE]; in PrintLog() local
/arkcompiler/toolchain/websocket/
H A Dnetwork.cpp33 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 Dc_string.h77 char buf[BUFF_SIZE]; in ToCString() local
H A Ddyn_chunk.h149 DynChunk(uint8_t *buf, RegExpCachedChunk *regExpCachedChunk) : buf_(buf), regExpCachedChunk_(regExpCachedChunk) in DynChunk() argument
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_unix_socket.cpp93 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 Dbacktrace.cpp124 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 Descompat_Date.cpp64 PandaVector<uint8_t> buf; in EscompatDateGetLocaleString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string_builder.h80 void SetBuf(EtsCoroutine *coro, EtsObjectArray *buf) in SetBuf() argument
/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/
H A Dgotonextfile_fuzzer.cpp29 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 Dnumber_helper.cpp156 std::string buf; variable
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dmpl_logging.cpp44 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 Dlibziparchive_tests.cpp45 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 Dzip_archive.cpp145 int ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t buf_size) in ExtractToMemory() argument

Completed in 10 milliseconds

1234