Searched refs:subtype (Results 1 - 25 of 168) sorted by relevance

1234567

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_type.js14 * Pair type-subtype defines order when sorted by file type.
19 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG',
23 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'BMP',
27 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'GIF',
31 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'ICO',
35 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'PNG',
39 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'WebP',
43 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'TIFF',
49 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: '3GP',
53 type: 'video', name: 'VIDEO_FILE_TYPE', subtype
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java48 * | ( type "/" subtype )
65 /** subtype field
67 protected String subtype; field in class:MediaRange
85 return subtype;
97 * Set the subtype member
101 subtype = s;
115 .append(subtype);
H A DAccept.java157 * @param subtype String to set
159 public void setContentSubType(String subtype) { argument
162 mediaRange.setSubtype(subtype);
/external/smack/src/org/xbill/DNS/
H A DAFSDBRecord.java26 * @param subtype Indicates the type of service provided by the host.
30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) { argument
31 super(name, Type.AFSDB, dclass, ttl, subtype, "subtype", host, "host");
34 /** Gets the subtype indicating the service provided by the host. */
/external/valgrind/main/none/tests/amd64/
H A 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}|;
[all...]
/external/valgrind/main/none/tests/x86/
H A 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}|;
[all...]
/external/libnl/include/netlink/netfilter/
H A Dnfnl.h24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype))
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java36 private final String subtype; field in class:MediaType
39 private MediaType(String mediaType, String type, String subtype, String charset) { argument
42 this.subtype = subtype;
54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US);
70 return new MediaType(string, type, subtype, charset);
82 * Returns a specific media subtype, such as "plain" or "png", "mpeg",
85 public String subtype() { method in class:MediaType
86 return subtype;
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
90 * @param subtype
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) { argument
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text);
130 * @param subtype
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) { argument
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
174 * @param subtype
186 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) argument
230 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) argument
278 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
374 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister_impl.cc26 const std::string& subtype)
31 base::StringPrintf(kPrivetSubtypeTemplate, subtype.c_str())) {
23 PrivetDeviceListerImpl( ServiceDiscoveryClient* service_discovery_client, PrivetDeviceLister::Delegate* delegate, const std::string& subtype) argument
H A Dprivet_device_lister_impl.h23 const std::string& subtype);
/external/chromium_org/mojo/system/
H A Dmessage_in_transit.h120 Subtype subtype() const { return header()->subtype; } function in class:mojo::system::MessageInTransit::View
137 Subtype subtype,
142 Subtype subtype,
196 Subtype subtype() const { return header()->subtype; } function in class:mojo::system::MessageInTransit
234 Subtype subtype; // 2 bytes. member in struct:mojo::system::MessageInTransit::Header
247 void ConstructorHelper(Type type, Subtype subtype, uint32_t num_bytes);
H A Dmessage_in_transit.cc89 Subtype subtype,
95 ConstructorHelper(type, subtype, num_bytes);
107 Subtype subtype,
113 ConstructorHelper(type, subtype, num_bytes);
198 Subtype subtype,
204 header()->subtype = subtype;
88 MessageInTransit(Type type, Subtype subtype, uint32_t num_bytes, const void* bytes) argument
106 MessageInTransit(Type type, Subtype subtype, uint32_t num_bytes, UserPointer<const void> bytes) argument
197 ConstructorHelper(Type type, Subtype subtype, uint32_t num_bytes) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc40 // Converts the given match to a type (and possibly subtype) based on the AQS
47 size_t* subtype) {
50 // Default value, indicating no subtype.
51 *subtype = base::string16::npos;
53 // If provider is TYPE_ZERO_SUGGEST, set the subtype accordingly.
55 // SEARCH_SUGGEST or NAVSUGGEST. This subtype indicates context-aware zero
62 *subtype = 66;
67 // Do not set subtype here; subtype may have been set above.
72 *subtype
43 AutocompleteMatchToAssistedQuery( const AutocompleteMatch::Type& match, const AutocompleteProvider* provider, size_t* type, size_t* subtype) argument
143 AppendAvailableAutocompletion(size_t type, size_t subtype, int count, std::string* autocompletions) argument
611 size_t subtype = base::string16::npos; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_sake.c91 u8 id, size_t length, u8 subtype)
110 sake->subtype = subtype;
241 u8 version, session_id, subtype; local
253 subtype = resp->subtype;
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
271 if (data->state == CHALLENGE && subtype
90 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
414 u8 subtype; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sake.c91 u8 id, size_t length, u8 subtype)
110 sake->subtype = subtype;
241 u8 version, session_id, subtype; local
253 subtype = resp->subtype;
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
271 if (data->state == CHALLENGE && subtype
90 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
414 u8 subtype; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_sake.c91 u8 id, size_t length, u8 subtype)
110 sake->subtype = subtype;
241 u8 version, session_id, subtype; local
253 subtype = resp->subtype;
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
271 if (data->state == CHALLENGE && subtype
90 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
414 u8 subtype; local
[all...]
/external/lldb/utils/test/
H A 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/tcpdump/
H A Dprint-lldp.c642 int subtype, hexdump = FALSE; local
650 subtype = *(tptr+3);
653 tok2str(lldp_8021_subtype_values, "unknown", subtype),
654 subtype);
656 switch (subtype) {
845 int subtype, hexdump = FALSE; local
850 subtype = *(tptr+3);
853 tok2str(lldp_8023_subtype_values, "unknown", subtype),
854 subtype);
856 switch (subtype) {
923 int subtype, hexdump = FALSE; local
1104 int subtype, hexdump = FALSE; local
1370 u_int8_t subtype; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c65 uint32_t subtype, uint32_t ending_offset)
68 annotation->subtype = subtype;
64 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type, uint32_t subtype, uint32_t ending_offset) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c65 uint32_t subtype, uint32_t ending_offset)
68 annotation->subtype = subtype;
64 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type, uint32_t subtype, uint32_t ending_offset) argument
/external/chromium_org/media/video/capture/win/
H A Dsink_input_pin_win.cc56 media_type->subtype = kMediaSubTypeI420;
65 media_type->subtype = MEDIASUBTYPE_YUY2;
74 media_type->subtype = MEDIASUBTYPE_RGB24;
96 GUID sub_type = media_type->subtype;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dcomplex.pxd13 # This subtype of PyObject represents a Python complex number object.
27 # Return true if its argument is a PyComplexObject or a subtype of
31 # Return true if its argument is a PyComplexObject, but not a subtype of PyComplexObject.
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A 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
[all...]
/external/chromium_org/media/midi/
H A Dusb_midi_descriptor_parser.cc159 DescriptorSubType subtype = static_cast<DescriptorSubType>(data[2]); local
161 if (subtype != SUBTYPE_MIDI_OUT_JACK &&
162 subtype != SUBTYPE_MIDI_IN_JACK)

Completed in 756 milliseconds

1234567