/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/ |
H A D | ui_display_sync.cpp | 266 sort(refreshRateFactors.begin(), refreshRateFactors.end()); in FindRefreshRateFactors()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_gauge_ffi.cpp | 101 std::sort(colorStopArray.begin(), colorStopArray.end(), in SortColorStopOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | render_grid_row.cpp | 39 sortChildren.sort(OrderComparator); in SortChildrenByOrder()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | gauge_modifier.cpp | 187 std::sort(colorStopArray.begin(), colorStopArray.end(), in SortColorStopByOffset()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | shader_module_gles.cpp | 125 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 D | morphing_system.cpp | 219 // 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 D | rs_color_extract.h | 213 std::sort(colors + lowerIndex_, colors + upperIndex_ + 1);
in FindSplitPoint()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_extract.cpp | 302 sort(featureColors_.begin(), featureColors_.end(), cmp);
in GetNFeatureColors()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_backend.cpp | 309 std::sort(newLayerInfos.begin(), newLayerInfos.end(), Cmp); in ReorderLayerInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/ |
H A D | color_extract.h | 219 std::sort(colors + lowerIndex_, colors + upperIndex_ + 1); in FindSplitPoint()
|
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_extract.cpp | 322 sort(featureColors_.begin(), featureColors_.end(), cmp); in GetNFeatureColors()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
H A D | mock_heif_hw_decode_flow.cpp | 154 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 D | data_provider_config.cpp | 79 std::sort(proxyDatas.begin(), proxyDatas.end(), [](const ProxyData &curr, in GetFromProxyData()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/ |
H A D | directory_manager.cpp | 105 std::sort(strategies_.begin(), strategies_.end(), in Initialize()
|
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 211 lists.sort(key=lambda fn:os.path.getmtime(os.path.join(bakdir, fn)))
|
/third_party/ffmpeg/ |
H A D | Makefile | 186 $(sort $(OUTDIRS)):
|
/third_party/gn/src/gn/ |
H A D | args.cc | 279 std::sort(toolchains.begin(), toolchains.end(),
|
H A D | hash_table_base_unittest.cc | 351 std::sort(values.begin(), values.end()); in TEST()
|
/third_party/backends/backend/genesys/ |
H A D | device.cpp | 35 // 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 D | CharsetDetector.java | 203 Collections.sort(matches); // CharsetMatch compares on confidence in detectAll()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | PropsVectors.java | 36 * 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 D | AffixMatcher.java | 160 Collections.sort(matchers, COMPARATOR); in createMatchers()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | ComplexUnitsConverter.java | 109 Collections.sort(this.units_, in init()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PropsVectors.java | 37 * 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 D | ResourceModule.java | 241 Arrays.sort(expResTypes); in getFromTable()
|