/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 61 #define fmt1(__vk_fmt, __hw_fmt) \ macro 148 fmt1(VK_FORMAT_R4G4B4A4_UNORM_PACK16, ISL_FORMAT_A4B4G4R4_UNORM), 150 fmt1(VK_FORMAT_R5G6B5_UNORM_PACK16, ISL_FORMAT_B5G6R5_UNORM), 152 fmt1(VK_FORMAT_R5G5B5A1_UNORM_PACK16, ISL_FORMAT_A1B5G5R5_UNORM), 154 fmt1(VK_FORMAT_A1R5G5B5_UNORM_PACK16, ISL_FORMAT_B5G5R5A1_UNORM), 155 fmt1(VK_FORMAT_R8_UNORM, ISL_FORMAT_R8_UNORM), 156 fmt1(VK_FORMAT_R8_SNORM, ISL_FORMAT_R8_SNORM), 157 fmt1(VK_FORMAT_R8_USCALED, ISL_FORMAT_R8_USCALED), 158 fmt1(VK_FORMAT_R8_SSCALED, ISL_FORMAT_R8_SSCALED), 159 fmt1(VK_FORMAT_R8_UINT, ISL_FORMAT_R8_UINT), [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/ |
D | test_import_all.pb.go | 9 fmt1 "github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt" packageName 34 Fmt *fmt1.M `protobuf:"bytes,7,opt,name=fmt,proto3" json:"fmt,omitempty"` 107 func (m *All) GetFmt() *fmt1.M {
|
/external/adhd/cras/src/tests/ |
D | rstream_unittest.cc | 59 static bool format_equal(cras_audio_format* fmt1, cras_audio_format* fmt2) { in format_equal() argument 60 return fmt1->format == fmt2->format && in format_equal() 61 fmt1->frame_rate == fmt2->frame_rate && in format_equal() 62 fmt1->num_channels == fmt2->num_channels; in format_equal()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.hh | 208 …Encoding1 *fmt1 = c->allocate_size<Encoding1> (Encoding1::min_size + Encoding1_Range::static_size … in serialize() local 209 if (unlikely (fmt1 == nullptr)) return_trace (false); in serialize() 210 fmt1->nRanges () = code_ranges.length; in serialize() 215 fmt1->ranges[i].first = code_ranges[i].code; in serialize() 216 fmt1->ranges[i].nLeft = code_ranges[i].glyph; in serialize() 493 …Charset1 *fmt1 = c->allocate_size<Charset1> (Charset1::min_size + Charset1_Range::static_size * si… in serialize() local 494 if (unlikely (fmt1 == nullptr)) return_trace (false); in serialize() 499 fmt1->ranges[i].first = sid_ranges[i].code; in serialize() 500 fmt1->ranges[i].nLeft = sid_ranges[i].glyph; in serialize()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 36 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local 39 expect(fmt1, n, "1.234E3"); in TestExponent() 41 expect(fmt1, "1.234E3", n); in TestExponent() 42 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent()
|
D | ListFormatterTest.java | 356 ListFormatter fmt1 = ListFormatter.getInstance(loc, type, width); in TestCreateStyled() local 367 String result = fmt1.format(Arrays.asList(inputs)); in TestCreateStyled()
|
D | NumberRegressionTests.java | 1029 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); in Test4122840() local 1031 String result1 = fmt1.format(1.111); in Test4122840() 1060 fmt2.setMaximumFractionDigits(fmt1.getMinimumFractionDigits()); in Test4122840() 1061 fmt2.setMinimumFractionDigits(fmt1.getMaximumFractionDigits()); in Test4122840() 1062 fmt2.setRoundingIncrement(fmt1.getRoundingIncrement()); in Test4122840()
|
D | RbnfTest.java | 116 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); in TestCoverage() local 121 if (!fmt0.equals(fmt1)) { in TestCoverage()
|
D | NumberFormatTest.java | 1190 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local 1193 expect2(fmt1, n, "1.234E3"); in TestExponent() 1195 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent() 3805 DecimalFormat fmt1 = new DecimalFormat("#0"); in TestFormatToCharacterIteratorThread() local 3806 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); in TestFormatToCharacterIteratorThread() 3811 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 5758 NumberFormat fmt1 = NumberFormat.getCurrencyInstance(loc1); 5759 fmt1.setCurrency(cur); 5760 String actualSetCurrency = fmt1.format(amount);
|
D | DateFormatTest.java | 4069 SimpleDateFormat fmt1 = new SimpleDateFormat("GGG yyyy-MM-dd'T'HH:mm:ss'Z"); in TestISOEra() local 4081 dt1 = fmt1.parse(in); in TestISOEra() 4090 out = fmt1.format(dt1); in TestISOEra() 4872 … DateFormat fmt1 = DateFormat.getDateTimeInstance(fmtCal, dateStylesList[i], DateFormat.DEFAULT); in Test10632() local 4876 String s1 = fmt1.format(testDates[j]); in Test10632()
|
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 476 ChoiceFormat fmt1(limits, closures, fmts, 6); in TestClosures() local 489 fmt1.toPattern(str); in TestClosures() 498 if (fmt1 != fmt2) { in TestClosures() 544 ChoiceFormat* FMT[] = { &fmt1, &fmt2 }; in TestClosures()
|
D | tmsgfmt.cpp | 1418 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); in _testCopyConstructor2() local 1423 if (fmt1 == NULL) { in _testCopyConstructor2() 1428 fmt2 = new MessageFormat( *fmt1 ); in _testCopyConstructor2() 1429 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1436 fmt3 = fmt1->clone(); in _testCopyConstructor2() 1448 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1454 delete fmt1; in _testCopyConstructor2()
|
D | tzregts.cpp | 935 SimpleDateFormat fmt1(UnicodeString(u"z"), status); in Test4176686() local 940 fmt1.setTimeZone(z1); // Format uses standard zone in Test4176686() 970 "DateFormat.format(std)/std zone", fmt1.format(std, i), "GMT+1:30", in Test4176686() 971 "DateFormat.format(dst)/std zone", fmt1.format(dst, j), "GMT+1:30", in Test4176686()
|
D | dtfmttst.cpp | 3669 SimpleDateFormat fmt1(UnicodeString(u"y-M-d"), Locale("ar"), status); in Test6338() local 3674 str1 = fmt1.format(dt1, str1); in Test6338() 3677 UDate dt11 = fmt1.parse(str1, status); in Test6338() 3681 str11 = fmt1.format(dt11, str11); in Test6338() 3975 …SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status… in TestISOEra() local 3978 if (fmt1 != NULL) { in TestISOEra() 3979 delete fmt1; in TestISOEra() 3988 UDate dt1 = fmt1->parse(in, status); in TestISOEra() 3993 out = fmt1->format(dt1, out); in TestISOEra() 4003 delete fmt1; in TestISOEra()
|
D | numrgts.cpp | 1699 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); in Test4122840() local 1704 result1 = fmt1->format(1.111, result1, pos); in Test4122840() 1739 const UChar *currency = fmt1->getCurrency(); in Test4122840() 1765 delete fmt1; in Test4122840()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 39 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local 42 expect(fmt1, n, "1.234E3"); in TestExponent() 44 expect(fmt1, "1.234E3", n); in TestExponent() 45 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent()
|
D | ListFormatterTest.java | 359 ListFormatter fmt1 = ListFormatter.getInstance(loc, type, width); in TestCreateStyled() local 370 String result = fmt1.format(Arrays.asList(inputs)); in TestCreateStyled()
|
D | NumberRegressionTests.java | 1032 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); in Test4122840() local 1034 String result1 = fmt1.format(1.111); in Test4122840() 1063 fmt2.setMaximumFractionDigits(fmt1.getMinimumFractionDigits()); in Test4122840() 1064 fmt2.setMinimumFractionDigits(fmt1.getMaximumFractionDigits()); in Test4122840() 1065 fmt2.setRoundingIncrement(fmt1.getRoundingIncrement()); in Test4122840()
|
D | RbnfTest.java | 119 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); in TestCoverage() local 124 if (!fmt0.equals(fmt1)) { in TestCoverage()
|
D | NumberFormatTest.java | 1193 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local 1196 expect2(fmt1, n, "1.234E3"); in TestExponent() 1198 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent() 3808 DecimalFormat fmt1 = new DecimalFormat("#0"); in TestFormatToCharacterIteratorThread() local 3809 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); in TestFormatToCharacterIteratorThread() 3814 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 5761 NumberFormat fmt1 = NumberFormat.getCurrencyInstance(loc1); 5762 fmt1.setCurrency(cur); 5763 String actualSetCurrency = fmt1.format(amount);
|
/external/deqp/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 519 FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum fmt1); 523 void init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1); 534 …try(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum fmt1) : m_gl(gl) in FBOSentry() argument 536 init(width, height, fmt0, fmt1); in FBOSentry() 545 void FBOSentry::init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1) in init() argument 555 if (fmt1 != GL_NONE) in init() 558 m_gl.renderbufferStorage(GL_RENDERBUFFER, fmt1, width, height); in init()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 862 DateFormat fmt1 = new SimpleDateFormat("z"); in Test4176686() local 863 fmt1.setTimeZone(z1); // Format uses standard zone in Test4176686() 891 "DateFormat.format(std)/std zone", fmt1.format(std), "GMT+1:30", in Test4176686() 892 "DateFormat.format(dst)/std zone", fmt1.format(dst), "GMT+1:30", in Test4176686()
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 1037 fmt1 = rand_format(chr(random.randrange(0, 128)), 'EeGgn') 1039 for fmt in (fmt1, fmt2): 1050 fmt1 = rand_format(chr(random.randrange(0, 128)), 'Ff%') 1052 for fmt in (fmt1, fmt2):
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 865 DateFormat fmt1 = new SimpleDateFormat("z"); in Test4176686() local 866 fmt1.setTimeZone(z1); // Format uses standard zone in Test4176686() 894 "DateFormat.format(std)/std zone", fmt1.format(std), "GMT+1:30", in Test4176686() 895 "DateFormat.format(dst)/std zone", fmt1.format(dst), "GMT+1:30", in Test4176686()
|
/external/python/cpython3/Modules/ |
D | _testbuffer.c | 2470 fmtcmp(const char *fmt1, const char *fmt2) in fmtcmp() argument 2472 if (fmt1 == NULL) { in fmtcmp() 2476 return fmt1 == NULL || strcmp(fmt1, "B") == 0; in fmtcmp() 2478 return strcmp(fmt1, fmt2) == 0; in fmtcmp()
|