HomeSort by relevance Sort by last modified time
    Searched defs:subtype (Results 1 - 25 of 40) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 48 * | ( type "/" subtype )
65 /** subtype field
67 protected String subtype; field in class:MediaRange
81 /** get the subType field.
85 return subtype;
97 * Set the subtype member
101 subtype = s;
115 .append(subtype);
  /external/webkit/WebCore/platform/graphics/gtk/
IconGtk.cpp 62 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;
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
bcmeth.h 71 uint16 subtype; member in struct:bcmeth_hdr
802.11e.h 57 uint8 subtype; /* WME_SUBTYPE_TSPEC */ member in struct:tspec
  /system/core/sh/
show.c 170 int subtype; local
185 subtype = *++p;
186 if (subtype == VSLENGTH)
192 if (subtype & VSNUL)
195 switch (subtype & VSTYPE) {
228 printf("<subtype %d>", subtype);
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 209 * the given subtype. This takes into account primitiveness,
217 * @param subtypeBearer {@code non-null;} the subtype
222 Type subtype = subtypeBearer.getType(); local
224 if (supertype.equals(subtype)) {
230 int subBt = subtype.getBasicType();
240 subtype = Type.OBJECT;
249 return supertype.isIntlike() && subtype.isIntlike();
261 } else if (subtype == Type.KNOWN_NULL) {
263 * A known-null subtype is in fact assignable to any
274 if (! subtype.isArray())
    [all...]
  /external/wpa_supplicant/
eap_tlv.h 69 u8 subtype; member in struct:eap_tlv_crypto_binding__tlv
eap_sake.c 126 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 %d", subtype)
    [all...]
eap_sake_common.h 60 u8 subtype; member in struct:eap_sake_hdr
eap_aka.c 387 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")
    [all...]
eap_sim.c 409 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")
    [all...]
  /external/jpeg/
rdtarga.c 337 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/qemu/block/
bochs.c 45 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_6/wpa_supplicant/src/eap_common/
eap_sake_common.h 56 u8 subtype; member in struct:eap_sake_hdr
eap_tlv_common.h 81 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sake.c 121 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 %d", subtype)
    [all...]
eap_aka.c 610 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
    [all...]
eap_sim.c 503 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")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c 104 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 == EAP_SAKE_SUBTYPE_CHALLENGE
434 u8 subtype; local
    [all...]
eap_sim.c 332 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 != EAP_SIM_SUBTYPE_REAUTHENTICATION)
681 u8 subtype; local
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/
BodyDescriptor.java 109 String subtype = main.substring(index + 1).trim(); local
110 if (type.length() > 0 && subtype.length() > 0) {
111 main = type + "/" + subtype;
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 24 private String subtype; field in class:ContentTypeParser
29 public String getSubType() { return subtype; }
65 Token subtype; local
68 subtype = jj_consume_token(ATOKEN);
70 this.subtype = subtype.image;
  /system/media/opensles/tools/permute/
permute.c 145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; local
147 switch (subtype) {
155 fprintf(stderr, "%s: unsupported subtype 0x%X\n", path_in, subtype);
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 102 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)
  /external/tcpdump/
print-802_11.c 604 printf("Unhandled Management subtype(%x)",
667 printf("Unknown Ctrl Subtype");
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))
    [all...]

Completed in 1051 milliseconds

1 2