Home
last modified time | relevance | path

Searched refs:supertype (Results 1 – 5 of 5) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
DDexMaker.java220 TypeId<?> supertype, TypeId<?>... interfaces) { in declare() argument
232 declaration.supertype = supertype; in declare()
404 private TypeId<?> supertype; field in DexMaker.TypeDeclaration
428 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant, in toClassDefItem()
/external/bluetooth/glib/gio/
Dgcontenttype.h37 const char *supertype);
Dgcontenttype.c133 const char *supertype) in g_content_type_is_a() argument
139 g_return_val_if_fail (supertype != NULL, FALSE); in g_content_type_is_a()
141 if (g_content_type_equals (type, supertype)) in g_content_type_is_a()
146 if (value_utf8 && strcmp (value_utf8, supertype) == 0) in g_content_type_is_a()
492 const char *supertype) in g_content_type_is_a() argument
497 g_return_val_if_fail (supertype != NULL, FALSE); in g_content_type_is_a()
500 res = xdg_mime_mime_type_subclass (type, supertype); in g_content_type_is_a()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1610026 Don't cast a type to JSArray, just because it reportsArray as a supertype
/external/jmonkeyengine/
DNOTICE8025 * specified qualifier type (or any supertype).