Searched refs:sort (Results 251 - 275 of 1920) sorted by relevance

<<11121314151617181920>>

/external/python/cpython3/Lib/distutils/tests/
H A Dtest_extension.py18 names.sort()
/external/python/cpython3/Lib/
H A Dkeyword.py78 lines.sort()
/external/replicaisland/src/com/replica/replicaisland/
H A DPhasedObjectManager.java52 getObjects().sort(true);
H A DQuickSorter.java22 public void sort(Type[] array, int count, Comparator<Type> comparator) { method in class:QuickSorter
27 // http://www.cs.princeton.edu/introcs/42sort/QuickSort.java.html
H A DShellSorter.java23 * Shell sort implementation based on the one found here:
30 public void sort(Type[] array, int count, Comparator<Type> comparator) { method in class:ShellSorter
33 // Sort by insertion sort at diminishing increments.
49 * Insertion sort modified to sort elements at a
53 * 'if', but I found that it made the sort slower.
/external/scapy/scapy/contrib/
H A Dcarp.py67 # sort ips from smallest to largest
69 sl.sort()
/external/selinux/python/sepolgen/src/sepolgen/
H A Dmatching.py88 def sort(self): member in class:MatchList
89 self.children.sort()
90 self.bastards.sort()
250 match_list.sort()
/external/selinux/python/sepolgen/tests/
H A Dtest_refpolicy.py28 s.sort()
30 expected.sort()
108 a.sort()
110 b.sort()
/external/skia/infra/bots/
H A Dupdate_meta_config.py93 tryjobs.sort()
/external/skia/tools/skqp/
H A Dupload_model40 find $PATH_LIST -type f | sort | while IFS= read -r FILENAME; do
/external/skqp/infra/bots/
H A Dupdate_meta_config.py93 tryjobs.sort()
/external/skqp/tools/skqp/
H A Dupload_model40 find $PATH_LIST -type f | sort | while IFS= read -r FILENAME; do
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
H A DBogoPerf.java90 // use our own sort algorithm, independent of the host JDK
91 BubbleSort.sort(intArray);
/external/squashfs-tools/squashfs-tools/
H A DMakefile114 sort.o progressbar.o read_file.o info.o restore.o process_fragments.o \
231 sort.h pseudo.h compressor.h xattr.h action.h error.h progressbar.h \
237 sort.o: sort.c squashfs_fs.h mksquashfs.h sort.h error.h progressbar.h
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_buffer.cc54 // Remove duplicates and sort positions.
55 std::sort(positions.begin(), positions.end());
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A Dmultioutput_test.py36 x = np.sort(200 * rng.rand(100, 1) - 100, axis=0)
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice_set.cc44 // for the same spec, maybe we should have a cache of some sort
63 // First sort by prioritized device type (higher is preferred) and
83 std::sort(result.begin(), result.end(), DeviceTypeComparator);
/external/tensorflow/tensorflow/core/kernels/
H A Dtraining_op_helpers.cc56 std::sort(acquire_order.begin(), acquire_order.end(),
/external/testng/src/main/java/org/testng/internal/
H A DRunInfo.java36 Collections.sort(m_methodSelectors);
/external/testng/src/main/java/org/testng/reporters/jq/
H A DGroupPanel.java28 Collections.sort(sortedGroups);
/external/v8/tools/clang/scripts/
H A Dapply_fixits.py57 # The negative line numbers are a cheap hack so we can sort things in line
65 v.sort()
/external/v8/tools/
H A Deval_gc_time.sh15 echo " -s|--sort avg|max sorting mode (default: max)"
45 -s|--sort)
/external/vboot_reference/scripts/image_signing/
H A Dset_lsb_release.sh20 sudo sort -o "$rootfs/etc/lsb-release" "$temp_lsb_release"
/external/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py59 tests.sort()
/external/vogar/src/vogar/
H A DJarSuggestions.java58 Collections.sort(jarStringList);

Completed in 1006 milliseconds

<<11121314151617181920>>