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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java 46 public interface ClassDef extends TypeReference {
  /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/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 219 class ClassDef(FormatSwitchingBaseTable):
231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList)))
252 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
259 warnings.warn("ClassDef table has end glyph ID out of range: %s." % end)
323 xmlWriter.simpletag("ClassDef", [("glyph", glyphName), ("class", cls)])
488 'ClassDef': ('ClassDef1', 'ClassDef2', 'BacktrackClassDef', 'InputClassDef',
  /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 935 friend struct ClassDef;
990 friend struct ClassDef;
1047 struct ClassDef
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub-private.h 235 HB_ClassDefinition ClassDef; /* ClassDef table */
harfbuzz-gpos-private.h 487 HB_ClassDefinition ClassDef; /* ClassDef table */
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 936 friend struct ClassDef;
991 friend struct ClassDef;
1048 struct ClassDef
    [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 96 uint32_t class_defs_off_; // file offset of ClassDef array
192 struct ClassDef {
204 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type
223 DISALLOW_COPY_AND_ASSIGN(ClassDef);
634 // Returns the ClassDef at the specified index.
635 const ClassDef& GetClassDef(uint16_t idx) const {
640 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
647 const char* GetClassDescriptor(const ClassDef& class_def) const {
652 const ClassDef* FindClassDef(const char* descriptor) const;
655 const ClassDef* FindClassDef(uint16_t type_idx) const
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.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/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 625 milliseconds