HomeSort by relevance Sort by last modified time
    Searched refs:gtype (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 305 my $gtype = GetGValueTypeName($property->signature->type);
306 my $hasGtypeSignature = ($gtype eq "boolean" || $gtype eq "float" || $gtype eq "double" ||
307 $gtype eq "uint64" || $gtype eq "ulong" || $gtype eq "long" ||
308 $gtype eq "uint" || $gtype eq "ushort" || $gtype eq "uchar" |
    [all...]
  /external/bluetooth/glib/gobject/
gboxed.h 26 #include <gobject/gtype.h>
66 gpointer g_boxed_copy (GType boxed_type,
68 void g_boxed_free (GType boxed_type,
79 GType g_boxed_type_register_static (const gchar *name,
88 * The #GType for #GClosure.
108 * The #GType for #GDate.
114 * The #GType for a boxed type holding a %NULL-terminated array of strings.
146 * The #GType for #GString.
152 * The #GType for a boxed type holding a #GHashTable reference.
160 * The #GType for a boxed type holding a #GRegex reference
    [all...]
gtypeplugin.h 26 #include <gobject/gtype.h>
59 * @g_type: the #GType whose info is completed
66 GType g_type,
72 * @instance_type: the #GType of an instantiable type to which the interface
74 * @interface_type: the #GType of the interface whose info is completed
80 GType instance_type,
81 GType interface_type,
120 GType g_type_plugin_get_type (void) G_GNUC_CONST;
124 GType g_type,
128 GType instance_type
    [all...]
gvalue.h 28 #include <gobject/gtype.h>
35 * @type: A #GType value.
59 * Returns: the #GType.
74 * @type: A #GType value.
111 GType g_type;
130 GType g_type);
145 gboolean g_value_type_compatible (GType src_type,
146 GType dest_type);
147 gboolean g_value_type_transformable (GType src_type,
148 GType dest_type)
    [all...]
gclosure.h 27 #include <gobject/gtype.h>
198 GClosure* g_signal_type_cclosure_new (GType itype,
genums.h 26 #include <gobject/gtype.h>
33 * @type: a #GType ID.
61 * Returns: the #GType
77 * @type: a #GType ID.
105 * Returns: the #GType
245 GType g_enum_register_static (const gchar *name,
247 GType g_flags_register_static (const gchar *name,
252 void g_enum_complete_type_info (GType g_enum_type,
255 void g_flags_complete_type_info (GType g_flags_type,
gobject.h 26 #include <gobject/gtype.h>
292 * my_singleton_constructor (GType type,
321 GObject* (*constructor) (GType type,
380 GType g_initially_unowned_get_type (void);
399 GType g_object_get_type (void) G_GNUC_CONST;
400 gpointer g_object_new (GType object_type,
403 gpointer g_object_newv (GType object_type,
406 GObject* g_object_new_valist (GType object_type,
gparamspecs.c 42 * (derived) type, which is registered as a #GType with a
1076 GType gtype = value->data[0].v_long; local
1079 if (tspec->is_a_type != G_TYPE_NONE && !g_type_is_a (gtype, tspec->is_a_type))
1093 GType p1 = value1->data[0].v_long;
1094 GType p2 = value2->data[0].v_long;
1102 GType *g_param_spec_types = NULL;
1108 GType type, *spec_types, *spec_types_bound;
1110 g_param_spec_types = g_new0 (GType, n_types);
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 79 int gtype;
96 ( 'lexer' {gtype=LEXER_GRAMMAR;} // pure lexer
97 | 'parser' {gtype=PARSER_GRAMMAR;} // pure parser
98 | 'tree' {gtype=TREE_GRAMMAR;} // a tree parser
99 | {gtype=COMBINED_GRAMMAR;} // merged parser/lexer
104 -> ^( {adaptor.create(gtype,$g)}
298 -> {gtype==COMBINED_GRAMMAR &&
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 89 int gtype;
94 ( 'lexer' {gtype=LEXER_GRAMMAR;} // pure lexer
95 | 'parser' {gtype=PARSER_GRAMMAR;} // pure parser
96 | 'tree' {gtype=TREE_GRAMMAR;} // a tree parser
97 | {gtype=COMBINED_GRAMMAR;} // merged parser/lexer
102 -> ^( {adaptor.create(gtype,$g)}
327 -> {gtype==COMBINED_GRAMMAR &&
ANTLRTreePrinter.g 148 grammarSpec[String gtype]
149 : id=ID {out(gtype+"grammar "+$id.text);}
  /external/kernel-headers/original/linux/
module.h 82 #define MODULE_GENERIC_TABLE(gtype,name) \
83 extern const struct gtype##_id __mod_##gtype##_table \
89 #define MODULE_GENERIC_TABLE(gtype,name)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 48 String gtype; field in class:GrammarReport.ReportData
93 data.gtype = g.getGrammarTypeString();
361 buf.append(data.gtype);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 133 static void doInit(GType gtype)
141 g_type_add_interface_static(gtype, GST_TYPE_URI_HANDLER,
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 239 char *gtype; local
260 gtype = "GO";
267 gtype = "client";
269 gtype = "GO";
296 wpa_s->ifname, gtype, reason);
299 wpas_notify_p2p_group_removed(wpa_s, ssid, gtype);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 641 milliseconds

12