Home
last modified time | relevance | path

Searched defs:length (Results 1 - 25 of 1845) sorted by relevance

12345678910>>...74

/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
H A Dobjectcloneproperties.js
/arkcompiler/ets_runtime/test/moduletest/arrayRelease/
H A DarrayRelease.js25 length: 65536, global() property
/base/security/device_auth/common_lib/interfaces/
H A Duint8buff_utils.h24 uint32_t length; member
/base/security/device_security_level/services/common/
H A Ddslm_crypto.c23 void GenerateRandom(RandomValue *rand, uint32_t length) in GenerateRandom() argument
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_utils_ffi.cpp27 size_t length = source.size() + 1; in CreateCStringFromString() local
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/
H A DarrayValuesCase.js
/arkcompiler/ets_runtime/test/moduletest/arrayfind/
H A Darrayfind.js
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dfile_ext.h28 uint64_t length; member
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring-inl.h29 auto length = GetLength(); in At() local
37 Span<uint8_t> sp(GetDataMUtf8(), length); in At() local
40 Span<uint16_t> sp(GetDataUtf16(), length); in At() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_capturer_read_callback_adapter_wrapper.cpp27 void ArkAudioCapturerReadCallbackAdapterWrapper::OnReadData(size_t length) in OnReadData() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_capturer_read_callback_adapter_impl.cpp25 void ArkAudioCapturerReadCallbackAdapterImpl::OnReadData(size_t length) in OnReadData() argument
/arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/
H A DfindIndex.js
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.cpp24 uint32_t length = msg->GetArgsNumber(); in GetArgsArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dbinary_buffer_parser.h23 BinaryBufferParser(uint8_t *buffer, uint32_t length) : buffer_(buffer), length_(length) {} in BinaryBufferParser() argument
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
H A DClassTest.java31 private double length; field in Rectangle
40 public Rectangle(double length, double width) { in Rectangle() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector_iterator.cpp47 const uint32_t length = static_cast<uint32_t>(JSHandle<JSAPIBitVector>::Cast(bitVector)->GetSize()); in Next() local
H A Djs_api_vector_iterator.cpp46 const uint32_t length = static_cast<uint32_t>(JSHandle<JSAPIVector>::Cast(vector)->GetSize()); in Next() local
/base/security/device_security_level/services/include/
H A Ddslm_crypto.h32 uint32_t length; member
/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/include/
H A Dfs_dm.h32 uint64_t length; member
/base/sensors/miscdevice/utils/common/include/
H A Draw_file_descriptor.h26 int64_t length = -1; member
/base/update/sys_installer_lite/frameworks/source/verify/
H A Dapp_sha256.c30 void AppSha256Update(AppSha256Context *sha256, const uint8 *buffer, uint32 length) in AppSha256Update() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_state_component.h37 size_t length; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmemory_stream_test.cpp41 size_t length = sizeof(data); in OnTestPerformance() local
H A Dfont_test.cpp28 int length; in OnTestPerformance() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmemory_stream.cpp25 MemoryStream::MemoryStream(const void* data, size_t length, bool copyData) in MemoryStream() argument

Completed in 5 milliseconds

12345678910>>...74