Home
last modified time | relevance | path

Searched defs:len (Results 1 - 25 of 192) sorted by relevance

12345678

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp-inl.h33 int len = endIndex - startIndex; in GetCapture() local
H A Dbuiltins_string_iterator.cpp51 uint32_t len = EcmaStringAccessor(string.GetObject<EcmaString>()).GetLength(); in NextInternal() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_base64_test.cpp55 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 Djs_shared_array_test.cpp174 double len = (double)std::numeric_limits<uint32_t>::max() + 1000; in HWTEST_F_L0() local
H A Djs_api_queue_test.cpp31 JSHandle<JSAPIQueue> TestCommon(JSMutableHandle<JSTaggedValue>& value, std::string& queueValue, uint32_t len) in TestCommon() argument
H A Djs_api_tree_map_iterator_test.cpp35 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 Dhash.h42 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 Dhash_base.h37 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 Dlogger.h47 int len = vsnprintf_s(nullptr, 0, PAGE_SIZE, fmt, ap); in EtsLogMakeString() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dhash.h41 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 Dhash_base.h36 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 Dregexp_executor.cpp39 int32_t len = captureState->captureEnd - captureState->captureStart; in HandleCaptures() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dpanda_string.cpp90 size_t len = utf::Utf16ToMUtf8Size(s->GetDataUtf16(), s->GetUtf16Length()) - 1; in ConvertToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_arraylist_stub_builder.h32 GateRef len = Load(VariableType::JS_ANY(), obj, IntPtr(JSAPIArrayList::LENGTH_OFFSET)); in GetSize() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_base64.cpp44 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 Dpt_returns.cpp25 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 Dpt_events.cpp38 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 Dnetwork.cpp37 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 Ddyn_chunk.cpp54 int DynChunk::Insert(uint32_t position, size_t len) in Insert() argument
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_literal_array_processor.cpp34 auto len = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in FillLiteralArrayData() local
/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
[all...]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.cpp53 int DynChunk::Insert(uint32_t position, size_t len) in Insert() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.cpp24 uint32_t len = elements->GetLength(); in Sort() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.h45 auto len = str.size(); in WriteString() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_map.h34 uint32_t len = array->GetArrayLength(); in Hash() local

Completed in 8 milliseconds

12345678