/external/chromium_org/v8/test/mjsunit/ |
object-get-own-property-names.js | 33 propertyNames.sort(); 40 propertyNames.sort(); 49 propertyNames.sort(); 56 propertyNames.sort(); 68 propertyNames.sort(); 76 propertyNames.sort();
|
function-caller.js | 51 [Array.prototype.sort, Array.prototype.sort].sort(f); method
|
/external/v8/test/mjsunit/ |
object-get-own-property-names.js | 33 propertyNames.sort(); 40 propertyNames.sort(); 49 propertyNames.sort(); 56 propertyNames.sort(); 68 propertyNames.sort(); 76 propertyNames.sort();
|
function-caller.js | 51 [Array.prototype.sort, Array.prototype.sort].sort(f); method
|
/cts/tools/signature-tools/src/signature/io/html/ |
ApiOverviewPage.java | 52 Collections.sort(removedPackages, new PackageByNameComparator()); 56 Collections.sort(addedPackages, new PackageByNameComparator()); 60 Collections.sort(changedPackages, new PackageByNameComparator());
|
PackageOverviewPage.java | 52 Collections.sort(removedClasses, new ClassByNameComparator()); 56 Collections.sort(addedClasses, new ClassByNameComparator()); 60 Collections.sort(changedClasses, new ClassByNameComparator());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
dataGrid.css | 145 .data-grid th.sort-ascending, 146 .data-grid th.sort-descending { 153 .data-grid th.sortable.sort-ascending:active, .data-grid th.sortable.sort-descending:active { 157 .data-grid th.sort-ascending > div::after, 158 .data-grid th.sort-descending > div::after { 172 .data-grid th.sort-ascending > div::after, 173 .data-grid th.sort-descending > div::after { 178 .data-grid th.sort-ascending > div::after { 182 .data-grid th.sort-descending > div::after [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3757.test | 25 lappend r scan [db status step] sort [db status sort] 58 } {1 2 three scan 0 sort 0}
|
/external/chromium_org/v8/test/webkit/ |
array-sort-numericCompare-expected.txt | 24 This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look like numeric comparisons. 29 PASS [3,1,5,2,4].sort(doSort) is [1,2,3,4,5] 30 PASS [3,1,5,2,4].sort(dontSort) is [3,1,5,2,4]
|
array-sort-numericCompare.js | 25 "This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look like numeric comparisons." 38 shouldBe("[3,1,5,2,4].sort(doSort)", "[1,2,3,4,5]"); 39 shouldBe("[3,1,5,2,4].sort(dontSort)", "[3,1,5,2,4]");
|
sort-randomly.js | 25 "This tests that passing an inconsistent compareFn to sort() doesn't cause a crash." 32 arr.sort(function() { return 0.5 - Math.random(); }); 35 // Sorting objects that change each time sort() looks at them is the same as using a random compareFn. 44 arr.sort();
|
/external/webrtc/src/system_wrappers/interface/ |
sort.h | 42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType); 45 // key values which will be used to sort the data array. There must be a 52 // key [in] A pointer to an array of keys used to sort the
|
/packages/apps/Contacts/res/values-ja/ |
donottranslate_config.xml | 21 <!-- If true, an option is shown in Display Options UI to choose a sort order --> 24 <!-- If true, the default sort order is primary (i.e. by given name) --> 30 <!-- If true, the default sort order is primary (i.e. by given name) -->
|
/dalvik/vm/jdwp/ |
README.txt | 9 with Debugger.c acting as a sort of portability layer, so that the code
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemForEach.java | 48 * | xsl:sort) 188 * Vector containing the xsl:sort elements associated with this element. 194 * Get the count xsl:sort elements associated with this element. 195 * @return The number of xsl:sort elements. 203 * Get a xsl:sort element associated with this element. 205 * @param i Index of xsl:sort element to get 207 * @return xsl:sort element at given index 215 * Set a xsl:sort element associated with this element. 217 * @param sortElem xsl:sort element to set 282 * Sort given node [all...] |
/external/chromium_org/chrome/browser/resources/ |
dialog.css | 6 * Chrome OS, focused input buttons in WebUI dialogs don't have any sort of
|
/external/chromium_org/net/base/ |
directory_lister.cc | 74 // Sort the results. See the TODO below (this sort should be removed and we 77 std::sort(data->begin(), data->end(), CompareDate); 79 std::sort(data->begin(), data->end(), CompareFullPath); 81 std::sort(data->begin(), data->end(), CompareAlphaDirsFirst); 98 SortType sort, 100 : core_(new Core(dir, recursive, sort, this)), 120 SortType sort, 124 sort_(sort),
|
directory_lister.h | 46 // Sort options 47 // ALPHA_DIRS_FIRST is the default sort : 63 SortType sort, 81 SortType sort,
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
MakeNames.h.tmpl | 17 {%- for entry in entries|sort %}
|
/external/chromium_org/third_party/icu/source/config/ |
gmakever.mk | 17 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
|
/external/chromium_org/third_party/re2/patches/ |
re2-libcxx.patch | 5 @@ -46,7 +46,8 @@ using std::sort;
|
/external/icu4c/layout/ |
OpenTypeUtilities.h | 27 static void sort(le_uint16 *array, le_int32 count);
|
/external/ipsec-tools/src/racoon/ |
stats.pl | 13 foreach (sort keys %t) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
SortUtil.java | 38 * Quick and merge sort implementations that create no garbage, unlike {@link 39 * Arrays#sort}. The merge sort is stable, the quick sort is not. 44 * The size at or below which we will use insertion sort because it's 149 Arrays.sort(sorted, ic); 182 * @param lo0 the index of the lowest element to include in the sort. 183 * @param hi0 the index of the highest element to include in the sort. 192 // if this is a two element list, do a simple sort on it 231 // must now sort the left partitio [all...] |
/external/junit/src/org/junit/runner/manipulation/ |
Sortable.java | 15 public void sort(Sorter sorter); method in interface:Sortable
|