Home
last modified time | relevance | path

Searched refs:size (Results 18826 - 18850 of 38882) sorted by relevance

1...<<751752753754755756757758759760>>...1556

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_property.cpp31 result = result.substr(0, result.size() - 1); in ConvertFontFamily()
87 auto jsonShadow = (shadow.size() == 1) ? ConvertShadowToJson(shadow.front()) : ConvertShadowsToJson(shadow); in ToJsonValue()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dlauncher_ability_resource_info.cpp72 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, foreground.size()); in Marshalling()
76 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, background.size()); in Marshalling()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_gaussian_blur.cpp61 if (vectorRes.empty() || vectorRes.size() > 2) { in ParseAndSetSpecializedAttr()
65 auto deviationY = vectorRes.size() > 1 ? vectorRes[1] : vectorRes[0]; in ParseAndSetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dmultimodal_manager.cpp143 DumpLog::GetInstance().AddDesc("totalScene: ", multiModalScenes_.size()); in DumpMultimodalScene()
145 DumpLog::GetInstance().Print(0, GetTypeName(), multiModalScenes_.size()); in DumpMultimodalScene()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_common_event_registry_test/
H A Daams_common_event_registry_test.cpp110 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F()
114 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_ability_info.cpp54 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, permissions.size()); in Marshalling()
93 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump()
H A Ddistributed_module_info.cpp53 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, abilities.size()); in Marshalling()
90 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_display_manager_test.cpp94 EXPECT_EQ(infos.size(), 1); in HWTEST_F()
109 EXPECT_EQ(infos.size(), 1); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_common_event_registry.cpp110 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F()
114 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp65 int64_t size = in.tellg(); in ReadFileIntoJson() local
66 if (size <= 0) { in ReadFileIntoJson()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.cpp52 size_t lenForeground = foreground.size(); in ConvertToDrawableDescriptor()
66 size_t lenBackground = background.size(); in ConvertToDrawableDescriptor()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h202 * @brief Sets the font name and size for the background text.
205 * @param size Indicates the font size to set.
209 void SetBackgroundFont(const char* name, uint8_t size);
212 * @brief Sets the font name and size for the highlighted text.
215 * @param size Indicates the font size to set.
219 void SetHighlightFont(const char* name, uint8_t size);
H A Dui_swipe_view.h190 * @brief Sets a blank size, as defined in {@link DEFAULT_BLANK_SIZE}
192 * @param size Indicates the blank size to set.
196 void SetBlankSize(uint16_t size) in SetBlankSize() argument
198 blankSize_ = size; in SetBlankSize()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_component.cpp182 const JSValue args[], const jerry_length_t size) in ListScrollTo()
184 if (size != 1) { in ListScrollTo()
181 ListScrollTo(const JSValue func, const JSValue dom, const JSValue args[], const jerry_length_t size) ListScrollTo() argument
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dffi_remote_data.cpp62 if (static_cast<int64_t>(ffiDataStore_.size()) >= maxCapacity) { in NewFFIDataId()
79 HiLog::Info(LABEL, "FFIDataManager new ID : %{public}" PRId64 ", cache size: %{public}zu", curFFIDataId_, in NewFFIDataId()
80 ffiDataStore_.size()); in NewFFIDataId()
/foundation/arkui/napi/test/unittest/engine/
H A Dtest_ark.cpp124 size_t size = 2 * ArkNativeEngine::FINALIZERS_PACK_PENDING_NATIVE_BINDING_SIZE_THRESHOLD; in HWTEST_F() local
136 }, reinterpret_cast<void*>(&finalizersCallbackDone[i]), nullptr, size); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.h67 * @param size File size.
70 int32_t SetRuleBinInfo(int32_t fp, int32_t offset, uint32_t size) in SetRuleBinInfo() argument
78 size_ = size; in SetRuleBinInfo()
103 * @brief Get the size of rule file.
105 * @return int32_t The size of rule file.
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddfx_assist.cpp123 void DfxAssist::PrintErrorInfo(jerry_size_t size, jerry_char_t* errorValue) in PrintErrorInfo() argument
126 size_t length = reinterpret_cast<jerry_size_t>(size); in PrintErrorInfo()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp70 uint32_t size = row * width * sizeof(uint32_t); variable
71 uint32_t* argb8888Addr = static_cast<uint32_t*>(UIMalloc(size));
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_descriptor.cpp86 const std::unique_ptr<uint8_t[]> &GattDescriptor::GetValue(size_t *size) const in GetValue()
88 *size = length_; in GetValue()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.h145 static Uuid ConvertFromBytesLE(const uint8_t *uuid, const size_t size = 16);
189 bool ConvertToBytesLE(uint8_t *value, const size_t size = 16) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp119 EXPECT_EQ(ret.size(), 0); in HWTEST_F()
132 EXPECT_EQ(ret.size(), 0); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dversion.h32 if (pos != 0 && pos + 1 < str.size()) { in Version()
55 while (i < str.size() && str[i] >= '0' && str[i] <= '9') { in ParseInt()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_policy_provider.h89 for (size_t tempIndex = 0; tempIndex < g_volumeIndexVector.size(); tempIndex++) { in GetVolumeIndex()
101 return g_volumeIndexVector.size(); in GetVolumeVectorSize()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Drender_configuration_component_manager.cpp84 return componentMetaData_.size();
89 if (index < componentMetaData_.size()) {

Completed in 23 milliseconds

1...<<751752753754755756757758759760>>...1556