/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_file.cc | 89 std::sort(sorted.begin(), sorted.end(), CompareSortKeys<T>); in Sorted() 147 std::sort(sccs_.begin(), sccs_.end(), CompareSortKeys<SCC>); in FileGenerator()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | field_mask_util_test.cc | 97 std::sort(name.begin(), name.end()); in TEST_F() 108 std::sort(name.begin(), name.end()); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 672 std::sort(floats.begin(), floats.end()); in TEST_F() 746 std::sort(doubles.begin(), doubles.end()); in TEST_F()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 1080 std::sort(preds.begin(), preds.end()); in CheckCFG() 1081 std::sort(real.begin(), real.end()); in CheckCFG()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VaryingPacking.cpp | 934 std::sort(mPackedVaryings.begin(), mPackedVaryings.end(), ComparePackedVarying); in collectAndPackUserVaryings() 971 std::sort(mRegisterList.begin(), mRegisterList.end()); in packUserVaryings()
|
/third_party/icu/icu4c/source/common/ |
H A D | locid.cpp | 1538 // We need to sort the tfields by tkey 1559 tfields.sort([](UElement e1, UElement e2) -> int32_t { 1602 variants.sort([](UElement e1, UElement e2) -> int32_t { 1663 variants.sort([](UElement e1, UElement e2) -> int32_t {
|
/third_party/node/tools/ |
H A D | test.py | 898 result.sort(key=lambda x: x.GetName()) 1758 cases_to_run.sort(key=lambda c: (c.arch, c.mode, c.file)) 1782 timed_tests.sort(key=lambda x: x.duration)
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locid.cpp | 1545 // We need to sort the tfields by tkey 1566 tfields.sort([](UElement e1, UElement e2) -> int32_t { 1609 variants.sort([](UElement e1, UElement e2) -> int32_t { 1676 variants.sort([](UElement e1, UElement e2) -> int32_t {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 813 llvm::sort(Cache); in getNonLocalCallDependency() 1074 // Added many values, do a full scale sort. in SortNonLocalDepInfoCache() 1075 llvm::sort(Cache); in SortNonLocalDepInfoCache() 1225 // entries will all be sorted. The entries we add we only sort on demand (we in getNonLocalPointerDepFromBB() 1475 // Okay, we're done now. If we added new values to the cache, re-sort it. in getNonLocalPointerDepFromBB() 1680 // Re-sort the NonLocalDepInfo. Changing the dirty entry to its in removeInstruction() 1682 llvm::sort(NLPDI); in removeInstruction()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locid.cpp | 1565 // We need to sort the tfields by tkey 1585 tfields.sort([](UElement e1, UElement e2) -> int8_t { 1630 variants.sort([](UElement e1, UElement e2) -> int8_t { 1696 variants.sort([](UElement e1, UElement e2) -> int8_t {
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | basic.rb | 662 assert m.values.map{|msg| msg.optional_int32}.sort == [42, 84] 708 assert m.map_string_int32.keys.sort == ["a", "b"] 789 field_names = o.map{|f| f.name}.sort
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 69 std::sort(chainDelta.begin(), chainDelta.end()); in validateSortedAtomicRampAdditionValueChain() 2327 std::sort(valueChain.begin(), valueChain.end()); 2548 std::sort(intermediateResults.begin(), intermediateResults.end()); 2831 std::sort(valueChain.begin(), valueChain.end()); 2837 std::sort(chainDelta.begin(), chainDelta.end());
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_info_mgr.cpp | 139 // time not changes, no need sort again in UpdateMissionInfo() 420 // sort by time in LoadAllMissionInfo() 424 missionInfoList_.sort(cmpFunc); in LoadAllMissionInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list.cpp | 805 childList.sort([wp = WeakClaim(this)](RefPtr<RenderNode>& node1, RefPtr<RenderNode>& node2) { in PaintItems()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 274 sort(points.begin(), points.end(), in SetChart()
|
/foundation/arkui/ace_engine/frameworks/core/focus/ |
H A D | focus_node.cpp | 150 tabIndexNodes.sort([](std::pair<int32_t, WeakPtr<FocusNode>>& a, std::pair<int32_t, WeakPtr<FocusNode>>& b) { in HandleFocusByTabIndex()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_reference_parser.cpp | 82 sort(ptsListFromZero_.begin(), ptsListFromZero_.end());
in ParserBoxInfo()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | create_functions_vk.cpp | 465 std::sort(extensions.begin(), extensions.end(), [](const VkExtensionProperties& lhs, VkExtensionProperties& rhs) { in GetWrapper()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/ |
H A D | rs_magic_pointer_render_manager.cpp | 216 std::sort(layers.begin(), layers.end(), [](LayerInfoPtr a, LayerInfoPtr b) {
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_display_soloist.cpp | 224 sort(refreshRateFactors.begin(), refreshRateFactors.end()); in FindRefreshRateFactors()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas_autocache.cpp | 188 std::sort(drawAreaRects.begin(), drawAreaRects.end(), CmpSkRectLTRB);
in MergeDrawAreaRects()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 461 std::sort(allRemovedEntities.begin(), allRemovedEntities.end(), in ProcessEvents()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_gesture_detector.cpp | 443 std::sort(sequence.begin(), sequence.end(), in SortPoints()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | purgeable_mem_manager.cpp | 494 std::sort(ashmInfoToReclaim.begin(), ashmInfoToReclaim.end(),
in PurgAshmIdOneByOne()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_status_collect_manager.cpp | 164 saControlList.sort([](const SaControlInfo& control1, const SaControlInfo& control2) { in SortSaControlListByLoadPriority()
|