Home
last modified time | relevance | path

Searched refs:sort (Results 526 - 550 of 2090) sorted by relevance

1...<<21222324252627282930>>...84

/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py91 temp.sort()
/third_party/python/Lib/
H A Drlcompleter.py199 matches.sort()
/third_party/python/Lib/test/
H A Dsortperf.py61 L.sort()
67 r"""Tabulate sort speed for lists of various sizes.
71 The output displays i, 2**i, and the time to sort arrays of 2**i
74 *sort: random data
75 \sort: descending data
76 /sort: ascending data
77 3sort: ascending, then 3 random exchanges
78 +sort: ascending, then 10 random at the end
79 %sort: ascending, then randomly replace 1% of the elements w/ random values
80 ~sort
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp85 // Get all of the string pool entries and sort them by their offset. in emit()
92 llvm::sort(Entries, [](const StringMapEntry<EntryTy> *A, in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()
H A DDebugStringTableSubsection.cpp93 llvm::sort(Result); in sortedIds()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp85 llvm::sort(Endpoints); in construct()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp132 std::sort(begin(commonPredecessors), end(commonPredecessors), [](deUint32 xlhs, deUint32 xrhs) { return isApiVersionPredecessor(xrhs, xlhs); }); in minVulkanAPIVersion()
/third_party/skia/src/core/
H A DSkFlattenable.cpp78 std::sort(gEntries, gEntries + gCount, EntryComparator()); in Finalize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java57 Collections.sort(sortedCoverage); in getGlyphCoverage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_flatten_conditional_branches.cpp61 std::sort(selection_headers.begin(), selection_headers.end(), in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dstrip_reflect_info_pass.cpp112 std::sort(to_remove.begin(), to_remove.end(), in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_flatten_conditional_branches.cpp61 std::sort(selection_headers.begin(), selection_headers.end(), in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrip_reflect_info_pass.cpp112 std::sort(to_remove.begin(), to_remove.end(), in Process()
/third_party/skia/tests/
H A DRTreeTest.cpp23 rect.sort(); in random_rect()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bimap.hh142 void sort () in sort() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCFGUpdate.h97 // In the future, we should sort by something else to minimize the amount in LegalizeUpdates()
107 llvm::sort(Result, in LegalizeUpdates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp65 llvm::sort(DetailedSummaryCutoffs); in computeDetailedSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDebugCounter.cpp121 sort(CounterNames.begin(), CounterNames.end()); in print()
/third_party/skia/tools/fonts/
H A Dgenerate_fir_coeff.py119 coeff_pkg.sort()
/third_party/skia/third_party/externals/icu/scripts/
H A Dbig5_gen.sh103 unsorted_table | sort -k4 | uniq | cut -f 1-3 -d ' '
/third_party/toybox/scripts/
H A Dgenconfig.sh119 # Reverse sort puts posix first, examples last.
120 for j in $(ls toys/*/README | sort -s -r)
166 echo -e "list:\n\t@echo $(echo $WORKING | tr ' ' '\n' | sort | xargs)" &&
167 echo -e "list_pending:\n\t@echo $(echo $PENDING | tr ' ' '\n' | sort | xargs)" &&
H A Dmkstatus.py85 blah.sort()
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dxmltest.sh131 for xmlfile in $(ls -1 *.xml | sort -d) ; do
/third_party/protobuf/src/google/protobuf/compiler/
H A Dscc.h129 // discovered. In-order to ensure maximum stability we sort it by name. in DFS()
130 std::sort(scc->descriptors.begin(), scc->descriptors.end(), in DFS()

Completed in 10 milliseconds

1...<<21222324252627282930>>...84