/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.cc | 1100 // ListFields() must sort output by field number. in ListFieldsMayFailOnStripped() 1101 std::sort(output->begin(), output->end(), FieldNumberSorter()); in ListFieldsMayFailOnStripped()
|
H A D | repeated_field_unittest.cc | 1845 std::sort(proto_array_.pointer_begin(), proto_array_.pointer_end(), in TEST_F()
|
H A D | text_format.cc | 2032 std::sort(fields.begin(), fields.end(), FieldIndexSorter()); in Print() 2135 // for each element, just store map keys and sort them. in SortMap()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationGeometryInteractionTests.cpp | 1258 std::sort(vertices.begin(), vertices.end(), feedbackResultCompare);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 1399 std::sort(locations.begin(), locations.end(), pixelOffsetCompare); in validateSampleLocations()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 1190 std::sort(triangle.getPtr(), triangle.getPtr()+3, VecLexLessThan<3>()); in compareTriangleSets()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_settings_tests.cpp | 898 std::sort(layer_configs.begin(), layer_configs.end()); in TEST()
|
/third_party/libevdev/ |
H A D | configure | 524 # Don't try to exec as it changes $[0], causing all sort of problems 1969 sort 1984 done | sort 1999 done | sort 2123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3632 # But if we don't then we get into trouble of one sort or another. 7080 if sort "$nlist" | uniq > "$nlist"T; then 9667 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 9823 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 10089 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort [all...] |
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4548 std::sort(ret.begin(), ret.end(), cmp); in GetSceneSessionVector() 7594 std::sort(currVisibleData.begin(), currVisibleData.end(), Comp); in GetWindowVisibilityChangeInfo() 9284 std::sort(processingSessions.begin(), processingSessions.end(), cmp); in PostProcessFocus() 10270 std::sort(sceneSessionList.begin(), sceneSessionList.end(), [](sptr<SceneSession> a, sptr<SceneSession> b) { in FilterSceneSessionCovered()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 13816 sort(begin(func.constant_arrays_needed_on_stack), end(func.constant_arrays_needed_on_stack)); 13902 sort(begin(block.dominated_variables), end(block.dominated_variables)); 14508 // Need to sort these to ensure that reference output is stable. 14509 sort(begin(temporaries), end(temporaries), 15929 std::sort(c.begin(), c.end(), cmp);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_rtt.c | 41 #include <linux/sort.h>
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3139 std::sort(overlayModuleInfos.begin(), overlayModuleInfos.end(), in GetOverlayModuleInfos()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 2185 sort(abilityList.begin(), abilityList.end()); in GetActiveAbilityList()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.cpp | 1492 std::sort(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), std::less<float>()); in InitSheetDetents()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpufeature.c | 69 #include <linux/sort.h>
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 28 #include "../../util/sort.h" 2229 /* add a single column for whole hierarchy sort keys*/ in hist_browser__init() 2927 callchain_param.sort(&he->sorted_chain, he->callchain, in hist_browser__update_percent_limit() 2966 "For symbolic views (--sort has sym):\n\n" \ in perf_evsel__hists_browse() 3068 "Max event group index to sort is %d (index from 0 to %d)", in perf_evsel__hists_browse() 3081 "include \"sym*\" in --sort to use it."); in perf_evsel__hists_browse()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 30 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ynl-gen-c.py | 938 rounds = len(pns_key_list)**2 # it's basically bubble sort 1182 local_vars.sort(key=len, reverse=True)
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 28 #include "../../util/sort.h" 2230 /* add a single column for whole hierarchy sort keys*/ in hist_browser__init() 2932 callchain_param.sort(&he->sorted_chain, he->callchain, in hist_browser__update_percent_limit() 2967 "For symbolic views (--sort has sym):\n\n" \ in evsel__hists_browse() 3069 "Max event group index to sort is %d (index from 0 to %d)", in evsel__hists_browse() 3082 "include \"sym*\" in --sort to use it."); in evsel__hists_browse()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 22 #include <linux/sort.h>
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9intrapred.asm | 1821 ; sort of a half-integrated version of PALIGNR
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 2783 Collections.sort( in getAllUnits()
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 5937 ('<algorithm>', ('copy', 'max', 'min', 'min_element', 'sort', 6822 filenames.sort()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4382 // address are calculated, sort it in ascending order of hash. To 4617 std::sort(std::begin(g.affinity_hash), std::end(g.affinity_hash), in configure_downstream_group()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 1845 std::sort(refs.begin(), refs.end(), value_cmp); in run()
|