/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | fake_mem.c | 19 #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 D | Makefile | 50 s1=`$(OBJDUMP) -t -j "$*" "$<" | sort | \ 52 s2=`$(OBJDUMP) -t -j "$*" "$(word 2,$^)" | sort | \
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | toeplitz.sh | 39 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 D | DecompTable.java | 74 // 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 D | cpuset_regression_test.sh | 43 sort -n | cut -d " " -f 2- 54 sort -nr | cut -d " " -f 2-
|
/third_party/node/test/parallel/ |
H A D | test-event-emitter-remove-all-listeners.js | 31 assert.deepStrictEqual(actual.sort(), expected.sort());
|
/third_party/node/deps/v8/tools/heap-stats/ |
H A D | model.js | 53 [...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 D | encoding.js | 145 .sort(compareSpecs) 154 return priorities.filter(isQuality).sort(compareSpecs).map(function getEncoding(priority) {
|
H A D | language.js | 140 .sort(compareSpecs) 149 return priorities.filter(isQuality).sort(compareSpecs).map(function getLanguage(priority) {
|
H A D | charset.js | 130 .sort(compareSpecs) 139 return priorities.filter(isQuality).sort(compareSpecs).map(function getCharset(priority) {
|
/third_party/python/Lib/idlelib/ |
H A D | pathbrowser.py | 65 packages.sort() 98 sorted.sort()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzzer_pass_add_opphi_synonyms_test.cpp | 61 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 D | instruction_list_test.cpp | 56 // 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 D | fuzzer_pass_add_opphi_synonyms_test.cpp | 61 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 D | instruction_list_test.cpp | 56 // 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 D | chktrcmp.py | 102 cmpnt.sort() 109 cmpnt.sort()
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | skp_data_prep.js | 73 comparisonData.sort( 95 return array.sort((a,b) => a-b)[Math.floor(array.length/2)];
|
/third_party/skia/tools/skottie-wasm-perf/ |
H A D | parse_perf_csvs.py | 40 vals.sort() 86 tests.sort()
|
/third_party/python/Lib/test/ |
H A D | test_copyreg.py | 119 expected.sort() 121 result.sort()
|
H A D | list_tests.py | 437 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 D | fuzzer_pass_add_opphi_synonyms_test.cpp | 61 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 D | instruction_list_test.cpp | 56 // 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 D | gen_android_bp.py | 127 sources.sort() 143 sourceDirs.sort()
|
/third_party/gn/src/gn/ |
H A D | compile_commands_writer_unittest.cc | 40 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 D | regression-test-issue-1671.js | 16 Array.prototype.sort(JSON.parse)
|