/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
D | file_type.js | 18 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG', property 20 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'BMP', property 22 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'GIF', property 24 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'ICO', property 26 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'PNG', property 28 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'WebP', property 30 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'TIFF', property 34 {type: 'video', name: 'VIDEO_FILE_TYPE', subtype: '3GP', property 36 {type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'AVI', property 38 {type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'QuickTime', property [all …]
|
/external/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 85 public String subtype() { in subtype() method in MediaType
|
/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/chromium_org/mojo/system/ |
D | message_in_transit.h | 69 Subtype subtype() const { return subtype_; } in subtype() function 86 explicit MessageInTransit(uint32_t size, Type type, Subtype subtype) in MessageInTransit()
|
D | message_in_transit.cc | 46 Subtype subtype, in Create()
|
/external/smack/src/org/xbill/DNS/ |
D | AFSDBRecord.java | 30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) { in AFSDBRecord()
|
/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/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_controller.cc | 49 const AutocompleteMatch::Type& match, size_t* type, size_t* subtype) { in AutocompleteMatchToAssistedQuery() 124 size_t subtype, in AppendAvailableAutocompletion() 582 size_t subtype = base::string16::npos; in UpdateAssistedQueryStats() local
|
/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
|
D | DNSEntry.java | 96 String subtype = this.getQualifiedNameMap().get(Fields.Subtype); in getSubtype() local
|
/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_device_lister_impl.cc | 79 const std::string& subtype) in PrivetDeviceListerImpl()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_state_batch.c | 65 uint32_t subtype, uint32_t ending_offset) in make_annotation()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_batch.c | 65 uint32_t subtype, uint32_t ending_offset) in make_annotation()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | RemoteObject.js | 40 WebInspector.RemoteObject = function(objectId, type, subtype, value, description, preview) argument 142 get subtype() getter in WebInspector.RemoteObject 485 WebInspector.ScopeRemoteObject = function(objectId, scopeRef, type, subtype, value, description, pr… argument 758 get subtype() getter in WebInspector.LocalJSONObject
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | hs20_supplicant.c | 142 u8 subtype; in hs20_parse_rx_hs20_anqp_resp() local
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_sake.c | 91 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
|
D | eap_server_sim.c | 363 u8 subtype) in eap_sim_unexpected_subtype() 715 u8 subtype; in eap_sim_process() local
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_build.c | 17 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token) in p2p_buf_add_action_hdr() 29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr()
|
/external/qemu/block/ |
D | bochs.c | 45 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member 65 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_sake.c | 116 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/mesa/src/src/glsl/ |
D | opt_array_splitting.cpp | 370 const struct glsl_type *subtype; in optimize_split_arrays() local
|
/external/mesa3d/src/glsl/ |
D | opt_array_splitting.cpp | 370 const struct glsl_type *subtype; in optimize_split_arrays() local
|
/external/chromium_org/chrome/browser/importer/ |
D | ie_importer_browsertest_win.cc | 215 void ClearPStoreType(IPStore* pstore, const GUID* type, const GUID* subtype) { in ClearPStoreType() 229 void WritePStore(IPStore* pstore, const GUID* type, const GUID* subtype) { in WritePStore()
|