/dalvik/dx/src/com/android/dx/dex/file/ |
MapItem.java | 198 public void addContents(DexFile file) { 210 protected void writeTo0(DexFile file, AnnotatedOutput out) {
|
ProtoIdItem.java | 111 public void addContents(DexFile file) { 126 public void writeTo(DexFile file, AnnotatedOutput out) {
|
UniformListItem.java | 121 public void addContents(DexFile file) { 189 protected void writeTo0(DexFile file, AnnotatedOutput out) {
|
ClassDataItem.java | 226 public void addContents(DexFile file) { 340 private void encodeOutput(DexFile file, AnnotatedOutput out) { 372 private static void encodeSize(DexFile file, AnnotatedOutput out, 392 private static void encodeList(DexFile file, AnnotatedOutput out, 412 public void writeTo0(DexFile file, AnnotatedOutput out) {
|
ValueEncoder.java | 97 private final DexFile file; 108 public ValueEncoder(DexFile file, AnnotatedOutput out) { 492 public static void addContents(DexFile file, Annotation annotation) { 508 * #addContents(DexFile,Annotation)} recursively should it 514 public static void addContents(DexFile file, Constant cst) {
|
MixedItemSection.java | 88 public MixedItemSection(String name, DexFile file, int alignment, 264 DexFile file = getFile(); 334 DexFile file = getFile();
|
DebugInfoDecoder.java | 67 private final DexFile file; 96 boolean isStatic, CstMethodRef ref, DexFile file) { 418 public static void validateEncode(byte[] info, DexFile file, 441 DexFile file, PositionList pl, LocalList ll) {
|
FieldIdsSection.java | 42 public FieldIdsSection(DexFile file) {
|
MethodIdsSection.java | 42 public MethodIdsSection(DexFile file) {
|
ProtoIdsSection.java | 42 public ProtoIdsSection(DexFile file) {
|
/dalvik/libdex/ |
DexClass.h | 24 #include "DexFile.h" 109 DEX_INLINE const DexCode* dexGetCode(const DexFile* pDexFile,
|
DexCatch.h | 24 #include "DexFile.h"
|
DexOptData.cpp | 49 bool dexParseOptData(const u1* data, size_t length, DexFile* pDexFile)
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDataItem.java | 229 public void addContents(DexFile file) { 343 private void encodeOutput(DexFile file, AnnotatedOutput out) { 375 private static void encodeSize(DexFile file, AnnotatedOutput out, 395 private static void encodeList(DexFile file, AnnotatedOutput out, 415 public void writeTo0(DexFile file, AnnotatedOutput out) {
|
ValueEncoder.java | 99 private final DexFile file; 110 public ValueEncoder(DexFile file, AnnotatedOutput out) { 494 public static void addContents(DexFile file, Annotation annotation) { 510 * #addContents(DexFile,Annotation)} recursively should it 516 public static void addContents(DexFile file, Constant cst) {
|
MixedItemSection.java | 88 public MixedItemSection(String name, DexFile file, int alignment, 264 DexFile file = getFile(); 334 DexFile file = getFile();
|
DebugInfoDecoder.java | 66 private final DexFile file; 95 boolean isStatic, CstMethodRef ref, DexFile file) { 424 public static void validateEncode(byte[] info, DexFile file, 447 DexFile file, PositionList pl, LocalList ll) {
|
FieldIdsSection.java | 42 public FieldIdsSection(DexFile file) {
|
MethodIdsSection.java | 42 public MethodIdsSection(DexFile file) {
|
ProtoIdsSection.java | 42 public ProtoIdsSection(DexFile file) {
|
/dalvik/vm/reflect/ |
Annotation.cpp | 87 static const DexAnnotationsDirectoryItem* getAnnoDirectory(DexFile* pDexFile, 232 DexFile* pDexFile; 427 DexFile* pDexFile = clazz->pDvmDex->pDexFile; 648 const DexFile* pDexFile = clazz->pDvmDex->pDexFile; 831 DexFile* pDexFile = clazz->pDvmDex->pDexFile; 886 DexFile* pDexFile = clazz->pDvmDex->pDexFile; [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/ |
ApkBuilder.java | 375 * @param dexFile the file representing the dex file. This can be null for apk with no code. 381 public ApkBuilder(File apkFile, File resFile, File dexFile, String debugStoreOsPath, 386 init(apkFile, resFile, dexFile, info.key, info.certificate, verboseStream); 388 init(apkFile, resFile, dexFile, null /*key*/, null/*certificate*/, verboseStream); 405 * @param dexFile the file representing the dex file. This can be null for apk with no code. 412 public ApkBuilder(File apkFile, File resFile, File dexFile, PrivateKey key, 414 init(apkFile, resFile, dexFile, key, certificate, verboseStream); 425 private void init(File apkFile, File resFile, File dexFile, PrivateKey key, 431 if (dexFile != null) { 432 checkInputFile(mDexFile = dexFile); [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 93 import dex.structure.DexFile; 128 public SigApi convertApi(String apiName, Set<DexFile> dexFiles, 138 * Converts the given {@link DexFile}s into the corresponding (packages 145 /* package */Set<IPackage> convertPackages(Set<DexFile> parsedFiles) { 153 for (DexFile dexFile : parsedFiles) { 154 List<DexClass> definedClasses = dexFile.getDefinedClasses(); [all...] |
/dalvik/tests/071-dexfile/src/ |
Main.java | 22 * DexFile tests (Dalvik-specific).
|
/dalvik/vm/native/ |
InternalNativePriv.h | 78 * dvmHashTableFree callback for some DexFile operations.
|