HomeSort by relevance Sort by last modified time
    Searched refs:sorting (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
SortModels.java 19 import com.android.documentsui.sorting.SortModel;
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortController_TabletLayoutTest.java 17 package com.android.documentsui.sorting;
23 import com.android.documentsui.sorting.SortControllerTest.TestWidget;
SortDimensionTest.java 17 package com.android.documentsui.sorting;
26 import com.android.documentsui.sorting.SortDimension.SortCapability;
27 import com.android.documentsui.sorting.SortDimension.SortDirection;
SortControllerTest.java 17 package com.android.documentsui.sorting;
SortModelTest.java 17 package com.android.documentsui.sorting;
29 import com.android.documentsui.sorting.SortModel.UpdateListener;
30 import com.android.documentsui.sorting.SortModel.UpdateType;
  /external/strace/
strace-log-merge 12 option which prints timestamps (otherwise sorting won't do any good).
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryState.java 25 import com.android.documentsui.sorting.SortModel;
26 import com.android.documentsui.sorting.SortDimension.SortDirection;
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DropdownSortWidgetController.java 17 package com.android.documentsui.sorting;
29 import com.android.documentsui.sorting.SortController.WidgetController;
30 import com.android.documentsui.sorting.SortDimension.SortDirection;
31 import com.android.documentsui.sorting.SortModel.SortDimensionId;
32 import com.android.documentsui.sorting.SortModel.UpdateType;
HeaderCell.java 17 package com.android.documentsui.sorting;
33 import com.android.documentsui.sorting.SortDimension;
38 * It updates its display when it binds to {@link SortDimension} and changes the status of sorting
TableHeaderController.java 17 package com.android.documentsui.sorting;
22 import com.android.documentsui.sorting.SortModel.SortDimensionId;
SortController.java 17 package com.android.documentsui.sorting;
SortingCursorWrapper.java 17 package com.android.documentsui.sorting;
29 import com.android.documentsui.sorting.SortModel.SortDimensionId;
33 * common {@link Document} sorting modes, such as ordering directories first.
173 * when sorting descending by date.
222 "Unknown sorting direction: " + direction);
303 "Unknown sorting direction: " + direction);
310 // when sorting a set of active downloads by mod time.
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
SortHeaderBot.java 27 import static com.android.documentsui.sorting.SortDimension.SORT_DIRECTION_ASCENDING;
39 import com.android.documentsui.sorting.SortDimension;
40 import com.android.documentsui.sorting.SortDimension.SortDirection;
41 import com.android.documentsui.sorting.SortModel;
42 import com.android.documentsui.sorting.SortModel.SortDimensionId;
76 assertTrue("Sorting by id: " + id + " in direction: " + direction + " failed.",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect_test.go 44 t.Errorf("sorting failed")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect_test.go 44 t.Errorf("sorting failed")
  /external/v8/tools/
profile_view.js 106 * Creates a Profile View object. It allows to perform sorting
121 * ProfileView.Node):number} sortFunc A sorting
122 * functions. Must comply with Array.sort sorting function requirements.
195 * ProfileView.Node):number} sortFunc A sorting
196 * functions. Must comply with Array.sort sorting function requirements.
  /external/valgrind/memcheck/tests/
varinfo6.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
FileManagementUiTest.java 32 import com.android.documentsui.sorting.SortDimension;
33 import com.android.documentsui.sorting.SortModel;
SortDocumentUiTest.java 23 import com.android.documentsui.sorting.SortDimension;
24 import com.android.documentsui.sorting.SortModel;
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 28 import com.android.documentsui.sorting.SortModel;
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 21 // multiSorter implements the Sort interface, sorting the changes within.
89 // ExampleMultiKeys demonstrates a technique for sorting a struct type using different
sort.go 7 // Package sort provides primitives for sorting slices and user-defined
307 // IntSlice attaches the methods of Interface to []int, sorting in increasing order.
317 // Float64Slice attaches the methods of Interface to []float64, sorting in increasing order.
332 // StringSlice attaches the methods of Interface to []string, sorting in increasing order.
362 // Notes on stable sorting:
365 // experimentally to other stable in-place sorting algorithms.
375 // - "Fast Stable In-Place Sorting with O(n) Data Moves" J.I. Munro and
380 // - All the optimal in-place sorting/merging algorithms I found are either
543 Complexity of Stable Sorting
560 Stable sorting by SymMerge and BlockSwap rotation
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 21 // multiSorter implements the Sort interface, sorting the changes within.
89 // ExampleMultiKeys demonstrates a technique for sorting a struct type using different
sort.go 7 // Package sort provides primitives for sorting slices and user-defined
307 // IntSlice attaches the methods of Interface to []int, sorting in increasing order.
317 // Float64Slice attaches the methods of Interface to []float64, sorting in increasing order.
332 // StringSlice attaches the methods of Interface to []string, sorting in increasing order.
362 // Notes on stable sorting:
365 // experimentally to other stable in-place sorting algorithms.
375 // - "Fast Stable In-Place Sorting with O(n) Data Moves" J.I. Munro and
380 // - All the optimal in-place sorting/merging algorithms I found are either
543 Complexity of Stable Sorting
560 Stable sorting by SymMerge and BlockSwap rotation
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 36 import com.android.documentsui.sorting.SortDimension;
37 import com.android.documentsui.sorting.SortModel;

Completed in 390 milliseconds

1 2 3 4