/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegression.java | 293 MessageFormat mf = new MessageFormat(originalPattern); in Test4114743() local 310 MessageFormat mf = new MessageFormat(""); in Test4116444() local 346 MessageFormat mf = new MessageFormat("<{0}>"); in Test4114739() local 369 MessageFormat mf = new MessageFormat(originalPattern); in Test4113018() local 425 MessageFormat mf = new MessageFormat(""); in Test4118592() local 444 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); in Test4118594() local 488 MessageFormat mf = new MessageFormat("pattern"); in Test4120552() local 515 MessageFormat mf = new MessageFormat(pat); in Test4142938() local 743 MessageFormat mf = new MessageFormat(""); in testBugTestsWithNamesArguments() local 777 MessageFormat mf = new MessageFormat("<{arg}>"); in testBugTestsWithNamesArguments() local [all …]
|
D | MeasureUnitTest.java | 555 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local 581 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod() 608 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local 729 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local 734 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local 739 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local 756 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local 805 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local 833 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local 846 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT); in testGram() local [all …]
|
D | TestMessageFormat.java | 1155 MessageFormat mf = new MessageFormat("Number of files in folder {folder}: {numfiles}"); in testNamedArguments() local 1194 MessageFormat mf = new MessageFormat("X:{2} Y:{1}"); in testNumericFormatWithMap() local 1343 MessageFormat mf = new MessageFormat(pattern); in testPluralFormatToPattern() local 1511 MessageFormat mf = new MessageFormat(pattern); in testSelectFormatToPattern() local 1696 MessageFormat mf = new MessageFormat(""); in TestFormatToCharacterIterator() local 1708 MessageFormat mf = new MessageFormat(""); in TestGetFormatByArgumentName() local
|
/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 455 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4114743() local 481 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local 529 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local 563 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local 697 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local 738 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local 828 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local 867 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
|
/external/eigen/test/eigen2/ |
D | eigen2_mixingtypes.cpp | 33 Mat_f mf(size,size); in mixingtypes() local 49 mf*mf; in mixingtypes() local
|
/external/eigen/doc/snippets/ |
D | MatrixBase_cast.cpp | 2 Matrix2f mf = Matrix2f::Identity(); variable
|
/external/clang/test/Frontend/ |
D | ast-main.cpp | 12 T *S<T>::mf() { in mf() function in S
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p5.cpp | 5 void mf() { } in mf() function in N::Y
|
D | p2.cpp | 4 template<class T> class Array { void mf() { } }; in mf() function in Array
|
/external/skia/samplecode/ |
D | SampleBlur.cpp | 102 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDrawContent() local 114 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDrawContent() local
|
D | SampleBigBlur.cpp | 33 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
|
D | SampleTextureDomain.cpp | 80 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
|
D | SampleAnimBlur.cpp | 49 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
|
/external/skia/gm/ |
D | blurs.cpp | 53 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDraw() local 67 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
|
D | blurquickreject.cpp | 59 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
|
D | largeglyphblur.cpp | 43 SkAutoTUnref<SkMaskFilter> mf(SkBlurMaskFilter::Create(kNormal_SkBlurStyle, kSigma)); in onDraw() local
|
/external/harfbuzz_ng/src/ |
D | test-size-params.cc | 62 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
|
D | test-would-substitute.cc | 66 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
|
D | test-buffer-serialize.cc | 64 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
|
D | test.cc | 65 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
|
/external/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 64 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF() argument
|
/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyFormat.java | 38 private transient final MeasureFormat mf; field in CurrencyFormat
|
/external/skia/bench/ |
D | MorphologyBench.cpp | 66 SkMorphologyImageFilter* mf = NULL; in onDraw() local
|
/external/openfst/src/lib/ |
D | mapped-file.cc | 97 MappedFile* mf = Allocate(size); in Map() local
|