/external/chromium_org/media/video/capture/win/ |
capability_list_win.cc | 80 // Sort the best height candidates. 81 diff_list.sort(&CompareHeight); 92 // Sort the best width candidates. 93 diff_list.sort(&CompareWidth); 104 // Sort the best frame rate candidates. 105 diff_list.sort(&CompareFrameRate); 116 diff_list.sort(&CompareColor);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMStringList.h | 51 void sort();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
do-webcore-rename | 176 # Sort the keys of the renames hash in order of decreasing length. This 179 my @sortedRenameKeys = sort { length($b) - length($a) } keys %renames; 207 for my $file (sort @paths) { 214 for my $file (sort @paths) { 224 for my $file (sort @paths) {
|
check-for-weak-vtables-and-externals | 89 for my $class (sort @weakVTableClasses) { 99 for my $symbol (sort @weakExternalSymbols) {
|
find-extra-includes | 85 for my $i1 (sort keys %{ $includes{$file} }) { 100 for my $file (sort keys %includes) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/ |
encodings.py | 47 parentdirs.sort(key=len)
|
/external/chromium_org/v8/tools/testrunner/network/ |
distro.py | 40 self.tests.sort(cmp=lambda x, y: cmp(x.duration, y.duration)) 61 # Convert |shells| to list and sort it, shortest total_duration first. 63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration)) 64 # Sort tests within each shell, longest duration last (so it's 67 # Sort peers, least needed_work first. 68 peers.sort(cmp=lambda x, y: cmp(x.needed_work, y.needed_work)) 79 peers.sort(cmp=lambda x, y: cmp(x.needed_work, y.needed_work))
|
/external/junit/src/org/junit/runner/manipulation/ |
Sorter.java | 25 * to sort tests 39 sortable.sort(this);
|
/external/libcxx/test/algorithms/alg.sorting/alg.merge/ |
inplace_merge_comp.pass.cpp | 44 std::sort(ia, ia+M, std::greater<int>()); 45 std::sort(ia+M, ia+N, std::greater<int>()); 100 std::sort(ia, ia+M, indirect_less()); 101 std::sort(ia+M, ia+N, indirect_less());
|
inplace_merge.pass.cpp | 32 std::sort(ia, ia+M); 33 std::sort(ia+M, ia+N);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/ |
failed-syscalls.pl | 36 foreach my $comm (sort {$failed_syscalls{$b} <=> $failed_syscalls{$a}}
|
/build/core/tasks/ |
ide.mk | 39 eclipse_project_modules := $(sort $(eclipse_project_modules) $(java_modules)) 45 source_paths := $(sort $(source_paths))
|
/external/apache-harmony/ |
run-harmony-tests | 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
|
/external/chromium_org/net/base/ |
directory_lister.h | 46 // Sort options 47 // ALPHA_DIRS_FIRST is the default sort : 63 SortType sort, 81 SortType sort,
|
/external/chromium_org/third_party/mesa/src/src/gallium/tools/ |
addr2line.sh | 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
SkAntiEdge.h | 59 void sort(); 60 void sort(SkTDArray<SkAntiEdge*>&);
|
/external/chromium_org/v8/test/intl/ |
testcfg.py | 44 dirs.sort() 45 files.sort()
|
/external/chromium_org/v8/test/webkit/ |
array-sort-reentrance.js | 25 "This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison function." 36 numbers1.sort(compareFn1); 40 numbers2.sort(compareFn2);
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p1.cpp | 99 template<class T> void sort(Array<T>& v) { /* ... */ } function 100 template<> void sort<char*>(Array<char*>&) ;
|
/external/clang/test/SemaTemplate/ |
instantiate-field.cpp | 76 typename Requires_< BidirectionalIterator<RanIter>::value >::type sort(RanIter,RanIter){} function in namespace:PR7123 81 sort(x,x);
|
/external/fonttools/MetaTools/ |
buildTableList.py | 28 modules.sort() 29 tables.sort()
|
/external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
sort_comp.pass.cpp | 16 // sort(Iter first, Iter last, Compare comp); 40 std::sort(v.begin(), v.end(), std::greater<int>()); 50 std::sort(v.begin(), v.end(), indirect_less());
|
/external/libunwind/tests/ |
run-coredump-unwind | 18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms" 20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
|
/external/libvpx/ |
config.arm.mk | 15 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm)/libvpx_srcs.txt))
|
config.mips.mk | 17 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips)/libvpx_srcs.txt))
|