/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | MediaType.java | 36 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/mesa3d/src/gallium/drivers/ilo/genhw/ |
D | genhw.h | 49 #define GEN_RENDER_CMD(subtype, gen, op) \ argument 53 #define GEN6_RENDER_CMD(subtype, op) GEN_RENDER_CMD(subtype, GEN6, op) argument 54 #define GEN7_RENDER_CMD(subtype, op) GEN_RENDER_CMD(subtype, GEN7, op) argument 55 #define GEN75_RENDER_CMD(subtype, op) GEN_RENDER_CMD(subtype, GEN75, op) argument 56 #define GEN8_RENDER_CMD(subtype, op) GEN_RENDER_CMD(subtype, GEN8, op) argument
|
/external/libbrillo/brillo/ |
D | mime_utils.cc | 70 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/v8/src/inspector/ |
D | v8-internal-value-type.cc | 41 v8::Local<v8::String> subtype = subtypeForInternalType(isolate, type); in markAsInternal() local 50 v8::Local<v8::String> subtype = subtypeForInternalType(isolate, type); in markArrayEntriesAsInternal() local
|
D | injected_script_externs.js | 32 InjectedScriptHostClass.prototype.subtype = function(obj) {} method in InjectedScriptHostClass
|
/external/guava/guava/src/com/google/common/net/ |
D | MediaType.java | 111 private static MediaType createConstant(String type, String subtype) { in createConstant() 115 private static MediaType createConstantUtf8(String type, String subtype) { in createConstantUtf8() 360 private final String subtype; field in MediaType 363 private MediaType(String type, String subtype, in MediaType() 376 public String subtype() { in subtype() method in MediaType
|
/external/libnl/include/netlink/netfilter/ |
D | nfnl.h | 24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) argument
|
/external/jmdns/src/javax/jmdns/ |
D | ServiceInfo.java | 98 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() 142 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() 186 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() 230 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() 278 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() 326 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() 374 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create()
|
/external/python/cpython3/Lib/email/ |
D | contentmanager.py | 95 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
|
D | iterators.py | 45 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
|
/external/icu/icu4c/source/i18n/ |
D | nounit.cpp | 25 NoUnit::NoUnit(const char* subtype) { in NoUnit()
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_message.py | 573 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/nos/test/system-test-harness/src/ |
D | stress_test.cc | 89 uint16_t subtype = (msg.data[0] << 8) | msg.data[1]; in main() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | MediaRange.java | 67 protected String subtype; field in MediaRange
|
D | Accept.java | 159 public void setContentSubType(String subtype) { in setContentSubType()
|
/external/python/cpython2/Lib/email/ |
D | iterators.py | 47 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | app.cc | 45 void App::WithSubType(uint8_t subtype) { in WithSubType()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | ServiceInfoImpl.java | 127 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() 150 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() argument 165 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() 236 …ublic static Map<Fields, String> decodeQualifiedNameMap(String type, String name, String subtype) { in decodeQualifiedNameMap() 253 String subtype = ""; in decodeQualifiedNameMapForType() local 345 …String subtype = (qualifiedNameMap.containsKey(Fields.Subtype) ? qualifiedNameMap.get(Fields.Subty… in checkQualifiedNameMap() local 388 String subtype = this.getSubtype(); in getTypeWithSubtype() local
|
D | JmDNSImpl.java | 125 public SubTypeEntry(String subtype) { in SubTypeEntry() 232 public boolean contains(String subtype) { in contains() 244 public boolean add(String subtype) { in add() 740 … ServiceInfoImpl resolveServiceInfo(String type, String name, String subtype, boolean persistent) { in resolveServiceInfo() 756 …ServiceInfoImpl getServiceInfoFromCache(String type, String name, String subtype, boolean persiste… in getServiceInfoFromCache() 1087 String subtype = map.get(Fields.Subtype); in registerServiceType() local 1962 String subtype = info.getSubtype().toLowerCase(); in listBySubtype() local 2045 String subtype = (info != null ? info.getSubtype() : ""); in serviceAdded() local
|
/external/python/cpython2/Lib/ |
D | MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_batch.c | 68 uint32_t subtype, uint32_t ending_offset) in make_annotation()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | NetworkMonitorAutoDetect.java | 76 private final int subtype; field in NetworkMonitorAutoDetect.NetworkState 78 public NetworkState(boolean connected, int type, int subtype) { in NetworkState()
|
/external/tcpdump/ |
D | print-lldp.c | 651 int subtype, hexdump = FALSE; in lldp_private_8021_print() local 854 int subtype, hexdump = FALSE; in lldp_private_8023_print() local 938 int subtype, hexdump = FALSE; in lldp_private_iana_print() local 970 int subtype, hexdump = FALSE; in lldp_private_tia_print() local 1152 int subtype, hexdump = FALSE; in lldp_private_dcbx_print() local 1423 uint8_t subtype; in lldp_print() local
|
/external/v8/src/heap/ |
D | object-stats.cc | 351 int subtype, in RecordFixedArrayHelper() 363 int subtype) { in RecursivelyRecordFixedArrayHelper() 377 int subtype) { in RecordHashTableHelper()
|
/external/syslinux/gpxe/src/core/ |
D | proto_eth_slow.c | 20 uint8_t subtype; member 38 uint8_t subtype; /* = LACP(= 0x01) */ member 61 uint8_t subtype; /* = 0x02 (marker PDU) */ member
|