Home
last modified time | relevance | path

Searched refs:sort (Results 201 - 225 of 1210) sorted by relevance

12345678910>>...49

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dcontrol_dependence.cpp37 std::sort(ret.begin(), ret.end()); in GatherEdges()
46 std::sort(reverse_edges.begin(), reverse_edges.end()); in GatherEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProf.cpp220 llvm::sort(SortedList); in write()
236 llvm::sort(SortedList); in dump()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp39 int32_t index; // force stable sort
157 sort(errorCode); in LocalePriorityList()
232 void LocalePriorityList::sort(UErrorCode &errorCode) { in sort() function in LocalePriorityList
234 // The comparator forces a stable sort via the item index. in sort()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A Dmakeindex.py84 # Return dictionary / sort key based on the feature name
245 list.sort(key=str.lower)
309 letters.sort()
/third_party/skia/gn/
H A Dgn_to_bp.py606 def bpfmt(indent, lst, sort=True):
607 if sort:
/third_party/spirv-tools/test/opt/
H A Dcontrol_dependence.cpp37 std::sort(ret.begin(), ret.end()); in GatherEdges()
46 std::sort(reverse_edges.begin(), reverse_edges.end()); in GatherEdges()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_ext_deps.py128 apiVersions.sort(key=lambda x: x[0])
142 value.sort(key=lambda x: x[2])
H A Dohos_gen_ext_deps.py129 apiVersions.sort(key=lambda x: x[0])
143 value.sort(key=lambda x: x[2])
/third_party/astc-encoder/Test/testlib/
H A Dtestset.py95 self.tests.sort()
/third_party/node/src/
H A Dcleanup_queue.cc10 // Copy into a vector, since we can't sort an unordered_set in-place. in GetOrdered()
16 std::sort(callbacks.begin(), in GetOrdered()
/third_party/ltp/utils/sctp/func_tests/
H A DMakefile14 V4_TARGETS := $(patsubst $(abs_srcdir)/%.c,%,$(sort $(wildcard $(abs_srcdir)/*.c)))
/third_party/python/Tools/scripts/
H A Dptags.py23 tags.sort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DFuncletLayout.cpp52 F.sort([&](MachineBasicBlock &X, MachineBasicBlock &Y) { in runOnMachineFunction()
/third_party/skia/third_party/externals/icu/scripts/
H A Deuckr_gen.sh70 unsorted_table | sort -k1 | uniq
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py77 # The second value is the display name list sort index.
549 (tag name, display sort order).
750 item_list.sort()
753 item_list.sort()
761 item_list.sort()
764 item_list.sort()
769 theme_names.sort(key=lambda x: self.theme_elements[x][1])
956 custom_theme_list.sort()
1102 item_list.sort()
1297 item_list.sort()
[all...]
/third_party/gn/src/gn/
H A Dbuilder.cc142 std::sort(result.begin(), result.end(), BuilderRecord::LabelCompare); in GetAllRecords()
156 std::sort(result.begin(), result.end(), [](const Item* a, const Item* b) { in GetAllResolvedItems()
171 std::sort(result.begin(), result.end(), [](const Target* a, const Target* b) { in GetAllResolvedTargets()
208 std::sort(bad_records.begin(), bad_records.end(), in CheckForBadItems()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dserialization.go23 "sort"
118 sort.Slice(spans, func(i, j int) bool { return spans[i].id < spans[j].id })
144 sort.Strings(paths)
190 sort.Slice(groups, func(i, j int) bool { return groups[i].id < groups[j].id })
235 sort.Slice(ids, func(i, j int) bool { return ids[i] < ids[j] })
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc19 #include <algorithm> // sort
340 // than std::sort for input distributions with very few unique values.
359 std::sort(unique.begin(), unique.end()); in CountingSort()
431 std::sort(values, values + num_values); in Median()
551 std::sort(unique.begin(), unique.end()); in UniqueInputs()
631 std::sort(omit.begin(), omit.end()); in FillSubset()
/third_party/ffmpeg/tests/api/
H A DMakefile13 $(APITESTOBJS): | $(sort $(dir $(APITESTOBJS)))
/third_party/icu/icu4c/source/common/
H A Dlocaleprioritylist.h104 void sort(UErrorCode &errorCode);
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DTaggedRecord.java33 // Straight insertion sort from Knuth vol. III, pg. 81
35 public static void sort(TaggedRecord[] table, int count) in sort() method in TaggedRecord
H A DFeatureList.java42 TaggedRecord.sort(features, featureCount); in finalizeFeatureList()
/third_party/ltp/include/mk/
H A Dlib.mk54 LIBSRCS := $(sort $(LIBSRCS))
H A Dmodule.mk45 MAKE_TARGETS += $(sort $(wildcard *.ko))
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py98 timed_tests.sort(key=lambda test_duration: test_duration[1], reverse=True)

Completed in 15 milliseconds

12345678910>>...49