/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _p_o_s_t.py | 34 if self.formatType == 1.0: 36 elif self.formatType == 2.0: 38 elif self.formatType == 3.0: 40 elif self.formatType == 4.0: 44 raise ttLib.TTLibError("'post' table format %f not supported" % self.formatType) 48 if self.formatType == 1.0: 50 elif self.formatType == 2.0: 52 elif self.formatType == 3.0: 54 elif self.formatType == 4.0: 58 raise ttLib.TTLibError("'post' table format %f not supported" % self.formatType)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRegistrationTest.java | 37 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument 38 if (formatType == FORMAT_CURRENCY) { in TestRegistration()
|
D | NumberFormatTest.java | 1296 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument 1297 if (formatType == FORMAT_CURRENCY) { in TestRegistration() 2808 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormatFactory() argument 2824 public NumberFormat createFormat(Locale loc, int formatType) { in TestNumberFormatFactory() argument
|
/external/aac/libSYS/src/ |
D | wav_file.cpp | 147 if (FDKfread(&(wav->header.formatType), 1, 4, wav->fp) != 4) { in WAV_InputOpen() 151 if (FDKstrncmp("fmt", wav->header.formatType, 3)) { in WAV_InputOpen() 412 FDKstrcpy(wav->header.formatType, "fmt "); in WAV_OutputOpen()
|
/external/aac/libSYS/include/ |
D | wav_file.h | 143 char formatType[4]; member
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberFormat.java | 838 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() argument 839 return createFormat(loc.toLocale(), formatType); in createFormat() 855 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat() argument 856 return createFormat(ULocale.forLocale(loc), formatType); in createFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat() argument 274 if (formatType == UNUM_CURRENCY) { in createFormat()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numfmt.h | 1122 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureTyp… in getShaderSamplerOrImageType() argument 238 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType() 239 : isFormatTypeSignedInteger(formatType) ? "i" in getShaderSamplerOrImageType() 252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType() argument 254 return getShaderSamplerOrImageType(formatType, imageType, false); in getShaderImageType() 257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType() argument 259 return getShaderSamplerOrImageType(formatType, imageType, true); in getShaderSamplerType()
|
/external/fonttools/Lib/fontTools/ |
D | subset.py | 1244 self.formatType = 3.0 2145 if f.formatType == 2.0: 2146 f.formatType = 3.0
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 131 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormat() argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |