HomeSort by relevance Sort by last modified time
    Searched full:typelists (Results 1 - 25 of 27) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 92 if (tableOfContents.typeLists.off == -1) {
96 Dex.Section in = dex.open(tableOfContents.typeLists.off);
97 for (int i = 0; i < tableOfContents.typeLists.size; i++) {
  /frameworks/native/services/sensorservice/
traits.h 21 // Typelists
35 // helpers to build typelists
41 // typelists algorithms
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdItem.java 117 MixedItemSection typeLists = file.getTypeLists();
123 parameterTypes = typeLists.intern(parameterTypes);
DexFile.java 52 private final MixedItemSection typeLists;
108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
128 classDefs, wordData, typeLists, stringData, byteData,
270 return typeLists;
490 typeLists.prepare();
ClassDefItem.java 134 MixedItemSection typeLists = file.getTypeLists();
155 interfaces = typeLists.intern(interfaces);
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 114 MixedItemSection typeLists = file.getTypeLists();
120 parameterTypes = typeLists.intern(parameterTypes);
DexFile.java 55 private final MixedItemSection typeLists;
113 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
133 classDefs, wordData, typeLists, stringData, byteData,
289 return typeLists;
507 typeLists.prepare();
ClassDefItem.java 131 MixedItemSection typeLists = file.getTypeLists();
152 interfaces = typeLists.intern(interfaces);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ProtoIdItem.java 114 MixedItemSection typeLists = file.getTypeLists();
120 parameterTypes = typeLists.intern(parameterTypes);
DexFile.java 57 private final MixedItemSection typeLists;
115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
135 classDefs, wordData, typeLists, stringData, byteData,
291 return typeLists;
509 typeLists.prepare();
ClassDefItem.java 132 MixedItemSection typeLists = file.getTypeLists();
153 interfaces = typeLists.intern(interfaces);
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 40 public final Section typeLists = new Section(0x1001);
52 typeLists, annotationSetRefLists, annotationSets, classDatas, codes, stringDatas,
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 121 contentsOut.typeLists.off = dexOut.getNextSectionStart();
425 return tableOfContents.typeLists;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 38 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
typelist.h 40 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
typelist.h 40 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 38 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 38 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 38 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
typelist.h 38 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 40 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 41 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 40 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 41 * Typelists are an idea by Andrei Alexandrescu.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
typelist.h 40 * Typelists are an idea by Andrei Alexandrescu.

Completed in 786 milliseconds

1 2