Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-gobject-structs.h48 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 …]
Dhb-gobject-structs.cc41 GType \
46 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 @enum_name@_get_type (void) G_GNUC_CONST;
/external/libbrillo/brillo/glib/
Dobject.h82 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>() {
119 inline ::GType type_to_gtypeid< ::int64_t>() {
124 inline ::GType type_to_gtypeid< ::int32_t>() {
Ddbus.cc22 ::GType g_type_array = ::dbus_g_type_get_collection("GPtrArray", in CallPtrArray()
/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/fio/
Dgclient.c758 GType types[nr_labels]; in gfio_show_io_depths()
835 GType *types; in gfio_output_lat_buckets()
838 types = malloc(num * sizeof(GType)); in gfio_output_lat_buckets()
1028 GType types[FIO_IO_U_LIST_MAX_LEN]; in gfio_output_clat_percentiles()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1289 const BlockFrequencyInfoT *Graph, GVDAGType GType) {
1294 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()