/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 840 std::sort(tempSettings.begin(), tempSettings.end(),
in BENCHMARK_F()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpeg.c | 900 vobsub->q[i].sort = SUB_SORT_POS_TS; in vobsub_read_header()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 404 // 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 D | SPVRemapper.cpp | 1426 std::sort(stripRange.begin(), stripRange.end()); in strip()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 89 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 D | basicmbr.cc | 1164 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 D | colprobeNew.cpp | 746 // 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 D | CollationAPITest.java | 92 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 D | libunwind.tex | 83 some sort of error has occurred.
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 228 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 D | jerry_client_main.py | 1086 functions_to_enable.sort(key=lambda x: x.line)
|
/third_party/lame/ACM/ |
H A D | ACM.cpp | 1385 std::sort(bitrate_table.begin(), bitrate_table.end()); in BuildBitrateTable()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 904 std::sort(comp.begin(), comp.end(),
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 249 std::sort(std::begin(tags_ordered_by_address_), in ExternalReferenceList()
|
/third_party/node/src/ |
H A D | node_report.cc | 815 std::sort(&versions_array[0], in PrintComponentVersions()
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 126 std::sort(std::begin(addrs), std::end(addrs)); in create_downstream_key()
|
H A D | util.cc | 644 std::sort(std::begin(cands), std::end(cands)); in show_candidates()
|
/third_party/ninja/src/ |
H A D | ninja.cc | 824 std::sort(result.begin(), result.end());
in ToolInputs()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 400 std::sort(scxValVec.begin(), scxValVec.end()); in dumpScriptExtensions()
|
/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 223 std::sort(scxValVec.begin(), scxValVec.end()); in dumpScriptExtensions()
|
/third_party/lz4/tests/ |
H A D | Makefile | 179 @$(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 D | liveedit.cc | 609 std::sort(events.begin(), events.end(), SourcePositionEvent::LessThan); in CalculateFunctionLiteralChanges()
|
/third_party/node/deps/v8/src/heap/ |
H A D | paged-spaces.cc | 1079 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 D | setup.py | 531 lst.sort(key=str.lower)
|
/third_party/python/Tools/stringbench/ |
H A D | stringbench.py | 1428 bench_functions.sort()
|