Home
last modified time | relevance | path

Searched refs:sort (Results 176 - 200 of 1196) sorted by relevance

12345678910>>...48

/third_party/node/benchmark/url/
H A Durl-searchparams-sort.js43 params.sort();
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/
H A Djson.js46 .sort()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dnewer_64.mk28 SRCS ?= $(sort $(wildcard $(abs_srcdir)/*.c))
H A Dcompat_16.mk53 SRCS ?= $(sort $(wildcard $(abs_srcdir)/*.c))
/third_party/skia/tools/
H A Dlist_gms.cpp21 std::sort(gms.begin(), gms.end()); in main()
/third_party/skia/third_party/externals/icu/scripts/
H A Dsingle_byte_gen.sh58 }' ${index} | sort >> ${output}
/third_party/toybox/scripts/
H A Dcross.sh24 ls "$CCC" | sed 's/-.*//' | sort -u | xargs
/third_party/selinux/libsepol/utils/
H A DMakefile10 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c)))
/third_party/icu/icu4c/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/EGL/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/icu/tools/multi/c/
H A DMakefile22 ICUVERS:=$(shell cd $(ICUS); ls icu4c*.tgz | cut -d- -f2 | sort | uniq | fgrep -v -f $(MULTICU_ROOT)/c/old-icu.txt)
23 ICU4JVERS:=$(shell cd $(ICUS); ls icu4j*.jar | cut -d- -f2 | cut -d. -f1 | sort | uniq | fgrep -v -f $(MULTICU_ROOT)/j/old-icu4j.txt)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java180 // sort and dump out the frequency statistics. in processDir()
183 Arrays.sort(encounteredChars); in processDir()
212 Arrays.sort(sortedChars); in processDir()
259 // We want to be able to sort the results by frequency of occurrence
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java48 // Straight insertion sort from Knuth vol. III, pg. 81
50 public static void sort(ClassEntry[] table, Vector unsorted) in sort() method in ClassTable.ClassEntry
166 ClassEntry.sort(classTable, classMap); in snapshot()
H A DScriptData.java118 // Straight insertion sort from Knuth vol. III, pg. 81
120 private void sort() in sort() method in ScriptData
176 sort(); in ScriptData()
/third_party/ltp/
H A DMakefile62 BOOTSTRAP_TARGETS := $(sort $(COMMON_TARGETS) $(CLEAN_TARGETS) $(INSTALL_TARGETS))
85 $(sort $(addprefix $(abs_top_builddir)/,$(BOOTSTRAP_TARGETS)) $(INSTALL_DIR) $(DESTDIR)/$(bindir)):
/third_party/ltp/pan/cgi/
H A Dreconsile.cgi80 # fix some of the fields so they sort properly
96 # sort each set of results.
103 @$rtcs = sort { $a->{TAG} cmp $b->{TAG}
158 @tops = sort { $a->{TAG} cmp $b->{TAG}
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
H A Dokp_importKey.https.any.js262 Object.keys(obj).sort().forEach(function(keyName) {
274 Object.keys(obj).sort().forEach(function(keyName) {
H A Dsymmetric_importKey.https.any.js236 Object.keys(obj).sort().forEach(function(keyName) {
248 Object.keys(obj).sort().forEach(function(keyName) {
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
H A Dhelpers.js65 Object.keys(obj).sort().forEach(function(keyName) {
77 Object.keys(obj).sort().forEach(function(keyName) {
/third_party/node/deps/icu-small/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/node/deps/npm/node_modules/negotiator/lib/
H A DmediaType.js170 .sort(compareSpecs)
179 return priorities.filter(isQuality).sort(compareSpecs).map(function getType(priority) {
/third_party/node/deps/npm/node_modules/spdx-correct/
H A Dindex.js77 ].sort(sortTranspositions)
279 ].concat(licensesWithOneVersion).sort(sortTranspositions)
/third_party/python/Tools/scripts/
H A Dmailerdaemon.py174 # find all numeric file names and sort them
176 files.sort(sort_numeric)
230 list.sort()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_vk_gl_cts_build.py153 dataFiles.sort()
154 relativeDirectories.sort(key=convertPathToVarName)
/third_party/skia/third_party/externals/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()

Completed in 10 milliseconds

12345678910>>...48