/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 58 #define fmt1(__vk_fmt, __hw_fmt) \ macro 116 fmt1(VK_FORMAT_R4G4B4A4_UNORM_PACK16, ISL_FORMAT_A4B4G4R4_UNORM), 118 fmt1(VK_FORMAT_R5G6B5_UNORM_PACK16, ISL_FORMAT_B5G6R5_UNORM), 120 fmt1(VK_FORMAT_R5G5B5A1_UNORM_PACK16, ISL_FORMAT_A1B5G5R5_UNORM), 122 fmt1(VK_FORMAT_A1R5G5B5_UNORM_PACK16, ISL_FORMAT_B5G5R5A1_UNORM), 123 fmt1(VK_FORMAT_R8_UNORM, ISL_FORMAT_R8_UNORM), 124 fmt1(VK_FORMAT_R8_SNORM, ISL_FORMAT_R8_SNORM), 125 fmt1(VK_FORMAT_R8_USCALED, ISL_FORMAT_R8_USCALED), 126 fmt1(VK_FORMAT_R8_SSCALED, ISL_FORMAT_R8_SSCALED), 127 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 | 54 static bool format_equal(cras_audio_format *fmt1, cras_audio_format *fmt2) { in format_equal() argument 55 return fmt1->format == fmt2->format && in format_equal() 56 fmt1->frame_rate == fmt2->frame_rate && in format_equal() 57 fmt1->num_channels == fmt2->num_channels; in format_equal()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.hh | 220 …Encoding1 *fmt1 = c->allocate_size<Encoding1> (Encoding1::min_size + Encoding1_Range::static_size … in serialize() local 221 if (unlikely (fmt1 == nullptr)) return_trace (false); in serialize() 222 fmt1->nRanges.set (code_ranges.len); in serialize() 227 fmt1->ranges[i].first.set (code_ranges[i].code); in serialize() 228 fmt1->ranges[i].nLeft.set (code_ranges[i].glyph); in serialize() 490 …Charset1 *fmt1 = c->allocate_size<Charset1> (Charset1::min_size + Charset1_Range::static_size * si… in serialize() local 491 if (unlikely (fmt1 == nullptr)) return_trace (false); in serialize() 496 fmt1->ranges[i].first.set (sid_ranges[i].code); in serialize() 497 fmt1->ranges[i].nLeft.set (sid_ranges[i].glyph); in serialize()
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | SPrintF.ll | 12 @fmt1 = constant [3 x i8] c"%s\00" ; <[3 x i8]*> [#uses=1] 25 %fmt1_p = getelementptr [3 x i8]* @fmt1, i32 0, i32 0 ; <i8*> [#uses=2]
|
/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 | tzregts.cpp | 935 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("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() 983 delete fmt1; in Test4176686()
|
D | tmsgfmt.cpp | 1417 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); in _testCopyConstructor2() local 1422 if (fmt1 == NULL) { in _testCopyConstructor2() 1427 fmt2 = new MessageFormat( *fmt1 ); in _testCopyConstructor2() 1428 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1435 fmt3 = (MessageFormat*) fmt1->clone(); in _testCopyConstructor2() 1447 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1453 delete fmt1; in _testCopyConstructor2()
|
D | dtfmttst.cpp | 3593 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); in Test6338() local 3598 str1 = fmt1->format(dt1, str1); in Test6338() 3601 UDate dt11 = fmt1->parse(str1, status); in Test6338() 3605 str11 = fmt1->format(dt11, str11); in Test6338() 3612 delete fmt1; in Test6338() 3905 …SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status… in TestISOEra() local 3908 if (fmt1 != NULL) { in TestISOEra() 3909 delete fmt1; in TestISOEra() 3918 UDate dt1 = fmt1->parse(in, status); in TestISOEra() 3923 out = fmt1->format(dt1, out); in TestISOEra() [all …]
|
D | numrgts.cpp | 1701 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); in Test4122840() local 1706 result1 = fmt1->format(1.111, result1, pos); in Test4122840() 1741 const UChar *currency = fmt1->getCurrency(); in Test4122840() 1767 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 | 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 | 1172 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local 1175 expect2(fmt1, n, "1.234E3"); in TestExponent() 1177 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent() 3756 DecimalFormat fmt1 = new DecimalFormat("#0"); in TestFormatToCharacterIteratorThread() local 3757 DecimalFormat fmt2 = (DecimalFormat)fmt1.clone(); in TestFormatToCharacterIteratorThread() 3762 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 5505 NumberFormat fmt1 = NumberFormat.getCurrencyInstance(loc1); 5506 fmt1.setCurrency(cur); 5507 String actualSetCurrency = fmt1.format(amount);
|
/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 | 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()
|
/external/syzkaller/sys/test/ |
D | fmt.txt | 7 foo$fmt1(a ptr[in, fmt[hex, flags[flags_any]]])
|
/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/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 893 fmt1 = rand_format(chr(random.randrange(0, 128)), 'EeGgn') 895 for fmt in (fmt1, fmt2): 906 fmt1 = rand_format(chr(random.randrange(0, 128)), 'Ff%') 908 for fmt in (fmt1, fmt2):
|
/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/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()
|
/external/syzkaller/pkg/compiler/testdata/ |
D | all.txt | 222 foo$fmt1(a ptr[in, fmt[hex, flags[int_flags]]])
|
/external/u-boot/drivers/spi/ |
D | davinci_spi.c | 112 dv_reg fmt1; /* 0x54 */ member
|