Home
last modified time | relevance | path

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

123

/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_format.h253 struct ClassDef { struct
254 u4 class_idx;
255 u4 access_flags;
256 u4 superclass_idx;
257 u4 interfaces_off;
258 u4 source_file_idx;
259 u4 annotations_off;
260 u4 class_data_off;
261 u4 static_values_off;
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h459 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
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dclassdef-graph.hh59 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()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh2058 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 …]
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DClassDef.java22 public final class ClassDef { class
35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, in ClassDef() method in ClassDef
/aosp_15_r20/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java45 final class ClassDef implements Cloneable, IAccessFlags, IClassFormatOutput class
50 public ClassDef () in ClassDef() method in ClassDef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dlayout.rs285 impl ClassDef<'_> { implementation
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
H A DClassDef.java46 public interface ClassDef extends TypeReference, Annotatable { interface
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs1483 pub enum ClassDef<'a> { enum
1488 impl<'a> ClassDef<'a> { implementation
1498 impl<'a> FontRead<'a> for ClassDef<'a> { implementation
1510 impl<'a> ClassDef<'a> { impl
1520 impl<'a> std::fmt::Debug for ClassDef<'a> { implementation
1527 impl<'a> SomeTable<'a> for ClassDef<'a> { implementation
/aosp_15_r20/external/freetype/src/otvalid/
H A Dotvcommn.c856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
/aosp_15_r20/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
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1345 class __declspec(dllimport) ClassDef { }; class
H A Ddllexport.cpp340 class __declspec(dllexport) ClassDef {}; class
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py932 class ClassDef(FormatSwitchingBaseTable): class
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast.h212 } ClassDef; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast.h212 } ClassDef; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast.h212 } ClassDef; member

123