Home
last modified time | relevance | path

Searched refs:sort (Results 2476 - 2500 of 2951) sorted by relevance

1...<<919293949596979899100>>...119

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp964 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 Dbtree_test.cc604 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 Delf_imitate.cpp851 std::sort(symbols.begin(), symbols.end(), comp); in ParseSymbols()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp601 std::sort(owners.begin(), owners.end()); in SubscribeAppAccount()
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp579 sort(strings.begin(), strings.end()); in StringVectorSortAndUniq()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsetup.c30 #include <linux/sort.h>
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsetup.c30 #include <linux/sort.h>
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dmc.c17 #include <linux/sort.h>
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-ref.c8 #include <linux/sort.h>
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader.c775 sort(sai.entries, sai.nr_entries, sizeof(sai.entries[0]), in xchk_agfl()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py140 # end of another. First reverse all strings and sort them.
1223 archs.sort()
/test/testfwk/developer_test/local_coverage/keyword_registration/
H A Dkeyword_filter.py78 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 Dvf_lut3d.asm364 ; sort delta r,g,b x0 >= x1 >= x2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java632 Collections.sort(result, comparator); in getUiListCompareWholeItems()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java1046 Arrays.sort(locales, String.CASE_INSENSITIVE_ORDER); in getRuleSetDisplayNameLocales()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedNumberFormat.java1029 Arrays.sort(locales, String.CASE_INSENSITIVE_ORDER); in getRuleSetDisplayNameLocales()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java607 Collections.sort(result, comparator); in getUiListCompareWholeItems()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_scheduler.cpp850 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 Dtest262.py478 dirs.sort()
/third_party/node/test/common/
H A Dwpt.js649 console.log(JSON.stringify(Object.keys(this.results).sort().reduce(
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go18 "sort"
635 sort.Sort(ByStreamID(res.pushResponse))
/third_party/node/deps/v8/src/heap/
H A Dsweeper.cc160 // 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 Dsortvisu.py12 - 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 Dfunctools.py767 found.sort(key=len, reverse=True)
/third_party/python/Lib/http/
H A Dserver.py791 list.sort(key=lambda a: a.lower())

Completed in 40 milliseconds

1...<<919293949596979899100>>...119