Home
last modified time | relevance | path

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

12

/external/fonttools/Lib/fontTools/ttLib/tables/
D_p_o_s_t.py34 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/
DNumberFormatRegistrationTest.java38 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument
39 if (formatType == FORMAT_CURRENCY) { in TestRegistration()
DNumberFormatTest.java1746 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/
DNumberFormatRegistrationTest.java37 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() argument
38 if (formatType == FORMAT_CURRENCY) { in TestRegistration()
DNumberFormatTest.java1745 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/
Dopensles_common.cc23 configuration.formatType = SL_DATAFORMAT_PCM; in CreatePcmConfiguration()
Dopensles_player.cc196 format.formatType = SL_DATAFORMAT_PCM; in CreatePCMConfiguration()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DNumberFormat.java796 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/
Dwav_file.cpp147 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/
Dsink_filter_ds.cc174 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/
Dwav_file.h143 char formatType[4]; member
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormat.java788 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/
DNumberFormat.java851 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/
Dnmfmapts.cpp274 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat() argument
276 if (formatType == UNUM_CURRENCY) { in createFormat()
/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h1117 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp237 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/
Dsubset.py1244 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/
DULocaleTest.java144 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormat() argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java143 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormat() argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12