/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/UnifiedEmail/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/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
TimingFunction.h | 96 enum SubType { 109 static CubicBezierTimingFunction* preset(SubType subType) 111 switch (subType) { 154 SubType subType() const { return m_subType; } 157 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) 163 , m_subType(subType) 171 SubType m_subType [all...] |
TimingFunctionTestHelper.cpp | 104 switch (timingFunction.subType()) { 133 switch (timingFunction.subType()) { 197 if ((lhs.subType() == CubicBezierTimingFunction::Custom) && (ctf.subType() == CubicBezierTimingFunction::Custom)) 200 return lhs.subType() == ctf.subType(); 209 if ((lhs.subType() == StepsTimingFunction::Custom) && (stf.subType() == StepsTimingFunction::Custom)) 212 return lhs.subType() == stf.subType(); [all...] |
/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/UnifiedEmail/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));
|
/external/chromium_org/third_party/tlslite/tlslite/ |
TLSRecordLayer.py | 633 subType = p.get(1) 636 if subType == HandshakeType.hello_request: 639 if subType == HandshakeType.client_hello: 673 subType = p.get(1) 674 if subType != HandshakeType.client_hello: 683 subType = HandshakeType.client_hello 685 subType = p.get(1) 686 if subType not in secondaryType: 689 "Expecting %s, got %s" % (str(secondaryType), subType)): 698 if subType == HandshakeType.client_hello [all...] |
/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/UnifiedEmail/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-standalone-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);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 92 switch (timefunc->subType()) { 373 if (cubic->subType() == CubicBezierTimingFunction::Custom) { 378 switch (cubic->subType()) {
|
/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...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
SelectorChecker.cpp | [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 | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapFolder.java | [all...] |