HomeSort by relevance Sort by last modified time
    Searched full:oclass (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/chromium/src/
DevToolsRPCJS.h 49 boundObj.addProtoFunction(#Method, OCLASS::js##Method);
52 boundObj.addProtoFunction(#Method, OCLASS::js##Method);
55 boundObj.addProtoFunction(#Method, OCLASS::js##Method);
58 boundObj.addProtoFunction(#Method, OCLASS::js##Method);
61 boundObj.addProtoFunction(#Method, OCLASS::js##Method);
64 boundObj.addProtoFunction(#Method, OCLASS::js##Method);
123 typedef JS##Class##BoundObj OCLASS; \
  /external/openssl/crypto/asn1/
tasn_dec.c 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
165 unsigned char imphack = 0, oclass; local
205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
215 if (oclass != V_ASN1_UNIVERSAL)
796 unsigned char oclass; local
810 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
818 if (oclass != V_ASN1_UNIVERSAL)
1260 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1340 if (oclass)
1341 *oclass = pclass
    [all...]
  /external/bluetooth/glib/gobject/
gobject.h 381 void g_object_class_install_property (GObjectClass *oclass,
384 GParamSpec* g_object_class_find_property (GObjectClass *oclass,
386 GParamSpec**g_object_class_list_properties (GObjectClass *oclass,
388 void g_object_class_override_property (GObjectClass *oclass,
gobject.c 395 * @oclass: a #GObjectClass
475 * @oclass: a #GObjectClass
543 * @oclass: a #GObjectClass
550 * by @oclass. This allows this class to <firstterm>override</firstterm>
570 g_object_class_override_property (GObjectClass *oclass,
578 g_return_if_fail (G_IS_OBJECT_CLASS (oclass));
584 parent_type = g_type_parent (G_OBJECT_CLASS_TYPE (oclass));
597 ifaces = g_type_interfaces (G_OBJECT_CLASS_TYPE (oclass), &n_ifaces);
612 G_STRFUNC, G_OBJECT_CLASS_NAME (oclass), name);
617 g_object_class_install_property (oclass, property_id, new)
    [all...]

Completed in 985 milliseconds