Home
last modified time | relevance | path

Searched refs:Descending (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
Dhost_file_system_iterator_test.py124 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),
Dhost_file_system_iterator.py36 def Descending(self, channel_info, callback): member in HostFileSystemIterator
Davailability_finder.py226 availability = self._file_system_iterator.Descending(
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotDataGrids.js476 …ing("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.Descending}
582 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}
742 …tring("Alloc. Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
833 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}
930 …tor.UIString("Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
DDataGrid.js155 Descending: "descending" property
439 return WebInspector.DataGrid.Order.Descending;
929 sortOrder = WebInspector.DataGrid.Order.Descending;
DCPUProfileView.js43 …tor.UIString("Self"), width: "72px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}…
/external/compiler-rt/make/
Dsubdir.mk86 $(info MAKE: Descending into subdirs: $(SubDirsList))
/external/chromium_org/tools/stats_viewer/
Dstats_viewer.cs242 this.listViewCounters.Sorting = SortOrder.Descending; in column_Click()
306 if (order_ == SortOrder.Descending) in Compare()
Dstats_viewer.Designer.cs83 this.listViewCounters.Sorting = System.Windows.Forms.SortOrder.Descending; in InitializeComponent()
293 this.listViewRates.Sorting = System.Windows.Forms.SortOrder.Descending; in InitializeComponent()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2797 template <bool Descending>
2810 return Descending; in operator ()()
2812 return !Descending; in operator ()()
2814 return Descending ? LI->second > RI->second in operator ()()