Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 25 of 157) sorted by relevance

1234567

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DMediaType.java38 private final String subtype; field in MediaType
41 private MediaType(String mediaType, String type, String subtype, String charset) { in MediaType()
56 String subtype = typeSubtype.group(2).toLowerCase(Locale.US); in parse() local
90 public String subtype() { in subtype() method in MediaType
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DMediaType.java36 private final String subtype; field in MediaType
39 private MediaType(String mediaType, String type, String subtype, String charset) { in MediaType()
54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US); in parse() local
88 public String subtype() { in subtype() method in MediaType
/external/dagger2/javatests/dagger/functional/membersinject/
DMembersInjectionOrdering.java43 private final Subtype subtype; field in MembersInjectionOrdering.OrderingModule
45 OrderingModule(Subtype subtype) { in OrderingModule()
57 void inject(Subtype subtype); in inject()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory1604.java44 JavaType subtype = tf.constructSpecializedType(base, DataList1604.class); in testCustomTypesRefinedSimple() local
57 JavaType subtype = tf.constructSpecializedType(base, RefinedDataList1604.class); in testCustomTypesRefinedNested() local
72 JavaType subtype = tf.constructSpecializedType(base, SneakyDataList1604.class); in testCustomTypesRefinedSneaky() local
93 JavaType subtype = tf.constructSpecializedType(type, SneakyTwoParam1604.class); in testTwoParamSneakyCustom() local
/external/tpm2-tss/src/tss2-mu/
Dtpm2b-types.c158 #define TPM2B_MARSHAL_SUBTYPE(type, subtype, member) \ argument
222 #define TPM2B_UNMARSHAL_SUBTYPE(type, subtype, member) \ argument
/external/libbrillo/brillo/
Dmime_utils.cc70 std::string* subtype, in Split()
94 std::string* subtype) { in Split()
108 const std::string& subtype, in Combine()
131 std::string subtype; in GetParameters() local
/external/python/cpython3/Lib/email/
Dcontentmanager.py95 def _prepare_set(msg, maintype, subtype, headers): argument
181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument
195 def set_message_content(msg, message, subtype="rfc822", cte=None, argument
228 def set_bytes_content(msg, data, maintype, subtype, cte='base64', argument
Diterators.py45 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeResolverTest.java251 Type subtype = new TypeCapture<TypedKeyMap<T>>() {}.capture(); in testWhere_mapFromWildcard() local
262 Type subtype = new TypeCapture<TypedListKeyMap<T>>() {}.capture(); in testWhere_mapFromWildcardToParameterized() local
273 Type subtype = new TypeCapture<TypedKeyMap<T>>() {}.capture(); in testWhere_mapFromBoundedWildcard() local
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeResolverTest.java251 Type subtype = new TypeCapture<TypedKeyMap<T>>() {}.capture(); in testWhere_mapFromWildcard() local
262 Type subtype = new TypeCapture<TypedListKeyMap<T>>() {}.capture(); in testWhere_mapFromWildcardToParameterized() local
273 Type subtype = new TypeCapture<TypedKeyMap<T>>() {}.capture(); in testWhere_mapFromBoundedWildcard() local
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/Assets.xcassets/AppIcon.appiconset/
DContents.json98 "subtype" : "38mm" string
105 "subtype" : "42mm" string
124 "subtype" : "38mm" string
131 "subtype" : "42mm" string
138 "subtype" : "38mm" string
145 "subtype" : "42mm" string
/external/openscreen/discovery/dnssd/public/
Ddns_sd_instance.cc74 for (const Subtype& subtype : subtypes_) { in DnsSdInstance() local
174 bool IsSubtypeValid(const DnsSdInstance::Subtype& subtype) { in IsSubtypeValid()
/external/dagger2/javatests/dagger/functional/builderbinds/
DBuilderSupertype.java24 void boundInSubtype(@Named("subtype") int subtype); in boundInSubtype()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
303 uint32_t subtype = in GetTypeInstruction() local
314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
326 uint32_t subtype = in GetTypeInstruction() local
365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
303 uint32_t subtype = in GetTypeInstruction() local
314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
326 uint32_t subtype = in GetTypeInstruction() local
365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dtype_manager.cpp253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local
266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local
280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local
303 uint32_t subtype = in GetTypeInstruction() local
314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local
326 uint32_t subtype = in GetTypeInstruction() local
365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
/external/libnl/include/netlink/netfilter/
Dnfnl.h24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) argument
/external/guava/android/guava/src/com/google/common/net/
DMediaType.java110 private static MediaType createConstant(String type, String subtype) { in createConstant()
117 private static MediaType createConstantUtf8(String type, String subtype) { in createConstantUtf8()
763 private final String subtype; field in MediaType
772 private MediaType(String type, String subtype, ImmutableListMultimap<String, String> parameters) { in MediaType() argument
784 public String subtype() { in subtype() method in MediaType
/external/python/cpython3/Lib/test/test_email/
Dtest_message.py573 def _make_subtype_test_message(self, subtype): argument
596 def _check_disallowed_subtype_raises(self, m, method_name, subtype, method): argument
619 def subtype_as_make(self, method, subtype, outcome): argument
637 def subtype_as_make_with_boundary(self, method, subtype, outcome): argument
665 def subtype_as_add(self, method, subtype, outcome): argument
/external/guava/guava/src/com/google/common/net/
DMediaType.java110 private static MediaType createConstant(String type, String subtype) { in createConstant()
117 private static MediaType createConstantUtf8(String type, String subtype) { in createConstantUtf8()
763 private final String subtype; field in MediaType
772 private MediaType(String type, String subtype, ImmutableListMultimap<String, String> parameters) { in MediaType() argument
784 public String subtype() { in subtype() method in MediaType
/external/python/pyasn1/docs/source/pyasn1/
Dcontents.rst117 .. _subtype: target in ASN.1 types
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.h77 for (const auto& subtype : shape.tuple_shapes()) { in ConvertShapeToType() local
/external/yapf/yapf/yapflib/
Dsubtype_assigner.py356 def _AppendTokenSubtype(node, subtype): argument
362 def _AppendFirstLeafTokenSubtype(node, subtype): argument
370 def _AppendSubtypeRec(node, subtype, force=True): argument
/external/nist-sip/java/gov/nist/javax/sip/header/
DMediaRange.java67 protected String subtype; field in MediaRange
/external/python/cpython2/Lib/email/
Diterators.py47 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument

1234567