Home
last modified time | relevance | path

Searched defs:fmts (Results 1 – 17 of 17) sorted by relevance

/external/libcups/locale/
Dcheckpo.c351 cups_array_t *fmts; /* Array of format strings */ in collect_formats() local
394 free_formats(cups_array_t *fmts) /* I - Array of format strings */ in free_formats()
/external/webrtc/modules/video_capture/linux/
Dvideo_capture_v4l2.cc119 unsigned int fmts[nFormats]; in StartCapture() local
Ddevice_info_v4l2.cc242 for (int fmts = 0; fmts < totalFmts; fmts++) { in FillCapabilities() local
/external/bc/scripts/
Drandmath.py319 fmts = [ "scale = {}; {} + {}", "scale = {}; {} - {}", "scale = {}; {} * {}", variable
/external/libaom/test/
Dcoding_path_sync.cc60 const aom_img_fmt_t fmts[] = { in CompressedSource() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java302 NumberFormat fmt = null, fmts[] = null; in expect() local
DTestMessageFormat.java941 Format[] fmts = new Format[] { in TestSetGetFormats() local
1088 Format fmts[] = {new DecimalFormat()}; in testNumericOnlyMethods() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java299 NumberFormat fmt = null, fmts[] = null; in expect() local
DTestMessageFormat.java938 Format[] fmts = new Format[] { in TestSetGetFormats() local
1085 Format fmts[] = {new DecimalFormat()}; in testNumericOnlyMethods() local
/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp2121 for (int fmts = 0; fmts < DE_LENGTH_OF_ARRAY(internalFmts); fmts++) in init() local
2168 for (int fmts = 0; fmts < DE_LENGTH_OF_ARRAY(internalFmts); fmts++) in init() local
2231 for (int fmts = 0; fmts < DE_LENGTH_OF_ARRAY(internalFmts_compressed); fmts++) in init() local
2280 for (int fmts = 0; fmts < DE_LENGTH_OF_ARRAY(internalFmts_compressed); fmts++) in init() local
/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp473 UnicodeString fmts[] = { in TestClosures() local
Ddtfmttst.cpp3787 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc); in Test6726() local
/external/cronet/third_party/icu/source/test/intltest/
Dtchcfmt.cpp473 UnicodeString fmts[] = { in TestClosures() local
Ddtfmttst.cpp3787 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc); in Test6726() local
/external/libkmsxx/utils/
Dkmsprint.cpp114 …string fmts = join<PixelFormat>(p.get_formats(), " ", [](PixelFormat fmt) { return PixelFormatToFo… in format_plane() local
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_detail.h105 char fmts[2]; member
/external/webrtc/pc/
Dwebrtc_sdp.cc2562 void MaybeCreateStaticPayloadAudioCodecs(const std::vector<int>& fmts, in MaybeCreateStaticPayloadAudioCodecs()