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

  /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 936 friend struct ClassDef;
991 friend struct ClassDef;
1048 struct ClassDef
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 936 friend struct ClassDef;
991 friend struct ClassDef;
1048 struct ClassDef
    [all...]
  /art/runtime/
dex_file.h 98 uint32_t class_defs_off_; // file offset of ClassDef array
194 struct ClassDef {
206 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type
225 DISALLOW_COPY_AND_ASSIGN(ClassDef);
637 // Returns the ClassDef at the specified index.
638 const ClassDef& GetClassDef(uint16_t idx) const {
643 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
650 const char* GetClassDescriptor(const ClassDef& class_def) const {
656 const ClassDef* FindClassDef(const char* descriptor, size_t hash) const;
659 const ClassDef* FindClassDef(uint16_t type_idx) const
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 314 milliseconds