Home
last modified time | relevance | path

Searched refs:end (Results 17026 - 17050 of 24327) sorted by relevance

1...<<681682683684685686687688689690>>...974

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp151 if (textareaAttrIter != textAreaAttrMap.end()) { in SetSpecializedAttr()
248 if (textareaStyleIter != textAreaStyleMap.end()) { in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dparallel_recognizer_test_ng.cpp50 recognizers.insert(recognizers.end(), clickRecognizerPtr2); in HWTEST_F()
87 recognizers.insert(recognizers.end(), exclusiveRecognizerPtr); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfive_ng.cpp190 richEditorPattern->paragraphs_.AddParagraph({ .paragraph = paragraph, .start = 0, .end = 10 }); in HWTEST_F()
334 richEditorPattern->paragraphs_.AddParagraph({ .paragraph = paragraph, .start = 0, .end = 100 }); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp168 if (!NearEqual(frame.GetY(), safeArea.top_.end)) { in ProcessShowState()
393 if (iter != jsAnimatorMap_.end()) { in GetJsAnimator()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h372 auto iter = std::find_if(timePickerColumns_.begin(), timePickerColumns_.end(), [tag](const auto& c) { in GetColumn()
376 return (iter == timePickerColumns_.end()) ? nullptr : (*iter).Upgrade(); in GetColumn()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_node_relative_container.cpp69 guideline->styles[index].end = value; in OH_ArkUI_GuidelineOption_SetPositionEnd()
101 return guideline->styles[index].end; in OH_ArkUI_GuidelineOption_GetPositionEnd()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpan_recognizer.cpp102 if (itr == touchPoints_.end()) { in HandleTouchUpEvent()
164 if (itr == touchPoints_.end()) { in HandleTouchMoveEvent()
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drender_pattern_lock.cpp104 for (auto it = choosePoint_.begin(); it != choosePoint_.end(); it++) { in HandleCellTouchUp()
231 for (auto it = choosePoint_.begin(); it != choosePoint_.end(); it++) { in CheckChoosePoint()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp63 std::transform(head.begin(), head.end(), head.begin(), [](unsigned char c) { return std::tolower(c); }); in IsPngSource()
101 std::transform(head.begin(), head.end(), head.begin(), [](unsigned char c) { return std::tolower(c); }); in ResolveURIType()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp50 std::transform(args.begin(), args.end(), std::back_inserter(params), in Dump()
66 HILOG_INFO("Dump end"); in Dump()
190 for (auto itr = accessibilityEventTable.begin(); itr != accessibilityEventTable.end(); ++itr) { in ConvertEventTypes()
H A Daccessibility_datashare_helper.cpp264 if (iter != settingObserverMap_.end() && iter->second != nullptr) { in RegisterObserver()
296 if (iter != settingObserverMap_.end() && iter->second != nullptr) { in UnregisterObserver()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp109 APP_LOGI("CreateNewUser end userId: (%{public}d)", userId); in CreateNewUser()
198 if (std::find(disallowList.begin(), disallowList.end(), in GetAllPreInstallBundleInfos()
199 preInfo.GetBundleName()) != disallowList.end()) { in GetAllPreInstallBundleInfos()
299 APP_LOGI("RemoveUser end userId: (%{public}d)", userId); in ProcessRemoveUser()
379 APP_LOGI("InnerUninstallBundle for userId: %{public}d end", userId); in InnerUninstallBundle()
H A Dzip_file.cpp73 // central dir can't overlap end of central dir in CheckEndDir()
75 APP_LOGE("end dir format error"); in CheckEndDir()
87 APP_LOGE("parse EOCD file length(%{public}llu) <= end dir length(%{public}llu)", fileStartPos_, fileLength_); in ParseEndDirectory()
248 return entriesMap_.find(entryName) != entriesMap_.end(); in HasEntry()
278 if (iter != entriesMap_.end()) { in GetEntry()
H A Duser_unlocked_event_subscriber.cpp211 APP_LOGI("UpdateAppDataDirSelinuxLabel userId:%{public}d end", userId); in UpdateAppDataDirSelinuxLabel()
227 auto it = std::find_if(reqPermissions.begin(), reqPermissions.end(), [](const std::string &permission) { in ProcessUpdateAppDataDir()
230 if (it == reqPermissions.end()) { in ProcessUpdateAppDataDir()
296 APP_LOGI_NOFUNC("process new back up dir, end"); in ProcessNewBackupDir()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_accessibility_test_ng.cpp162 aiSpan1.end = aiSpan1.content.length(); in HWTEST_F()
279 aiSpan1.end = aiSpan1.content.length(); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h136 * starts from the end point of the last line.
138 * @param endPoint Indicates the end point of the straight line.
149 * @param endPoint Indicates the coordinates of the end point.
160 * the drawing starts from the end point of the last line.
165 * @param endPoint Indicates the coordinates of the end point of the cubic Bezier curve.
180 * @param endPoint Indicates the coordinates of the end point of the cubic Bezier curve.
233 * When the start angle is smaller than the end angle, the sector is drawn clockwise.
240 * @param endAngle Indicates the end angle of the sector. Value <b>0</b> indicates the 12-o'clock direction,
252 * When the start angle is smaller than the end angle, the sector is drawn clockwise.
259 * @param endAngle Indicates the end angl
458 Point end; global() member
465 Point end; global() member
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h118 KEYWORD(END, end) // date picker-view attr
133 KEYWORD(FLEX_END, flex-end) // layout style
242 KEYWORD(SCROLLEND, scrollend) // scroll end event listener
272 KEYWORD(STOP, stop) // image-animator stop event, video component end event tag
345 // Reused by the struct end
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_sub_2_test.cpp506 EXPECT_TRUE(containerNodeIter == textFieldManager->textFieldInfoMap_.end()); in HWTEST_F()
510 EXPECT_FALSE(containerNodeIter_2 == textFieldManager->textFieldInfoMap_.end()); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp187 sysObservers.find(type) != sysObservers.end()) { in OnSysScanCallback()
289 if (observers.find(REGISTER_SYS_BLE_SCAN_TYPE) == observers.end()) { in OnStartOrStopScanEvent()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp325 for (auto it = ret.codecInfoConfirmedCap.begin(); it != ret.codecInfoConfirmedCap.end(); it++) { in GetCodecStatus()
338 for (auto it = ret.codecInfoLocalCap.begin(); it != ret.codecInfoLocalCap.end(); it++) { in GetCodecStatus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp372 eirName.assign(subString.begin(), subString.end()); in SetEirData()
382 for (auto it = uuids_.begin(); it != uuids_.end(); it++) { in SetEirData()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_helpers.h386 v1.insert(v1.end(), v2.begin(), v2.end()); \
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_process_config.cpp100 if (std::find(AUDIO_SUPPORTED_STREAM_USAGES.begin(), AUDIO_SUPPORTED_STREAM_USAGES.end(), tmpUsage) ==
101 AUDIO_SUPPORTED_STREAM_USAGES.end()) {
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp213 staging.bufferImageCopies.end(), bufferImageCopies.begin(), bufferImageCopies.end()); in CopyBufferToImage()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h286 callbacks_.erase(std::remove(callbacks_.begin(), callbacks_.end(), callback), callbacks_.end()); in RemoveCallback()

Completed in 33 milliseconds

1...<<681682683684685686687688689690>>...974