HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 451 - 475 of 1632) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-2185.js 38 a.sort(function(a, b) { return a - b; } );
regress-91008.js 40 numbers.sort();
  /external/chromium_org/v8/test/test262-es6/
testcfg.py 70 dirs.sort()
71 files.sort()
  /external/chromium_org/v8/test/webkit/
array-sort-sparse.js 30 [].sort.call(x)
sort-non-numbers.js 27 test.sort(function (v1, v2) {
sort-with-side-effecting-comparisons.js 33 array.sort(function(a, b) {
string-sort.js 29 shouldBe('[' + '"' + a[0] + '"' + ',' + '"' + a[1] + '"' + '].sort().toString()', '"' + a + '"');
testcfg.py 54 dirs.sort()
55 files.sort()
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 499 keys.sort();
512 keys.sort();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 133 std::sort(first.begin(), first.end());
134 std::sort(second.begin(), second.end());
  /external/dhcpcd/
Makefile 116 sort -u) /tmp/${DISTPREFIX}
123 sort -u) /tmp/${DISTPREFIX}/compat; \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 195 * @param sort Indicates whether the list must be sorted or not.
199 public String[] getConfigBoxes(boolean sort) {
200 return sort ? this.sortedConfigDescriptions : this.configDescriptions;
207 * @param sort Indicates whether the list must be sorted or not
210 public String[] getConfigNames(boolean sort) {
211 return sort ?this.sortedConfigNames : this.configNames;
332 // Sort the config names
333 Arrays.sort(this.sortedConfigNames);
498 Arrays.sort(builds, Util.BUILD_DATE_COMPARATOR);
625 Collections.sort(componentsSet)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py 65 ordered.sort()
91 ordered.sort()
V_O_R_G_.py 53 vOriginTable.sort() # must be in ascending GID order
77 vOriginTable.sort()
  /external/gtest/test/
gtest_shuffle_test.py 318 sorted_sharded_tests.sort()
321 sorted_active_tests.sort()
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetCollectionTest.java 161 Collections.sort(insertionOrder);
174 Collections.sort(insertionOrder);
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 69 foreach $locale (sort keys %datafiles ) {
108 foreach $i ( sort keys %tests ) {
  /external/icu/icu4c/source/tools/tzcode/
tzselect.ksh 158 ' <$TZ_ZONE_TABLE | sort -f)
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 144 public void sort(Sorter sorter) { method in class:JUnit38ClassRunner
147 adapter.sort(sorter);
  /external/libvpx/libvpx/test/android/
Android.mk 40 FILTERED_SRC := $(sort $(filter %.cc %.c, $(LIBVPX_TEST_SRCS-yes)))
  /external/lldb/test/pexpect-2.4/examples/
topip.py 81 s.sort()
205 # sort dict by value (count)
211 ip_list.sort(lambda x,y:cmp(y[1],x[1]))
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc     [all...]
  /external/chromium_org/tools/gn/
command_desc.cc 70 std::sort(sorted_deps.begin(), sorted_deps.end(),
147 std::sort(deps.begin(), deps.end());
164 std::sort(forward.begin(), forward.end());
208 std::sort(public_headers.begin(), public_headers.end());
258 // Don't sort since the order determines how things are processed.
276 // Don't sort since the order determines how things are processed.
315 std::sort(sorted.begin(), sorted.end());
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc 765 // and sort them to get [1].
766 std::sort(ref_pic_list0_.begin(), ref_pic_list0_.end(), PicNumDescCompare());
768 // Now get long term pics and sort them by long_term_pic_num to get [2].
770 std::sort(ref_pic_list0_.begin() + num_short_refs, ref_pic_list0_.end(),
799 // First sort ascending, this will put [1] in right place and finish [2].
800 std::sort(ref_pic_list0_.begin(), ref_pic_list0_.end(), POCAscCompare());
807 // and sort [1] descending, thus finishing sequence [1] [2].
808 std::sort(ref_pic_list0_.begin(), iter, POCDescCompare());
810 // Now add [3] and sort by ascending long_term_pic_num.
812 std::sort(ref_pic_list0_.begin() + num_short_refs, ref_pic_list0_.end()
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 131 # Sort types
274 our $sort = 1; # If set, provide directory listings with sorted entries
275 our $no_sort; # Disable sort
296 our @fileview_sortname = ("", "-sort-l", "-sort-f", "-sort-b");
370 "genhtml_sort" => \$sort,
411 "sort" => \$sort,
412 "no-sort" => \$no_sort
    [all...]

Completed in 744 milliseconds

<<11121314151617181920>>