HomeSort by relevance Sort by last modified time
    Searched refs:ascending (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/ui/views/controls/table/
table_view.h 72 SortDescriptor() : column_id(-1), ascending(true) {}
73 SortDescriptor(int column_id, bool ascending)
75 ascending(ascending) {}
80 // Is the sort ascending?
81 bool ascending; member in struct:views::TableView::SortDescriptor
table_view_unittest.cc 331 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
339 EXPECT_FALSE(table_->sort_descriptors()[0].ascending);
347 EXPECT_FALSE(table_->sort_descriptors()[0].ascending);
351 // Invert sort again (first column ascending).
355 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
363 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
371 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
395 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
450 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
462 EXPECT_FALSE(table_->sort_descriptors()[0].ascending);
    [all...]
table_view.cc 38 // Returns result, unless ascending is false in which case -result is returned.
39 int SwapCompareResult(int result, bool ascending) {
40 return ascending ? result : -result;
230 sort[0].ascending = !sort[0].ascending;
634 sort_descriptors_[1].ascending);
636 return SwapCompareResult(sort_result, sort_descriptors_[0].ascending);
table_header.cc 136 if (table_->sort_descriptors()[0].ascending) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 220 // The list is first sorted by date, then by id. The order can be ascending
225 String ascending = local
240 return dateExpr + ascending + ", _id" + ascending;
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 777 int min, int max, boolean ascending,
779 check(set, min, max, ascending, bs);
780 check(set.descendingSet(), min, max, !ascending, bs); local
783 check(set, min, max, ascending, bs);
784 check(set.descendingSet(), min, max, !ascending, bs); local
794 if (ascending) {
811 if (ascending) {
834 if (ascending) {
859 final int min, final int max, final boolean ascending,
863 return ascending
    [all...]
TreeSetTest.java 782 int min, int max, boolean ascending) {
783 check(set, min, max, ascending);
784 check(set.descendingSet(), min, max, !ascending); local
787 check(set, min, max, ascending);
788 check(set.descendingSet(), min, max, !ascending); local
798 if (ascending) {
815 if (ascending) {
838 if (ascending) {
863 final int min, final int max, final boolean ascending) {
866 return ascending
    [all...]
ConcurrentSkipListMapTest.java 1064 int min, int max, boolean ascending) {
1065 check(map, min, max, ascending);
1066 check(map.descendingMap(), min, max, !ascending);
1069 check(map, min, max, ascending);
1070 check(map.descendingMap(), min, max, !ascending);
1080 if (ascending) {
    [all...]
TreeMapTest.java 869 int min, int max, boolean ascending) {
870 check(map, min, max, ascending);
871 check(map.descendingMap(), min, max, !ascending);
874 check(map, min, max, ascending);
875 check(map.descendingMap(), min, max, !ascending);
885 if (ascending) {
902 if (ascending) {
925 if (ascending) {
950 final int min, final int max, final boolean ascending) {
953 return ascending ? lowerAscending(key) : higherAscending(key)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 18 ascending = []
179 ascending.append(u)
182 for i in range(len(ascending)):
183 for j in range(len(ascending)):
184 equal(cmp(i, j), cmp(ascending[i], ascending[j]))
186 # Test sorting of UUIDs (above list is in ascending order).
187 resorted = ascending[:]
190 equal(ascending, resorted)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 18 ascending = []
179 ascending.append(u)
182 for i in range(len(ascending)):
183 for j in range(len(ascending)):
184 equal(cmp(i, j), cmp(ascending[i], ascending[j]))
186 # Test sorting of UUIDs (above list is in ascending order).
187 resorted = ascending[:]
190 equal(ascending, resorted)
  /libcore/luni/src/main/java/java/util/
TreeMap.java 215 * @param ascending false to flip; true to return this.
217 Relation forOrder(boolean ascending) {
218 if (ascending) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_buffer.js 24 // Store the overlays in the ascending Z-order.
47 * Draws overlays in the ascending Z-order.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 24 // Store the overlays in the ascending Z-order.
47 * Draws overlays in the ascending Z-order.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshot.js     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]
  /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);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 556 * @param ascending True if the order is ascending, otherwise descending order
559 static public List<Size> getAscendingOrderSizes(final List<Size> sizeList, boolean ascending) {
568 if (!ascending) {
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 165 * @return {Array.<number>} The contents of |pageList| in ascending order and
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css 70 .network.panel .data-grid th.sort-ascending {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1074 boolean ascending; local
1083 ascending = (Xoffset <= Yoffset);
1097 if (ascending)
1119 if (ascending)
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 66 * ascending order.

Completed in 2773 milliseconds

1 2