/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | control_dependence.cpp | 37 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 D | SampleProf.cpp | 220 llvm::sort(SortedList); in write() 236 llvm::sort(SortedList); in dump()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localeprioritylist.cpp | 39 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 D | makeindex.py | 84 # Return dictionary / sort key based on the feature name 245 list.sort(key=str.lower) 309 letters.sort()
|
/third_party/skia/gn/ |
H A D | gn_to_bp.py | 606 def bpfmt(indent, lst, sort=True): 607 if sort:
|
/third_party/spirv-tools/test/opt/ |
H A D | control_dependence.cpp | 37 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 D | gen_ext_deps.py | 128 apiVersions.sort(key=lambda x: x[0]) 142 value.sort(key=lambda x: x[2])
|
H A D | ohos_gen_ext_deps.py | 129 apiVersions.sort(key=lambda x: x[0]) 143 value.sort(key=lambda x: x[2])
|
/third_party/astc-encoder/Test/testlib/ |
H A D | testset.py | 95 self.tests.sort()
|
/third_party/node/src/ |
H A D | cleanup_queue.cc | 10 // 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 D | Makefile | 14 V4_TARGETS := $(patsubst $(abs_srcdir)/%.c,%,$(sort $(wildcard $(abs_srcdir)/*.c)))
|
/third_party/python/Tools/scripts/ |
H A D | ptags.py | 23 tags.sort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | FuncletLayout.cpp | 52 F.sort([&](MachineBasicBlock &X, MachineBasicBlock &Y) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | euckr_gen.sh | 70 unsorted_table | sort -k1 | uniq
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 77 # 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 D | builder.cc | 142 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 D | serialization.go | 23 "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 D | nanobenchmark.cc | 19 #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 D | Makefile | 13 $(APITESTOBJS): | $(sort $(dir $(APITESTOBJS)))
|
/third_party/icu/icu4c/source/common/ |
H A D | localeprioritylist.h | 104 void sort(UErrorCode &errorCode);
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | TaggedRecord.java | 33 // 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 D | FeatureList.java | 42 TaggedRecord.sort(features, featureCount); in finalizeFeatureList()
|
/third_party/ltp/include/mk/ |
H A D | lib.mk | 54 LIBSRCS := $(sort $(LIBSRCS))
|
H A D | module.mk | 45 MAKE_TARGETS += $(sort $(wildcard *.ko))
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | verbose.py | 98 timed_tests.sort(key=lambda test_duration: test_duration[1], reverse=True)
|