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.py246 stable_channel = self._file_system_iterator.Descending(
269 channel_info = self._file_system_iterator.Descending(
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotDataGrids.js631 …ing("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.Descending}
734 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}
893 …tring("Alloc. Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
984 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}
1084 …tor.UIString("Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
DCPUProfileView.js40 …or.UIString("Self"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}…
/external/compiler-rt/make/
Dsubdir.mk87 $(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/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DDataGrid.js149 Descending: "descending" property
462 return WebInspector.DataGrid.Order.Descending;
944 sortOrder = WebInspector.DataGrid.Order.Descending;
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2838 template <bool Descending>
2851 return Descending; in operator ()()
2853 return !Descending; in operator ()()
2855 return Descending ? LI->second > RI->second in operator ()()