HomeSort by relevance Sort by last modified time
    Searched refs:object_type (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/tests/gobject/
testcommon.h 31 static GType object_type = 0; \
33 if (!object_type) \
48 object_type = g_type_register_static (parent_type, \
54 return object_type; \
96 INTERFACE_FULL(object_type, init_func, iface_type)
ifaceinherit.c 115 add_interface (GType object_type,
123 g_type_add_interface_static (object_type, iface_type, &iface_info);
133 add_base_interface (GType object_type,
136 add_interface (object_type, iface_type,
141 interface_is_base (GType object_type,
144 gpointer g_class = g_type_class_peek (object_type);
156 add_derived_interface (GType object_type,
159 add_interface (object_type, iface_type,
164 interface_is_derived (GType object_type,
167 gpointer g_class = g_type_class_peek (object_type);
    [all...]
  /development/host/windows/usb/api/
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
adb_object_handle.cpp 141 return (obj_type == object_type());
  /external/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
26 * object_type:
35 * object_type method_name method_descriptor
41 bool object_type(string & result,
77 if (object_type(result, begin, end))
187 bool object_type(string & result, function in namespace:__anon10197
211 if (!object_type(result, begin, end))
  /external/bluetooth/glib/gobject/
gobject.c     [all...]
gobject.h 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.h 1045 GType object_type,
gparamspecs.c     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 377 milliseconds