HomeSort by relevance Sort by last modified time
    Searched refs:GType (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/harfbuzz_ng/src/
hb-gobject-structs.h 48 HB_EXTERN GType hb_gobject_blob_get_type (void);
56 HB_EXTERN GType hb_gobject_buffer_get_type (void);
64 HB_EXTERN GType hb_gobject_face_get_type (void);
72 HB_EXTERN GType hb_gobject_font_get_type (void);
80 HB_EXTERN GType hb_gobject_font_funcs_get_type (void);
83 HB_EXTERN GType hb_gobject_set_get_type (void);
86 HB_EXTERN GType hb_gobject_shape_plan_get_type (void);
94 HB_EXTERN GType hb_gobject_unicode_funcs_get_type (void);
99 HB_EXTERN GType hb_gobject_feature_get_type (void);
102 HB_EXTERN GType hb_gobject_glyph_info_get_type (void)
    [all...]
hb-gobject-enums.cc.tmpl 30 /* g++ didn't like older gtype.h gcc-only code path. */
48 GType
65 GType id =
hb-gobject-enums.h.tmpl 45 HB_EXTERN GType @enum_name@_get_type (void) G_GNUC_CONST;
hb-gobject-structs.cc 29 /* g++ didn't like older gtype.h gcc-only code path. */
41 GType \
46 GType id = g_boxed_type_register_static (g_intern_static_string ("hb_" #name "_t"), \
  /external/libxcam/wrapper/gstreamer/
gstxcambuffermeta.cpp 25 GType
28 static GType xcam_buf_type = 0;
33 GType _type = gst_meta_api_type_register ("GstXCamBuffer", xcam_buf_tags);
gstxcambuffermeta.h 45 GType
gstxcambufferpool.h 53 GType gst_xcam_buffer_pool_get_type (void);
gstxcamfilter.cpp 69 static GType
72 static GType g_type = 0;
80 const GType type =
89 static GType
92 static GType g_type = 0;
101 const GType type =
110 static GType
113 static GType g_type = 0;
126 const GType type =
135 static GType
    [all...]
gstxcamfilter.h 106 GType gst_xcam_filter_get_type (void);
  /hardware/intel/common/libmix/mix_common/src/
mixdrmparams.h 93 GType mix_drmparams_get_type (void);
mixparams.c 32 GType mix_params_get_type (void)
34 static GType _mix_params_type = 0;
146 MixParams* mix_params_new (GType type)
  /external/libbrillo/brillo/glib/
object.h 80 // the GType typeid for the associated GType (see type_to_gtype).
82 template <typename T> ::GType type_to_gtypeid();
85 inline ::GType type_to_gtypeid<const char*>() {
89 inline ::GType type_to_gtypeid<char*>() {
93 inline ::GType type_to_gtypeid< ::uint8_t>() {
97 inline ::GType type_to_gtypeid<double>() {
101 inline ::GType type_to_gtypeid<bool>() {
106 inline ::GType type_to_gtypeid<const Value*>() {
111 inline ::GType type_to_gtypeid< ::uint32_t>()
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.h 134 GType mix_display_get_type (void);
219 GType mix_param_spec_display_get_type (void);
222 const char *blurb, GType object_type,
mixdrmparams.h 96 GType mix_drmparams_get_type (void);
mixvideoconfigparams.h 96 GType mix_videoconfigparams_get_type(void);
mixvideoconfigparamsdec_h264.h 99 GType mix_videoconfigparamsdec_h264_get_type (void);
mixvideoconfigparamsdec_vc1.h 103 GType mix_videoconfigparamsdec_vc1_get_type (void);
mixvideoconfigparamsenc_preview.h 96 GType mix_videoconfigparamsenc_preview_get_type (void);
mixvideoinitparams.h 100 GType mix_videoinitparams_get_type (void);
mixdisplay.c 47 GType
50 static GType _mix_display_type = 0;
184 mix_display_new (GType type)
419 GType
422 static GType type;
457 const char *blurb, GType object_type,
  /hardware/intel/common/libmix/mix_audio/src/
mixacpmp3.h 111 GType mix_acp_mp3_get_type (void);
mixaip.h 103 GType mix_aip_get_type (void);
mixacpwma.h 129 GType mix_acp_wma_get_type (void);
  /external/libxcam/wrapper/gstreamer/interface/
gstxcaminterface.c 29 GType
32 static GType gst_xcam_3a_interface_type = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 207 Type *GType = GVar->getType();
208 if (PointerType *PT = dyn_cast<PointerType>(GType))
209 GType = PT->getElementType();
211 if (isa<ArrayType>(GType)) {
220 if (StructType *ST = dyn_cast<StructType>(GType)) {
227 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType);

Completed in 534 milliseconds

1 2 3 4 5