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

1 2 3

  /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);
Accept.java 157 * @param subtype String to set
159 public void setContentSubType(String subtype) {
162 mediaRange.setSubtype(subtype);
ContentType.java 82 /** 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...]
  /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...]
  /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
eapol.h 134 uint8 subtype; member in struct:__anon9578
  /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;
  /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...]