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

1 23 4 5 6

  /external/emma/core/java12/com/vladium/jcd/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);
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 237 HB_ClassDefinition ClassDef; /* ClassDef table */
harfbuzz-gpos-private.h 500 HB_ClassDefinition ClassDef; /* ClassDef table */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 237 HB_ClassDefinition ClassDef; /* ClassDef table */
harfbuzz-gpos-private.h 500 HB_ClassDefinition ClassDef; /* ClassDef table */
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /art/compiler/
oat_writer.cc 143 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
226 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
236 const DexFile::ClassDef& class_def) {
603 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
624 const DexFile::ClassDef& class_def) {
    [all...]
image_test.cc 149 const DexFile::ClassDef& class_def = dex->GetClassDef(i);
oat_test.cc 118 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i);
  /art/runtime/
class_linker.h 75 // Define a new a class based on a ClassDef from a DexFile
77 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def)
405 void ConstructFieldMap(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def,
410 const DexFile::ClassDef& dex_class_def);
413 const DexFile::ClassDef& dex_class_def,
object_utils.h 125 const DexFile::ClassDef* GetClassDef() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
187 const DexFile::ClassDef* dex_class_def = GetClassDef();
224 const DexFile::ClassDef* class_def = GetClassDef();
526 const DexFile::ClassDef& GetClassDef() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /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/native/
dalvik_system_DexFile.cc 163 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str());
189 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i);
  /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>
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 402 OffsetTo<ClassDef>
414 OffsetTo<ClassDef>
  /art/compiler/driver/
compiler_driver_test.cc 78 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i);
  /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);
441 CstMethodRef meth = new CstMethodRef(classDef.getThisClass(),
453 classDef.addDirectMethod(enc_method);
455 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...]

Completed in 341 milliseconds

1 23 4 5 6