HomeSort by relevance Sort by last modified time
    Searched full:getsubtype (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 64 if (IPDFSDK_AnnotHandler* pAnnotHandler = GetAnnotHandler(pAnnot->GetSubType()))
124 return GetAnnotHandler(pPDFAnnot->GetSubType());
362 CFX_ByteString sSubType = pAnnot->GetSubType();
439 CFX_ByteString sSubType = pAnnot->GetSubType();
457 CFX_ByteString sSubType = pAnnot->GetSubType();
473 CFX_ByteString sSubType = pAnnot->GetSubType();
488 CFX_ByteString sSubType = pAnnot->GetSubType();
505 CFX_ByteString sSubType = pAnnot->GetSubType();
522 CFX_ByteString sSubType = pAnnot->GetSubType();
539 CFX_ByteString sSubType = pAnnot->GetSubType();
    [all...]
  /external/smack/src/org/xbill/DNS/
AFSDBRecord.java 36 getSubtype() {
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 169 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
213 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
257 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
302 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
389 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
402 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
416 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
429 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
442 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
455 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 41 self.assertEqual(msg.getsubtype(), "plain")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 41 self.assertEqual(msg.getsubtype(), "plain")
  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 84 public String getSubtype() {
Accept.java 85 return mediaRange.getSubtype().compareTo(STAR) == 0;
129 return mediaRange.getSubtype();
ContentType.java 143 return mediaRange == null ? null : mediaRange.getSubtype();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 71 public int getSubtype() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ConnectivityManagerTest.java 90 assertEquals(TelephonyManager.NETWORK_TYPE_EDGE, info.getSubtype());
  /frameworks/base/services/core/java/com/android/server/net/
NetworkIdentitySet.java 72 out.writeInt(ident.getSubType());
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 105 public int getSubType() {
141 final int subType = state.networkInfo.getSubtype();
MobileDataStateTracker.java 250 int oldSubtype = mNetworkInfo.getSubtype();
309 Slog.d(TAG, "subType = " + mNetworkInfo.getSubtype());
785 if (mNetworkInfo.getSubtype() != TelephonyManager.NETWORK_TYPE_UNKNOWN) {
786 li.setMobileNetworkType(mNetworkInfo.getSubtype());
788 NetworkDataEntry entry = getNetworkDataEntry(mNetworkInfo.getSubtype());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 205 public InputMethodSubtype getSubtype() {
495 final InputMethodSubtype subtype = subtypePref.getSubtype();
515 final InputMethodSubtype subtype = subtypePref.getSubtype();
572 // intent.putExtra("newlyAddedSubtype", subtypePref.getSubtype());
602 subtypes.add(subtypePref.getSubtype());
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 218 this._subtype = info.getSubtype();
388 String subtype = this.getSubtype();
431 // String subtype = this.getSubtype();
728 public String getSubtype() {
743 map.put(Fields.Subtype, this.getSubtype());
913 if ((this.getSubtype().length() == 0) && (rec.getSubtype().length() != 0)) {
914 _subtype = rec.getSubtype();
    [all...]
DNSEntry.java 87 return this.getSubtype().equals(other.getSubtype());
95 public String getSubtype() {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 177 ID3D11ShaderReflectionType* GetSubType();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 177 ID3D11ShaderReflectionType* GetSubType();
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 68 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget";
166 CFX_ByteString CPDF_Annot::GetSubType() const
275 if (GetSubType() == "Popup") {
384 if (GetSubType() == "Popup") {
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 88 virtual CFX_ByteString GetSubType() const;
fsdk_baseform.h 57 virtual CFX_ByteString GetSubType() const;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 94 protected final InputMethodSubtype getSubtype(final Locale locale,
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.net.NetworkInfo.html 102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/net/NetworkInfo.html#getSubtype()" target="_top"><code>getSubtype</code></A>()</nobr>
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase();
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetworkChangeNotifierAutoDetect.java 56 return mConnectivityManager.getActiveNetworkInfo().getSubtype();

Completed in 1075 milliseconds

1 2 3