Searched defs:subtype (Results 1 - 25 of 74) sorted by relevance

123

/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/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/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);
73 return new MediaType(string, type, subtype, charset);
85 * Returns a specific media subtype, such as "plain" or "png", "mpeg",
88 public String subtype() { method in class:MediaType
89 return subtype;
/external/tcpdump/
H A Dprint-mptcp.c286 u_int subtype; local
292 subtype = min(MPTCP_OPT_SUBTYPE(opt->sub_etc), MPTCP_SUB_FCLOSE + 1);
294 printf(" %s", mptcp_options[subtype].name);
295 return mptcp_options[subtype].print(cp, len, flags);
H A Dprint-eap.c168 u_int tlen, type, subtype; local
209 subtype = *(tptr+4);
214 switch (subtype) {
274 printf(" subtype [%s] 0x%02x,",
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h76 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/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/jpeg/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 subtype = UCH(targaheader[2]);
369 if (subtype > 8) {
373 subtype -= 8;
379 /* Now should have subtype 1, 2, or 3 */
383 switch (subtype) {
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_osf.h75 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/external/libdrm/intel/
H A Dintel_bufmgr.h104 uint32_t subtype; member in struct:_drm_intel_aub_annotation
/external/libpcap/
H A Dgrammar.y305 %type <i> NUM action reason type subtype type_subtype dir
524 p80211: TYPE type SUBTYPE subtype
546 subtype: NUM label
563 bpf_error("unknown 802.11 subtype name");
/external/mesa3d/src/glsl/
H A Dopt_array_splitting.cpp370 const struct glsl_type *subtype; local
373 subtype = type->column_type();
375 subtype = type->fields.array;
388 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sake.c116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
368 u8 subtype, session_id, id; local
379 subtype = req->subtype;
383 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
384 "session_id %d", subtype, session_id);
402 switch (subtype) {
417 "unknown subtype
115 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[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_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sake.c116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
368 u8 subtype, session_id, id; local
379 subtype = req->subtype;
383 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
384 "session_id %d", subtype, session_id);
402 switch (subtype) {
417 "unknown subtype
115 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[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_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sake.c116 int id, size_t length, u8 subtype)
135 sake->subtype = subtype;
368 u8 subtype, session_id, id; local
379 subtype = req->subtype;
383 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
384 "session_id %d", subtype, session_id);
402 switch (subtype) {
417 "unknown subtype
115 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[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...]

Completed in 493 milliseconds

123