Searched refs:subtype (Results 1 - 25 of 183) sorted by relevance

12345678

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DAFSDB.py21 @ivar subtype: the subtype value
22 @type subtype: int
26 # Use the property mechanism to make "subtype" an alias for the
40 def set_subtype(self, subtype):
41 self.preference = subtype
43 subtype = property(get_subtype, set_subtype) variable in class:AFSDB
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java48 * | ( type "/" subtype )
65 /** subtype field
67 protected String subtype; field in class:MediaRange
85 return subtype;
97 * Set the subtype member
101 subtype = s;
115 .append(subtype);
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Dmimeparse.py26 (type, subtype, params) where 'params' is a dictionary
36 type, subtype = type.split('/', 1)
38 type, subtype = type.strip() or '*', '*'
41 subtype = subtype.strip() or '*'
49 return type, subtype, params
53 (type, subtype, params) where 'params' is a dictionary
64 type, subtype, params = parse_mime_type(range)
70 return type, subtype, params
82 for type, subtype, param
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
H A Drfc3414.py12 namedtype.NamedType('msgAuthoritativeEngineBoots', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
13 namedtype.NamedType('msgAuthoritativeEngineTime', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
14 namedtype.NamedType('msgUserName', univ.OctetString().subtype(subtypeSpec=constraint.ValueSizeConstraint(0, 32))),
H A Drfc2511.py50 namedtype.OptionalNamedType('intendedAlg', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
51 namedtype.OptionalNamedType('symmAlg', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
52 namedtype.OptionalNamedType('encSymmKey', univ.BitString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2))),
53 namedtype.OptionalNamedType('keyAlg', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 3))),
54 namedtype.OptionalNamedType('valueHint', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 4))),
61 namedtype.NamedType('envelopedData', rfc2315.EnvelopedData().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
66 namedtype.NamedType('encryptedPrivKey', EncryptedKey().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
67 namedtype.NamedType('keyGenParameters', KeyGenParameters().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
68 namedtype.NamedType('archiveRemGenPrivKey', univ.Boolean().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
80 namedtype.OptionalNamedType('pubInfos', univ.SequenceOf(componentType=SinglePubInfo()).subtype(subtypeSpe
[all...]
H A Drfc3412.py25 namedtype.NamedType('msgID', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
26 namedtype.NamedType('msgMaxSize', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(484, 2147483647))),
27 namedtype.NamedType('msgFlags', univ.OctetString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, 1))),
28 namedtype.NamedType('msgSecurityModel', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, 2147483647)))
33 namedtype.NamedType('msgVersion', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
H A Drfc2251.py67 namedtype.NamedType('simple', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
68 namedtype.NamedType('reserved-1', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
69 namedtype.NamedType('reserved-2', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
70 namedtype.NamedType('sasl', SaslCredentials().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3)))
78 namedtype.NamedType('version', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, 127))),
97 namedtype.OptionalNamedType('matchingRule', MatchingRuleId().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
98 namedtype.OptionalNamedType('type', AttributeDescription().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
99 namedtype.NamedType('matchValue', AssertionValue().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3))),
100 namedtype.DefaultedNamedType('dnAttributes', univ.Boolean('False').subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 4)))
106 namedtype.NamedType('substrings', univ.SequenceOf(componentType=univ.Choice(componentType=namedtype.NamedTypes(namedtype.NamedType('initial', LDAPString().subtype(implicitTa
[all...]
H A Drfc2560.py68 namedtype.OptionalNamedType('revocationReason', CRLReason().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)))
81 namedtype.NamedType('good', univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
82 namedtype.NamedType('revoked', RevokedInfo().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
83 namedtype.NamedType('unknown', UnknownInfo().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
91 namedtype.OptionalNamedType('nextUpdate', useful.GeneralizedTime().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
92 namedtype.OptionalNamedType('singleExtensions', rfc2459.Extensions().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)))
99 namedtype.NamedType('byName', rfc2459.Name().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
100 namedtype.NamedType('byKey', KeyHash().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
108 namedtype.DefaultedNamedType('version', Version('v1').subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
112 namedtype.OptionalNamedType('responseExtensions', rfc2459.Extensions().subtype(explicitTa
[all...]
H A Drfc4210.py114 namedtype.NamedType('certificate', CMPCertificate().subtype(
118 namedtype.NamedType('encryptedCert', rfc2511.EncryptedValue().subtype(
134 namedtype.OptionalNamedType('privateKey', rfc2511.EncryptedValue().subtype(
138 namedtype.OptionalNamedType('publicationInfo', rfc2511.PKIPublicationInfo().subtype(
323 ).subtype(
330 ).subtype(
350 namedtype.OptionalNamedType('newSigCert', CMPCertificate().subtype(
356 ).subtype(
363 ).subtype(
397 ).subtype(
[all...]
H A Drfc2459.py97 namedtype.NamedType('teletexString', char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
98 namedtype.NamedType('printableString', char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
99 namedtype.NamedType('universalString', char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
100 namedtype.NamedType('utf8String', char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
101 namedtype.NamedType('bmpString', char.BMPString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name)))
108 namedtype.NamedType('teletexString', char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
109 namedtype.NamedType('printableString', char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
110 namedtype.NamedType('universalString', char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
111 namedtype.NamedType('utf8String', char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
112 namedtype.NamedType('bmpString', char.BMPString().subtype(subtypeSpe
[all...]
H A Drfc1905.py16 namedtype.NamedType('noSuchObject', univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
17 namedtype.NamedType('noSuchInstance', univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
18 namedtype.NamedType('endOfMibView', univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
37 namedtype.NamedType('error-index', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, max_bindings))),
44 namedtype.NamedType('non-repeaters', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, max_bindings))),
45 namedtype.NamedType('max-repetitions', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, max_bindings))),
H A Drfc2437.py50 namedtype.NamedType('hashFunc', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
51 namedtype.NamedType('maskGenFunc', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
52 namedtype.NamedType('pSourceFunc', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2)))
H A Drfc2315.py43 namedtype.OptionalNamedType('encryptedContent', EncryptedContent().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
64 namedtype.OptionalNamedType('content', univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
120 namedtype.NamedType('extendedCertificate', ExtendedCertificate().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
162 namedtype.OptionalNamedType('authenticatedAttributes', Attributes().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
165 namedtype.OptionalNamedType('unauthenticatedAttributes', Attributes().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1)))
177 namedtype.OptionalNamedType('certificates', ExtendedCertificatesAndCertificates().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
178 namedtype.OptionalNamedType('crls', CertificateRevocationLists().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
200 namedtype.OptionalNamedType('certificates', ExtendedCertificatesAndCertificates().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
201 namedtype.OptionalNamedType('crls', CertificateRevocationLists().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
/external/valgrind/none/tests/amd64/
H A Dgen_insn_test.pl240 my $subtype = $2;
248 subtype => $subtype,
256 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
263 print qq| $value$SubTypeSuffixes{$subtype}|;
277 my $subtype = $2;
285 subtype => $subtype,
293 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
300 print qq| $value$SubTypeSuffixes{$subtype}|;
[all...]
/external/valgrind/none/tests/x86/
H A Dgen_insn_test.pl217 my $subtype = $2;
225 subtype => $subtype,
233 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
240 print qq| $value$SubTypeSuffixes{$subtype}|;
254 my $subtype = $2;
262 subtype => $subtype,
270 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
277 print qq| $value$SubTypeSuffixes{$subtype}|;
[all...]
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dmimeparse.py38 Carves up a mime-type and returns a tuple of the (type, subtype, params)
54 (type, subtype) = full_type.split('/')
56 return (type.strip(), subtype.strip(), params)
62 Carves up a media range and returns a tuple of the (type, subtype,
73 (type, subtype, params) = parse_mime_type(range)
79 return (type, subtype, params)
95 for (type, subtype, params) in parsed_ranges:
99 subtype_match = (subtype == target_subtype or\
100 subtype == '*' or\
107 fitness += (subtype
[all...]
/external/libnl/include/netlink/netfilter/
H A Dnfnl.h24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype))
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java36 private final String subtype; field in class:MediaType
39 private MediaType(String mediaType, String type, String subtype, String charset) { argument
42 this.subtype = subtype;
54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US);
73 return new MediaType(string, type, subtype, charset);
85 * Returns a specific media subtype, such as "plain" or "png", "mpeg",
88 public String subtype() { method in class:MediaType
89 return subtype;
/external/guava/guava/src/com/google/common/net/
H A DMediaType.java59 * type or subtype value. A media type may not have wildcard type with a declared subtype. The
60 * {@code *} character has no special meaning as part of a parameter. All values for type, subtype,
65 * <p>All portions of the media type that are case-insensitive (type, subtype, parameter attributes)
88 /** Matcher for type, subtype and attributes. */
111 private static MediaType createConstant(String type, String subtype) { argument
112 return addKnownType(new MediaType(type, subtype, ImmutableListMultimap.<String, String>of()));
115 private static MediaType createConstantUtf8(String type, String subtype) { argument
116 return addKnownType(new MediaType(type, subtype, UTF_8_CONSTANT_PARAMETERS));
127 * "common name" of the media. This is often, but not necessarily the same as the subtype
360 private final String subtype; field in class:MediaType
363 MediaType(String type, String subtype, ImmutableListMultimap<String, String> parameters) argument
376 public String subtype() { method in class:MediaType
513 create(String type, String subtype) argument
522 createApplicationType(String subtype) argument
531 createAudioType(String subtype) argument
540 createImageType(String subtype) argument
549 createTextType(String subtype) argument
558 createVideoType(String subtype) argument
562 create(String type, String subtype, Multimap<String, String> parameters) argument
[all...]
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
90 * @param subtype
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) { argument
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text);
130 * @param subtype
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) { argument
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
174 * @param subtype
186 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) argument
230 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) argument
278 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
374 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dapp.cc27 // |V=2|P| subtype | PT=APP=204 | length |
45 void App::WithSubType(uint8_t subtype) { argument
46 RTC_DCHECK_LE(subtype, 0x1f);
47 sub_type_ = subtype;
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
H A Dasn1.py19 namedtype.NamedType('key', univ.OctetString().subtype(
/external/libbrillo/brillo/
H A Dmime_utils.cc70 std::string* subtype,
77 if (!mime::Split(parts.front(), type, subtype))
94 std::string* subtype) {
101 if (subtype)
102 *subtype = types.second;
108 const std::string& subtype,
111 parts.push_back(brillo::string_utils::Join("/", type, subtype));
131 std::string subtype; local
134 if (mime::Split(mime_string, &type, &subtype, &parameters))
68 Split(const std::string& mime_string, std::string* type, std::string* subtype, mime::Parameters* parameters) argument
92 Split(const std::string& mime_string, std::string* type, std::string* subtype) argument
107 Combine(const std::string& type, const std::string& subtype, const mime::Parameters& parameters) argument
H A Dmime_utils.h73 // Combine a MIME type, subtype and parameters into a MIME string.
78 const std::string& subtype,
81 // Splits a MIME string into type and subtype.
85 std::string* subtype);
87 // Splits a MIME string into type, subtype, and parameters.
91 std::string* subtype,
/external/tcpdump/
H A Dprint-lldp.c643 int subtype, hexdump = FALSE; local
651 subtype = *(tptr+3);
654 tok2str(lldp_8021_subtype_values, "unknown", subtype),
655 subtype));
657 switch (subtype) {
846 int subtype, hexdump = FALSE; local
851 subtype = *(tptr+3);
854 tok2str(lldp_8023_subtype_values, "unknown", subtype),
855 subtype));
857 switch (subtype) {
925 int subtype, hexdump = FALSE; local
1107 int subtype, hexdump = FALSE; local
1378 uint8_t subtype; local
[all...]

Completed in 5673 milliseconds

12345678