/third_party/python/Lib/multiprocessing/dummy/ |
H A D | __init__.py | 91 temp.sort()
|
/third_party/python/Lib/ |
H A D | rlcompleter.py | 199 matches.sort()
|
/third_party/python/Lib/test/ |
H A D | sortperf.py | 61 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 D | DwarfStringPool.cpp | 85 // 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 D | DebugCrossImpSubsection.cpp | 81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()
|
H A D | DebugStringTableSubsection.cpp | 93 llvm::sort(Result); in sortedIds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 85 llvm::sort(Endpoints); in construct()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.cpp | 132 std::sort(begin(commonPredecessors), end(commonPredecessors), [](deUint32 xlhs, deUint32 xrhs) { return isApiVersionPredecessor(xrhs, xlhs); }); in minVulkanAPIVersion()
|
/third_party/skia/src/core/ |
H A D | SkFlattenable.cpp | 78 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 D | GlyphCoverage.java | 57 Collections.sort(sortedCoverage); in getGlyphCoverage()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_flatten_conditional_branches.cpp | 61 std::sort(selection_headers.begin(), selection_headers.end(), in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | strip_reflect_info_pass.cpp | 112 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 D | fuzzer_pass_flatten_conditional_branches.cpp | 61 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 D | strip_reflect_info_pass.cpp | 112 std::sort(to_remove.begin(), to_remove.end(), in Process()
|
/third_party/skia/tests/ |
H A D | RTreeTest.cpp | 23 rect.sort(); in random_rect()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bimap.hh | 142 void sort () in sort() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 97 // 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 D | ProfileSummaryBuilder.cpp | 65 llvm::sort(DetailedSummaryCutoffs); in computeDetailedSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DebugCounter.cpp | 121 sort(CounterNames.begin(), CounterNames.end()); in print()
|
/third_party/skia/tools/fonts/ |
H A D | generate_fir_coeff.py | 119 coeff_pkg.sort()
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | big5_gen.sh | 103 unsorted_table | sort -k4 | uniq | cut -f 1-3 -d ' '
|
/third_party/toybox/scripts/ |
H A D | genconfig.sh | 119 # 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 D | mkstatus.py | 85 blah.sort()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | xmltest.sh | 131 for xmlfile in $(ls -1 *.xml | sort -d) ; do
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 129 // 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()
|