| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp-inl.h | 33 int len = endIndex - startIndex; in GetCapture() local
|
| H A D | builtins_string_iterator.cpp | 51 uint32_t len = EcmaStringAccessor(string.GetObject<EcmaString>()).GetLength(); in NextInternal() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_base64_test.cpp | 55 size_t len = PtBase64::Encode(dest.data(), src.data(), src.size()); in HWTEST_F_L0() local 64 size_t len = 0; in HWTEST_F_L0() local 113 size_t len in HWTEST_F_L0() local 133 size_t len = PtBase64::Encode(dest.data(), src.data(), src.size()); HWTEST_F_L0() local 151 size_t len = PtBase64::Encode(dest.data(), src.data(), src.size()); HWTEST_F_L0() local 215 size_t len = PtBase64::Encode(dest.data(), src.data(), src.size()); HWTEST_F_L0() local 233 size_t len = PtBase64::Encode(dest.data(), src.data(), src.size()); HWTEST_F_L0() local 250 size_t len = PtBase64::Encode(dest.data(), src.data(), src.size()); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_shared_array_test.cpp | 174 double len = (double)std::numeric_limits<uint32_t>::max() + 1000; in HWTEST_F_L0() local
|
| H A D | js_api_queue_test.cpp | 31 JSHandle<JSAPIQueue> TestCommon(JSMutableHandle<JSTaggedValue>& value, std::string& queueValue, uint32_t len) in TestCommon() argument
|
| H A D | js_api_tree_map_iterator_test.cpp | 35 TestKeyValueCommon(std::vector<JSMutableHandle<JSTaggedValue>> &keyValue, std::vector<std::string> &mapKeyValue, uint32_t len, bool valueNext = false) TestKeyValueCommon() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | hash.h | 42 inline uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() argument 53 inline uint32_t GetHash32(const uint8_t *key, size_t len) in GetHash32() argument
|
| H A D | hash_base.h | 37 static uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() argument 47 static uint32_t GetHash32(const uint8_t *key, size_t len) in GetHash32() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | logger.h | 47 int len = vsnprintf_s(nullptr, 0, PAGE_SIZE, fmt, ap); in EtsLogMakeString() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | hash.h | 41 inline uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() argument 52 inline uint32_t GetHash32(const uint8_t *key, size_t len) in GetHash32() argument
|
| H A D | hash_base.h | 36 static uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() argument 46 static uint32_t GetHash32(const uint8_t *key, size_t len) in GetHash32() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/ |
| H A D | regexp_executor.cpp | 39 int32_t len = captureState->captureEnd - captureState->captureStart; in HandleCaptures() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | panda_string.cpp | 90 size_t len = utf::Utf16ToMUtf8Size(s->GetDataUtf16(), s->GetUtf16Length()) - 1; in ConvertToString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | containers_arraylist_stub_builder.h | 32 GateRef len = Load(VariableType::JS_ANY(), obj, IntPtr(JSAPIArrayList::LENGTH_OFFSET));
in GetSize() local
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_base64.cpp | 44 std::pair<std::size_t, bool> PtBase64::Decode(void *output, const char *input, std::size_t len) in Decode() argument 91 size_t PtBase64::Encode(char *output, const void *input, std::size_t len) in Encode() argument [all...] |
| H A D | pt_returns.cpp | 25 size_t len = protocols_.size(); in ToJson() local 38 size_t len = protocols_.size(); in ToJson() local 53 size_t len = locations_.size(); in ToJson() local 69 size_t len = locations_.size(); in ToJson() local 99 size_t len = locations_.size(); in ToJson() local 127 size_t len = callFrames_.size(); ToJson() local 143 size_t len = result_.size(); ToJson() local 180 size_t len = callFrames_->size(); ToJson() local 204 size_t len = result_.size(); ToJson() local 337 size_t len = result_.size(); ToJson() local 362 size_t len = result_.size(); ToJson() local 379 size_t len = result_.size(); ToJson() local 395 size_t len = categories_.size(); ToJson() local [all...] |
| H A D | pt_events.cpp | 38 size_t len = callFrames_.size(); in ToJson() local 259 size_t len = result_.size(); in ToJson() local 279 size_t len = statsUpdate_.size(); in ToJson() local
|
| /arkcompiler/toolchain/websocket/ |
| H A D | network.cpp | 37 ssize_t len = 0; in Recv() local 65 ssize_t len = send(client, buf + sendLen, totalLen - sendLen, flags); in Send() local 75 NetToHostLongLong(uint8_t* buf, uint32_t len) NetToHostLongLong() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | dyn_chunk.cpp | 54 int DynChunk::Insert(uint32_t position, size_t len) in Insert() argument
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_literal_array_processor.cpp | 34 auto len = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in FillLiteralArrayData() local
|
| /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 [all...] |
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
| H A D | dyn_chunk.cpp | 53 int DynChunk::Insert(uint32_t position, size_t len) in Insert() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | sort_helper.cpp | 24 uint32_t len = elements->GetLength(); in Sort() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_snapshot_json_serializer.h | 45 auto len = str.size(); in WriteString() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_map.h | 34 uint32_t len = array->GetArrayLength(); in Hash() local
|