Home
last modified time | relevance | path

Searched refs:sort (Results 126 - 150 of 1845) sorted by relevance

12345678910>>...74

/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dfake_mem.c19 #include <linux/sort.h>
113 sort(efi_fake_mems, nr_fake_mem, sizeof(struct efi_mem_range), in setup_fake_mem()
/kernel/linux/linux-5.10/arch/s390/boot/
H A DMakefile50 s1=`$(OBJDUMP) -t -j "$*" "$<" | sort | \
52 s2=`$(OBJDUMP) -t -j "$*" "$(word 2,$^)" | sort | \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtoeplitz.sh39 sort -u |
49 # sort so that irq 2 is read before irq 10
50 SORTED_IRQS=$(for i in /sys/kernel/irq/*; do echo $i; done | sort -V)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DDecompTable.java74 // Straight insertion sort from Knuth vol. III, pg. 81
76 public static void sort(DecompEntry[] table, Vector decompVector) in sort() method in DecompTable.DecompEntry
141 DecompEntry.sort(decompEntries, decompVector); in snapshot()
/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_regression_test.sh43 sort -n | cut -d " " -f 2-
54 sort -nr | cut -d " " -f 2-
/third_party/node/test/parallel/
H A Dtest-event-emitter-remove-all-listeners.js31 assert.deepStrictEqual(actual.sort(), expected.sort());
/third_party/node/deps/v8/tools/heap-stats/
H A Dmodel.js53 [...data_set.non_empty_instance_types].sort((a, b) => {
91 entries.sort((a, b) => {return b[1] - a[1]});
/third_party/node/deps/npm/node_modules/negotiator/lib/
H A Dencoding.js145 .sort(compareSpecs)
154 return priorities.filter(isQuality).sort(compareSpecs).map(function getEncoding(priority) {
H A Dlanguage.js140 .sort(compareSpecs)
149 return priorities.filter(isQuality).sort(compareSpecs).map(function getLanguage(priority) {
H A Dcharset.js130 .sort(compareSpecs)
139 return priorities.filter(isQuality).sort(compareSpecs).map(function getCharset(priority) {
/third_party/python/Lib/idlelib/
H A Dpathbrowser.py65 packages.sort()
98 sorted.sort()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp61 std::sort(sorted1.begin(), sorted1.end()); in ListsHaveTheSameElements()
64 std::sort(sorted2.begin(), sorted2.end()); in ListsHaveTheSameElements()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_list_test.cpp56 // the same. Using generic sort just incase things are changed above. in TEST()
57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()
59 std::sort(TestInstruction::deleted_instructions_.begin(), in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp61 std::sort(sorted1.begin(), sorted1.end()); in ListsHaveTheSameElements()
64 std::sort(sorted2.begin(), sorted2.end()); in ListsHaveTheSameElements()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_list_test.cpp56 // the same. Using generic sort just incase things are changed above. in TEST()
57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()
59 std::sort(TestInstruction::deleted_instructions_.begin(), in TEST()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dchktrcmp.py102 cmpnt.sort()
109 cmpnt.sort()
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dskp_data_prep.js73 comparisonData.sort(
95 return array.sort((a,b) => a-b)[Math.floor(array.length/2)];
/third_party/skia/tools/skottie-wasm-perf/
H A Dparse_perf_csvs.py40 vals.sort()
86 tests.sort()
/third_party/python/Lib/test/
H A Dtest_copyreg.py119 expected.sort()
121 result.sort()
H A Dlist_tests.py437 u.sort()
441 u.sort()
444 self.assertRaises(TypeError, u.sort, 42, 42)
453 u.sort(key=cmp_to_key(revcmp))
466 z.sort(key=cmp_to_key(myComparison))
468 self.assertRaises(TypeError, z.sort, 2)
478 self.assertRaises(ValueError, z.sort,
481 self.assertRaises(TypeError, z.sort, 42, 42, 42, 42)
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp61 std::sort(sorted1.begin(), sorted1.end()); in ListsHaveTheSameElements()
64 std::sort(sorted2.begin(), sorted2.end()); in ListsHaveTheSameElements()
/third_party/spirv-tools/test/opt/
H A Dinstruction_list_test.cpp56 // the same. Using generic sort just incase things are changed above. in TEST()
57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()
59 std::sort(TestInstruction::deleted_instructions_.begin(), in TEST()
/third_party/vk-gl-cts/scripts/
H A Dgen_android_bp.py127 sources.sort()
143 sourceDirs.sort()
/third_party/gn/src/gn/
H A Dcompile_commands_writer_unittest.cc40 std::sort(a.begin(), a.end(), &CompareLabel); in VectorsEqual()
41 std::sort(b.begin(), b.end(), &CompareLabel); in VectorsEqual()
684 std::sort(output.begin(), output.end(), &CompareLabel); in TEST_F()
702 std::sort(output.begin(), output.end(), &CompareLabel); in TEST_F()
713 std::sort(output.begin(), output.end(), &CompareLabel); in TEST_F()
729 std::sort(output.begin(), output.end(), &CompareLabel); in TEST_F()
/third_party/jerryscript/tests/jerry/fail/
H A Dregression-test-issue-1671.js16 Array.prototype.sort(JSON.parse)

Completed in 8 milliseconds

12345678910>>...74