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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentTypeParser.java 74 Token subType = lexer.getNextToken();
76 contentType.setContentSubType(subType.getTokenValue());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 31 public static NetworkInfo newInstance(NetworkInfo.DetailedState detailedState, int type, int subType,
37 info.setSubType(subType);
110 public void setSubType(int subType) {
111 this.connectionSubType = subType;
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Multipart.java 50 private String subType = "alternative";
66 return subType;
74 * @param subType the sub-type.
76 public void setSubType(String subType) {
77 this.subType = subType;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 45 /** The subtype of the property. Defines the type of array's elements. */
46 private int subType;
66 subType = ((Number) idPropertyStructure.getFieldValue("subtype")).intValue();
95 switch (subType) {
121 throw new IllegalStateException("Invalid array subtype: " + subType);
244 sb.append(indent).append("subType: ").append(subType).append("\n\r");
319 oc.write(subType, "subtype", 0)
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMultipart.java 53 "Invalid MultiPart Content-Type; must contain subtype and boundary. ("
80 public void setSubType(String subType) throws MessagingException {
81 this.mSubType = subType;
82 mContentType = String.format("multipart/%s; boundary=\"%s\"", subType, mBoundary);
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 53 int type, int subType, String subscriberId, String networkId, boolean roaming) {
55 mSubType = COMBINE_SUBTYPE_ENABLED ? SUBTYPE_COMBINED : subType;
81 builder.append(", subType=");
141 final int subType = state.networkInfo.getSubtype();
171 return new NetworkIdentity(type, subType, subscriberId, networkId, roaming);
  /frameworks/base/services/java/com/android/server/net/
NetworkIdentitySet.java 48 final int subType = in.readInt();
63 add(new NetworkIdentity(type, subType, subscriberId, networkId, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 188 for (IType subType : allSubtypes) {
189 if (!projectOnly || subType.getResource() != null) {
190 elements.add(subType);
201 for (IType subType : allSubtypes) {
202 if (!projectOnly || subType.getResource() != null) {
203 elements.add(subType);
  /packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTypeField.java 235 final String subType = parser.getSubType();
237 if (type != null && subType != null) {
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
jython-2.5.3.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /dalvik/tools/hprof-conv/
HprofConv.c 444 unsigned char subType = buf[0];
448 DBUG("--- 0x%02x ", subType);
449 switch (subType) {
536 fprintf(stderr, "ERROR: unexpected subtype 0x%02x at offset %d\n",
537 subType, buf - origBuf);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 708 for (IType subType : allSubtypes) {
709 int flags = subType.getFlags();
711 String fqcn = subType.getFullyQualifiedName();
712 if (subType.getResource() != null) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java     [all...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 758 ITypeReference subType = it.next();
760 getClassDefinition(subType))) {
802 for (ITypeReference subType : subClass.getInterfaces()) {
804 getClassDefinition(subType))) {
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 774 body subtype
783 final ImapString subType = bs.getStringOrEmpty(1);
785 (type.getString() + "/" + subType.getString()).toLowerCase(Locale.US);
793 // A body type of type MESSAGE and subtype RFC822
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 136 DIType subType = Ty;
141 subType = DTy.getTypeDerivedFrom();
144 DICompositeType blockStruct = DICompositeType(subType);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 2921 milliseconds