Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DschemasInternals.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member
610 xmlSchemaTypePtr subtypes; member
773 xmlSchemaTypePtr subtypes; /* the type definition */ member
/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/chromium_org/third_party/libxml/src/
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/chromium_org/chrome/browser/local_discovery/
Dservice_discovery_client_mac.mm46 // subtypes will not parse correctly:
/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/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c4868 u32 subtypes = 0; in get_hs20_anqp() local
4878 subtypes |= BIT(num); in get_hs20_anqp()
4885 if (subtypes == 0) in get_hs20_anqp()
4888 return hs20_anqp_send_req(wpa_s, dst_addr, subtypes, NULL, 0); in get_hs20_anqp()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1650 define particular SPARC processor subtypes that may have the previously
1674 arrays of constants to represent the CPU features and CPU subtypes, and the
/external/libvorbis/doc/
Drfc5215.txt1170 uppercase. Media Type subtypes are commonly shown in lowercase.
/external/bison/doc/
Dbison.texi10919 @code{$@var{n}} and @code{$$} specify subtypes rather than fields of
12359 @c LocalWords: errorVerbose subtype subtypes
Dbison.info10182 `$$' specify subtypes rather than fields of an union. The type of
/external/stlport/etc/
DChangeLog-5.11181 subtypes can easily be added.