Searched defs:formatType (Results 1 - 15 of 15) sorted by relevance

/external/aac/libSYS/include/
H A Dwav_file.h143 char formatType[4]; member in struct:WAV_HEADER
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) argument
274 if (formatType == UNUM_CURRENCY) {
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc174 const GUID *formatType = pMediaType->FormatType(); local
183 if(*formatType == FORMAT_VideoInfo)
249 if(*formatType == FORMAT_VideoInfo2)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DNumberFormat.java790 * @param formatType the type of format
794 public NumberFormat createFormat(ULocale loc, int formatType) { argument
795 return createFormat(loc.toLocale(), formatType);
807 * @param formatType the type of format
811 public NumberFormat createFormat(Locale loc, int formatType) { argument
812 return createFormat(ULocale.forLocale(loc), formatType);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java781 * @param formatType the type of format
784 public NumberFormat createFormat(ULocale loc, int formatType) { argument
785 return createFormat(loc.toLocale(), formatType);
797 * @param formatType the type of format
800 public NumberFormat createFormat(Locale loc, int formatType) { argument
801 return createFormat(ULocale.forLocale(loc), formatType);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java843 * @param formatType the type of format
847 public NumberFormat createFormat(ULocale loc, int formatType) { argument
848 return createFormat(loc.toLocale(), formatType);
860 * @param formatType the type of format
864 public NumberFormat createFormat(Locale loc, int formatType) { argument
865 return createFormat(ULocale.forLocale(loc), formatType);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) argument
238 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u"
239 : isFormatTypeSignedInteger(formatType) ? "i"
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType) argument
254 return getShaderSamplerOrImageType(formatType, imageType, false);
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType) argument
259 return getShaderSamplerOrImageType(formatType, imageType, true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 229 milliseconds