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

1 2 34 5 6 7

  /external/emma/core/java12/com/vladium/jcd/cls/
Field_info.java 102 public String getName (final ClassDef cls)
114 public String getDescriptor (final ClassDef cls)
Method_info.java 103 public String getName (final ClassDef cls)
115 public String getDescriptor (final ClassDef cls)
ClassDef.java 7 * $Id: ClassDef.java,v 1.1.1.1.2.1 2004/07/16 23:32:30 vlad_r Exp $
45 final class ClassDef implements Cloneable, IAccessFlags, IClassFormatOutput
50 public ClassDef ()
211 final ClassDef _clone = (ClassDef) super.clone ();
IFieldCollection.java 52 int [] get (ClassDef cls, String name);
IMethodCollection.java 50 int [] get (ClassDef cls, String name);
  /art/runtime/
dex_file_test.cc 219 const DexFile::ClassDef& c0 = raw->GetClassDef(0);
222 const DexFile::ClassDef& c1 = raw->GetClassDef(1);
232 const DexFile::ClassDef& class_def = raw->GetClassDef(0);
dex_file.cc 359 class_defs_(reinterpret_cast<const ClassDef*>(base + header_->class_defs_off_)),
422 const DexFile::ClassDef* DexFile::FindClassDef(const char* descriptor, size_t hash) const {
442 const ClassDef& class_def = GetClassDef(i);
461 const ClassDef& class_def = GetClassDef(i);
471 const DexFile::ClassDef* DexFile::FindClassDef(uint16_t type_idx) const {
474 const ClassDef& class_def = GetClassDef(i);
    [all...]
class_linker.h 98 // Define a new a class based on a ClassDef from a DexFile
101 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def)
468 void ConstructFieldMap(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def,
475 const DexFile::ClassDef& dex_class_def);
478 const DexFile::ClassDef& dex_class_def,
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 187 ('Offset', 'ClassDef1', None, None, 'Offset to ClassDef table-from beginning of PairPos subtable-for the first glyph of the pair'),
188 ('Offset', 'ClassDef2', None, None, 'Offset to ClassDef table-from beginning of PairPos subtable-for the second glyph of the pair'),
301 ('Offset', 'ClassDef', None, None, 'Offset to ClassDef table-from beginning of ContextPos subtable'),
352 ('Offset', 'BacktrackClassDef', None, None, 'Offset to ClassDef table containing backtrack sequence context-from beginning of ChainContextPos subtable'),
353 ('Offset', 'InputClassDef', None, None, 'Offset to ClassDef table containing input sequence context-from beginning of ChainContextPos subtable'),
354 ('Offset', 'LookAheadClassDef', None, None, 'Offset to ClassDef table containing lookahead sequence context-from beginning of ChainContextPos subtable'),
529 ('Offset', 'ClassDef', None, None, 'Offset to glyph ClassDef table-from beginning of Substitution table'),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 236 if parent.type in (syms.funcdef, syms.classdef):
339 _def_syms = set([syms.classdef, syms.funcdef])
382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 236 if parent.type in (syms.funcdef, syms.classdef):
339 _def_syms = set([syms.classdef, syms.funcdef])
382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer])
  /art/runtime/verifier/
method_verifier.h 146 const DexFile::ClassDef* class_def,
154 const DexFile::ClassDef* class_def,
207 Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def,
245 Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def,
271 const DexFile::ClassDef* class_def_idx,
658 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 231 | classdef
363 classdef: 'class' NAME (LPAREN testlist RPAREN)? COLON suite
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 404 OffsetTo<ClassDef>
416 OffsetTo<ClassDef>
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-gdef-table.hh 404 OffsetTo<ClassDef>
416 OffsetTo<ClassDef>
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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedClassDef.java 42 import org.jf.dexlib2.iface.ClassDef;
53 public class DexBackedClassDef extends BaseTypeReference implements ClassDef {
  /art/compiler/driver/
compiler_driver_test.cc 81 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java 46 public interface ClassDef extends TypeReference {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 37 # ClassDef
39 # ClassDef, new style class
518 ('Module', [('ClassDef', (1, 0), 'C', [], [('Pass', (1, 8))], [])]),
519 ('Module', [('ClassDef', (1, 0), 'C', [('Name', (1, 8), 'object', ('Load',))], [('Pass', (1, 17))], [])]),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 37 # ClassDef
39 # ClassDef, new style class
518 ('Module', [('ClassDef', (1, 0), 'C', [], [('Pass', (1, 8))], [])]),
519 ('Module', [('ClassDef', (1, 0), 'C', [('Name', (1, 8), 'object', ('Load',))], [('Pass', (1, 17))], [])]),
  /cts/tools/dasm/src/dasm/
DAsm.java 101 ClassDefItem classDef;
327 classDef = new ClassDefItem(CstType.intern(Type
332 dexFile.add(classDef);
370 CstFieldRef field = new CstFieldRef(classDef.getThisClass(), nat);
377 classDef.addStaticField(ef, null);
379 classDef.addInstanceField(ef);
444 CstMethodRef meth = new CstMethodRef(classDef.getThisClass(),
456 classDef.addDirectMethod(enc_method);
458 classDef.addVirtualMethod(enc_method);
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 86 public void process (final ClassDef cls,
111 visit ((ClassDef) null, null); // potentially changes m_instrument and m_metadata
127 public Object visit (final ClassDef ignore, final Object ctx)
129 final ClassDef cls = m_cls;
358 final ClassDef cls = m_cls;
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]

Completed in 1223 milliseconds

1 2 34 5 6 7