Home
last modified time | relevance | path

Searched refs:sort (Results 1 - 25 of 1331) sorted by relevance

12345678910>>...54

/test/testfwk/developer_test/src/core/command/
H A Ddisplay.py313 subsystem_name_list.sort()
325 sub_list.sort()
352 sub_list.sort()
367 subsystem_name_list.sort()
372 part_name_list.sort()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp76 indexedSourceCodecs_.sort(OrderCodecPriority); in Initialize()
79 indexedSinkCodecs_.sort(OrderCodecPriority); in Initialize()
229 indexedSourceCodecs_.sort(OrderCodecPriority); in UpdateCodecPriority()
231 indexedSinkCodecs_.sort(OrderCodecPriority); in UpdateCodecPriority()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp95 std::sort(ret.begin(), ret.end()); in GetAudioSupportedSampleRates()
217 std::sort(ret.begin(), ret.end()); in GetVideoSupportedPixelFormats()
237 std::sort(ret.begin(), ret.end()); in GetSupportedProfiles()
253 std::sort(levelsmatch->second.begin(), levelsmatch->second.end()); in GetSupportedLevelsForProfile()
/test/testfwk/arkxtest/uitest/core/
H A Drect_algorithm.cpp32 sort(px.begin(), px.end()); in ComputeIntersection()
33 sort(py.begin(), py.end()); in ComputeIntersection()
127 // sort grid points and use double-pointer traversing, to resuce time-complexity in FindMaxVisibleRegion()
128 sort(g_Points, g_Points + g_PCount, [](const Point& pa, const Point& pb) { in FindMaxVisibleRegion()
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh91 | awk '{ print $1 }' | sort > ${dynsyms_path}
94 | sort > ${funcsysms_path}
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DcaseTable.js19 template: `<el-table :data="pageCaseList" style="width: 100%" @sort-change="handleSortChange" class="details-table" border>
92 this.list.sort((a, b) => {
H A DsuiteTable.js19 template: `<el-table :data="pageSuitesList" style="width: 100%" border @sort-change="handleSortChange" class="details-table" @row-click="handleRowClick" row-class-name="table-row-clickable">
83 this.list.sort((a, b) => {
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp34 workList_.sort(WorkComp()); in OnConditionChanged()
108 workList_.sort(WorkComp()); in Push()
166 workList_.sort(WorkComp()); in GetWorkToRunByPriority()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_util.cpp31 sort(bundles.begin(), bundles.end(), SortTwoAgingBundleInfos); in SortAgingBundles()
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
H A Ddevice_manager_test.cpp75 std::sort(m_remoteList.begin(), m_remoteList.end()); in WaitNetworkSizeMoreThan()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.cpp139 std::sort(retVector.begin(), retVector.end()); in GetAudioSupportedSampleRates()
333 std::sort(retVector.begin(), retVector.end()); in GetVideoSupportedPixelFormats()
353 std::sort(retVector.begin(), retVector.end()); in GetSupportedProfiles()
373 std::sort(retVector.begin(), retVector.end()); in GetSupportedLevelsForProfile()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp101 // sort bindings inside sets in CombinePipelineLayouts()
104 std::sort(currSet.bindings.begin(), currSet.bindings.end(), in CombinePipelineLayouts()
150 std::sort(outSc.begin(), outSc.end(), [](const auto& lhs, const auto& rhs) { return (lhs.offset < rhs.offset); }); in CombineSpecializationConstants()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp123 APP_LOGD("need sort by label"); in GetAllBundleResourceInfo()
124 std::sort(bundleResourceInfos.begin(), bundleResourceInfos.end(), in GetAllBundleResourceInfo()
169 APP_LOGD("need sort by label"); in GetAllLauncherAbilityResourceInfo()
170 std::sort(launcherAbilityResourceInfos.begin(), launcherAbilityResourceInfos.end(), in GetAllLauncherAbilityResourceInfo()
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp90 frameList.sort(FrameCompare); in sortFrame()
106 frameList.sort(FrameCompare); in OnDecOutputDataAvailable()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dhandler.cpp92 std::sort(msgQueue_.begin(), msgQueue_.end(), std::greater<Message>()); in SendCastMessage()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dhandler.cpp92 std::sort(msgQueue_.begin(), msgQueue_.end(), std::greater<Message>()); in SendCastMessage()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_light_helper.h66 std::sort(sortedFlags.begin(), sortedFlags.end(), [](const auto& lhs, const auto& rhs) { in SortLights()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/
H A Drouter_base.h62 sort(descs.begin(), descs.end(), compare); in GetLatestConnectDeivce()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dmod.rs45 keys.sort();
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp68 // sort with ascending order in Register()
69 std::sort(opsAvailable_.begin(), opsAvailable_.end(), [](const ToolsOp &lop, const ToolsOp &rop) { in Register()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_ext.cpp90 sort(infos.begin(), infos.end(), Cmp); in GetAllTestInfos()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp117 std::sort(materialProperties.begin(), materialProperties.end(), in GatherMaterialProperties()
496 std::sort(meshComponents_.begin(), noBatchComponent, in Update()
502 std::sort(noBatchComponent, noInstancing, [](const SortData& lhs, const SortData& rhs) { in Update()
542 // finally sort the non instanced by entity id in Update()
543 std::sort(noInstancing, meshComponents_.end(), in Update()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h44 keyframes_.sort([](const RefPtr<Keyframe<T>>& a, const RefPtr<Keyframe<T>>& b) { in AddKeyframe()
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp29 // sort lift of child Elements by their slot in CompareSlots()
78 oldChildElements.sort(CompareSlots); // needs sorting by their slot to match the order of oldIds array in RemoveUnusedChildElementsFromRegistery()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp64 this->representationList_.sort(SortByBitrate); in Init()
192 return *(--it); // list sort up in GetHighRepresentation()
202 return (*it); // list sort up in GetLowRepresentation()

Completed in 11 milliseconds

12345678910>>...54