HomeSort by relevance Sort by last modified time
    Searched full:ascending (Results 251 - 275 of 730) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_set.h 330 * element in the %set. Iteration is done in ascending order according
339 * element in the %set. Iteration is done in ascending order according
367 * element in the %set. Iteration is done in ascending order according
376 * element in the %set. Iteration is done in ascending order according
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 243 List<Entry<E>> ascending = new ArrayList<Entry<E>>(); local
244 Iterators.addAll(ascending, sortedMultiset.entrySet().iterator());
248 assertEquals(ascending, descending);
  /external/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java 63 * The resulting iteration is in order of ascending field tag number. The
72 * extension fields are serialized and deserialized in order of ascending tag
319 // ascending tag order, check the largest element in the array before
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 503 This function sorts array of pointers to AVCPictureData in ascending order of
521 This function sorts array of pointers to AVCFrameStore in ascending order of
539 This function sorts array of pointers to AVCPictureData in ascending order of
  /libcore/ojluni/src/main/java/java/util/
NavigableMap.java 54 * ascending or descending key order. The {@link #descendingMap}
56 * and directional methods inverted. The performance of ascending
268 * The set's iterator returns the keys in ascending order.
TreeMap.java 819 * <p>The set's iterator returns the keys in ascending order.
823 * and {@link Spliterator#ORDERED} with an encounter order that is ascending
863 * <p>The collection's iterator returns the values in ascending order
867 * with an encounter order that is ascending order of the corresponding
    [all...]
ComparableTimSort.java 287 * that the run will always be ascending when the method returns).
289 * A run is the longest ascending sequence with:
320 } else { // Ascending
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py 159 self.advanced_search_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
176 self.login_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
187 self.user_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
209 self.file_equiv_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
335 self.executable_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
344 self.writable_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
358 self.application_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
369 self.network_out_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
377 self.network_in_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
387 self.boolean_liststore.set_sort_column_id(2, Gtk.SortType.ASCENDING)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
fancy.xsl 541 <xsl:sort select="." order="ascending" />
584 <xsl:sort select="." order="ascending" />
630 <xsl:sort select="." order="ascending" />
686 <xsl:sort select="." order="ascending" />
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 232 // Used for sorting IP addresses in ascending order in SortIpAddressList().
239 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
302 // Sort lists according to ascending numeric value.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
layer1.py 561 + ascending: Sort the list results in ascending order.
565 If not specified, the results will be sorted in ascending order.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 102 ;// Note: {$out0, $out1, $scratch} should be registers with ascending
165 ;// Note: {$word0, $word1, $word2, $word3} should be registers with ascending
213 ;// Note: {$word0, $word1, $word2, $word3} should be registers with ascending
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 460 /* Sort message by their language and id ascending. */
493 /* Sort facility code definitions by there id ascending. */
507 /* Sort severity code definitions by there id ascending. */
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 260 case ASCENDING:
  /external/autotest/client/common_lib/
control_data.py 26 # and in ascending order, test running faster comes first.
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 234 * list must be sorted into ascending order according to the specified comparator (as by the
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterNameIterator.java 61 // in ascending order
  /external/icu/icu4c/source/i18n/
collationdatareader.h 139 * Indexes 5..19 are byte offsets in ascending order.
collationdatawriter.cpp 145 // Check in ascending order of optional tailoring data items.
  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 301 /* invariant-character strings in ascending ASCII order */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterNameIterator.java 61 // in ascending order
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 110 // Check that elements are in ascending order by Factor. Ignore undef
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 100 // Sort by ascending offset.
  /external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/
py_matcher.markdown 68 best matches in two images. We sort them in ascending order of their distances so that best matches

Completed in 2477 milliseconds

<<11121314151617181920>>