HomeSort by relevance Sort by last modified time
    Searched refs:ascending (Results 1 - 25 of 27) 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 335 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
343 EXPECT_FALSE(table_->sort_descriptors()[0].ascending);
351 EXPECT_FALSE(table_->sort_descriptors()[0].ascending);
355 // Invert sort again (first column ascending).
359 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
367 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
375 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
399 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
454 EXPECT_TRUE(table_->sort_descriptors()[0].ascending);
466 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) {
  /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/heap_snapshot_worker/
HeapSnapshot.js     [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 585 * @param ascending True if the order is ascending, otherwise descending order
588 static public List<Size> getAscendingOrderSizes(final List<Size> sizeList, boolean ascending) {
597 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/yasm/source/patched-yasm/libyasm/
bitvect.c 1074 boolean ascending; local
1083 ascending = (Xoffset <= Yoffset);
1097 if (ascending)
1119 if (ascending)
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 349 \varname{[floor1_step2_flag]'} according to ascending sort order of the
03-codebook.tex 116 codebook is encoded in ascending length order. Rather than reading
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 313 * ascending and descending.
1040 * and the column at the given index either in ascending or descending order.
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 286 @ CHECK-ERRORS: warning: register list not in ascending order
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 73 * ascending order. This should match the list in
  /dalvik/docs/
prettify.js     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 302 ; r7 dest + 0 * dest_stride, ascending (1, 2, 3, ...)
304 ; r10 dest + 16 * dest_stride, ascending (17, 18, 19, ...)
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 302 ; r7 dest + 0 * dest_stride, ascending (1, 2, 3, ...)
304 ; r10 dest + 16 * dest_stride, ascending (17, 18, 19, ...)
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 333 * sorting by |comparator| in ascending order. If this
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 691 // Sort keys by ascending timestamps.
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/third_party/d3/src/
d3.js 35 d3.ascending = d3_ascending;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1124 milliseconds

1 2