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

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Linker/
module-flags-8-a.ll 1 ; RUN: llvm-link %s %p/module-flags-8-b.ll -S -o - | sort | FileCheck %s
  /external/llvm/test/Transforms/SimplifyCFG/
duplicate-phis.ll 3 ; instcombine should sort the PHI operands so that simplifycfg can see the
  /external/lzma/CPP/7zip/UI/Common/
SortUtils.cpp 22 indices.Sort(CompareStrings, (void *)&strings);
  /external/v8/test/mjsunit/
deserialize-script-id.js 12 scripts.sort(function(a, b) { return a.id - b.id; });
  /external/v8/test/webkit/
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();
  /libcore/benchmarks/src/benchmarks/regression/
CollectionsBenchmark.java 44 Collections.sort(input);
51 Collections.sort(input, REVERSE);
58 Collections.sort(input);
65 Collections.sort(input, REVERSE);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 16 // sort(Iter first, Iter last);
33 std::sort(save, save+len);
89 std::sort(array, array+N);
93 std::sort(array, array+N);
96 std::sort(array, array+N);
100 std::sort(array, array+N);
104 std::sort(array, array+N);
109 std::sort(array, array+N);
132 std::sort(&d, &d);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
DefaultFileComparator.java 26 * This comparator can be used to sort lists or arrays of files
33 * Collections.sort(list, DefaultFileComparator.DEFAULT_COMPARATOR);
36 * Example of doing a <i>reverse</i> sort of an array of files using the
40 * Arrays.sort(array, DefaultFileComparator.DEFAULT_REVERSE);
LastModifiedFileComparator.java 27 * This comparator can be used to sort lists or arrays of files
34 * Collections.sort(list, LastModifiedFileComparator.LASTMODIFIED_COMPARATOR);
37 * Example of doing a <i>reverse</i> sort of an array of files using the
41 * Arrays.sort(array, LastModifiedFileComparator.LASTMODIFIED_REVERSE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
sort.h 25 /** @file parallel/sort.h
70 * @tparam __stable Sort stable.
94 * @tparam __stable Sort stable.
115 * @tparam __stable Sort stable.
135 * @tparam __stable Sort stable.
156 * @tparam __stable Sort stable.
178 * @tparam __stable Sort stable.
198 * @tparam __stable Sort stable.
234 __gnu_sequential::sort(__begin, __end, __comp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
sort.h 25 /** @file parallel/sort.h
70 * @tparam __stable Sort stable.
94 * @tparam __stable Sort stable.
115 * @tparam __stable Sort stable.
135 * @tparam __stable Sort stable.
156 * @tparam __stable Sort stable.
178 * @tparam __stable Sort stable.
198 * @tparam __stable Sort stable.
234 __gnu_sequential::sort(__begin, __end, __comp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
sort.h 25 /** @file parallel/sort.h
70 * @tparam __stable Sort stable.
94 * @tparam __stable Sort stable.
115 * @tparam __stable Sort stable.
135 * @tparam __stable Sort stable.
156 * @tparam __stable Sort stable.
178 * @tparam __stable Sort stable.
198 * @tparam __stable Sort stable.
234 __gnu_sequential::sort(__begin, __end, __comp);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 14 v.sort()
20 v.sort()
55 sort=
58 trailer< '.' 'sort' > trailer< '(' ')' >
68 sort=
71 trailer< '.' 'sort' > trailer< '(' ')' >
81 # If we've matched one of the sort/sorted subpatterns above, we
83 # subsequent .sort() call involve different identifiers.
117 sort_stmt = results["sort"]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 14 v.sort()
20 v.sort()
55 sort=
58 trailer< '.' 'sort' > trailer< '(' ')' >
68 sort=
71 trailer< '.' 'sort' > trailer< '(' ')' >
81 # If we've matched one of the sort/sorted subpatterns above, we
83 # subsequent .sort() call involve different identifiers.
117 sort_stmt = results["sort"]
  /prebuilts/go/darwin-x86/src/cmd/vet/whitelist/
whitelist.go 17 sort | awk '{ print "\"" $0 "\": true," }'
34 "sort.Float64Slice": true,
35 "sort.IntSlice": true,
36 "sort.StringSlice": true,
  /prebuilts/go/linux-x86/src/cmd/vet/whitelist/
whitelist.go 17 sort | awk '{ print "\"" $0 "\": true," }'
34 "sort.Float64Slice": true,
35 "sort.IntSlice": true,
36 "sort.StringSlice": true,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
sort.h 25 /** @file parallel/sort.h
70 * @tparam __stable Sort stable.
94 * @tparam __stable Sort stable.
115 * @tparam __stable Sort stable.
135 * @tparam __stable Sort stable.
156 * @tparam __stable Sort stable.
178 * @tparam __stable Sort stable.
198 * @tparam __stable Sort stable.
234 __gnu_sequential::sort(__begin, __end, __comp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 14 v.sort()
20 v.sort()
55 sort=
58 trailer< '.' 'sort' > trailer< '(' ')' >
68 sort=
71 trailer< '.' 'sort' > trailer< '(' ')' >
81 # If we've matched one of the sort/sorted subpatterns above, we
83 # subsequent .sort() call involve different identifiers.
117 sort_stmt = results["sort"]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 14 v.sort()
20 v.sort()
55 sort=
58 trailer< '.' 'sort' > trailer< '(' ')' >
68 sort=
71 trailer< '.' 'sort' > trailer< '(' ')' >
81 # If we've matched one of the sort/sorted subpatterns above, we
83 # subsequent .sort() call involve different identifiers.
117 sort_stmt = results["sort"]
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
i386go32.sc 15 *(SORT(.ctors.*))
19 *(SORT(.dtors.*))
48 *(SORT(.ctors.*))
52 *(SORT(.dtors.*))
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14156a.d 6 #ld: --sort-section=alignment
pr14156b.d 6 #ld: --sort-section=alignment
pr14156c.d 6 #ld: --sort-section=alignment -T pr14156c.t
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr14265.d 4 #nm: --format=bsd --numeric-sort
  /external/selinux/libsepol/cil/src/
cil_post.c 202 /* sort ipv4 before ipv6 */
481 struct cil_sort *sort = db->netifcon; local
482 uint32_t count = sort->count;
483 uint32_t i = sort->index;
484 if (sort->array == NULL) {
485 sort->array = cil_malloc(sizeof(*sort->array)*count);
487 sort->array[i] = node->data;
488 sort->index++;
492 struct cil_sort *sort = db->fsuse local
503 struct cil_sort *sort = db->genfscon; local
514 struct cil_sort *sort = db->filecon; local
525 struct cil_sort *sort = db->nodecon; local
536 struct cil_sort *sort = db->portcon; local
547 struct cil_sort *sort = db->pirqcon; local
558 struct cil_sort *sort = db->iomemcon; local
569 struct cil_sort *sort = db->ioportcon; local
580 struct cil_sort *sort = db->pcidevicecon; local
591 struct cil_sort *sort = db->devicetreecon; local
    [all...]

Completed in 4912 milliseconds

1 2 3 4 5 6 7 891011>>