HomeSort by relevance Sort by last modified time
    Searched full:classdef (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /art/runtime/verifier/
method_verifier.h 153 const DexFile::ClassDef* class_def,
159 const DexFile::ClassDef* class_def,
227 mirror::ClassLoader* class_loader, const DexFile::ClassDef* class_def,
268 const DexFile::ClassDef* class_def_idx,
696 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 719 const ClassDef &klass1 = this+classDef1;
724 const ClassDef &klass2 = this+classDef2;
795 OffsetTo<ClassDef>
796 classDef1; /* Offset to ClassDef table--from
799 OffsetTo<ClassDef>
800 classDef2; /* Offset to ClassDef table--from
    [all...]
hb-ot-layout-common-private.hh 934 friend struct ClassDef;
989 friend struct ClassDef;
1046 struct ClassDef
    [all...]
  /art/oatdump/
oatdump.cc 179 const DexFile::ClassDef* class_def =
208 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
254 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
278 const DexFile::ClassDef& class_def) {
304 void DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def,
556 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
617 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
631 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 84 } ClassDef;
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 84 } ClassDef;
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 164 if n == symbol.classdef:
165 return self.classdef(node[1:])
240 elif nodelist[1][0] == symbol.classdef:
242 cls = self.classdef(nodelist[1][1:])
294 def classdef(self, nodelist): member in class:Transformer
295 # classdef: 'class' NAME ['(' [testlist] ')'] ':' suite
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 164 if n == symbol.classdef:
165 return self.classdef(node[1:])
240 elif nodelist[1][0] == symbol.classdef:
242 cls = self.classdef(nodelist[1][1:])
294 def classdef(self, nodelist): member in class:Transformer
295 # classdef: 'class' NAME ['(' [testlist] ')'] ':' suite
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 716 const ClassDef &klass1 = this+classDef1;
721 const ClassDef &klass2 = this+classDef2;
791 OffsetTo<ClassDef>
792 classDef1; /* Offset to ClassDef table--from
795 OffsetTo<ClassDef>
796 classDef2; /* Offset to ClassDef table--from
    [all...]
hb-ot-layout-common-private.hh 934 friend struct ClassDef;
976 friend struct ClassDef;
1017 struct ClassDef
    [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...]
  /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)):
  /prebuilts/sdk/tools/lib/
dx.jar 
  /dalvik/libdex/
DexFile.h 685 /* return the ClassDef with the specified index */
691 /* given a ClassDef pointer, recover its index */
  /art/runtime/
dex_file_verifier.cc     [all...]
  /external/emma/lib/
emma.jar 
  /art/compiler/driver/
compiler_driver.cc 502 const DexFile::ClassDef& class_def)
565 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 566 ### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
797 # decorated: decorators (classdef | funcdef)
py3_test_grammar.py 510 ### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
742 # decorated: decorators (classdef | funcdef)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 584 ### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
823 # decorated: decorators (classdef | funcdef)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 566 ### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
797 # decorated: decorators (classdef | funcdef)
py3_test_grammar.py 510 ### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
742 # decorated: decorators (classdef | funcdef)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 584 ### compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef
823 # decorated: decorators (classdef | funcdef)

Completed in 1286 milliseconds

1 2 34 5 6