/art/oatdump/ |
oatdump.cc | 288 const DexFile::ClassDef* class_def = 321 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); 379 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); 409 const DexFile::ClassDef& class_def) { 447 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 21 import com.android.dex.ClassDef; 590 for (ClassDef classDef : buffer.classDefs()) { 591 SortableType sortableType = indexMap.adjust(new SortableType(buffer, classDef)); 597 + buffer.typeNames().get(classDef.getTypeIndex())); 663 private void transformClassDef(Dex in, ClassDef classDef, IndexMap indexMap) { 665 idsDefsOut.writeInt(classDef.getTypeIndex()); 666 idsDefsOut.writeInt(classDef.getAccessFlags()); 667 idsDefsOut.writeInt(classDef.getSupertypeIndex()) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 725 const ClassDef &klass1 = this+classDef1; 730 const ClassDef &klass2 = this+classDef2; 801 OffsetTo<ClassDef> 802 classDef1; /* Offset to ClassDef table--from 805 OffsetTo<ClassDef> 806 classDef2; /* Offset to ClassDef table--from [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 725 const ClassDef &klass1 = this+classDef1; 730 const ClassDef &klass2 = this+classDef2; 801 OffsetTo<ClassDef> 802 classDef1; /* Offset to ClassDef table--from 805 OffsetTo<ClassDef> 806 classDef2; /* Offset to ClassDef table--from [all...] |
/art/runtime/mirror/ |
art_method-inl.h | 505 inline const DexFile::ClassDef& ArtMethod::GetClassDef() {
|
art_method.h | 532 const DexFile::ClassDef& GetClassDef() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
class.h | [all...] |
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 466 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
|
/art/runtime/verifier/ |
method_verifier.cc | 116 const DexFile::ClassDef* class_def = klass->GetClassDef(); 146 const DexFile::ClassDef* class_def, 261 const DexFile::ClassDef* class_def, 310 const DexFile::ClassDef* class_def, 327 const DexFile::ClassDef* class_def, [all...] |
/external/emma/lib/ |
emma.jar | |
/external/fonttools/Lib/fontTools/ |
merge.py | 402 otTables.ClassDef.mergeMap = {
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otTables.py | 219 class ClassDef(FormatSwitchingBaseTable): 231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start) 235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList))) 252 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start) 259 warnings.warn("ClassDef table has end glyph ID out of range: %s." % end) 323 xmlWriter.simpletag("ClassDef", [("glyph", glyphName), ("class", cls)]) 488 'ClassDef': ('ClassDef1', 'ClassDef2', 'BacktrackClassDef', 'InputClassDef',
|
/external/owasp/sanitizer/tools/emma/lib/ |
emma.jar | |
/art/compiler/ |
oat_writer.cc | 708 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); [all...] |
/external/clang/test/SemaCXX/ |
dllexport.cpp | 319 class __declspec(dllexport) ClassDef {}; [all...] |
dllimport.cpp | [all...] |
/art/runtime/ |
class_linker_test.cc | 348 const DexFile::ClassDef& class_def = dex->GetClassDef(i); [all...] |
/art/runtime/gc/ |
heap.cc | 581 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); [all...] |