Home
last modified time | relevance | path

Searched defs:sort (Results 1 – 25 of 77) sorted by relevance

1234

/external/v8/test/mjsunit/
Darray-sort.js193 Array.prototype.sort.call(obj); method in Array
213 Array.prototype.sort.call(x); method in Array
232 Array.prototype.sort.call(x); method in Array
257 Array.prototype.sort.call(x); method in Array
283 Array.prototype.sort.call(obj, function(a,b) { return (b < a) - (a < b); }); method in Array
315 Array.prototype.sort.call(y); method in Array
364 Array.prototype.sort.call(x); method in Array
409 Array.prototype.sort.call({ method in Array
444 Array.prototype.sort = function() { method in Array
/external/v8/test/mjsunit/regress/
Dregress-sort-arguments.js8 Array.prototype.sort.apply(a); method in Array
10 Array.prototype.sort.apply(a); method in Array
Dregress-98773.js36 Array.prototype.sort.call(array); method in Array
Dregress-builtin-array-op.js32 Array.prototype.sort = function(fn) { foo = "fisk"; }; method in Array
Dregress-326.js32 Array.prototype.sort.call(nonArray); method in Array
Dregress-1131.js29 Array.prototype.sort.call(nonArray); method in Array
Dregress-2419.js35 assertThrows(function() { Array.prototype.sort.call(b); }); method in Array
/external/selinux/libsepol/cil/src/
Dcil_policy.c115 int cil_portcon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_portcon_to_policy()
136 int cil_genfscon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_genfscon_to_policy()
151 int cil_netifcon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_netifcon_to_policy()
167 int cil_nodecon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_nodecon_to_policy()
221 int cil_pirqcon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_pirqcon_to_policy()
234 int cil_iomemcon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_iomemcon_to_policy()
248 int cil_ioportcon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_ioportcon_to_policy()
262 int cil_pcidevicecon_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_pcidevicecon_to_policy()
276 int cil_fsuse_to_policy(FILE **file_arr, struct cil_sort *sort) in cil_fsuse_to_policy()
Dcil_post.c448 struct cil_sort *sort = db->netifcon; in __cil_post_db_array_helper() local
459 struct cil_sort *sort = db->fsuse; in __cil_post_db_array_helper() local
470 struct cil_sort *sort = db->genfscon; in __cil_post_db_array_helper() local
481 struct cil_sort *sort = db->filecon; in __cil_post_db_array_helper() local
492 struct cil_sort *sort = db->nodecon; in __cil_post_db_array_helper() local
503 struct cil_sort *sort = db->portcon; in __cil_post_db_array_helper() local
514 struct cil_sort *sort = db->pirqcon; in __cil_post_db_array_helper() local
525 struct cil_sort *sort = db->iomemcon; in __cil_post_db_array_helper() local
536 struct cil_sort *sort = db->ioportcon; in __cil_post_db_array_helper() local
547 struct cil_sort *sort = db->pcidevicecon; in __cil_post_db_array_helper() local
[all …]
/external/junit/src/org/junit/runner/manipulation/
DSortable.java15 public void sort(Sorter sorter); in sort() method
/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java70 public void setSort (final String sort) in setSort()
72 m_settings.setProperty (m_prefix.concat (SORT), sort); in setSort() local
365 public void setSort (final String sort) in setSort()
367 m_settings.setProperty (PREFIX.concat (SORT), sort); in setSort() local
/external/replicaisland/src/com/replica/replicaisland/
DSorter.java22 public abstract void sort(Type[] array, int count, Comparator<Type> comparator); in sort() method in Sorter
DStandardSorter.java25 public void sort(Object[] array, int count, Comparator comparator) { in sort() method in StandardSorter
DShellSorter.java30 public void sort(Type[] array, int count, Comparator<Type> comparator) { in sort() method in ShellSorter
DQuickSorter.java22 public void sort(Type[] array, int count, Comparator<Type> comparator) { in sort() method in QuickSorter
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DBubbleSort.java35 static void sort(int[] a) { in sort() method in BubbleSort
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java135 sort(temporaryData, collator); in sort() method
148 private static void sort(String[] data, Collator collator) { in sort() method in CollationThreadTest
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DType.java151 private final int sort; field in Type
180 private Type(final int sort) { in Type()
192 private Type(final int sort, final char[] buf, final int off, final int len) in Type()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMixedItemSection.java70 private final SortType sort; field in MixedItemSection
89 SortType sort) { in MixedItemSection()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
DGeometryList.java130 public void sort() { in sort() method in GeometryList
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp6.cpp5 template<class T> void sort(Array<T>& v) { } in sort() function
Dp2.cpp8 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DSortAndPruneComposites.java58 private int[] sort() { in sort() method in SortAndPruneComposites
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNodeVector.java640 public void sort(int a[], int lo0, int hi0) throws Exception in sort() method in NodeVector
735 public void sort() throws Exception in sort() method in NodeVector
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp6.cpp44 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function

1234