/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | schemasInternals.h | 262 xmlSchemaTypePtr subtypes; /* the type definition */ member 610 xmlSchemaTypePtr subtypes; member 773 xmlSchemaTypePtr subtypes; /* the type definition */ member
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 262 xmlSchemaTypePtr subtypes; /* the type definition */ member 610 xmlSchemaTypePtr subtypes; member 773 xmlSchemaTypePtr subtypes; /* the type definition */ member
|
/external/jmdns/src/javax/jmdns/impl/ |
D | JmDNSImpl.java | 1111 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/ |
D | xmlschemas.c | 159 #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 …]
|
D | xmlschemastypes.c | 414 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/ |
D | xmlschemas.c | 159 #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 …]
|
D | xmlschemastypes.c | 414 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/ |
D | print-radius.c | 337 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/ |
D | service_discovery_client_mac.mm | 46 // subtypes will not parse correctly:
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 113 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/ |
D | ctrl_iface.c | 4868 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/ |
D | WritingAnLLVMBackend.rst | 1650 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/ |
D | rfc5215.txt | 1170 uppercase. Media Type subtypes are commonly shown in lowercase.
|
/external/bison/doc/ |
D | bison.texi | 10919 @code{$@var{n}} and @code{$$} specify subtypes rather than fields of 12359 @c LocalWords: errorVerbose subtype subtypes
|
D | bison.info | 10182 `$$' specify subtypes rather than fields of an union. The type of
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 1181 subtypes can easily be added.
|