HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 251 - 275 of 555) sorted by null

<<11121314151617181920>>

  /build/core/
main.mk 470 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
544 Default_MODULES := $(sort $(ALL_DEFAULT_INSTALLED_MODULES) \
569 user_MODULES := $(sort $(call get-tagged-modules,user))
572 eng_MODULES := $(sort $(call get-tagged-modules,eng))
573 debug_MODULES := $(sort $(call get-tagged-modules,debug))
574 tests_MODULES := $(sort $(call get-tagged-modules,tests))
579 modules_to_install := $(sort $(Default_MODULES) \
603 $(sort $(call get-tagged-modules,gnu)))
616 modules_to_install := $(sort $(ALL_DEFAULT_INSTALLED_MODULES))
632 modules_to_check := $(sort $(modules_to_check)
    [all...]
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 369 Arrays.sort(packages, comparator);
416 Arrays.sort(classes, comparator);
456 Arrays.sort(enums, comparator);
463 Arrays.sort(fields, comparator);
469 Arrays.sort(constructors, comparator);
511 Arrays.sort(methods, comparator);
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 583 -not -name '*~' -maxdepth 1 -printf "%f\n"| sort`
591 { s/.*=//; p; }'| sort -u`
596 DEVICES=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u`
    [all...]
  /external/v8/test/mjsunit/tools/
codemap.js 160 allStatics.sort();
171 allDynamics.sort();
175 allDynamics2.sort();
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 40 # other than a normal text "sort" (top level first?)
275 foreach my $file (sort keys %function_lists) {
316 foreach my $prefixSort (sort keys %prefixesSort) {
386 print CHANGE_LOG normalizeLineEndings(testListForChangeLog(sort @addedRegressionTests), $endl);
392 foreach my $file (sort @{$files{$prefix}}) {
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 249 Arrays.sort(tablesName);
374 Arrays.sort(tablesName);
375 Arrays.sort(fields);
376 Arrays.sort(nullableInt);
377 Arrays.sort(nullable);
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 232 Arrays.sort(packages, classComparator);
297 Arrays.sort(packages, classComparator);
383 Arrays.sort(classes, classComparator);
439 Arrays.sort(classes, classComparator);
544 Collections.sort(testMethods, memberComparator);
690 Arrays.sort(constructors, classComparator);
702 Arrays.sort(methods, classComparator);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 263 self._test_files_list.sort()
443 # Sort by the number of tests in the dir so that the ones with the
461 test_lists.sort(lambda a, b: cmp(len(b[1]), len(a[1])))
    [all...]
  /external/elfutils/src/
nm.c 84 { "numeric-sort", 'n', NULL, 0, N_("Sort symbols numerically by address"),
86 { "no-sort", 'p', NULL, 0, N_("Do not sort the symbols"), 0 },
87 { "reverse-sort", 'r', NULL, 0, N_("Reverse the sense of the sort"), 0 },
175 } sort; variable in typeref:enum:__anon1844
276 sort = sort_numeric;
280 sort = sort_nosort;
1158 /* Sort the entries according to the users wishes. *
    [all...]
  /build/
envsetup.sh 18 for i in `cat $T/build/envsetup.sh | sed -n "/^function /s/function \([a-z_]*\).*/\1/p" | sort`; do
928 local availFiles=( $(adb ${adbOptions} shell ls /data/misc | grep '^heap-dump' | sed -e 's/.*heap-dump-/heap-dump-/' | sort -r | tr '[:space:][:cntrl:]' ' ') )
1024 lines=($(grep "$1" $T/filelist | sed -e 's/\/[^/]*$//' | sort | uniq))
  /dalvik/libcore/luni/src/main/java/java/util/
ComparableTimSort.java 104 * Creates a TimSort instance to maintain the state of an ongoing sort.
141 static void sort(Object[] a) { method in class:ComparableTimSort
142 sort(a, 0, a.length); method
145 static void sort(Object[] a, int lo, int hi) { method in class:ComparableTimSort
185 // Merge all remaining runs to complete sort
193 * insertion sort. This is the best method for sorting small numbers
239 * first slot after them -- that's why this sort is stable.
381 * called once, to complete the sort.
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 53 using ::std::sort;
639 // different and we have to sort to compare.
640 sort(expected_values.begin(), expected_values.end());
641 sort(collected_parameters_.begin(), collected_parameters_.end());
  /external/icu4c/i18n/
uspoof_buildconf.cpp 49 // 2. Sort all of the strings encountered by length, since they will need to
52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
122 void SPUStringPool::sort(UErrorCode &status) { function in class:SPUStringPool
123 fVec->sort(SPUStringCompare, status);
319 stringPool->sort(status);
  /external/stlport/test/unit/
slist_test.cpp 104 str.sort();
521 //sort
524 //We check that sort implementation is correct when list is instanciated
530 slint1.sort(gt);
532 slint1.sort();
  /external/v8/test/mjsunit/regress/
regress-1200351.js 76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }")
112 eval("with ({ 1+debugger.valueOf() : continue.join().name() }) { parseInt(true)==undef.sort() }")
140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }")
244 eval("new {-1.add(native),true.sort()}")
352 eval("for (void==NaN.sort(), new Object()==new RegExp.toObject(), -1/NaN.unshift()) { GetFunctionFor(true).name() }")
420 eval("new Number(0.2.sort())")
456 eval("for (Array(x.length) in 'a'.length().sort()) { goto (new Object()) }")
607 eval("import new Object().sort().superConstructor")
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 38 var columns = { "self": { title: WebInspector.UIString("Self"), width: "72px", sort: "descending", sortable: true },
90 self.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator("selfTime", false));
523 this.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator(sortProperty, sortAscending));
  /frameworks/base/libs/utils/
VectorImpl.cpp 150 status_t VectorImpl::sort(VectorImpl::compar_t cmp) function in class:android::VectorImpl
152 return sort(sortProxy, (void*)cmp);
155 status_t VectorImpl::sort(VectorImpl::compar_r_t cmp, void* state) function in class:android::VectorImpl
157 // the sort must be stable. we're using insertion sort which
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ualgo.h 460 void sort (RandomAccessIterator first, RandomAccessIterator last, Compare) function in namespace:ustl
472 inline void sort (RandomAccessIterator first, RandomAccessIterator last) function in namespace:ustl
475 sort (first, last, less<value_type>());
485 for (RandomAccessIterator j, i = first; ++i < last;) { // Insertion sort
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 92 String[] selectionArgs, String sort) {
217 if (!TextUtils.isEmpty(sort)) {
218 orderBy = sort;
  /external/jdiff/src/jdiff/
HTMLIndexes.java 271 Collections.sort(packageNames);
479 Collections.sort(classNames);
580 Collections.sort(ctorNames);
679 Collections.sort(methNames);
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ConcurrentLinkedQueueTest.java 393 Arrays.sort(o);
405 Arrays.sort(ints);
LinkedListTest.java 343 Arrays.sort(o);
355 Arrays.sort(ints);
PriorityQueueTest.java 432 Arrays.sort(o);
444 Arrays.sort(ints);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 311 adapter.sort(mSorter);
381 adapter.sort(mSorter);
  /external/clearsilver/python/examples/trans/
trans.py 362 locations.sort()
465 ofs.sort()

Completed in 1665 milliseconds

<<11121314151617181920>>