/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/ |
D | MipMapGenerator.java | 77 image.setFormat(output.getFormat()); in resizeToPowerOf2() 124 image.setFormat(format); in generateMipMaps()
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
D | Image.java | 386 setFormat(format); in Image() 418 setFormat(format); in Image() 616 public void setFormat(Format format) { in setFormat() method in Image
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAltGlyphElement.h | 41 void setFormat(const AtomicString&, ExceptionCode&);
|
D | SVGAltGlyphElement.cpp | 81 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionCode& ec) in setFormat() function in WebCore::SVGAltGlyphElement
|
D | SVGFontFaceUriElement.cpp | 59 src->setFormat(value.isEmpty() ? "svg" : value); // Default format in srcValue()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | ErrorManager.java | 394 setFormat("antlr"); 437 public static void setFormat(String formatName) { in setFormat() method in ErrorManager 445 setFormat("antlr"); // recurse on this rule, trying the default message format in setFormat() 449 setFormat("antlr"); // recurse on this rule, trying the default message format in setFormat() 460 setFormat("antlr"); // recurse on this rule, trying the default message format in setFormat()
|
/external/webkit/Source/WebCore/css/ |
D | CSSFontFaceSrcValue.h | 56 void setFormat(const String& format) { m_format = format; } in setFormat() function
|
D | CSSParser.cpp | 3954 uriValue->setFormat(args->current()->string); in parseFontFaceSrc()
|
/external/icu4c/i18n/ |
D | tmutfmt.cpp | 495 messageFormat->setFormat(0, *fNumberFormat); in readFromCurrentLocale() 633 messageFormat->setFormat(0, *fNumberFormat); in searchInLocaleChain() 712 messageFormat->setFormat(0, *fNumberFormat); in searchInLocaleChain() 764 pattern[UTMUTFMT_FULL_STYLE]->setFormat(0, format); in setNumberFormat() 765 pattern[UTMUTFMT_ABBREVIATED_STYLE]->setFormat(0, format); in setNumberFormat()
|
D | msgfmt.cpp | 714 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat() function in MessageFormat 757 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat() function in MessageFormat
|
/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 167 pattform->setFormat( 0, *fileform ); in TestComplexExample() 168 pattform->setFormat( 2, *filenumform ); in TestComplexExample() 270 pattform->setFormat( 0, *fileform ); in TestComplexExample()
|
D | msfmrgts.cpp | 801 form1->setFormat(1, *fileform); in Test4105380() 802 form2->setFormat(0, *fileform); in Test4105380() 998 format->setFormat((int32_t)0,*fmt); in TestAPI()
|
D | tmsgfmt.cpp | 507 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice() 1744 msgfmt->setFormat("set", cf, status); in testCoverage() 1785 msgfmt->setFormat("formatName", cf, status); in testCoverage()
|
/external/icu4c/i18n/unicode/ |
D | msgfmt.h | 545 virtual void setFormat(int32_t formatNumber, const Format& format); 585 … virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | MessageFormatTest.java | 317 clone.setFormat(0, DateFormat.getInstance()); in test_clone() 337 format1.setFormat(0, DateFormat.getTimeInstance()); in test_equalsLjava_lang_Object() 338 format2.setFormat(0, new SimpleDateFormat(date.toPattern())); in test_equalsLjava_lang_Object()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | Phonemetadata.java | 66 public NumberFormat setFormat(String value) { in setFormat() method in Phonemetadata.NumberFormat 136 setFormat(other.getFormat()); in mergeFrom() 174 setFormat(objectInput.readUTF()); in readExternal()
|
D | PhoneNumberUtil.java | 1600 newFormat.setFormat("$1$2"); in formatOutOfCountryKeepingAlphaChars()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | SerializationStressTest.java | 190 MESSAGE.setFormat(0, DATEFORM); 191 MESSAGE.setFormat(1, DATEFORM);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
D | Tool.java | 241 ErrorManager.setFormat(args[i]); in processArgs() 1239 ErrorManager.setFormat(format);
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | TGALoader.java | 464 textureImage.setFormat(format); in load()
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | OGLESContext.java | 180 view.getHolder().setFormat(configChooser.getPixelFormat()); in createView()
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 684 newNumFormat.setFormat("($1) $2-$3"); in testFormatByPattern() 700 newNumFormat.setFormat("$1 $2-$3"); in testFormatByPattern() 709 newNumFormat.setFormat("$1-$2 $3"); in testFormatByPattern() 721 newNumFormat.setFormat("$1 $2 $3"); in testFormatByPattern()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 321 public void setFormat(AVT v) in setFormat() method in ElemNumber
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 1118 (WebCore::CSSFontFaceSrcValue::setFormat):
|
D | ChangeLog-2008-08-10 | 38573 (WebCore::SVGAltGlyphElement::setFormat):
|