Searched defs:BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | aot_runtime_info.h | 58 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/ |
| D | setruntimeinfo_fuzzer.cpp | 26 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/ |
| D | mock_aot_runtime_info.cpp | 61 void MockAotRuntimeInfo::SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int len… in SetRuntimeInfo()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | file.h | 137 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 147 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_buffer_test.cpp | 474 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/ |
| D | perf_counter.cpp | 298 static constexpr size_t BUFFER_SIZE = VALUE_ALIGNEMENT + 1; member in ark::tooling::CounterReporter
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 179 static constexpr int BUFFER_SIZE = 2240; // 2240: The size of the character array buffer in DoubleToString() local
|