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

1 2

  /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/skia/bench/
SortBench.cpp 88 enum SortType {
108 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) {
  /external/vixl/src/vixl/
invalset.h 136 enum SortType {
144 void Sort(SortType sort_type);
469 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Sort(SortType sort_type) {
  /external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py 159 self.advanced_search_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
176 self.login_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
187 self.user_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
209 self.file_equiv_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
335 self.executable_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
344 self.writable_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
358 self.application_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
369 self.network_out_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
377 self.network_in_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
387 self.boolean_liststore.set_sort_column_id(2, Gtk.SortType.ASCENDING
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha4/
builder-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha6/
builder-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha7/
builder-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta1/
builder-2.2.0-beta1.jar 

Completed in 886 milliseconds

1 2