Home
last modified time | relevance | path

Searched defs:fmt1 (Results 1 – 25 of 25) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/imports/
Dtest_import_all.pb.go9 fmt1 "github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt" packageName
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java39 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local
DRbnfTest.java119 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); in TestCoverage() local
DNumberRegressionTests.java1032 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); in Test4122840() local
DNumberFormatTest.java1172 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local
3756 DecimalFormat fmt1 = new DecimalFormat("#0"); in TestFormatToCharacterIteratorThread() local
DDateFormatTest.java3984 SimpleDateFormat fmt1 = new SimpleDateFormat("GGG yyyy-MM-dd'T'HH:mm:ss'Z"); in TestISOEra() local
4787 … DateFormat fmt1 = DateFormat.getDateTimeInstance(fmtCal, dateStylesList[i], DateFormat.DEFAULT); in Test10632() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java36 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local
DRbnfTest.java116 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); in TestCoverage() local
DNumberRegressionTests.java1029 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); in Test4122840() local
DDateFormatTest.java3981 SimpleDateFormat fmt1 = new SimpleDateFormat("GGG yyyy-MM-dd'T'HH:mm:ss'Z"); in TestISOEra() local
4784 … DateFormat fmt1 = DateFormat.getDateTimeInstance(fmtCal, dateStylesList[i], DateFormat.DEFAULT); in Test10632() local
DNumberFormatTest.java1169 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() local
3753 DecimalFormat fmt1 = new DecimalFormat("#0"); in TestFormatToCharacterIteratorThread() local
/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp476 ChoiceFormat fmt1(limits, closures, fmts, 6); in TestClosures() local
Dtzregts.cpp935 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); in Test4176686() local
Dtmsgfmt.cpp1417 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); in _testCopyConstructor2() local
Ddtfmttst.cpp3593 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); in Test6338() local
3905 …SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status… in TestISOEra() local
Dnumrgts.cpp1701 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); in Test4122840() local
Dnumfmtst.cpp1421 DecimalFormat fmt1(UnicodeString("0.###E0"), US, status); in TestExponent() local
8594 LocalPointer<NumberFormat> fmt1(NumberFormat::createCurrencyInstance("loc1", status), in Test11035_FormatCurrencyAmount() local
/external/adhd/cras/src/tests/
Drstream_unittest.cc54 static bool format_equal(cras_audio_format *fmt1, cras_audio_format *fmt2) { in format_equal()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c58 #define fmt1(__vk_fmt, __hw_fmt) \ macro
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh220 …Encoding1 *fmt1 = c->allocate_size<Encoding1> (Encoding1::min_size + Encoding1_Range::static_size … in serialize() local
490 …Charset1 *fmt1 = c->allocate_size<Charset1> (Charset1::min_size + Charset1_Range::static_size * si… in serialize() local
/external/u-boot/drivers/spi/
Ddavinci_spi.c112 dv_reg fmt1; /* 0x54 */ member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java862 DateFormat fmt1 = new SimpleDateFormat("z"); in Test4176686() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java865 DateFormat fmt1 = new SimpleDateFormat("z"); in Test4176686() local
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp534 …try(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum fmt1) : m_gl(gl) in FBOSentry()
545 void FBOSentry::init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1) in init()
/external/python/cpython3/Modules/
D_testbuffer.c2470 fmtcmp(const char *fmt1, const char *fmt2) in fmtcmp()