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

12

/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);
H A DContentType.java82 /** Constructor given a content type and subtype.
84 *@param contentSubtype is the content subtype
97 mediaRange.type + "/" + mediaRange.subtype).compareToIgnoreCase(
136 return mediaRange.subtype;
139 /** Get the content subtype.
140 *@return the content subtype string (or null if not set).
146 /** Get the content subtype.
169 * set the content type and subtype.
171 *@param contentSubType content subtype string
194 /** Set the content subtype
[all...]
/external/webkit/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp62 1. media-subtype
63 2. gnome-mime-media-subtype
72 String subtype = MIMEType.substring(pos + 1); local
74 String iconName = media + "-" + subtype;
77 iconName = "gnome-mime-" + media + "-" + subtype;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_sake.c104 u8 id, size_t length, u8 subtype)
123 sake->subtype = subtype;
261 u8 version, session_id, subtype; local
273 subtype = resp->subtype;
286 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
288 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
291 if (data->state == CHALLENGE && subtype
103 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
434 u8 subtype; local
[all...]
H A Deap_sim.c332 u8 subtype; local
339 subtype = *pos;
341 if (subtype == EAP_SIM_SUBTYPE_CLIENT_ERROR)
346 if (subtype != EAP_SIM_SUBTYPE_START) {
348 "subtype %d", subtype);
353 if (subtype != EAP_SIM_SUBTYPE_CHALLENGE) {
355 "subtype %d", subtype);
360 if (subtype !
681 u8 subtype; local
[all...]
H A Deap_aka.c564 static Boolean eap_aka_subtype_ok(struct eap_aka_data *data, u8 subtype) argument
566 if (subtype == EAP_AKA_SUBTYPE_CLIENT_ERROR ||
567 subtype == EAP_AKA_SUBTYPE_AUTHENTICATION_REJECT)
572 if (subtype != EAP_AKA_SUBTYPE_IDENTITY) {
574 "subtype %d", subtype);
579 if (subtype != EAP_AKA_SUBTYPE_CHALLENGE &&
580 subtype != EAP_AKA_SUBTYPE_SYNCHRONIZATION_FAILURE) {
582 "subtype %d", subtype);
1108 u8 subtype; local
[all...]
H A Deap_fast.c644 binding->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST;
672 binding->subtype);
1179 b->version, b->received_version, b->subtype);
1194 if (b->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE) {
1195 wpa_printf(MSG_DEBUG, "EAP-FAST: Unexpected subtype in "
1196 "Crypto-Binding: %d", b->subtype);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_sake.c121 int id, size_t length, u8 subtype)
140 sake->subtype = subtype;
375 u8 subtype, session_id; local
385 subtype = req->subtype;
389 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
390 "session_id %d", subtype, session_id);
408 switch (subtype) {
423 "unknown subtype
120 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[all...]
H A Deap_sim.c503 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Start");
581 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Challenge");
756 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Notification");
794 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Reauthentication");
894 u8 subtype, id; local
922 subtype = *pos++;
923 wpa_printf(MSG_DEBUG, "EAP-SIM: Subtype=%d", subtype);
933 switch (subtype) {
949 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Client-Error");
954 wpa_printf(MSG_DEBUG, "EAP-SIM: Unknown subtype
[all...]
H A Deap_aka.c610 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Identity");
758 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Challenge");
987 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Notification");
1025 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Reauthentication");
1146 u8 subtype, id; local
1175 subtype = *pos++;
1176 wpa_printf(MSG_DEBUG, "EAP-AKA: Subtype=%d", subtype);
1187 switch (subtype) {
1203 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Client-Error");
1208 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown subtype
[all...]
/external/qemu/block/
H A Dbochs.c45 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member in struct:bochs_header_v1
65 char subtype[16]; // "Undoable" / "Volatile" / "Growing" member in struct:bochs_header
104 !strcmp(bochs->subtype, GROWING_TYPE) &&
136 strcmp(bochs.subtype, GROWING_TYPE) ||
/external/wpa_supplicant/
H A Deap_tlv.h69 u8 subtype; member in struct:eap_tlv_crypto_binding__tlv
H A Deap_sake.c126 int id, size_t *length, u8 subtype)
147 req->subtype = subtype;
387 u8 subtype, session_id; local
397 subtype = req->subtype;
402 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
403 "session_id %d", subtype, session_id);
421 switch (subtype) {
439 "unknown subtype
125 eap_sake_build_msg(struct eap_sake_data *data, u8 **payload, int id, size_t *length, u8 subtype) argument
[all...]
H A Deap_sake_common.h60 u8 subtype; member in struct:eap_sake_hdr
H A Deap_sim_common.h150 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
H A Deap_aka.c387 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Identity");
433 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Challenge");
586 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Notification");
626 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Reauthentication");
733 u8 subtype, *res; local
760 subtype = *pos++;
761 wpa_printf(MSG_DEBUG, "EAP-AKA: Subtype=%d", subtype);
770 switch (subtype) {
788 wpa_printf(MSG_DEBUG, "EAP-AKA: subtype Client-Error");
793 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown subtype
[all...]
H A Deap_sim.c409 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Start");
489 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Challenge");
665 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Notification");
705 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Reauthentication");
801 u8 subtype, *res; local
828 subtype = *pos++;
829 wpa_printf(MSG_DEBUG, "EAP-SIM: Subtype=%d", subtype);
838 switch (subtype) {
856 wpa_printf(MSG_DEBUG, "EAP-SIM: subtype Client-Error");
861 wpa_printf(MSG_DEBUG, "EAP-SIM: Unknown subtype
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_tlv_common.h81 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
H A Deap_sake_common.h56 u8 subtype; member in struct:eap_sake_hdr
H A Deap_sim_common.h219 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
/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/tcpdump/
H A Dprint-802_11.c604 printf("Unhandled Management subtype(%x)",
690 u_int subtype = FC_SUBTYPE(fc); local
692 if (DATA_FRAME_IS_CF_ACK(subtype) || DATA_FRAME_IS_CF_POLL(subtype) ||
693 DATA_FRAME_IS_QOS(subtype)) {
695 if (DATA_FRAME_IS_CF_ACK(subtype)) {
696 if (DATA_FRAME_IS_CF_POLL(subtype))
701 if (DATA_FRAME_IS_CF_POLL(subtype))
704 if (DATA_FRAME_IS_QOS(subtype))
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_events.c126 if (phevent->subtype == Ph_EV_PTR_ENTER)
130 else if (phevent->subtype ==Ph_EV_PTR_LEAVE)
172 if (phevent->subtype == Ph_EV_RELEASE_REAL && buttons != 0)
176 else if(phevent->subtype == Ph_EV_RELEASE_PHANTOM)
380 if (phevent->subtype==Ph_OFFSCREEN_INVALID)
/external/webkit/WebKit/android/jni/
H A DJavaBridge.cpp102 static void SetNetworkType(JNIEnv* env, jobject obj, jstring type, jstring subtype);
365 String subtype = to_string(env, javasubtype); local
370 if (subtype == edge || subtype == gprs)
372 else if (subtype == umts)

Completed in 239 milliseconds

12