/external/harfbuzz_ng/src/graph/ |
D | classdef-graph.hh | 59 struct ClassDef : public OT::ClassDef struct 62 static bool add_class_def (gsubgpos_graph_context_t& c, in add_class_def() 83 static bool make_class_def (gsubgpos_graph_context_t& c, in make_class_def() 115 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | tree_views.h | 459 struct ClassDef : public TreeView { struct 460 explicit ClassDef(const TreeRef& tree) : TreeView(tree) { in ClassDef() argument 463 explicit ClassDef(TreeRef&& tree) : TreeView(std::move(tree)) { in ClassDef() argument 466 ClassDef withName(std::string new_name) const { in withName() argument 485 static ClassDef create( in create() argument
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/ |
D | ClassDef.java | 46 public interface ClassDef extends TypeReference, Annotatable { interface
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 2058 struct ClassDef struct 2061 unsigned operator [] (hb_codepoint_t k) const { return get (k); } in operator []() 2062 bool has (hb_codepoint_t k) const { return (*this)[k]; } in has() 2064 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()() 2066 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get() 2067 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() 2080 unsigned get_population () const in get_population() 2095 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize() 2159 bool subset (hb_subset_context_t *c, in subset() 2177 bool sanitize (hb_sanitize_context_t *c) const in sanitize() [all …]
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 45 final class ClassDef implements Cloneable, IAccessFlags, IClassFormatOutput class 50 public ClassDef () in ClassDef() method in ClassDef
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/ |
D | layout.rs | 291 impl ClassDef<'_> { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/ |
D | layout.rs | 291 impl ClassDef<'_> { impl
|
/external/freetype/src/otvalid/ |
D | otvcommn.c | 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/ |
D | generated_layout.rs | 1493 pub enum ClassDef<'a> { enum 1498 impl<'a> ClassDef<'a> { implementation 1516 impl<'a> FontRead<'a> for ClassDef<'a> { implementation 1528 impl<'a> ClassDef<'a> { implementation 1538 impl<'a> std::fmt::Debug for ClassDef<'a> { implementation 1545 impl<'a> SomeTable<'a> for ClassDef<'a> { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/ |
D | generated_layout.rs | 1493 pub enum ClassDef<'a> { enum 1498 impl<'a> ClassDef<'a> { implementation 1516 impl<'a> FontRead<'a> for ClassDef<'a> { implementation 1528 impl<'a> ClassDef<'a> { impl 1538 impl<'a> std::fmt::Debug for ClassDef<'a> { implementation 1545 impl<'a> SomeTable<'a> for ClassDef<'a> { implementation
|
/external/clang/test/SemaCXX/ |
D | dllimport.cpp | 1345 class __declspec(dllimport) ClassDef { }; class
|
D | dllexport.cpp | 340 class __declspec(dllexport) ClassDef {}; class
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 932 class ClassDef(FormatSwitchingBaseTable): class
|
/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 226 } ClassDef; member
|