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

/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp274 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) argument
276 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.java792 * @param formatType the type of format
796 public NumberFormat createFormat(ULocale loc, int formatType) { argument
797 return createFormat(loc.toLocale(), formatType);
809 * @param formatType the type of format
813 public NumberFormat createFormat(Locale loc, int formatType) { argument
814 return createFormat(ULocale.forLocale(loc), formatType);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java806 * @param formatType the type of format
809 public NumberFormat createFormat(ULocale loc, int formatType) { argument
810 return createFormat(loc.toLocale(), formatType);
822 * @param formatType the type of format
825 public NumberFormat createFormat(Locale loc, int formatType) { argument
826 return createFormat(ULocale.forLocale(loc), formatType);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java868 * @param formatType the type of format
872 public NumberFormat createFormat(ULocale loc, int formatType) { argument
873 return createFormat(loc.toLocale(), formatType);
885 * @param formatType the type of format
889 public NumberFormat createFormat(Locale loc, int formatType) { argument
890 return createFormat(ULocale.forLocale(loc), formatType);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) argument
239 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u"
240 : isFormatTypeSignedInteger(formatType) ? "i"
253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType) argument
255 return getShaderSamplerOrImageType(formatType, imageType, false);
258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType) argument
260 return getShaderSamplerOrImageType(formatType, imageType, true);
/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 2435 milliseconds