Home
last modified time | relevance | path

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

123

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_type.js19 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG', property
23 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'BMP', property
27 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'GIF', property
31 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'ICO', property
35 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'PNG', property
39 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'WebP', property
43 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'TIFF', property
49 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: '3GP', property
53 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'AVI', property
57 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'QuickTime', property
[all …]
/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
85 public String subtype() { in subtype() method in MediaType
/external/chromium_org/mojo/system/
Dmessage_in_transit.cc89 Subtype subtype, in MessageInTransit()
107 Subtype subtype, in MessageInTransit()
198 Subtype subtype, in ConstructorHelper()
Dmessage_in_transit.h120 Subtype subtype() const { return header()->subtype; } in subtype() function
196 Subtype subtype() const { return header()->subtype; } in subtype() function
234 Subtype subtype; // 2 bytes. member
/external/jmdns/src/javax/jmdns/
DServiceInfo.java98 …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/libnl/include/netlink/netfilter/
Dnfnl.h24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) argument
/external/smack/src/org/xbill/DNS/
DAFSDBRecord.java30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) { in AFSDBRecord()
/external/nist-sip/java/gov/nist/javax/sip/header/
DMediaRange.java67 protected String subtype; field in MediaRange
DAccept.java159 public void setContentSubType(String subtype) { in setContentSubType()
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_controller.cc47 size_t* subtype) { in AutocompleteMatchToAssistedQuery()
144 size_t subtype, in AppendAvailableAutocompletion()
611 size_t subtype = base::string16::npos; in UpdateAssistedQueryStats() local
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_device_lister_impl.cc26 const std::string& subtype) in PrivetDeviceListerImpl()
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java127 …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
DJmDNSImpl.java125 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
DDNSEntry.java96 String subtype = this.getQualifiedNameMap().get(Fields.Subtype); in getSubtype() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRemoteObject.js46 get subtype() getter in WebInspector.RemoteObject
235 WebInspector.RemoteObjectImpl = function(target, objectId, type, subtype, value, description, previ… argument
278 get subtype() getter in WebInspector.RemoteObjectImpl
719 WebInspector.ScopeRemoteObject = function(target, objectId, scopeRef, type, subtype, value, descrip… argument
964 get subtype() getter in WebInspector.LocalJSONObject
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_batch.c65 uint32_t subtype, uint32_t ending_offset) in make_annotation()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_state_batch.c65 uint32_t subtype, uint32_t ending_offset) in make_annotation()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_sake.c91 u8 id, size_t length, u8 subtype) in eap_sake_build_msg()
241 u8 version, session_id, subtype; in eap_sake_check() local
414 u8 subtype; in eap_sake_process() local
/external/chromium_org/tools/gyp/test/ios/extension/ExtensionContainer/Images.xcassets/LaunchImage.launchimage/
DContents.json13 "subtype" : "retina4", string
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c17 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) in p2p_buf_add_action_hdr()
28 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr()
/external/tcpdump/
Dprint-lldp.c642 int subtype, hexdump = FALSE; in lldp_private_8021_print() local
845 int subtype, hexdump = FALSE; in lldp_private_8023_print() local
923 int subtype, hexdump = FALSE; in lldp_private_tia_print() local
1104 int subtype, hexdump = FALSE; in lldp_private_dcbx_print() local
1370 u_int8_t subtype; in lldp_print() local
Dprint-mptcp.c286 u_int subtype; in mptcp_print() local
Dprint-eap.c168 u_int tlen, type, subtype; in eap_print() local
/external/wpa_supplicant_8/src/eap_peer/
Deap_sake.c116 int id, size_t length, u8 subtype) in eap_sake_build_msg()
370 u8 subtype, session_id; in eap_sake_process() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMImplementation.cpp296 size_t subtype = mimeType.find("+json", 12, false); in isJSONMIMEType() local

123