/third_party/spirv-tools/source/val/ |
H A D | validate_interfaces.cpp | 72 std::sort(functions.begin(), functions.end(), in check_interface_variable() 86 std::sort(entry_points.begin(), entry_points.end()); in check_interface_variable()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1037 std::sort(layouts, layouts + PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT,
1042 std::sort(layout.bindings.begin(), layout.bindings.end(),
1094 std::sort(specializationConstants.begin(), specializationConstants.end(),
1187 std::sort(std::begin(vertexAttributeInfos), std::end(vertexAttributeInfos),
1390 std::sort(currSet.bindings.begin(), currSet.bindings.end(),
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_schema_upgrade_test.cpp | 243 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in CheckSchemaVoidFieldDefaultResult() 455 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in CheckNullFieldSucceed() 626 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in HWTEST_F() 701 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in HWTEST_F() 1053 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in CheckAddNewFieldSucceed()
|
/third_party/python/Lib/ |
H A D | doctest.py | 568 # This lets us sort tests by name: 945 tests.sort() 1152 >>> tests.sort(key = lambda test: test.name) 1544 notests.sort() 1549 passed.sort() 1555 failed.sort() 2406 tests.sort()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_database.cpp | 186 queryResult.sort( in GetFaultInfoList()
|
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_policy.cpp | 81 sort(clusterPolicy->second.begin(), clusterPolicy->second.end(), LevelCompare); in SortLevel()
|
/base/sensors/sensor/vibration_convert/core/algorithm/onset/src/ |
H A D | onset.cpp | 97 sort(result.begin(), result.end()); in Median()
|
/base/sensors/sensor/services/hdi_connection/hardware/src/ |
H A D | hdi_service_impl.cpp | 163 sort(nums.begin(), nums.end());
in GenerateHeadPostureEvent()
|
/base/security/selinux_adapter/scripts/ |
H A D | build_contexts.py | 74 policy_file_list.sort()
|
/base/update/updater/services/fs_manager/ |
H A D | do_partition.cpp | 244 std::sort(nlist.begin(), nlist.end(), [](const struct Partition *a, const struct Partition *b) { in WriteDiskPartitionToMisc()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | factory.mk | 78 $(LINK) $(LINKFLAGS) $(GCC_LIBPATH) $(sort $(LIBPATH)) -T$(MAIN_TOPDIR)/$(LINK_PATH)/link_factory.lds -Map=$(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_factory.map -o $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_factory.out --start-group $(LIBS) --end-group;
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate.cpp | 122 // Adapt maxPartitions to limit delegate paritions, sort and abandon the low-ranking nodes. in LimitDelegatedPartitions() 124 std::sort(partitionParamsArray.begin(), partitionParamsArray.end(), in LimitDelegatedPartitions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/ |
H A D | focus_view.cpp | 322 tabIndexNodes.sort([](std::pair<int32_t, WeakPtr<FocusHub>>& a, std::pair<int32_t, WeakPtr<FocusHub>>& b) { in TriggerFocusMove()
|
/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()
|