/third_party/node/benchmark/url/ |
H A D | url-searchparams-sort.js | 43 params.sort();
|
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/ |
H A D | json.js | 46 .sort()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | newer_64.mk | 28 SRCS ?= $(sort $(wildcard $(abs_srcdir)/*.c))
|
H A D | compat_16.mk | 53 SRCS ?= $(sort $(wildcard $(abs_srcdir)/*.c))
|
/third_party/skia/tools/ |
H A D | list_gms.cpp | 21 std::sort(gms.begin(), gms.end()); in main()
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | single_byte_gen.sh | 58 }' ${index} | sort >> ${output}
|
/third_party/toybox/scripts/ |
H A D | cross.sh | 24 ls "$CCC" | sed 's/-.*//' | sort -u | xargs
|
/third_party/selinux/libsepol/utils/ |
H A D | Makefile | 10 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c)))
|
/third_party/icu/icu4c/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/EGL/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/icu/tools/multi/c/ |
H A D | Makefile | 22 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 D | BIG5Tool.java | 180 // 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 D | ClassTable.java | 48 // 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 D | ScriptData.java | 118 // 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 D | Makefile | 62 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 D | reconsile.cgi | 80 # 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 D | okp_importKey.https.any.js | 262 Object.keys(obj).sort().forEach(function(keyName) { 274 Object.keys(obj).sort().forEach(function(keyName) {
|
H A D | symmetric_importKey.https.any.js | 236 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 D | helpers.js | 65 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 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/node/deps/npm/node_modules/negotiator/lib/ |
H A D | mediaType.js | 170 .sort(compareSpecs) 179 return priorities.filter(isQuality).sort(compareSpecs).map(function getType(priority) {
|
/third_party/node/deps/npm/node_modules/spdx-correct/ |
H A D | index.js | 77 ].sort(sortTranspositions) 279 ].concat(licensesWithOneVersion).sort(sortTranspositions)
|
/third_party/python/Tools/scripts/ |
H A D | mailerdaemon.py | 174 # 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 D | gen_vk_gl_cts_build.py | 153 dataFiles.sort() 154 relativeDirectories.sort(key=convertPathToVarName)
|
/third_party/skia/third_party/externals/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()
|