/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/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatRegistrationTest.java | 38 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument 39 if (formatType == FORMAT_CURRENCY) { in TestRegistration()
|
D | NumberFormatTest.java | 1746 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument 1747 if (formatType == FORMAT_CURRENCY) { in TestRegistration() 3472 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormatFactory() argument 3488 public NumberFormat createFormat(Locale loc, int formatType) { in TestNumberFormatFactory() argument
|
/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 | 1745 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument 1746 if (formatType == FORMAT_CURRENCY) { in TestRegistration() 3471 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormatFactory() argument 3487 public NumberFormat createFormat(Locale loc, int formatType) { in TestNumberFormatFactory() argument
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | opensles_common.cc | 23 configuration.formatType = SL_DATAFORMAT_PCM; in CreatePcmConfiguration()
|
D | opensles_player.cc | 196 format.formatType = SL_DATAFORMAT_PCM; in CreatePCMConfiguration()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | NumberFormat.java | 796 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() argument 797 return createFormat(loc.toLocale(), formatType); in createFormat() 813 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat() argument 814 return createFormat(ULocale.forLocale(loc), formatType); in createFormat()
|
/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/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 174 const GUID *formatType = pMediaType->FormatType(); in CheckMediaType() local 183 if(*formatType == FORMAT_VideoInfo) in CheckMediaType() 249 if(*formatType == FORMAT_VideoInfo2) in CheckMediaType()
|
/external/aac/libSYS/include/ |
D | wav_file.h | 143 char formatType[4]; member
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NumberFormat.java | 788 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() argument 789 return createFormat(loc.toLocale(), formatType); in createFormat() 804 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat() argument 805 return createFormat(ULocale.forLocale(loc), formatType); in createFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberFormat.java | 851 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() argument 852 return createFormat(loc.toLocale(), formatType); in createFormat() 868 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat() argument 869 return createFormat(ULocale.forLocale(loc), formatType); in createFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 274 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat() argument 276 if (formatType == UNUM_CURRENCY) { in createFormat()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numfmt.h | 1117 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureTyp… in getShaderSamplerOrImageType() argument 239 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType() 240 : isFormatTypeSignedInteger(formatType) ? "i" in getShaderSamplerOrImageType() 253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType() argument 255 return getShaderSamplerOrImageType(formatType, imageType, false); in getShaderImageType() 258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType() argument 260 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/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleTest.java | 144 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormat() argument
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 143 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/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |