/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bimap.hh | 142 void sort () in sort() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 97 // In the future, we should sort by something else to minimize the amount in LegalizeUpdates() 107 llvm::sort(Result, in LegalizeUpdates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 65 llvm::sort(DetailedSummaryCutoffs); in computeDetailedSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DebugCounter.cpp | 121 sort(CounterNames.begin(), CounterNames.end()); in print()
|
/third_party/skia/tools/fonts/ |
H A D | generate_fir_coeff.py | 119 coeff_pkg.sort()
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | big5_gen.sh | 103 unsorted_table | sort -k4 | uniq | cut -f 1-3 -d ' '
|
/third_party/toybox/scripts/ |
H A D | genconfig.sh | 119 # Reverse sort puts posix first, examples last. 120 for j in $(ls toys/*/README | sort -s -r) 166 echo -e "list:\n\t@echo $(echo $WORKING | tr ' ' '\n' | sort | xargs)" && 167 echo -e "list_pending:\n\t@echo $(echo $PENDING | tr ' ' '\n' | sort | xargs)" &&
|
H A D | mkstatus.py | 85 blah.sort()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | xmltest.sh | 131 for xmlfile in $(ls -1 *.xml | sort -d) ; do
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 129 // discovered. In-order to ensure maximum stability we sort it by name. in DFS() 130 std::sort(scc->descriptors.begin(), scc->descriptors.end(), in DFS()
|
/third_party/skia/bin/ |
H A D | compare | 50 ps.sort(reverse=True)
|
/third_party/selinux/libsepol/tests/ |
H A D | Makefile | 34 objs := $(patsubst %.c,%.o,$(sort $(wildcard *.c)))
|
/third_party/vk-gl-cts/scripts/ |
H A D | gen_android_mk.py | 108 sources.sort()
|
/third_party/elfutils/src/ |
H A D | nm.c | 91 { "numeric-sort", 'n', NULL, 0, N_("Sort symbols numerically by address"), 93 { "no-sort", 'p', NULL, 0, N_("Do not sort the symbols"), 0 }, 94 { "reverse-sort", 'r', NULL, 0, N_("Reverse the sense of the sort"), 0 }, 195 } sort; variable 289 sort = sort_numeric; in parse_opt() 293 sort = sort_nosort; in parse_opt() 1475 if (sort == sort_name) in show_symbols() 1481 else if (sort in show_symbols() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.cpp | 203 /* For each edge, sort the points by U coordinate */ in getEdgesForIsolinesTessellation() 208 std::sort(edge_points.begin(), edge_points.end(), compareEdgeByX); in getEdgesForIsolinesTessellation() 479 std::sort(edge.points.begin(), edge.points.end(), _comparator_relative_to_base_point(edge_start_point)); in getEdgesForQuadsTessellation() 776 std::sort(edge_v1_v2_vertices.begin(), edge_v1_v2_vertices.end(), _comparator_relative_to_base_point(v1)); in getEdgesForTrianglesTessellation() 778 std::sort(edge_v2_v3_vertices.begin(), edge_v2_v3_vertices.end(), _comparator_relative_to_base_point(v2)); in getEdgesForTrianglesTessellation() 780 std::sort(edge_v3_v1_vertices.begin(), edge_v3_v1_vertices.end(), _comparator_relative_to_base_point(v3)); in getEdgesForTrianglesTessellation()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 1449 // sort entries by priority. see TVarEntryInfo::TOrderByPriority for info. in addStage() 1451 std::sort(inVector.begin(), inVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> bool { in addStage() 1455 std::sort(outVector.begin(), outVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> bool { in addStage() 1459 std::sort(uniformVector.begin(), uniformVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> bool { in addStage() 1600 std::sort(inVectors[stage].begin(), inVectors[stage].end(), in doMap() 1607 std::sort(outVectors[stage].begin(), outVectors[stage].end(), in doMap() 1638 std::sort(uniformVector.begin(), uniformVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> bool { in doMap() 1643 std::sort(uniformVector.begin(), uniformVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> bool { in doMap()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 640 _blocks.sort() 766 _alg_names_ranges.sort() 796 _h1.sort() 797 _h2.sort() 864 This function does not sort the types, assuming they appear in this order.""" 1829 count_chars.sort(reverse=True) 1847 counts_tokens.sort(reverse=True) 1870 ct.sort(reverse=True)
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 1313 fPurgeableQueue.sort(); in purgeUnlockedResources() 1352 fPurgeableQueue.sort(); in purgeUnlockAndSafeCacheGpuResources() 1401 fPurgeableQueue.sort(); in purgeCacheBetweenFrames() 1430 fPurgeableQueue.sort(); in purgeUnlockedResourcesByPid() 1470 fPurgeableQueue.sort(); in purgeUnlockedResourcesByTag() 1499 fPurgeableQueue.sort(); in purgeToMakeHeadroom() 1537 fPurgeableQueue.sort(); in purgeUnlockedResources() 1632 // Reset all the timestamps. We sort the resources by timestamp and then assign 1658 // Correct the index in the nonpurgeable array stored on the resource post-sort.
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 45 "sort" 1386 sort.Slice(out, func(i, j int) bool { return out[i].count > out[j].count }) 1470 sort.Strings(broken) 1475 sort.Strings(fixed) 1480 sort.Strings(removed) 1485 sort.Strings(changed) 1568 sort.Slice(timingDiffs, func(i, j int) bool { return math.Abs(timingDiffs[i].relDelta) > math.Abs(timingDiffs[j].relDelta) }) 1571 sort.Slice(timingDiffs, func(i, j int) bool { return timingDiffs[i].relDelta < timingDiffs[j].relDelta })
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 476 r.sort(); in drawRect() 986 static std::vector<SkPDFIndirectReference> sort(const SkTHashSet<SkPDFIndirectReference>& src) { in sort() function 992 std::sort(dst.begin(), dst.end(), in sort() 998 return SkPDFMakeResourceDict(sort(fGraphicStateResources), in makeResourceDict() 999 sort(fShaderResources), in makeResourceDict() 1000 sort(fXObjectResources), in makeResourceDict() 1001 sort(fFontResources)); in makeResourceDict()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 13 # Set the C locale, so that sort(1) behaves predictably. 274 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include=grepinputx --include grepinput8 --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep 278 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include='grepinput[^C]' --exclude 'grepinput$' --exclude=grepinput8 --exclude=grepinputM --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep 525 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include=grepinputx --include grepinput8 'fox' ./testdata/grepinput* | sort) >>testtrygrep 533 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include-dir=testdata --exclude '^(?!grepinput)' --exclude=grepinput[MC] 'fox' ./test* | sort) >>testtrygrep 539 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include=grepinput --exclude=grepinput[MC] --exclude-from $builddir/testtemp1grep --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep 545 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --exclude=grepinput3 --exclude=grepinput[MC] --include=grepinput --exclude-from $builddir/testtemp1grep --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep 551 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include grepinput --exclude=grepinput[MC] --exclude-from $builddir/testtemp1grep --exclude-from=$builddir/testtemp2grep --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtrygrep
|
H A D | RunGrepTest.bat | 231 (pushd %srcdir% & %pcre2grep% -L -r --include=grepinputx --include grepinput8 --exclude-dir="^\." "fox" ./testdata | sort & popd) >>testtrygrep
235 (pushd %srcdir% & %pcre2grep% -L -r --include=grepinput --exclude "grepinput$" --exclude=grepinput8 --exclude-dir="^\." "fox" ./testdata | sort & popd) >>testtrygrep
476 (pushd %srcdir% & %pcre2grep% -L -r --include=grepinputx --include grepinput8 "fox" ./testdata/grepinput* | sort & popd) >>testtrygrep
484 (pushd %srcdir% & %pcre2grep% -L -r --include-dir=testdata --exclude "^^(?^!grepinput)" "fox" ./test* | sort & popd) >>testtrygrep
490 (pushd %srcdir% & %pcre2grep% -L -r --include=grepinput --exclude-from %builddir%\testtemp1grep --exclude-dir="^\." "fox" ./testdata | sort & popd) >>testtrygrep
496 (pushd %srcdir% & %pcre2grep% -L -r --exclude=grepinput3 --include=grepinput --exclude-from %builddir%\testtemp1grep --exclude-dir="^\." "fox" ./testdata | sort & popd) >>testtrygrep
502 (pushd %srcdir% & %pcre2grep% -L -r --include grepinput --exclude-from %builddir%\testtemp1grep --exclude-from=%builddir%\testtemp2grep --exclude-dir="^\." "fox" ./testdata | sort & popd) >>testtrygrep
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
H A D | host_stream_mgr_impl.cpp | 74 std::sort(s.begin(), s.end(), [](const int32_t& f, const int32_t& n) { in GetStreamTypes()
|
/third_party/benchmark/test/ |
H A D | complexity_test.cc | 165 std::sort(v.begin(), v.end()); in BM_Complexity_O_N_log_N()
|
/third_party/gn/src/gn/ |
H A D | string_atom_unittest.cc | 116 std::sort(ptrs.begin(), ptrs.end());
|