HomeSort by relevance Sort by last modified time
    Searched refs:SortType (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/base/
directory_lister.h 51 enum SortType {
63 SortType sort,
81 SortType sort,
103 SortType sort_;
directory_lister.cc 73 DirectoryLister::SortType sort_type) {
98 SortType sort,
120 SortType sort,
  /external/chromium_org/chrome/browser/download/
download_query.h 72 enum SortType {
118 void AddSorter(SortType type, SortDirection direction);
download_query.cc 340 const DownloadItem&, const DownloadItem&)> SortType;
350 const SortType& asorter)
357 SortType sorter;
389 void DownloadQuery::AddSorter(DownloadQuery::SortType type,
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 19 import com.android.dexgen.dex.file.MixedItemSection.SortType;
108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
109 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
111 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
112 classData = new MixedItemSection(null, this, 1, SortType.NONE);
113 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
120 map = new MixedItemSection("map", this, 4, SortType.NONE);
MixedItemSection.java 42 static enum SortType {
70 private final SortType sort;
89 SortType sort) {
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 21 import com.android.dx.dex.file.MixedItemSection.SortType;
113 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
114 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
116 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
117 classData = new MixedItemSection(null, this, 1, SortType.NONE);
118 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
125 map = new MixedItemSection("map", this, 4, SortType.NONE);
MixedItemSection.java 41 static enum SortType {
69 private final SortType sort;
88 SortType sort) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 39 import static com.android.dx.dex.file.MixedItemSection.SortType;
115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
118 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
119 classData = new MixedItemSection(null, this, 1, SortType.NONE);
120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
127 map = new MixedItemSection("map", this, 4, SortType.NONE);
MixedItemSection.java 42 static enum SortType {
70 private final SortType sort;
89 SortType sort) {
  /external/chromium_org/third_party/skia/bench/
SortBench.cpp 86 enum SortType {
106 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) {
  /external/skia/bench/
SortBench.cpp 86 enum SortType {
106 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) {
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 371 typedef base::hash_map<std::string, DownloadQuery::SortType> SortTypeMap;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 938 milliseconds