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

1 2 3

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java 47 public interface ClassDef extends TypeReference, Annotatable {
  /dalvik/dx/src/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 ();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 84 } ClassDef;
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 84 } ClassDef;
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6)
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1007 friend struct ClassDef;
1064 friend struct ClassDef;
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/dexlayout/
dex_ir.h 40 class ClassDef;
89 virtual void Dispatch(ClassDef* class_def) = 0;
173 std::vector<std::unique_ptr<ClassDef>>& ClassDefs() { return class_defs_.Collection(); }
237 ClassDef* GetClassDef(uint32_t index) {
336 CollectionVector<ClassDef> class_defs_;
779 class ClassDef : public IndexedItem {
781 ClassDef(const TypeId* class_type,
798 ~ClassDef() OVERRIDE { }
826 DISALLOW_COPY_AND_ASSIGN(ClassDef);
    [all...]
  /art/runtime/
dex_file.h 94 uint32_t class_defs_off_; // file offset of ClassDef array
195 struct ClassDef {
207 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type
226 DISALLOW_COPY_AND_ASSIGN(ClassDef);
637 uint32_t FindCodeItemOffset(const DexFile::ClassDef& class_def,
705 // Returns the ClassDef at the specified index.
706 const ClassDef& GetClassDef(uint16_t idx) const {
711 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
718 const char* GetClassDescriptor(const ClassDef& class_def) const;
721 const ClassDef* FindClassDef(dex::TypeIndex type_idx) const
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 693 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 676 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 594 milliseconds

1 2 3