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

1 2

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentTypeParser.java 74 Token subType = lexer.getNextToken();
76 contentType.setContentSubType(subType.getTokenValue());
  /frameworks/base/services/core/java/com/android/server/net/
NetworkIdentitySet.java 48 final int subType = in.readInt();
63 add(new NetworkIdentity(type, subType, subscriberId, networkId, false));
  /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);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 235 final String subType = parser.getSubType();
237 if (type != null && subType != null) {
  /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/platform/animation/
TimingFunction.h 92 enum SubType {
105 static CubicBezierTimingFunction* preset(SubType subType)
107 switch (subType) {
145 SubType subType() const { return m_subType; }
148 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2)
154 , m_subType(subType)
162 SubType m_subType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 68 const int videoChannel, const unsigned char subType,
73 _subType = subType;
670 unsigned char subType = 3;
676 tbChannel.videoChannel, subType, name, data, numBytes));
681 EXPECT_EQ(subType, rtcpObserver._subType);
788 unsigned char subType = 3;
795 tbChannel.videoChannel, subType, name, data, numBytes));
797 tbChannel.videoChannel, subType, name, NULL, numBytes)) <<
800 tbChannel.videoChannel, subType, name, data, numBytes - 1)) <<
806 tbChannel.videoChannel, subType, name, data, numBytes))
    [all...]
  /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/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 392 glu::VarType subType = glu::getVarType(type, vecIter.getPath());
395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType()));
401 int scalarSize = glu::getDataTypeScalarSize(subType.getBasicType());
    [all...]
  /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 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 146 DIType subType = Ty;
150 subType = resolve(DIDerivedType(Ty).getTypeDerivedFrom());
152 DIArray Elements = DICompositeType(subType).getTypeArray();
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subsmgr.h 310 SUBSCRIPTIONTYPE subType;
327 virtual HRESULT WINAPI GetDefaultInfo(SUBSCRIPTIONTYPE subType,SUBSCRIPTIONINFO *pInfo) = 0;
342 HRESULT (WINAPI *GetDefaultInfo)(ISubscriptionMgr *This,SUBSCRIPTIONTYPE subType,SUBSCRIPTIONINFO *pInfo);
359 #define ISubscriptionMgr_GetDefaultInfo(This,subType,pInfo) (This)->lpVtbl->GetDefaultInfo(This,subType,pInfo)
374 HRESULT WINAPI ISubscriptionMgr_GetDefaultInfo_Proxy(ISubscriptionMgr *This,SUBSCRIPTIONTYPE subType,SUBSCRIPTIONINFO *pInfo);
420 HRESULT (WINAPI *GetDefaultInfo)(ISubscriptionMgr2 *This,SUBSCRIPTIONTYPE subType,SUBSCRIPTIONINFO *pInfo);
444 #define ISubscriptionMgr2_GetDefaultInfo(This,subType,pInfo) (This)->lpVtbl->GetDefaultInfo(This,subType,pInfo)
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1249 milliseconds

1 2