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

1 23 4 5 6 7 8 91011>>

  /system/core/metricsd/uploader/proto/
histogram_event.proto 49 // The bucket's index in the list of buckets, sorted in ascending order.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
elfcomm.exp 81 set test "--sort-common (ascending)"
83 verbose "Check to see that --sort-common=ascending sorts in ascending alignment"
85 if { ![ld_simple_link $ld tmpdir/sort-common.ax "--sort-common=ascending tmpdir/sort-common.o"] } {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 344 * @param sortedPositions positions, sorted by ascending address
364 * @param sortedPositions positions, sorted by ascending address
482 * Builds a list of position entries, sorted by ascending address.
494 // Sort ascending by address.
521 * from the input list and sorted by ascending register in the
525 * sorted by ascending register
551 // Sort by ascending register.
786 "Position entries must be in ascending address order");
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 352 * @param sortedPositions positions, sorted by ascending address
372 * @param sortedPositions positions, sorted by ascending address
490 * Builds a list of position entries, sorted by ascending address.
502 // Sort ascending by address.
529 * from the input list and sorted by ascending register in the
533 * sorted by ascending register
559 // Sort by ascending register.
794 "Position entries must be in ascending address order");
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java 42 ASCENDING,
44 /** Default sort order returned by DB. (Typically Ascending, but no guarantees made). */
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 344 * @param sortedPositions positions, sorted by ascending address
364 * @param sortedPositions positions, sorted by ascending address
482 * Builds a list of position entries, sorted by ascending address.
494 // Sort ascending by address.
521 * from the input list and sorted by ascending register in the
525 * sorted by ascending register
551 // Sort by ascending register.
786 "Position entries must be in ascending address order");
  /external/guava/guava/src/com/google/common/collect/
SortedMultiset.java 92 * <p>The {@code entrySet}'s iterator returns entries in ascending element
100 * <p>The iterator returns the elements in ascending order according to this
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentNavigableMap.java 87 * The set's iterator returns the keys in ascending order.
105 * The set's iterator returns the keys in ascending order.
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 23 * in that bucket when accessing the list sequentially, both in ascending and descending
33 * Now, whether we access the list in ascending or descending order, we know which bucket
  /system/core/libbacktrace/
UnwindMap.cpp 64 // The maps are in descending order, but we want them in ascending order.
115 // The maps are in descending order, but we want them in ascending order.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/
Test_sparse_switch.java 136 * @title pairs shall be sorted in ascending order
  /development/ndk/platforms/android-3/include/android/
log.h 77 * Android log priority values, in ascending priority order.
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 61 new SortSpec("test_name", SortDirection.ASCENDING),
62 new SortSpec("status", SortDirection.ASCENDING),
63 new SortSpec("reason", SortDirection.ASCENDING),
295 SortSpec sortSpec = new SortSpec(field.getSqlName(), SortDirection.ASCENDING);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapTestSuiteBuilder.java 99 * <p>Because the map may be ascending or descending, this test must derive
SortedSetTestSuiteBuilder.java 77 * <p>Because the set may be ascending or descending, this test must derive
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ValueIterator.java 13 * int is the sorted integer index in ascending order, and Object its
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap_comp.pass.cpp 46 // Ascending
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
GroupStrategy.java 31 * <b>Groups are always invoked based on their ascending int values</b>. Group -10 will be rendered before group -5, group -5
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SortedSpriteTest.java 69 /** Comparator used for sorting, sorts in ascending order (biggset z to smallest z).
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
PrefixTimeZonesMap.java 45 * zones, sorted in ascending order of the phone number prefixes as integers.
  /external/opencv3/modules/core/test/
test_eigen.cpp 62 #define MESSAGE_ERROR_ORDER "Eigen values are not sorted in ascending order."
260 std::cout << "Pair of indexes with non ascending of eigen values: (" << i << ", " << i+1 << ")." << endl;
275 std::cout << "Pair of indexes with non ascending of eigen values: (" << i << ", " << i+1 << ")." << endl;
277 CV_Error(CORE_EIGEN_ERROR_ORDER, "Eigen values are not sorted in ascending order.");
  /external/opencv3/modules/features2d/perf/
perf_batchDistance.cpp 150 // in ascending order. General boundaries of the perturbation
  /external/proguard/src/proguard/classfile/util/
AccessUtil.java 28 * defines access levels, in ascending order: <code>PRIVATE</code>,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
MethodImplementation.java 63 * ascending order. When writing to a dex file, the try blocks will be massaged into the appropriate format.
  /frameworks/base/core/java/android/hardware/camera2/
TotalCaptureResult.java 95 * {@link CameraCharacteristics#REQUEST_PARTIAL_RESULT_COUNT}, with elements in ascending order

Completed in 2412 milliseconds

1 23 4 5 6 7 8 91011>>