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

1 2 3

  /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) {
  /external/llvm/lib/Transforms/Utils/
SplitModule.cpp 150 typedef std::pair<unsigned, ClusterMapType::iterator> SortType;
151 SmallVector<SortType, 64> Sets;
163 std::sort(Sets.begin(), Sets.end(), [](const SortType &a, const SortType &b) {
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 21 import com.android.dx.dex.file.MixedItemSection.SortType;
125 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
126 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
128 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
129 classData = new MixedItemSection(null, this, 1, SortType.NONE);
130 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
137 map = new MixedItemSection("map", this, 4, SortType.NONE);
MixedItemSection.java 41 static enum SortType {
69 private final SortType sort;
88 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/
invalset-vixl.h 149 enum SortType {
157 void Sort(SortType sort_type);
539 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Sort(SortType sort_type) {
  /external/selinux/python/sepolicy/sepolicy/
gui.py 183 self.login_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
194 self.user_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
216 self.file_equiv_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
342 self.executable_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
351 self.writable_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
365 self.application_files_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
376 self.network_out_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
384 self.network_in_liststore.set_sort_column_id(0, Gtk.SortType.ASCENDING)
394 self.boolean_liststore.set_sort_column_id(2, Gtk.SortType.ASCENDING)
409 self.transitions_into_liststore.set_sort_column_id(1, 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 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.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/
builder-2.2.0.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 

Completed in 1151 milliseconds

1 2 3