Searched refs:supertype (Results 1 – 5 of 5) sorted by relevance
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | DexMaker.java | 220 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/ |
D | gcontenttype.h | 37 const char *supertype);
|
D | gcontenttype.c | 133 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/ |
D | ChangeLog-2009-06-16 | 10026 Don't cast a type to JSArray, just because it reportsArray as a supertype
|
/external/jmonkeyengine/ |
D | NOTICE | 8025 * specified qualifier type (or any supertype).
|