Home
last modified time | relevance | path

Searched defs:ClassDef (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/graph/
Dclassdef-graph.hh57 struct ClassDef : public OT::ClassDef struct
60 static bool add_class_def (gsubgpos_graph_context_t& c, in add_class_def()
81 static bool make_class_def (gsubgpos_graph_context_t& c, in make_class_def()
107 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DClassDef.java47 public interface ClassDef extends TypeReference, Annotatable { interface
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
DClassDef.java46 public interface ClassDef extends TypeReference, Annotatable { interface
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2020 struct ClassDef struct
2023 unsigned operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
2024 bool has (hb_codepoint_t k) const { return (*this)[k]; } in has()
2026 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()
2028 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()
2029 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
2042 unsigned get_population () const in get_population()
2057 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize()
2114 bool subset (hb_subset_context_t *c, in subset()
2132 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java45 final class ClassDef implements Cloneable, IAccessFlags, IClassFormatOutput class
50 public ClassDef () in ClassDef() method in ClassDef
/external/freetype/src/otvalid/
Dotvcommn.c856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
/external/python/cpython2/Include/
DPython-ast.h84 } ClassDef; member
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) macro
/external/clang/test/SemaCXX/
Ddllimport.cpp1345 class __declspec(dllimport) ClassDef { }; class
Ddllexport.cpp340 class __declspec(dllexport) ClassDef {}; class
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py913 class ClassDef(FormatSwitchingBaseTable): class
/external/python/cpython3/Include/internal/
Dpycore_ast.h212 } ClassDef; member
/external/python/cpython2/Python/
DPython-ast.c1069 ClassDef(identifier name, asdl_seq * bases, asdl_seq * body, asdl_seq * in ClassDef() function