HomeSort by relevance Sort by last modified time
    Searched full:sort (Results 201 - 225 of 3201) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/emulator/qtools/
profile_pid.cpp 14 // of processes and sort into decreasing order.
31 // If the cpu_time times are the same, then sort into increasing
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 81 // Sets sort order and filter.
155 // started one after another, so sort in the opposite order of their
217 // sort: and sort:- are allowed
231 // Can only sort items with an actual row in the table.
235 sourceEntries.sort(this.comparisonFuncWithReversing_.bind(this));
290 * Parse any "sort:" directives, and update |comparisonFunction_| and
291 * |doSortBackwards_|as needed. Note only the last valid sort directive
294 * Returns |filterText| with all sort directives removed, including
302 var sortInfo = this.parseNegatableDirective_(filterText, 'sort');
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-nm.1 149 [\fB\-n\fR|\fB\-v\fR|\fB\-\-numeric\-sort\fR] [\fB\-p\fR|\fB\-\-no\-sort\fR]
150 [\fB\-r\fR|\fB\-\-reverse\-sort\fR] [\fB\-\-size\-sort\fR] [\fB\-u\fR|\fB\-\-undefined\-only\fR]
397 .IP "\fB\-\-numeric\-sort\fR" 4
398 .IX Item "--numeric-sort"
400 Sort symbols numerically by their addresses, rather than alphabetically
405 .IP "\fB\-\-no\-sort\fR" 4
406 .IX Item "--no-sort"
408 Do not bother to sort the symbols in any order; print them in the orde
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-nm.1 149 [\fB\-n\fR|\fB\-v\fR|\fB\-\-numeric\-sort\fR] [\fB\-p\fR|\fB\-\-no\-sort\fR]
150 [\fB\-r\fR|\fB\-\-reverse\-sort\fR] [\fB\-\-size\-sort\fR] [\fB\-u\fR|\fB\-\-undefined\-only\fR]
397 .IP "\fB\-\-numeric\-sort\fR" 4
398 .IX Item "--numeric-sort"
400 Sort symbols numerically by their addresses, rather than alphabetically
405 .IP "\fB\-\-no\-sort\fR" 4
406 .IX Item "--no-sort"
408 Do not bother to sort the symbols in any order; print them in the orde
    [all...]
  /build/tools/
fileslist.py 40 output.sort(key=operator.itemgetter(0), reverse=True)
  /dalvik/dx/tests/111-use-null-as-array/
info.txt 3 converted to the type in question. When executed, this sort of code
  /development/tools/findunused/
findunusedstrings 32 for i in $(grep -Rs "\(string\|plurals\) name=" res | sed 's/.*string name=\"//' | sed 's/.*plurals name=\"//'|sed 's/".*$//'|sort -u)
  /development/tools/mkstubs/tests/data/
TestTemplateClass.java 50 public static <T extends Comparable<? super T>> void sort(List<T> list) { method in class:TestTemplateClass
  /external/apache-harmony/
run-harmony-tests 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/chromium/chrome/browser/
oom_priority_manager.cc 84 // Here we collect most of the information we need to sort the
86 // based on that sort order.
143 // Now we sort the data we collected so that least desirable to be
145 renderer_stats.sort(OomPriorityManager::CompareRendererStats);
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.html 26 "sort=relevance&" + // another good one is "interestingness-desc"
  /external/clang/utils/C++Tests/LLVM-Code-Symbols/
check-symbols 17 lines.sort()
  /external/harfbuzz/contrib/tables/
grapheme-break-parse.py 22 ranges.sort()
  /external/icu4c/test/intltest/
mnkytst.h 10 * sort key algorithm works correctly. For example, any string is always
  /external/javassist/src/main/javassist/
SerialVersionUID.java 102 Arrays.sort(interfaces);
108 Arrays.sort(fields, new Comparator() {
136 Arrays.sort(constructors, new Comparator() {
157 Arrays.sort(methods, new Comparator() {
  /external/llvm/test/Linker/
unnamed-addr1-a.ll 1 ; RUN: llvm-link %s %p/unnamed-addr1-b.ll -S -o - | sort | FileCheck %s
  /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/proguard/src/proguard/
ParseException.java 26 * sort has occurred.
  /external/skia/tests/
RegionTest.cpp 10 rect->sort();
SortTest.cpp 50 DEFINE_TESTCLASS("Sort", SortTestClass, TestSort)
  /external/v8/src/
list-inl.h 180 void List<T, P>::Sort(int (*cmp)(const T* x, const T* y)) {
181 ToVector().Sort(cmp);
190 void List<T, P>::Sort() {
191 Sort(PointerValueCompare<T>);
  /external/webkit/PerformanceTests/SunSpider/
UNCOVERED 90 Array.sort
  /external/webkit/Tools/Scripts/
sort-Xcode-project-file 29 # Script to sort "children" and "files" sections in Xcode project.pbxproj files
117 print $OUT sort sortFilesByFileName @files;
131 # Don't sort mainGroup
134 print $OUT sort sortChildrenByFileName @children;
  /external/webrtc/src/system_wrappers/source/
Android.mk 15 sort.cc \
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewProperties.java 42 * the user from getting past it until the user enters some sort of PIN.

Completed in 753 milliseconds

1 2 3 4 5 6 7 891011>>