Home
last modified time | relevance | path

Searched defs:length (Results 176 - 200 of 4606) sorted by relevance

12345678910>>...185

/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Daudio_debug.cpp41 void AudioDebug::WriteData(const char *data, uint32_t length) in WriteData() argument
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dexecutor_mock_device.cpp25 void* HDIDeviceV2_0::AllocateBuffer(size_t length) in AllocateBuffer() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dmemory_manager.cpp27 void* MemoryManager::MapMemory(int fd, size_t length) in MapMemory() argument
[all...]
H A Dmemory_manager.h31 size_t length; member
/foundation/ai/neural_network_runtime/test/unittest/components/memory_manager/
H A Dmemory_manager_test.cpp50 size_t length = 0; in HWTEST_F() local
64 size_t length = 0; in HWTEST_F() local
78 size_t length = 1; in HWTEST_F() local
101 size_t length = 4; in HWTEST_F() local
157 size_t length in HWTEST_F() local
212 size_t length = 4; HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dexecutor_mock_device.cpp25 void* HDIDeviceV1_0::AllocateBuffer(size_t length) in AllocateBuffer() argument
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/slite/
H A Dmission_info.h51 uint32_t length = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_layout_algorithm.cpp31 auto length = std::min(width, height); in MeasureContent() local
53 auto length = std::min(size.Width(), size.Height()); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_layout_algorithm.cpp33 auto length = static_cast<float>(sideLength_.ConvertToPxWithSize(std::min(size.Height(), size.Width()))); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h26 uint32_t length = 0; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_foreach_function.cpp43 int length = static_cast<int>(jsKeysArr->Length()); in ExecuteIdentityMapper() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dutils.h36 static bool CheckParamsValid(int32_t index, size_t length) in CheckParamsValid() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_component3d_bridge.cpp40 auto length = array->Length(vm); in SetShaderInputBuffer() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.cpp30 size_t length = static_cast<size_t>(values.size()); in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_gradient.cpp43 size_t length = paramArray->Length(); in Constructor() local
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_ai_write_adapter.cpp22 uint32_t length = 0; in GetSelectLengthOnlyText() local
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_skia_image_data.cpp22 DrawingImageData::DrawingImageData(const void* data, size_t length) in DrawingImageData() argument
27 RefPtr<ImageData> ImageData::MakeFromDataWithCopy(const void* data, size_t length) in MakeFromDataWithCopy() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_styled_string_controller.cpp38 auto length = styledString->GetLength(); in GetStyledString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_method.cpp44 auto length = std::min(contentSize.Width(), contentSize.Height()); in CalculateStrokeWidth() local
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_symbol.cpp22 ARKTS_Value ARKTS_CreateSymbol(ARKTS_Env env, const char* description, int32_t length) in ARKTS_CreateSymbol() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_outputstream.cpp41 int OutputStream::Write(const uint8_t *buf, size_t length) in Write() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_characteristic_parcel.cpp108 uint32_t length = 0; in ReadFromParcel() local
H A Dbluetooth_gatt_descriptor_parcel.cpp70 uint32_t length; in ReadFromParcel() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.cpp40 Buffer *GattServiceBase::BuildBuffer(const uint8_t *value, size_t length) in BuildBuffer() argument
44 (void)memcpy_s(BufferPtr(result), length, value, length); in BuildBuffer() local
50 Buffer *GattServiceBase::BuildBuffer(const uint8_t *value, size_t offset, size_t length) in BuildBuffer() argument
54 (void)memcpy_s(BufferPtr(result), length, value + offset, length); in BuildBuffer() local
67 GattValue GattServiceBase::BuildGattValue(const uint8_t *value, size_t length) in BuildGattValue() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_wrapper.h37 virtual void SetTransmitQueueLength(size_t length) in SetTransmitQueueLength() argument

Completed in 8 milliseconds

12345678910>>...185