Home
last modified time | relevance | path

Searched refs:sort (Results 626 - 650 of 2786) sorted by relevance

1...<<21222324252627282930>>...112

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.cpp266 sort(refreshRateFactors.begin(), refreshRateFactors.end()); in FindRefreshRateFactors()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp101 std::sort(colorStopArray.begin(), colorStopArray.end(), in SortColorStopOffset()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp39 sortChildren.sort(OrderComparator); in SortChildrenByOrder()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp187 std::sort(colorStopArray.begin(), colorStopArray.end(), in SortColorStopByOffset()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp125 std::sort(currSet.bindings.begin(), currSet.bindings.end(), in SortSets()
208 // sort bindings inside sets (and count them) in ProcessShaderModule()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp219 // sort according to weight (highest influence first) in Morph()
220 std::sort(activeTargets.begin(), activeTargets.end(), in Morph()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_extract.h213 std::sort(colors + lowerIndex_, colors + upperIndex_ + 1); in FindSplitPoint()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp302 sort(featureColors_.begin(), featureColors_.end(), cmp); in GetNFeatureColors()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp309 std::sort(newLayerInfos.begin(), newLayerInfos.end(), Cmp); in ReorderLayerInfo()
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h219 std::sort(colors + lowerIndex_, colors + upperIndex_ + 1); in FindSplitPoint()
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp322 sort(featureColors_.begin(), featureColors_.end(), cmp); in GetNFeatureColors()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp154 std::sort(iFrameFile_.begin(), iFrameFile_.end(), [](const string& a, const string& b) { in ReadInput()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.cpp79 std::sort(proxyDatas.begin(), proxyDatas.end(), [](const ProxyData &curr, in GetFromProxyData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp105 std::sort(strategies_.begin(), strategies_.end(), in Initialize()
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py211 lists.sort(key=lambda fn:os.path.getmtime(os.path.join(bakdir, fn)))
/third_party/ffmpeg/
H A DMakefile186 $(sort $(OUTDIRS)):
/third_party/gn/src/gn/
H A Dargs.cc279 std::sort(toolchains.begin(), toolchains.end(),
H A Dhash_table_base_unittest.cc351 std::sort(values.begin(), values.end()); in TEST()
/third_party/backends/backend/genesys/
H A Ddevice.cpp35 // sort in decreasing order in get_resolutions()
37 std::sort(ret.begin(), ret.end(), std::greater<unsigned>()); in get_resolutions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetDetector.java203 Collections.sort(matches); // CharsetMatch compares on confidence in detectAll()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java36 * self-contained rows allow to later sort them by contents.
378 // sort the properties vectors to find unique vector values in compact()
384 Arrays.sort(indexArray, new Comparator<Integer>() { in compact()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DAffixMatcher.java160 Collections.sort(matchers, COMPARATOR); in createMatchers()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DComplexUnitsConverter.java109 Collections.sort(this.units_, in init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPropsVectors.java37 * self-contained rows allow to later sort them by contents.
380 // sort the properties vectors to find unique vector values in compact()
386 Arrays.sort(indexArray, new Comparator<Integer>() { in compact()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DResourceModule.java241 Arrays.sort(expResTypes); in getFromTable()

Completed in 18 milliseconds

1...<<21222324252627282930>>...112