Home
last modified time | relevance | path

Searched defs:BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h58 constexpr static const int BUFFER_SIZE = 4096; variable
305 int getLength(char lines[][BUFFER_SIZE], int maxInput) const in getLength()
316 void GetCrashRuntimeInfoList(char lines[][BUFFER_SIZE]) const in GetCrashRuntimeInfoList()
336 void GetRealPathRuntimeInfoList(char lines[][BUFFER_SIZE], const std::string &pgoRealPath) const in GetRealPathRuntimeInfoList()
355 … virtual void SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in SetRuntimeInfo()
371 …void GetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildI… in GetRuntimeInfoByPath()
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
Dsetruntimeinfo_fuzzer.cpp26 void TestSetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in TestSetRuntimeInfo()
31 …void TestGetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBu… in TestGetRuntimeInfoByPath()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
Dmock_aot_runtime_info.cpp61 void MockAotRuntimeInfo::SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int len… in SetRuntimeInfo()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.h137 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h147 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_buffer_test.cpp474 constexpr uint32_t BUFFER_SIZE = 10; in HWTEST_F_L0() local
512 constexpr uint32_t BUFFER_SIZE = 10; in HWTEST_F_L0() local
553 constexpr uint32_t BUFFER_SIZE = 10; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.cpp298 static constexpr size_t BUFFER_SIZE = VALUE_ALIGNEMENT + 1; member in ark::tooling::CounterReporter
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp179 static constexpr int BUFFER_SIZE = 2240; // 2240: The size of the character array buffer in DoubleToString() local