HomeSort by relevance Sort by last modified time
    Searched refs:ClassDef (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /tools/dexter/slicer/
reader.cc 39 slicer::ArrayView<const dex::ClassDef> Reader::ClassDefs() const {
40 return section<dex::ClassDef>(header_->class_defs_off,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 693 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 676 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 693 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 157 const DexFile::ClassDef* class_def = klass->GetClassDef();
213 const DexFile::ClassDef& class_def,
287 const DexFile::ClassDef& class_def,
375 const DexFile::ClassDef& class_def,
516 const DexFile::ClassDef& class_def,
552 const DexFile::ClassDef& class_def,
    [all...]
verifier_deps.cc 101 const DexFile::ClassDef* class_def = klass->GetClassDef();
    [all...]
  /art/runtime/
class_linker.cc     [all...]
art_method.h 608 const DexFile::ClassDef& GetClassDef() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 876 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 5);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 822 OffsetTo<ClassDef>
823 classDef1; /* Offset to ClassDef table--from
826 OffsetTo<ClassDef>
827 classDef2; /* Offset to ClassDef table--from
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 450 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i);
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 579 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
  /art/tools/veridex/
flow_analysis.cc 711 const DexFile::ClassDef* def = cls->GetClassDef();
  /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/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
_ast_util.py 229 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 56 import org.jf.dexlib2.iface.ClassDef;
160 smali_file returns[ClassDef classDef]
163 $classDef = dexBuilder.internClassDef($header.classType, $header.accessFlags, $header.superType,
    [all...]
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /art/dexlayout/
dex_writer.cc 583 for (std::unique_ptr<dex_ir::ClassDef>& class_def : header_->GetCollections().ClassDefs()) {
    [all...]
  /art/profman/
profman.cc     [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 340 class __declspec(dllexport) ClassDef {};
    [all...]
dllimport.cpp     [all...]

Completed in 881 milliseconds

1 2 3 4 5 6 78 91011