/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | mce.sh | 47 grep -v '#STATUS 0x800000000000000#' | sort > "$outf"
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | generate-makefiles.sh | 27 locate-test --$maketype | sed -e 's,^./,,g' | sort > make-gen.$maketype
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking-worklist.cc | 91 std::sort(rank.begin(), rank.end(), in PrintWorklist()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherBytes.java | 141 Collections.sort(reverseOrder, DECREASING_BY_SIZE); in compileFinalSequences()
|
/third_party/python/Tools/unicode/ |
H A D | genmap_support.py | 124 rc2values.sort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 168 llvm::sort(Values); in sortUniqueValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SlotIndexes.cpp | 107 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 D | DWARFUnitIndex.cpp | 170 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
|
/third_party/skia/src/core/ |
H A D | SkTDPQueue.h | 112 void sort() { in sort() function in SkTDPQueue
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
H A D | testlist.go | 26 "sort" 72 sort.Strings(g.Tests)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formattedval_impl.h | 112 void sort();
|
H A D | formattedval_iterimpl.cpp | 126 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 D | TransitionTable.cpp | 60 std::sort(result.v.begin(), result.v.end()); in add_compact_entry()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-myanmar.cc | 236 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 D | IceLoopAnalyzer.cpp | 262 std::sort( in ComputeLoopInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 140 llvm::sort(SortedTotals.begin(), SortedTotals.end(), in Write()
|
/third_party/skia/third_party/externals/tint/tools/ |
H A D | run_tests.py | 142 self.unexpected_failures.sort()
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
H A D | lut.go | 19 "sort" 86 sort.Slice(t.sequences, func(i, j int) bool {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uvector.h | 245 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 D | method_dump.sh | 150 sort -u "$temp_dir"/methods_unsorted_ios.txt \
|
/third_party/python/Lib/ |
H A D | timeit.py | 347 scales.sort(reverse=True)
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.h | 179 // Get a material id for this paint that should be jammed into the sort key 225 void sort();
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 180 ratios.sort(reverse=True)
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 129 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 D | abg-corpus.cc | 1300 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()
|