Home
last modified time | relevance | path

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

1234567891011

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java304 MessageFormat mf = new MessageFormat(originalPattern); in Test4114743() local
322 MessageFormat mf = new MessageFormat(""); in Test4116444() local
359 MessageFormat mf = new MessageFormat("<{0}>"); in Test4114739() local
383 MessageFormat mf = new MessageFormat(originalPattern); in Test4113018() local
442 MessageFormat mf = new MessageFormat(""); in Test4118592() local
462 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); in Test4118594() local
508 MessageFormat mf = new MessageFormat("pattern"); in Test4120552() local
536 MessageFormat mf = new MessageFormat(pat); in Test4142938() local
770 MessageFormat mf = new MessageFormat(""); in testBugTestsWithNamesArguments() local
804 MessageFormat mf = new MessageFormat("<{arg}>"); in testBugTestsWithNamesArguments() local
[all …]
DMeasureUnitTest.java2065 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local
2102 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod()
2130 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local
2263 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local
2269 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local
2275 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local
2293 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local
2346 MeasureFormat mf = null; in testManyLocaleDurations() local
2400 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local
2429 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local
[all …]
DMeasureUnitThreadTest.java38 final MeasureFormat mf; field in MeasureUnitThreadTest.NumericMeasureThread
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java307 MessageFormat mf = new MessageFormat(originalPattern); in Test4114743() local
325 MessageFormat mf = new MessageFormat(""); in Test4116444() local
362 MessageFormat mf = new MessageFormat("<{0}>"); in Test4114739() local
386 MessageFormat mf = new MessageFormat(originalPattern); in Test4113018() local
445 MessageFormat mf = new MessageFormat(""); in Test4118592() local
465 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); in Test4118594() local
511 MessageFormat mf = new MessageFormat("pattern"); in Test4120552() local
539 MessageFormat mf = new MessageFormat(pat); in Test4142938() local
773 MessageFormat mf = new MessageFormat(""); in testBugTestsWithNamesArguments() local
807 MessageFormat mf = new MessageFormat("<{arg}>"); in testBugTestsWithNamesArguments() local
[all …]
DMeasureUnitTest.java2068 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local
2105 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod()
2133 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local
2266 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local
2272 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local
2278 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local
2296 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local
2349 MeasureFormat mf = null; in testManyLocaleDurations() local
2403 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local
2432 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local
[all …]
DMeasureUnitThreadTest.java41 final MeasureFormat mf; field in MeasureUnitThreadTest.NumericMeasureThread
/external/skqp/src/core/
DSkMaskFilterBase.h227 inline SkMaskFilterBase* as_MFB(SkMaskFilter* mf) { in as_MFB()
231 inline const SkMaskFilterBase* as_MFB(const SkMaskFilter* mf) { in as_MFB()
235 inline const SkMaskFilterBase* as_MFB(const sk_sp<SkMaskFilter>& mf) { in as_MFB()
/external/skia/src/core/
DSkMaskFilterBase.h234 inline SkMaskFilterBase* as_MFB(SkMaskFilter* mf) { in as_MFB()
238 inline const SkMaskFilterBase* as_MFB(const SkMaskFilter* mf) { in as_MFB()
242 inline const SkMaskFilterBase* as_MFB(const sk_sp<SkMaskFilter>& mf) { in as_MFB()
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp459 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4114743() local
485 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local
533 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local
567 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local
701 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local
742 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local
832 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local
871 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
/external/eigen/doc/snippets/
DMatrixBase_cast.cpp2 Matrix2f mf = Matrix2f::Identity(); variable
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoderFast.java24 static int getMemoryUsage(int dictSize, int extraSizeBefore, int mf) { in getMemoryUsage()
32 int niceLen, int mf, int depthLimit, in LZMAEncoderFast()
DLZMAEncoderNormal.java35 static int getMemoryUsage(int dictSize, int extraSizeBefore, int mf) { in getMemoryUsage()
44 int niceLen, int mf, int depthLimit, in LZMAEncoderNormal()
/external/clang/test/Frontend/
Dast-main.cpp12 T *S<T>::mf() { in mf() function in S
/external/llvm-project/clang/test/Frontend/
Dast-main.cpp12 T *S<T>::mf() { in mf() function in S
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp5.cpp7 void mf() { } in mf() function in N::Y
/external/python/cpython2/Lib/test/
Dtest_multifile.py40 def getMIMEMsg(mf): argument
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp5.cpp7 void mf() { } in mf() function in N::Y
/external/skia/gm/
Dshadermaskfilter.cpp54 auto mf = SkShaderMaskFilter::Make(shader); variable
/external/xz-java/src/org/tukaani/xz/
DLZMA2Options.java139 private int mf; field in LZMA2Options
172 int niceLen, int mf, int depthLimit) in LZMA2Options()
479 public void setMatchFinder(int mf) throws UnsupportedOptionsException { in setMatchFinder()
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/
DUtil.py16 def drawMF(img, blk_sz, mf): argument
DGroundTruth.py21 def __init__(self, cur_f, ref_f, blk_sz, gt_path, mf=None, mask=None): argument
/external/skqp/gm/
Dshadermaskfilter.cpp23 auto mf = SkShaderMaskFilter::Make(mask->makeShader(&matrix)); in draw_masked_image() local
45 auto mf = SkShaderMaskFilter::Make(shader); variable
206 for (auto& mf : mfs) { variable
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h64 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF() argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D6-1.c100 long mf; variable

1234567891011