HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 326 - 350 of 2503) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.cc 180 std::sort(affixes.begin(), affixes.end());
186 std::sort(words_.begin(), words_.end());
  /external/chromium_org/third_party/mesa/src/
SConstruct 157 aliases.sort()
  /external/chromium_org/third_party/re2/re2/
unicode.py 248 g.sort()
249 groups.sort()
  /external/chromium_org/third_party/sqlite/src/
mkdll.sh 32 sed 's/^.* T _//' temp2 | sort | uniq >>tclsqlite3.def
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_finder.py 100 browsers.sort(CompareBrowsersOnTypePriority)
142 type_list.sort()
  /external/chromium_org/tools/telemetry/telemetry/value/
merge_values_unittest.py 39 # Sort the results so that their order is predictable for the subsequent
41 merged_values.sort(key=lambda x: x.page.url)
58 # Sort the results so that their order is predictable for the subsequent
74 # Sort the results so that their order is predictable for the subsequent
77 merged_values.sort(key=lambda x: x.name)
93 # Sort the results so that their order is predictable for the subsequent
110 # Sort the results so that their order is predictable for the subsequent
  /external/chromium_org/tools/valgrind/
waterfall.sh 60 sort | uniq)
140 grep -v "FAILS\|FLAKY" | sort | uniq | \
  /external/chromium_org/ui/base/models/
list_selection_model.cc 77 std::sort(selected_indices_.begin(), selected_indices_.end());
110 std::sort(selected_indices_.begin(), selected_indices_.end());
  /external/chromium_org/v8/test/message/
testcfg.py 50 dirs.sort()
51 files.sort()
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-runtime.js 48 f_own_property_names.sort();
49 g_own_property_names.sort();
91 expected_property_names.sort();
92 found_property_names.sort();
  /external/chromium_org/v8/test/mozilla/
testcfg.py 80 dirs.sort()
81 files.sort()
  /external/chromium_org/v8/test/preparser/
testcfg.py 87 filenames.sort()
98 filenames.sort()
  /external/chromium_org/v8/test/test262/
testcfg.py 64 dirs.sort()
65 files.sort()
  /external/chromium_org/v8/test/webkit/
array-holes.js 86 shouldBe("showHoles([0, , 2, 3].sort())", "'[0, 2, 3, hole]'");
87 shouldBe("showHoles([0, undefined, 2, 3].sort())", "'[0, 2, 3, undefined]'");
113 shouldBe("showHoles([0, , 2, 3].sort())", "'[0, 2, 3, hole]'");
114 shouldBe("showHoles([0, undefined, 2, 3].sort())", "'[0, 2, 3, undefined]'");
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 96 // Sort checkers for efficient collection.
97 std::sort(Checkers.begin(), Checkers.end(), checkerNameLT);
115 // FIXME: Alphabetical sort puts 'experimental' in the middle.
118 std::sort(Checkers.begin(), Checkers.end(), checkerNameLT);
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntList.java 265 // sort status is unchanged
357 public void sort() { method in class:IntList
361 Arrays.sort(values, 0, size);
445 * @see #sort
  /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/
AbstractResults.java 58 * Add a child to current results, using specific sort
61 void addChild(Comparable child, boolean sort) {
62 if (sort) {
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 134 public void sort(final Sorter sorter) { method in class:JUnit4ClassRunner
135 Collections.sort(fTestMethods, new Comparator<Method>() {
  /external/linux-tools-perf/scripts/perl/
rwtop.pl 132 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
156 foreach my $pid (sort { ($writes{$b}{bytes_written} || 0) <=>
  /external/mesa3d/
SConstruct 157 aliases.sort()
  /external/oprofile/libpp/
symbol_sort.cpp 84 os << "compare_by(): unknown sort option: "
132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const function in class:sort_options
149 sort(diff_collection & syms, bool reverse_sort, bool lf) const function in class:sort_options
181 os << "unknown sort option: " << name << endl;
  /external/regex-re2/re2/
unicode.py 248 g.sort()
249 groups.sort()
  /external/v8/test/mozilla/
testcfg.py 105 dirs.sort()
116 files.sort()
  /external/v8/test/test262/
testcfg.py 89 dirs.sort()
92 files.sort()
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 85 String[] selectionArgs, String sort) {
105 null, null, sort);

Completed in 1782 milliseconds

<<11121314151617181920>>