Home
last modified time | relevance | path

Searched refs:sort (Results 551 - 575 of 1395) sorted by relevance

1...<<21222324252627282930>>...56

/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dmce.sh47 grep -v '#STATUS 0x800000000000000#' | sort > "$outf"
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dgenerate-makefiles.sh27 locate-test --$maketype | sed -e 's,^./,,g' | sort > make-gen.$maketype
/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist.cc91 std::sort(rank.begin(), rank.end(), in PrintWorklist()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherBytes.java141 Collections.sort(reverseOrder, DECREASING_BY_SIZE); in compileFinalSequences()
/third_party/python/Tools/unicode/
H A Dgenmap_support.py124 rc2values.sort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h168 llvm::sort(Values); in sortUniqueValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSlotIndexes.cpp107 llvm::sort(idx2MBBMap, less_first()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp170 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
/third_party/skia/src/core/
H A DSkTDPQueue.h112 void sort() { in sort() function in SkTDPQueue
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go26 "sort"
72 sort.Strings(g.Tests)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_impl.h112 void sort();
H A Dformattedval_iterimpl.cpp126 void FormattedValueFieldPositionIteratorImpl::sort() { in sort() function in FormattedValueFieldPositionIteratorImpl
127 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
/third_party/skia/src/sksl/lex/
H A DTransitionTable.cpp60 std::sort(result.v.begin(), result.v.end()); in add_compact_entry()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-myanmar.cc236 buffer->sort (start, end, compare_myanmar_order); in initial_reordering_consonant_syllable()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp262 std::sort( in ComputeLoopInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp140 llvm::sort(SortedTotals.begin(), SortedTotals.end(), in Write()
/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py142 self.unexpected_failures.sort()
/third_party/skia/third_party/externals/tint/tools/src/lut/
H A Dlut.go19 "sort"
86 sort.Slice(t.sequences, func(i, j int) bool {
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h245 void sort(UElementComparator *compare, UErrorCode &ec);
248 * Stable sort the contents of this vector using a caller-supplied function
250 * than UVector::sort() because an additional user parameter can be passed to
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh150 sort -u "$temp_dir"/methods_unsorted_ios.txt \
/third_party/python/Lib/
H A Dtimeit.py347 scales.sort(reverse=True)
/third_party/skia/experimental/sorttoy/
H A DFake.h179 // Get a material id for this paint that should be jammed into the sort key
225 void sort();
/third_party/skia/bench/
H A Dcheck_bench_regressions.py180 ratios.sort(reverse=True)
/third_party/node/deps/v8/tools/
H A Dll_prof.py129 self.other_names.sort()
154 ticks_map.sort(key=lambda t: t[0])
812 used_code.sort(key=lambda x: x.self_ticks, reverse=True)
822 mmap_infos.sort(key=lambda m: m.ticks, reverse=True)
/third_party/libabigail/src/
H A Dabg-corpus.cc1300 std::sort(priv_->fns.begin(), priv_->fns.end(), fc); in sort_functions()
1330 std::sort(priv_->vars.begin(), priv_->vars.end(), vc); in sort_variables()
1879 std::sort(priv_->sorted_fun_symbols.begin(), in get_sorted_fun_symbols()
1911 std::sort(priv_->sorted_var_symbols.begin(), in get_sorted_var_symbols()

Completed in 23 milliseconds

1...<<21222324252627282930>>...56