OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ascending
(Results
1 - 3
of
3
) 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.
33
def
Ascending
(self, channel_info, callback):
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js
154
Ascending
: "
ascending
",
436
if (!this._sortColumnCell || this._sortColumnCell.classList.contains("sort-
ascending
"))
437
return WebInspector.DataGrid.Order.
Ascending
;
448
return !this._sortColumnCell || this._sortColumnCell.classList.contains("sort-
ascending
");
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java
51
* would be a bit different from simply reversing the
ascending
list, since the
56
*
ascending
and descending views of the data:
106
Ascending
, Descending
207
if(order == SortOrder.
Ascending
) {
234
if (order == SortOrder.
Ascending
) {
283
if(order == SortOrder.
Ascending
) {
307
if (order == SortOrder.
Ascending
) {
315
if (order == SortOrder.
Ascending
) {
323
if (order == SortOrder.
Ascending
) {
335
if (order == SortOrder.
Ascending
) {
[
all
...]
Completed in 63 milliseconds