Home
last modified time | relevance | path

Searched refs:sort (Results 2526 - 2550 of 3069) sorted by relevance

1...<<101102103104105106107108109110>>...123

/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp840 std::sort(tempSettings.begin(), tempSettings.end(), in BENCHMARK_F()
/third_party/ffmpeg/libavformat/
H A Dmpeg.c900 vobsub->q[i].sort = SUB_SORT_POS_TS; in vobsub_read_header()
/third_party/gn/src/gn/
H A Dcommand_format.cc404 // Allow disabling of sort for specific actions that might be in SortIfApplicable()
481 // rare, and it probably doesn't make sense to sort non-string in SortImports()
515 std::sort(statements.begin() + begin, statements.begin() + end, in SortImports()
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp1426 std::sort(stripRange.begin(), stripRange.end()); in strip()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java89 doAssert(!(sortk1.equals(sortk2)), "The sort keys should be different"); in TestCollationKey()
90 doAssert((sortk1.hashCode() != sortk2.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
91 doAssert((sortk1.equals(sortkNew)), "The sort keys assignment failed"); in TestCollationKey()
92 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
1271 Arrays.sort(testKey); in TestBounds()
/third_party/gptfdisk/
H A Dbasicmbr.cc1164 sort(partitions + start, partitions + MAX_MBR_PARTS); in SortMBR()
1378 SortMBR(4); // sort starting from 4 -- that is, logicals only in CreateExtended()
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp746 // there are Han characters. This is a huge block. The best we can do is to just sort it, compare to empty in processCollator()
755 han.sort(true, true); in processCollator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java92 doAssert(!(sortk1.equals(sortk2)), "The sort keys should be different"); in TestCollationKey()
93 doAssert((sortk1.hashCode() != sortk2.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
94 doAssert((sortk1.equals(sortkNew)), "The sort keys assignment failed"); in TestCollationKey()
95 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
1274 Arrays.sort(testKey); in TestBounds()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex83 some sort of error has occurred.
/third_party/libabigail/tools/
H A Dfedabipkgdiff228 This is the compare function used in sorted function to sort builds so that
778 # FIXME: is it possible to sort builds by using opts parameter of
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py1086 functions_to_enable.sort(key=lambda x: x.line)
/third_party/lame/ACM/
H A DACM.cpp1385 std::sort(bitrate_table.begin(), bitrate_table.end()); in BuildBitrateTable()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp904 std::sort(comp.begin(), comp.end(),
/third_party/node/deps/v8/src/wasm/
H A Dwasm-serialization.cc249 std::sort(std::begin(tags_ordered_by_address_), in ExternalReferenceList()
/third_party/node/src/
H A Dnode_report.cc815 std::sort(&versions_array[0], in PrintComponentVersions()
/third_party/nghttp2/src/
H A Dshrpx_worker.cc126 std::sort(std::begin(addrs), std::end(addrs)); in create_downstream_key()
H A Dutil.cc644 std::sort(std::begin(cands), std::end(cands)); in show_candidates()
/third_party/ninja/src/
H A Dninja.cc824 std::sort(result.begin(), result.end()); in ToolInputs()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp400 std::sort(scxValVec.begin(), scxValVec.end()); in dumpScriptExtensions()
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp223 std::sort(scxValVec.begin(), scxValVec.end()); in dumpScriptExtensions()
/third_party/lz4/tests/
H A DMakefile179 @$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | sort | egrep -v -e '^[^[:alnum:]]' -e '^$@$$' | xargs
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc609 std::sort(events.begin(), events.end(), SourcePositionEvent::LessThan); in CalculateFunctionLiteralChanges()
/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.cc1079 std::sort(pages.begin(), pages.end(), in SortFreeList()
1086 // by the sort above: least-allocated-bytes will be Added first, and will in SortFreeList()
/third_party/python/
H A Dsetup.py531 lst.sort(key=str.lower)
/third_party/python/Tools/stringbench/
H A Dstringbench.py1428 bench_functions.sort()

Completed in 45 milliseconds

1...<<101102103104105106107108109110>>...123