HomeSort by relevance Sort by last modified time
    Searched refs:setType (Results 51 - 75 of 215) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/base/opengl/tools/glgen/src/
JFunc.java 52 public void setType(JType ftype) {
125 jfunc.setType(JType.convert(cfunc.getType(), false));
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 228 alert.getWindow().setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
242 alert.getWindow().setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Accept.java 171 mediaRange.setType(type);
  /external/skia/src/animator/
SkAnimateSet.cpp 79 fValues.setType(outType);
SkAnimateField.cpp 117 fValues.setType(outType);
SkDisplayPost.cpp 302 fEvent.setType("user");
307 fEvent.setType(*string);
  /external/webkit/WebCore/html/
DataGridColumn.h 54 void setType(const AtomicString& type) { m_type = type; columnChanged(); }
HTMLLIElement.cpp 114 void HTMLLIElement::setType(const String& value)
HTMLLinkElement.h 69 void setType(const String&);
HTMLStyleElement.cpp 133 void HTMLStyleElement::setType(const AtomicString &value)
  /external/webkit/WebCore/svg/
SVGStyleElement.cpp 53 void SVGStyleElement::setType(const AtomicString& type, ExceptionCode& ec)
  /external/webkit/WebCore/svg/graphics/filters/
SVGFETurbulence.cpp 54 void FETurbulence::setType(TurbulanceType type)
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 17 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetConfigure.java 61 intent.setType("image/*");
  /packages/apps/Gallery3D/src/com/cooliris/media/
PhotoAppWidgetConfigure.java 55 intent.setType("image/*");
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 200 intent.setType(mimeType);
215 intent.setType(WspTypeDecoder.CONTENT_MIME_TYPE_B_PUSH_CO);
233 intent.setType(WspTypeDecoder.CONTENT_MIME_TYPE_B_MMS);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 115 intent.setType("application/x-gzip");
117 intent.setType("text/plain");
119 intent.setType("application/octet-stream");
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 519 * Compatibility issue: see comments for setType variable
542 private int setType;
707 switch (setType) {
732 setType = SET_PrivCred;
734 setType = SET_Principal;
736 setType = SET_PubCred;
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 203 method = "setType",
231 mIntent.setType(TEST_TYPE);
445 method = "setType",
455 mIntent.setType(TEST_TYPE);
547 method = "setType",
559 mIntent.setType(TEST_TYPE);
561 mIntent.setType(null);
576 method = "setType",
588 mIntent.setType(TEST_TYPE);
590 mIntent.setType(null)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 60 intent.setType(mMimeType);
  /external/chromium/third_party/icu/source/i18n/
nfrule.h 57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
  /external/icu4c/i18n/
nfrule.h 57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
  /external/webkit/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 86 void ContextMenuItem::setType(ContextMenuItemType type)
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 550 method = "setType",
555 multi.setType(0, "float");
559 multi.setType(1, null);
564 multi.setType(-1, "float");
571 multi.setType(5, "float");
  /external/webkit/WebCore/platform/mac/
ContextMenuItemMac.mm 112 void ContextMenuItem::setType(ContextMenuItemType type)

Completed in 450 milliseconds

1 23 4 5 6 7 8 9