Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member
610 xmlSchemaTypePtr subtypes; member
773 xmlSchemaTypePtr subtypes; /* the type definition */ member
/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname); in registerServiceType() local
1112 if ((subtypes != null) && (!subtypes.contains(subtype))) { in registerServiceType()
1113 synchronized (subtypes) { in registerServiceType()
1114 if (!subtypes.contains(subtype)) { in registerServiceType()
1116 subtypes.add(subtype); in registerServiceType()
1876 ServiceTypeEntry subtypes = _serviceTypes.get(key); in toString() local
1878 aLog.append(subtypes.getType()); in toString()
1880 aLog.append(subtypes.isEmpty() ? "no subtypes" : subtypes); in toString()
/external/libxml2/
Dxmlschemas.c159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
4215 } else if (elem->subtypes != NULL) { in xmlSchemaElementDump()
4219 xmlSchemaTypeDump(elem->subtypes, output); in xmlSchemaElementDump()
4468 (type->subtypes != NULL)) { in xmlSchemaTypeDump()
4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump()
[all …]
Dxmlschemastypes.c414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes()
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef; in xmlSchemaInitTypes()
602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef; in xmlSchemaInitTypes()
608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef; in xmlSchemaInitTypes()
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes()
638 xmlSchemaTypeAnyTypeDef->subtypes = NULL; in xmlSchemaCleanupTypes()
/external/tcpdump/
Dprint-radius.c337 const char **subtypes; /* Standard Values (if any) */ member
587 table = attr_type[attr_code].subtypes; in print_attr_num()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c113 AuthRecord *subtypes; member
610 AuthRecord *st = instance->subtypes; in external_start_advertising_helper()
644 AuthRecord *st = instance->subtypes; in external_stop_advertising_helper()
712 if (srv->subtypes) { freeL("ServiceSubTypes", srv->subtypes); srv->subtypes = NULL; } in unlink_and_free_service_instance()
1493 …instance->subtypes = AllocateSubTypes(request->u.servicereg.num_subtypes, request->u.servicer… in register_service_instance()
1500 if (request->u.servicereg.num_subtypes && !instance->subtypes) in register_service_instance()
1508 instance->subtypes, request->u.servicereg.num_subtypes, in register_service_instance()
/external/webkit/Source/JavaScriptGlue/
DChangeLog382 derived to implement subtypes. A consequence of this is that we need to ensure
/external/stlport/etc/
DChangeLog-5.11181 subtypes can easily be added.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-168 derived to implement subtypes. A consequence of this is that we need to ensure
/external/webkit/Source/WebCore/
DChangeLog-2011-02-168 derived to implement subtypes. A consequence of this is that we need to ensure