Home
last modified time | relevance | path

Searched refs:GType (Results 1 – 23 of 23) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-gobject-structs.h48 HB_EXTERN GType
57 HB_EXTERN GType
66 HB_EXTERN GType
75 HB_EXTERN GType
84 HB_EXTERN GType
88 HB_EXTERN GType
92 HB_EXTERN GType
96 HB_EXTERN GType
105 HB_EXTERN GType
111 HB_EXTERN GType
[all …]
Dhb-gobject-structs.cc53 GType \
58 GType id = g_boxed_type_register_static (g_intern_static_string ("hb_" #name "_t"), \
Dhb-gobject-enums.cc.tmpl48 GType
65 GType id =
Dhb-gobject-enums.h.tmpl45 HB_EXTERN GType
/external/libbrillo/brillo/glib/
Dobject.h79 template <typename T> ::GType type_to_gtypeid();
82 inline ::GType type_to_gtypeid<const char*>() {
86 inline ::GType type_to_gtypeid<char*>() {
90 inline ::GType type_to_gtypeid< ::uint8_t>() {
94 inline ::GType type_to_gtypeid<double>() {
98 inline ::GType type_to_gtypeid<bool>() {
103 inline ::GType type_to_gtypeid<const Value*>() {
108 inline ::GType type_to_gtypeid< ::uint32_t>() {
116 inline ::GType type_to_gtypeid< ::int64_t>() {
121 inline ::GType type_to_gtypeid< ::int32_t>() {
Ddbus.cc22 ::GType g_type_array = ::dbus_g_type_get_collection("GPtrArray", in CallPtrArray()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp69 static GType
72 static GType g_type = 0; in gst_xcam_filter_copy_mode_get_type()
80 const GType type = in gst_xcam_filter_copy_mode_get_type()
89 static GType
92 static GType g_type = 0; in gst_xcam_filter_defog_mode_get_type()
101 const GType type = in gst_xcam_filter_defog_mode_get_type()
110 static GType
113 static GType g_type = 0; in gst_xcam_filter_wavelet_mode_get_type()
126 const GType type = in gst_xcam_filter_wavelet_mode_get_type()
135 static GType
[all …]
Dgstxcamsrc.cpp123 static GType
126 static GType g_type = 0; in gst_xcam_src_mem_mode_get_type()
142 static GType
145 static GType g_type = 0; in gst_xcam_src_field_get_type()
167 static GType
170 static GType g_type = 0; in gst_xcam_src_image_processor_get_type()
182 const GType type = in gst_xcam_src_image_processor_get_type()
191 static GType
194 static GType g_type = 0; in gst_xcam_src_analyzer_get_type()
208 const GType type = in gst_xcam_src_analyzer_get_type()
[all …]
Dgstxcambuffermeta.cpp25 GType
28 static GType xcam_buf_type = 0; in gst_xcam_buffer_meta_api_get_type()
33 GType _type = gst_meta_api_type_register ("GstXCamBuffer", xcam_buf_tags); in gst_xcam_buffer_meta_api_get_type()
Dgstxcambuffermeta.h45 GType
Dgstxcambufferpool.h53 GType gst_xcam_buffer_pool_get_type (void);
Dgstxcamfilter.h106 GType gst_xcam_filter_get_type (void);
Dgstxcamsrc.h129 GType gst_xcam_src_get_type (void);
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp207 Type *GType = GVar->getType(); in isGlobalInSmallSection() local
208 if (PointerType *PT = dyn_cast<PointerType>(GType)) in isGlobalInSmallSection()
209 GType = PT->getElementType(); in isGlobalInSmallSection()
211 if (isa<ArrayType>(GType)) { in isGlobalInSmallSection()
220 if (StructType *ST = dyn_cast<StructType>(GType)) { in isGlobalInSmallSection()
227 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp232 Type *GType = GVar->getType(); in isGlobalInSmallSection() local
233 if (PointerType *PT = dyn_cast<PointerType>(GType)) in isGlobalInSmallSection()
234 GType = PT->getElementType(); in isGlobalInSmallSection()
236 if (isa<ArrayType>(GType)) { in isGlobalInSmallSection()
245 if (StructType *ST = dyn_cast<StructType>(GType)) { in isGlobalInSmallSection()
252 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
/external/libxcam/wrapper/gstreamer/interface/
Dgstxcaminterface.c29 GType
32 static GType gst_xcam_3a_interface_type = 0; in gst_xcam_3a_interface_get_type()
Dgstxcaminterface.h476 GType
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1289 const BlockFrequencyInfoT *Graph, GVDAGType GType) {
1294 switch (GType) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1412 GVDAGType GType, int layout_order = -1) {
1420 switch (GType) {
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c43 GType fakemodem_get_type (void) G_GNUC_CONST;
/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c114 GType fake_g_udev_device_get_type (void) G_GNUC_CONST;
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp137 Type *GType = G.getValueType(); in GetGlobalTypeString() local
139 if (StructType *SGType = dyn_cast<StructType>(GType)) { in GetGlobalTypeString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp166 Type *GType = G.getValueType(); in GetGlobalTypeString() local
168 if (StructType *SGType = dyn_cast<StructType>(GType)) { in GetGlobalTypeString()