Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/string_ops/
Dstring_get_utf8_test.cpp29 const uint32_t bufferSize = 30U; in TEST_F() local
44 const uint32_t bufferSize = 10U; in TEST_F() local
60 const uint32_t bufferSize = 10U; in TEST_F() local
75 const uint32_t bufferSize = 1U; in TEST_F() local
88 const uint32_t bufferSize = 10U; in TEST_F() local
103 const uint32_t bufferSize = 1U; in TEST_F() local
116 const uint32_t bufferSize = 10U; in TEST_F() local
125 const uint32_t bufferSize = 100U; in TEST_F() local
140 const ani_size bufferSize = 100U; in TEST_F() local
152 const uint32_t bufferSize = 100U; in TEST_F() local
[all …]
Dstring_get_utf16_test.cpp27 const ani_size bufferSize = 10U; in TEST_F() local
41 const ani_size bufferSize = 10U; in TEST_F() local
54 const ani_size bufferSize = 10U; in TEST_F() local
68 const ani_size bufferSize = 30U; in TEST_F() local
85 const ani_size bufferSize = 10U; in TEST_F() local
100 const ani_size bufferSize = 10U; in TEST_F() local
115 const ani_size bufferSize = 10U; in TEST_F() local
129 const ani_size bufferSize = 1U; in TEST_F() local
141 const ani_size bufferSize = 1U; in TEST_F() local
154 const ani_size bufferSize = 2U; in TEST_F() local
[all …]
Dstring_get_utf16_substr_test.cpp29 const ani_size bufferSize = 30U; in TEST_F() local
48 const ani_size bufferSize = 10U; in TEST_F() local
67 const ani_size bufferSize = 9U; in TEST_F() local
86 const ani_size bufferSize = 9U; in TEST_F() local
99 const ani_size bufferSize = 100U; in TEST_F() local
115 const ani_size bufferSize = 100U; in TEST_F() local
131 const ani_size bufferSize = 100U; in TEST_F() local
147 const ani_size bufferSize = 100U; in TEST_F() local
159 const ani_size bufferSize = 10U; in TEST_F() local
176 const ani_size bufferSize = 30U; in TEST_F() local
[all …]
Dstring_get_utf8_substr.cpp29 const uint32_t bufferSize = 30U; in TEST_F() local
47 const uint32_t bufferSize = 10U; in TEST_F() local
70 const uint32_t bufferSize = 20U; in TEST_F() local
88 const uint32_t bufferSize = 10U; in TEST_F() local
103 const uint32_t bufferSize = 100U; in TEST_F() local
112 const uint32_t bufferSize = 100U; in TEST_F() local
132 const ani_size bufferSize = 100U; in TEST_F() local
146 const uint32_t bufferSize = 100U; in TEST_F() local
158 const uint32_t bufferSize = 10U; in TEST_F() local
175 const uint32_t bufferSize = 10U; in TEST_F() local
[all …]
Dstring_new_utf8_test.cpp61 const uint32_t bufferSize = 30U; in TEST_F() local
89 const uint32_t bufferSize = 10U; in TEST_F() local
108 const uint32_t bufferSize = 20U; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader_mem.cpp46 std::string ZipFileReaderMem::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
55 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
Dzip_file_reader_io.cpp20 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
35 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file_reader_io.cpp28 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
45 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.cpp21 bool CheckBufferBounds(void* addr, void* buffer, size_t bufferSize, const char* name) in CheckBufferBounds()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp51 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **heade… in BuildFromElastic()
70 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp34 uint32_t bufferSize = 10; in HWTEST_F_L0() local
52 uint32_t bufferSize = 256; in HWTEST_F_L0() local
82 uint32_t bufferSize = 256; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/vm_ops/
Dani_get_created_virtual_machines_test.cpp55 ani_size bufferSize = 1; in TEST_F() local
77 ani_size bufferSize = 1; in TEST_F() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarraybuffer_fuzzer/
Djsvaluerefisarraybuffer_fuzzer.cpp31 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in JSValueRefIsArrayBufferFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisdataview_fuzzer/
Djsvaluerefisdataview_fuzzer.cpp31 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in JSValueRefIsDataViewFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint16arrayrefnew_fuzzer/
Duint16arrayrefnew_fuzzer.cpp36 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in Uint16ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8clampedarrayrefnew_fuzzer/
Duint8clampedarrayrefnew_fuzzer.cpp36 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in Uint8ClampedArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint8arrayrefnew_fuzzer/
Duint8arrayrefnew_fuzzer.cpp36 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in Uint8ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefbytelength_fuzzer/
Duint32arrayrefbytelength_fuzzer.cpp35 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in Uint32ArrayRefByteLengthFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/tools/
Dformat_logger.h28 const size_t bufferSize = 512; in FormatString() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefnew_fuzzer/
Duint32arrayrefnew_fuzzer.cpp36 const int32_t bufferSize = fdp.ConsumeIntegralInRange<int32_t>(0, 1024); in Uint32ArrayRefNewFuzzTest() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsystem_environment.cpp28 auto bufferSize = sysconf(_SC_GETPW_R_SIZE_MAX); in GetUidForName() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h56 std::streamsize bufferSize = binFile.tellg(); in SampleReader() local
/arkcompiler/toolchain/websocket/
Dhandshake_helper.cpp53 constexpr size_t bufferSize = KEY_LENGTH + WEB_SOCKET_GUID.size(); in EncodeKey() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp61 const JSTaggedValue codeBuffer, const size_t bufferSize, in SetCache()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.h65 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder()

12