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...]
fpdf_ext.cpp 60 CFX_ByteString cbSubType = pPDFAnnot->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 73 out.writeInt(ident.getSubType());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 171 final InputMethodSubtype subtype = stylePref.getSubtype();
191 final InputMethodSubtype subtype = stylePref.getSubtype();
248 // intent.putExtra("newlyAddedSubtype", subtypePref.getSubtype());
278 subtypes.add(subtypePref.getSubtype());
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 112 public int getSubType() {
160 final int subType = state.networkInfo.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/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 177 ID3D11ShaderReflectionType* GetSubType();
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 67 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget";
165 CFX_ByteString CPDF_Annot::GetSubType() const
272 if (GetSubType() == "Popup") {
368 if (GetSubType() == "Popup") {
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 99 virtual CFX_ByteString GetSubType() const;
fsdk_baseform.h 65 virtual CFX_ByteString GetSubType() const;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase();
  /packages/services/Telephony/src/org/apache/james/mime4j/field/
ContentTypeField.java 235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java 718 String code = expected.getSubtype();
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Multipart.java 65 public String getSubType() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 125 protected final InputMethodSubtype getSubtype(final Locale locale,

Completed in 1371 milliseconds

1 2 3