HomeSort by relevance Sort by last modified time
    Searched defs:ClassDef (Results 1 - 19 of 19) sorted by null

  /libcore/dex/src/main/java/com/android/dex/
ClassDef.java 22 public final class ClassDef {
35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags,
  /external/emma/core/java12/com/vladium/jcd/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 ();
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 933 friend struct ClassDef;
975 friend struct ClassDef;
1016 struct ClassDef
    [all...]
  /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 */
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 934 friend struct ClassDef;
976 friend struct ClassDef;
1017 struct ClassDef
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 56 private final HashMap<String, ClassDef> classDefs;
57 protected ClassDef javaLangObjectClassDef; //cached ClassDef for Ljava/lang/Object;
136 classDefs = new HashMap<String, ClassDef>();
163 ClassDef classDef = new PrimitiveClassDef(primitiveType);
164 classDefs.put(primitiveType, classDef);
239 * @return the newly loaded ClassDef object for the given class, or null if the class cannot be found
242 private static ClassDef loadClassDef(String classType) {
243 ClassDef classDef = null
    [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)
  /art/runtime/
dex_file.h 84 uint32_t class_defs_off_; // file offset of ClassDef array
180 struct ClassDef {
193 DISALLOW_COPY_AND_ASSIGN(ClassDef);
338 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry;
582 // Returns the ClassDef at the specified index.
583 const ClassDef& GetClassDef(uint16_t idx) const {
588 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
595 const char* GetClassDescriptor(const ClassDef& class_def) const {
600 const ClassDef* FindClassDef(const char* descriptor) const;
603 const ClassDef* FindClassDef(uint16_t type_idx) const
    [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 422 milliseconds