HomeSort by relevance Sort by last modified time
    Searched refs:Descending (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_iterator.py 8 ascending (oldest to newest version) and descending order.
36 def Descending(self, channel_info, callback):
host_file_system_iterator_test.py 121 # are successfully processed, so Descending() will return None.
124 self._iterator.Descending(self._GetChannelInfo('trunk'), callback),
133 self._iterator.Descending(self._GetChannelInfo('trunk'), callback),
141 self._iterator.Descending(self._GetChannelInfo('trunk'), callback),
149 self._iterator.Descending(self._GetChannelInfo('stable'), callback),
157 self._iterator.Descending(self._GetChannelInfo('dev'), callback),
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpPagerAdapter.java 37 private SortOrder mSortOrder = SortOrder.Descending;
MtpAdapter.java 41 private SortOrder mSortOrder = SortOrder.Descending;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 50 * The data can also be accessed in descending order, in which case the list
56 * ascending and descending views of the data:
106 Ascending, Descending
253 if (order == SortOrder.Descending) {
275 if (order == SortOrder.Descending) {
444 * in that bucket when accessing the list sequentially, both in ascending and descending
454 * Now, whether we access the list in ascending or descending order, we know which bucket
551 * In order for getBuckets to operate in constant time for descending
556 * descending order or the scrollbar goes crazy.
  /external/compiler-rt/make/
subdir.mk 86 $(info MAKE: Descending into subdirs: $(SubDirsList))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotDataGrids.js 476 {id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.Descending}
582 {id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}
742 {id: "addedSize", title: WebInspector.UIString("Alloc. Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
833 {id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}
930 {id: "size", title: WebInspector.UIString("Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
    [all...]
DataGrid.js 155 Descending: "descending"
438 if (this._sortColumnCell.classList.contains("sort-descending"))
439 return WebInspector.DataGrid.Order.Descending;
    [all...]
CPUProfileView.js 43 columns.push({id: "self", title: WebInspector.UIString("Self"), width: "72px", sort: WebInspector.DataGrid.Order.Descending, sortable: true});
    [all...]
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 83 this.listViewCounters.Sorting = System.Windows.Forms.SortOrder.Descending;
293 this.listViewRates.Sorting = System.Windows.Forms.SortOrder.Descending;
stats_viewer.cs 242 this.listViewCounters.Sorting = SortOrder.Descending;
306 if (order_ == SortOrder.Descending)
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 270 milliseconds