Home
last modified time | relevance | path

Searched refs:setFormat (Results 1 – 25 of 25) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
DMipMapGenerator.java77 image.setFormat(output.getFormat()); in resizeToPowerOf2()
124 image.setFormat(format); in generateMipMaps()
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DImage.java386 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/
DSVGAltGlyphElement.h41 void setFormat(const AtomicString&, ExceptionCode&);
DSVGAltGlyphElement.cpp81 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionCode& ec) in setFormat() function in WebCore::SVGAltGlyphElement
DSVGFontFaceUriElement.cpp59 src->setFormat(value.isEmpty() ? "svg" : value); // Default format in srcValue()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DErrorManager.java394 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/
DCSSFontFaceSrcValue.h56 void setFormat(const String& format) { m_format = format; } in setFormat() function
DCSSParser.cpp3954 uriValue->setFormat(args->current()->string); in parseFontFaceSrc()
/external/icu4c/i18n/
Dtmutfmt.cpp495 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()
Dmsgfmt.cpp714 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/
Dtchcfmt.cpp167 pattform->setFormat( 0, *fileform ); in TestComplexExample()
168 pattform->setFormat( 2, *filenumform ); in TestComplexExample()
270 pattform->setFormat( 0, *fileform ); in TestComplexExample()
Dmsfmrgts.cpp801 form1->setFormat(1, *fileform); in Test4105380()
802 form2->setFormat(0, *fileform); in Test4105380()
998 format->setFormat((int32_t)0,*fmt); in TestAPI()
Dtmsgfmt.cpp507 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/
Dmsgfmt.h545 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/
DMessageFormatTest.java317 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/
DPhonemetadata.java66 public NumberFormat setFormat(String value) { in setFormat() method in Phonemetadata.NumberFormat
136 setFormat(other.getFormat()); in mergeFrom()
174 setFormat(objectInput.readUTF()); in readExternal()
DPhoneNumberUtil.java1600 newFormat.setFormat("$1$2"); in formatOutOfCountryKeepingAlphaChars()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest.java190 MESSAGE.setFormat(0, DATEFORM);
191 MESSAGE.setFormat(1, DATEFORM);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java241 ErrorManager.setFormat(args[i]); in processArgs()
1239 ErrorManager.setFormat(format);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DTGALoader.java464 textureImage.setFormat(format); in load()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DOGLESContext.java180 view.getHolder().setFormat(configChooser.getPixelFormat()); in createView()
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java684 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/
DElemNumber.java321 public void setFormat(AVT v) in setFormat() method in ElemNumber
/external/webkit/Source/WebCore/
DChangeLog-2007-10-141118 (WebCore::CSSFontFaceSrcValue::setFormat):
DChangeLog-2008-08-1038573 (WebCore::SVGAltGlyphElement::setFormat):