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

  /art/runtime/
dex_file_verifier.cc 54 case DexFile::kDexTypeAnnotationsDirectoryItem: return 1 << 17;
    [all...]
dex_file.h 141 kDexTypeAnnotationsDirectoryItem = 0x2006,
    [all...]
  /dalvik/libdex/
DexFile.h 227 kDexTypeAnnotationsDirectoryItem = 0x2006,
DexSwapVerify.cpp 337 case kDexTypeAnnotationsDirectoryItem: return 1 << 17;
967 item->annotationsOff, kDexTypeAnnotationsDirectoryItem)
    [all...]

Completed in 973 milliseconds