/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 964 llvm::sort(Ops, [&](const ValPair &P1, const ValPair &P2) { 980 // same block are sorted the same way. sortPHIOps will sort them into a 1050 // efficient to sort by hand rather than using, say, std::sort. 1133 // efficient to sort by hand rather than using, say, std::sort. 2173 // We don't need to sort members if there is only 1, and we don't care about 2185 // member testing/insertion, or keep things mostly sorted, and sort only 3424 // parent must occur before it in the RPO ordering. Thus, we only need to sort 3437 llvm::sort(Nod [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 604 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 628 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 1486 std::sort(values.begin(), values.end()); in TEST() 1541 std::sort(values.begin(), values.end()); in TEST()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | elf_imitate.cpp | 851 std::sort(symbols.begin(), symbols.end(), comp); in ParseSymbols()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account.cpp | 601 std::sort(owners.begin(), owners.end()); in SubscribeAppAccount()
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_manager.cpp | 579 sort(strings.begin(), strings.end()); in StringVectorSortAndUniq()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | setup.c | 30 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | setup.c | 30 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | mc.c | 17 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-ref.c | 8 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader.c | 775 sort(sai.entries, sai.nr_entries, sizeof(sai.entries[0]), in xchk_agfl()
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | jevents.py | 140 # end of another. First reverse all strings and sort them. 1223 archs.sort()
|
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 78 file_name_list = ["index.html", "index-sort-b.html", 79 "index-sort-f.html", "index-sort-l.html"] 679 branch_line_list.sort()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 364 ; sort delta r,g,b x0 >= x1 >= x2
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 632 Collections.sort(result, comparator); in getUiListCompareWholeItems()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1046 Arrays.sort(locales, String.CASE_INSENSITIVE_ORDER); in getRuleSetDisplayNameLocales()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1029 Arrays.sort(locales, String.CASE_INSENSITIVE_ORDER); in getRuleSetDisplayNameLocales()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 607 Collections.sort(result, comparator); in getUiListCompareWholeItems()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_scheduler.cpp | 850 ready.sort([](const AluInstr *lhs, const AluInstr *rhs) { in collect_ready_alu_vec()
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 478 dirs.sort()
|
/third_party/node/test/common/ |
H A D | wpt.js | 649 console.log(JSON.stringify(Object.keys(this.results).sort().reduce(
|
/third_party/nghttp2/integration-tests/ |
H A D | server_tester.go | 18 "sort" 635 sort.Sort(ByStreamID(res.pushResponse))
|
/third_party/node/deps/v8/src/heap/ |
H A D | sweeper.cc | 160 // We sort in descending order of live bytes, i.e., ascending order of free in StartSweeping() 163 std::sort( in StartSweeping()
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 12 - a number of sorting algorithms (currently quicksort, insertion sort, 13 selection sort and bubble sort, as well as a randomization function), 382 array.reset("Insertion sort") 394 array.reset("Selection sort") 407 array.reset("Bubble sort") 424 array.message("Insertion sort") 503 text="Insertion sort", command=self.c_isort) 506 text="Selection sort", command=self.c_ssort) 509 text="Bubble sort", comman [all...] |
/third_party/python/Lib/ |
H A D | functools.py | 767 found.sort(key=len, reverse=True)
|
/third_party/python/Lib/http/ |
H A D | server.py | 791 list.sort(key=lambda a: a.lower())
|