Home
last modified time | relevance | path

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

123

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_type.js18 {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/
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/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/chromium_org/mojo/system/
Dmessage_in_transit.h69 Subtype subtype() const { return subtype_; } in subtype() function
86 explicit MessageInTransit(uint32_t size, Type type, Subtype subtype) in MessageInTransit()
Dmessage_in_transit.cc46 Subtype subtype, in Create()
/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.cc49 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/
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/chrome/browser/local_discovery/
Dprivet_device_lister_impl.cc79 const std::string& subtype) in PrivetDeviceListerImpl()
/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/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/WebKit/Source/devtools/front_end/
DRemoteObject.js40 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/
Dhs20_supplicant.c142 u8 subtype; in hs20_parse_rx_hs20_anqp_resp() local
/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
Deap_server_sim.c363 u8 subtype) in eap_sim_unexpected_subtype()
715 u8 subtype; in eap_sim_process() local
/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()
29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr()
/external/qemu/block/
Dbochs.c45 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member
65 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member
/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/mesa/src/src/glsl/
Dopt_array_splitting.cpp370 const struct glsl_type *subtype; in optimize_split_arrays() local
/external/mesa3d/src/glsl/
Dopt_array_splitting.cpp370 const struct glsl_type *subtype; in optimize_split_arrays() local
/external/chromium_org/chrome/browser/importer/
Die_importer_browsertest_win.cc215 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()

123