Home
last modified time | relevance | path

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

12

/external/libxml2/include/libxml/
DschemasInternals.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member
610 xmlSchemaTypePtr subtypes; member
773 xmlSchemaTypePtr subtypes; /* the type definition */ member
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
Dconnect_br.tcl864 set subtypes($stype) $i
868 if [info exists subtypes($rfbVencryptX509None)] {
871 } elseif [info exists subtypes($rfbVencryptX509Vnc)] {
874 } elseif [info exists subtypes($rfbVencryptX509Plain)] {
877 } elseif [info exists subtypes($rfbVencryptTlsNone)] {
880 } elseif [info exists subtypes($rfbVencryptTlsVnc)] {
883 } elseif [info exists subtypes($rfbVencryptTlsPlain)] {
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.h15 u16 info_ids[], size_t num_ids, u32 subtypes);
Dinterworking.c2667 u16 info_ids[], size_t num_ids, u32 subtypes) in anqp_send_req() argument
2692 if (subtypes != 0) { in anqp_send_req()
2696 hs20_put_anqp_req(subtypes, NULL, 0, hs20_buf); in anqp_send_req()
Dctrl_iface.c6091 u32 subtypes = 0; in get_anqp() local
6105 subtypes |= BIT(num); in get_anqp()
6123 return anqp_send_req(wpa_s, dst_addr, id, num_id, subtypes); in get_anqp()
6272 u32 subtypes = 0; in get_hs20_anqp() local
6284 subtypes |= BIT(num); in get_hs20_anqp()
6291 if (subtypes == 0) in get_hs20_anqp()
6294 return hs20_anqp_send_req(wpa_s, dst_addr, subtypes, NULL, 0); in get_hs20_anqp()
DChangeLog208 - extend ANQP_GET to accept Hotspot 2.0 subtypes
/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
4236 } else if (elem->subtypes != NULL) { in xmlSchemaElementDump()
4240 xmlSchemaTypeDump(elem->subtypes, output); in xmlSchemaElementDump()
4489 (type->subtypes != NULL)) { in xmlSchemaTypeDump()
4490 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump()
[all …]
Dxmlschemastypes.c418 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes()
601 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef; in xmlSchemaInitTypes()
606 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef; in xmlSchemaInitTypes()
612 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef; in xmlSchemaInitTypes()
634 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes()
642 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/libvncserver/x11vnc/
Dsslhelper.c1579 int subtypes[16]; in vencrypt_dialog() local
1632 subtypes[n++] = rfbVencryptTlsVnc; in vencrypt_dialog()
1635 subtypes[n++] = rfbVencryptTlsPlain; in vencrypt_dialog()
1637 subtypes[n++] = rfbVencryptTlsNone; in vencrypt_dialog()
1643 subtypes[n++] = rfbVencryptX509Vnc; in vencrypt_dialog()
1646 subtypes[n++] = rfbVencryptX509Plain; in vencrypt_dialog()
1648 subtypes[n++] = rfbVencryptX509None; in vencrypt_dialog()
1655 ((uint32_t *)buf)[i] = Swap32IfLE(subtypes[i]); in vencrypt_dialog()
1687 if (ival == subtypes[i]) { in vencrypt_dialog()
/external/llvm/include/llvm/IR/
DType.h316 ArrayRef<Type*> subtypes() const { in subtypes() function
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle362 d subtypes like(xmlSchemaTypePtr) The type definition
753 d subtypes like(xmlSchemaTypePtr)
937 d subtypes like(xmlSchemaTypePtr)
/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/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3529 if (IsStruct && Index >= CurTy->subtypes().size()) in ParseFunctionBody()
3536 CurTy = CurTy->subtypes()[Index]; in ParseFunctionBody()
3538 CurTy = CurTy->subtypes()[0]; in ParseFunctionBody()
3570 if (IsStruct && Index >= CurTy->subtypes().size()) in ParseFunctionBody()
3577 CurTy = CurTy->subtypes()[Index]; in ParseFunctionBody()
3579 CurTy = CurTy->subtypes()[0]; in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp639 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp193 ST->subtypes().begin(), ST->subtypes().end(), in containsGCPtrType()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1712 define particular SPARC processor subtypes that may have the previously
1736 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/lldb/source/Host/macosx/
DHost.mm1599 // have multiple CPU subtypes and no posix_spawnattr call that allows us
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/bison/doc/
Dbison.texi10919 @code{$@var{n}} and @code{$$} specify subtypes rather than fields of
12359 @c LocalWords: errorVerbose subtype subtypes

12