HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 176 - 200 of 1049) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.cc 73 std::sort(selected_indices_.begin(), selected_indices_.end());
106 std::sort(selected_indices_.begin(), selected_indices_.end());
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 94 // Sort checkers for efficient collection.
95 std::sort(Checkers.begin(), Checkers.end(), checkerNameLT);
113 // FIXME: Alphabetical sort puts 'experimental' in the middle.
116 std::sort(Checkers.begin(), Checkers.end(), checkerNameLT);
  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 92 std::sort(Instructions.begin(), Instructions.end());
110 std::sort(f.Blocks.begin(), f.Blocks.end());
  /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/skia/src/core/
SkRect.cpp 36 void SkIRect::sort() { function in class:SkIRect
54 void SkRect::sort() { function in class:SkRect
  /external/v8/test/mozilla/
testcfg.py 105 dirs.sort()
116 files.sort()
  /external/v8/test/test262/
testcfg.py 86 dirs.sort()
89 files.sort()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.5-1.js 24 ECMA Section: Array.prototype.sort(comparefn)
29 The elements of this array are sorted. The sort is not necessarily stable.
77 4.If the argument comparefn was not provided in the call to sort, go to step 7.
87 property values always sort to the end of the result. It is implementation-dependent whether or not such
88 properties will exist or not at the end of the array when the sort is concluded.
90 Note that the sort function is intentionally generic; it does not require that its this value be an Array object.
91 Therefore it can be transferred to other kinds of objects for use as a method. Whether the sort function can be
102 var TITLE = "Array.prototype.sort(comparefn)";
158 var E = Sort( A );
161 S +"; A.sort(); A.length"
    [all...]
15.4.4.5-2.js 24 ECMA Section: Array.prototype.sort(comparefn)
28 In this cases, the sort creates a reverse sort.
30 The elements of this array are sorted. The sort is not necessarily stable.
78 4.If the argument comparefn was not provided in the call to sort, go to step 7.
88 property values always sort to the end of the result. It is implementation-dependent whether or not such
89 properties will exist or not at the end of the array when the sort is concluded.
91 Note that the sort function is intentionally generic; it does not require that its this value be an Array object.
92 Therefore it can be transferred to other kinds of objects for use as a method. Whether the sort function can be
103 var TITLE = "Array.prototype.sort(comparefn)"
    [all...]
  /external/webkit/Source/WebCore/platform/text/mac/
make-charset-table.pl 130 for my $alias (sort keys %aliases) {
152 my @names = sort $canonical_name, @aliases;
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 46 ASSERT(from + 1 < to); // Should not call this function with less that two nodes to sort.
107 // Sort it according to this subdivision, and recursively sort each group.
135 void NodeSet::sort() const function in class:WebCore::XPath::NodeSet
191 sort(); // FIXME: fully sorting the node-set just to find its first node is wasteful.
XPathResult.cpp 104 m_nodeSet.sort();
112 m_value.toNodeSet().sort();
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 99 packages[current_package]["requires"].sort()
114 package_names.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/core/tests/coretests/src/android/app/activity/
LocalProvider.java 85 String[] selectionArgs, String sort) {
105 null, null, sort);
  /frameworks/base/include/utils/
VectorImpl.h 94 status_t sort(compar_t cmp);
95 status_t sort(compar_r_t cmp, void* state);
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 39 self.words.sort()
40 self.letters.sort()
  /libcore/
NativeCode.mk 76 # Extract out the allowed LOCAL_* variables. Note: $(sort) also
78 core_c_includes := $(sort libcore/include $(LOCAL_C_INCLUDES) $(JNI_H_INCLUDE))
79 core_shared_libraries := $(sort $(LOCAL_SHARED_LIBRARIES))
80 core_static_libraries := $(sort $(LOCAL_STATIC_LIBRARIES))
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 54 String[] selectionArgs, String sort) {
74 null, null, sort);
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 48 public BaseImageList(ContentResolver resolver, Uri uri, int sort,
50 mSort = sort;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
quicksort.h 78 __gnu_sequential::sort(samples, samples + num_samples, comp);
112 __gnu_sequential::sort(begin, end, comp);
  /build/tools/
findleaves.py 93 results.sort()
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestFilter.java 120 Collections.sort(filteredTests, new TestIdComparator());
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 238 Collections.sort(instanceFields);
245 Collections.sort(directMethods);
252 Collections.sort(virtualMethods);
282 // First sort the statics into their final order.
283 Collections.sort(staticFields);

Completed in 2628 milliseconds

1 2 3 4 5 6 78 91011>>