Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 145) sorted by relevance

123456

/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/valgrind/main/none/tests/x86/
Dgen_insn_test.pl217 my $subtype = $2;
225 subtype => $subtype,
233 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
240 print qq| $value$SubTypeSuffixes{$subtype}|;
254 my $subtype = $2;
262 subtype => $subtype,
270 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
277 print qq| $value$SubTypeSuffixes{$subtype}|;
336 my $subtype = $2;
344 subtype => $subtype
[all …]
/external/valgrind/main/none/tests/amd64/
Dgen_insn_test.pl240 my $subtype = $2;
248 subtype => $subtype,
256 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
263 print qq| $value$SubTypeSuffixes{$subtype}|;
277 my $subtype = $2;
285 subtype => $subtype,
293 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|;
300 print qq| $value$SubTypeSuffixes{$subtype}|;
359 my $subtype = $2;
367 subtype => $subtype
[all …]
/external/jmdns/src/javax/jmdns/
DServiceInfo.java98 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() argument
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text); in create()
142 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() argument
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text); in create()
186 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() argument
187 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, props); in create()
230 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() argument
231 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text); in create()
278 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() argument
279 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, persistent, text); in create()
[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() argument
42 this.subtype = subtype; in MediaType()
54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US); in parse() local
70 return new MediaType(string, type, subtype, charset); in parse()
85 public String subtype() { in subtype() method in MediaType
86 return subtype; in subtype()
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_controller.cc47 size_t* subtype) { in AutocompleteMatchToAssistedQuery() argument
51 *subtype = base::string16::npos; in AutocompleteMatchToAssistedQuery()
62 *subtype = 66; in AutocompleteMatchToAssistedQuery()
72 *subtype = 46; in AutocompleteMatchToAssistedQuery()
76 *subtype = 33; in AutocompleteMatchToAssistedQuery()
80 *subtype = 39; in AutocompleteMatchToAssistedQuery()
84 *subtype = 44; in AutocompleteMatchToAssistedQuery()
88 *subtype = 70; in AutocompleteMatchToAssistedQuery()
97 *subtype = 57; in AutocompleteMatchToAssistedQuery()
101 *subtype = 58; in AutocompleteMatchToAssistedQuery()
[all …]
/external/tcpdump/
Dprint-lldp.c642 int subtype, hexdump = FALSE; in lldp_private_8021_print() local
650 subtype = *(tptr+3); in lldp_private_8021_print()
653 tok2str(lldp_8021_subtype_values, "unknown", subtype), in lldp_private_8021_print()
654 subtype); in lldp_private_8021_print()
656 switch (subtype) { in lldp_private_8021_print()
845 int subtype, hexdump = FALSE; in lldp_private_8023_print() local
850 subtype = *(tptr+3); in lldp_private_8023_print()
853 tok2str(lldp_8023_subtype_values, "unknown", subtype), in lldp_private_8023_print()
854 subtype); in lldp_private_8023_print()
856 switch (subtype) { in lldp_private_8023_print()
[all …]
/external/chromium_org/mojo/system/
Dmessage_in_transit.h120 Subtype subtype() const { return header()->subtype; } in subtype() function
137 Subtype subtype,
142 Subtype subtype,
196 Subtype subtype() const { return header()->subtype; } in subtype() function
234 Subtype subtype; // 2 bytes. member
247 void ConstructorHelper(Type type, Subtype subtype, uint32_t num_bytes);
Dmessage_in_transit.cc89 Subtype subtype, in MessageInTransit() argument
95 ConstructorHelper(type, subtype, num_bytes); in MessageInTransit()
107 Subtype subtype, in MessageInTransit() argument
113 ConstructorHelper(type, subtype, num_bytes); in MessageInTransit()
198 Subtype subtype, in ConstructorHelper() argument
204 header()->subtype = subtype; in ConstructorHelper()
/external/nist-sip/java/gov/nist/javax/sip/header/
DMediaRange.java67 protected String subtype; field in MediaRange
85 return subtype; in getSubtype()
101 subtype = s; in setSubtype()
115 .append(subtype); in encode()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_sake.c91 u8 id, size_t length, u8 subtype) in eap_sake_build_msg() argument
110 sake->subtype = subtype; in eap_sake_build_msg()
241 u8 version, session_id, subtype; in eap_sake_check() local
253 subtype = resp->subtype; in eap_sake_check()
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype); in eap_sake_check()
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY) in eap_sake_check()
271 if (data->state == CHALLENGE && subtype == EAP_SAKE_SUBTYPE_CHALLENGE) in eap_sake_check()
274 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM) in eap_sake_check()
277 if (subtype == EAP_SAKE_SUBTYPE_AUTH_REJECT) in eap_sake_check()
281 subtype, data->state); in eap_sake_check()
[all …]
Deap_server_sim.c363 u8 subtype) in eap_sim_unexpected_subtype() argument
365 if (subtype == EAP_SIM_SUBTYPE_CLIENT_ERROR) in eap_sim_unexpected_subtype()
370 if (subtype != EAP_SIM_SUBTYPE_START) { in eap_sim_unexpected_subtype()
372 "subtype %d", subtype); in eap_sim_unexpected_subtype()
377 if (subtype != EAP_SIM_SUBTYPE_CHALLENGE) { in eap_sim_unexpected_subtype()
379 "subtype %d", subtype); in eap_sim_unexpected_subtype()
384 if (subtype != EAP_SIM_SUBTYPE_REAUTHENTICATION) { in eap_sim_unexpected_subtype()
386 "subtype %d", subtype); in eap_sim_unexpected_subtype()
391 if (subtype != EAP_SIM_SUBTYPE_NOTIFICATION) { in eap_sim_unexpected_subtype()
393 "subtype %d", subtype); in eap_sim_unexpected_subtype()
[all …]
Deap_server_aka.c668 static Boolean eap_aka_subtype_ok(struct eap_aka_data *data, u8 subtype) in eap_aka_subtype_ok() argument
670 if (subtype == EAP_AKA_SUBTYPE_CLIENT_ERROR || in eap_aka_subtype_ok()
671 subtype == EAP_AKA_SUBTYPE_AUTHENTICATION_REJECT) in eap_aka_subtype_ok()
676 if (subtype != EAP_AKA_SUBTYPE_IDENTITY) { in eap_aka_subtype_ok()
678 "subtype %d", subtype); in eap_aka_subtype_ok()
683 if (subtype != EAP_AKA_SUBTYPE_CHALLENGE && in eap_aka_subtype_ok()
684 subtype != EAP_AKA_SUBTYPE_SYNCHRONIZATION_FAILURE) { in eap_aka_subtype_ok()
686 "subtype %d", subtype); in eap_aka_subtype_ok()
691 if (subtype != EAP_AKA_SUBTYPE_REAUTHENTICATION) { in eap_aka_subtype_ok()
693 "subtype %d", subtype); in eap_aka_subtype_ok()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js271 if (InjectedScriptHost.subtype(columns) === "array") {
999 var subtype = InjectedScriptHost.subtype(obj);
1000 if (subtype)
1001 return subtype;
1019 var subtype = this._subtype(obj);
1021 if (subtype === "regexp")
1024 if (subtype === "date")
1027 if (subtype === "node") {
1043 if (subtype === "array") {
1097 this.subtype = "null";
[all …]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dset.pxd19 # This subtype of PyObject is used to hold the internal data for
41 # instance of a subtype.
45 # an instance of a subtype.
48 # Return true if p is a frozenset object but not an instance of a subtype.
72 # set, frozenset, or an instance of a subtype.
83 # frozenset, or an instance of a subtype.
94 # instance of set or its subtype.
103 # of set or its subtype.
110 # not an instance of set or its subtype.
Dfloat.pxd8 # This subtype of PyObject represents a Python floating point object.
17 # Return true if its argument is a PyFloatObject or a subtype of
22 # subtype of PyFloatObject.
/external/lldb/utils/test/
Dras.py138 maintype, subtype = ctype.split('/', 1)
142 msg = MIMEText(fp.read(), _subtype=subtype)
146 msg = MIMEImage(fp.read(), _subtype=subtype)
150 msg = MIMEAudio(fp.read(), _subtype=subtype)
154 msg = MIMEBase(maintype, subtype)
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java127 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() argument
128 …this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persiste… in ServiceInfoImpl()
150 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() argument
151 …this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persiste… in ServiceInfoImpl()
165 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() argument
166 …this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persiste… in ServiceInfoImpl()
236 …ublic static Map<Fields, String> decodeQualifiedNameMap(String type, String name, String subtype) { in decodeQualifiedNameMap() argument
240 qualifiedNameMap.put(Fields.Subtype, subtype); in decodeQualifiedNameMap()
253 String subtype = ""; in decodeQualifiedNameMapForType() local
297 subtype = removeSeparators(application.substring(0, index)); in decodeQualifiedNameMapForType()
[all …]
DJmDNSImpl.java125 public SubTypeEntry(String subtype) { in SubTypeEntry() argument
127 _value = (subtype != null ? subtype : ""); in SubTypeEntry()
232 public boolean contains(String subtype) { in contains() argument
233 return subtype != null && this.containsKey(subtype.toLowerCase()); in contains()
244 public boolean add(String subtype) { in add() argument
245 if (subtype == null || this.contains(subtype)) { in add()
248 _entrySet.add(new SubTypeEntry(subtype)); in add()
740 … ServiceInfoImpl resolveServiceInfo(String type, String name, String subtype, boolean persistent) { in resolveServiceInfo() argument
749 final ServiceInfoImpl info = this.getServiceInfoFromCache(type, name, subtype, persistent); in resolveServiceInfo()
756 …ServiceInfoImpl getServiceInfoFromCache(String type, String name, String subtype, boolean persiste… in getServiceInfoFromCache() argument
[all …]
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc607 if (pmt->subtype == MEDIASUBTYPE_I420) in CreateCapabilityMap()
611 else if (pmt->subtype == MEDIASUBTYPE_IYUV) in CreateCapabilityMap()
615 else if (pmt->subtype == MEDIASUBTYPE_RGB24) in CreateCapabilityMap()
619 else if (pmt->subtype == MEDIASUBTYPE_YUY2) in CreateCapabilityMap()
623 else if (pmt->subtype == MEDIASUBTYPE_RGB565) in CreateCapabilityMap()
627 else if (pmt->subtype == MEDIASUBTYPE_MJPG) in CreateCapabilityMap()
631 else if (pmt->subtype == MEDIASUBTYPE_dvsl in CreateCapabilityMap()
632 || pmt->subtype == MEDIASUBTYPE_dvsd in CreateCapabilityMap()
633 || pmt->subtype == MEDIASUBTYPE_dvhd) // If this is an external DV camera in CreateCapabilityMap()
637 else if (pmt->subtype == MEDIASUBTYPE_UYVY) // Seen used by Declink capture cards in CreateCapabilityMap()
[all …]
/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
244 this._subtype = subtype;
278 get subtype() getter in WebInspector.RemoteObjectImpl
575 if (this.subtype !== "array")
597 return !!this._objectId && this.type === "object" && this.subtype === "node";
719 WebInspector.ScopeRemoteObject = function(target, objectId, scopeRef, type, subtype, value, descrip… argument
721 …WebInspector.RemoteObjectImpl.call(this, target, objectId, type, subtype, value, description, prev…
893 switch (this.subtype) {
964 get subtype() getter in WebInspector.LocalJSONObject
/external/wpa_supplicant_8/src/eap_peer/
Deap_sake.c116 int id, size_t length, u8 subtype) in eap_sake_build_msg() argument
135 sake->subtype = subtype; in eap_sake_build_msg()
370 u8 subtype, session_id; in eap_sake_process() local
380 subtype = req->subtype; in eap_sake_process()
385 "session_id %d", subtype, session_id); in eap_sake_process()
403 switch (subtype) { in eap_sake_process()
418 "unknown subtype %d", subtype); in eap_sake_process()
/external/chromium_org/media/video/capture/win/
Dsink_input_pin_win.cc56 media_type->subtype = kMediaSubTypeI420; in GetValidMediaType()
65 media_type->subtype = MEDIASUBTYPE_YUY2; in GetValidMediaType()
74 media_type->subtype = MEDIASUBTYPE_RGB24; in GetValidMediaType()
96 GUID sub_type = media_type->subtype; in IsMediaTypeValid()
/external/smack/src/org/xbill/DNS/
DAFSDBRecord.java30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) { in AFSDBRecord() argument
31 super(name, Type.AFSDB, dclass, ttl, subtype, "subtype", host, "host"); in AFSDBRecord()
/external/libnl/include/netlink/netfilter/
Dnfnl.h24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) argument

123456