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

1 2 3 4 56 7 8 91011

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /external/python/cpython2/Lib/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /external/python/cpython3/Lib/
ast.py 198 if not isinstance(node, (AsyncFunctionDef, FunctionDef, ClassDef, Module)):
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
conversion.py 167 node = gast.ClassDef(
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /prebuilts/gdb/linux-x86/lib/python2.7/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):
  /art/runtime/
art_method.cc 140 const DexFile::ClassDef* class_def = dex_file->FindClassDef(declaring_class_type);
435 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx);
480 const DexFile::ClassDef* declaring_class_type_def =
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 30 import com.vladium.jcd.cls.ClassDef;
221 final ClassDef clsDef = ClassDefParser.parseClass (m_readbuf, m_readpos);
468 ClassDef clsDef = ClassDefParser.parseClass (m_readbuf, m_readpos);
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 67 @_add_method(otTables.ClassDef)
74 @_add_method(otTables.ClassDef)
82 @_add_method(otTables.ClassDef)
95 @_add_method(otTables.ClassDef)
494 ContextData = lambda r:(r.ClassDef,)
540 self.ClassDef = 'InputClassDef' if Chain else 'ClassDef'
589 ClassDef = getattr(self, c.ClassDef)
590 indices = ClassDef.intersect(cur_glyphs
    [all...]
  /art/dexdump/
dexdump.cc 599 const DexFile::ClassDef& pClassDef = pDexFile->GetClassDef(idx);
661 const DexFile::ClassDef& pClassDef = pDexFile->GetClassDef(idx);
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 71 const DexFile::ClassDef* GetClassDef() const REQUIRES_SHARED(Locks::mutator_lock_) {
103 const DexFile::ClassDef* class_def) REQUIRES_SHARED(Locks::mutator_lock_)
114 const DexFile::ClassDef* class_def_;
138 const DexFile::ClassDef* class_def = klass->GetClassDef();
266 const DexFile::ClassDef& class_def,
323 const DexFile::ClassDef* class_def = klass.GetClassDef();
    [all...]
  /art/oatdump/
oatdump.cc 270 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
674 const DexFile::ClassDef* class_def =
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 22 import com.android.dex.ClassDef;
652 for (ClassDef classDef : buffer.classDefs()) {
654 new SortableType(buffer, indexMap, classDef));
660 + buffer.typeNames().get(classDef.getTypeIndex()));
730 private void transformClassDef(Dex in, ClassDef classDef, IndexMap indexMap) {
732 idsDefsOut.writeInt(classDef.getTypeIndex());
733 idsDefsOut.writeInt(classDef.getAccessFlags());
734 idsDefsOut.writeInt(classDef.getSupertypeIndex())
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1005 friend struct ClassDef;
    [all...]
  /art/libdexfile/dex/
dex_file_loader_test.cc 477 const DexFile::ClassDef& class_def = raw->GetClassDef(0);
  /art/tools/veridex/
resolver.cc 29 const DexFile::ClassDef& class_def = dex_file_.GetClassDef(class_def_index);
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 295 _ast.ClassDef = type(m.body[1])
  /external/python/cpython2/Python/
compile.c     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /art/runtime/native/
dalvik_system_DexFile.cc 383 const DexFile::ClassDef* dex_class_def =
440 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i);
    [all...]

Completed in 625 milliseconds

1 2 3 4 56 7 8 91011