OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Descending
(Results
1 - 10
of
10
) sorted by null
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotDataGrids.js
447
{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.
Descending
}
553
{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.
Descending
, sortable: true}
699
{id: "addedSize", title: WebInspector.UIString("Alloc. Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.
Descending
},
783
{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.
Descending
, sortable: true}
DataGrid.js
155
Descending
: "
descending
"
434
if (this._sortColumnCell.hasStyleClass("sort-
descending
"))
435
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/compiler-rt/make/
subdir.mk
86
$(info MAKE:
Descending
into subdirs: $(SubDirsList))
/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 3472 milliseconds