Home
last modified time | relevance | path

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

12345

/third_party/openh264/codec/encoder/core/mips/
Dquant_mmi.c43 void WelsQuant4x4_mmi(int16_t *pDct, const int16_t* ff, const int16_t *mf) { in WelsQuant4x4_mmi()
93 void WelsQuant4x4Dc_mmi(int16_t *pDct, const int16_t ff, int16_t mf) { in WelsQuant4x4Dc_mmi()
146 void WelsQuantFour4x4_mmi(int16_t *pDct, const int16_t* ff, const int16_t *mf) { in WelsQuantFour4x4_mmi()
310 const int16_t *mf, int16_t *max) { in WelsQuantFour4x4Max_mmi()
/third_party/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.java2655 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local
2692 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod()
2720 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local
2853 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local
2859 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local
2865 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local
2883 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local
2936 MeasureFormat mf = null; in testManyLocaleDurations() local
2990 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local
3019 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local
[all …]
DMeasureUnitThreadTest.java38 final MeasureFormat mf; field in MeasureUnitThreadTest.NumericMeasureThread
DTestMessageFormat.java1187 MessageFormat mf = new MessageFormat("Number of files in folder {folder}: {numfiles}"); in testNamedArguments() local
1227 MessageFormat mf = new MessageFormat("X:{2} Y:{1}"); in testNumericFormatWithMap() local
1380 MessageFormat mf = new MessageFormat(pattern); in testPluralFormatToPattern() local
1550 MessageFormat mf = new MessageFormat(pattern); in testSelectFormatToPattern() local
1738 MessageFormat mf = new MessageFormat(""); in TestFormatToCharacterIterator() local
1751 MessageFormat mf = new MessageFormat(""); in TestGetFormatByArgumentName() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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.java1865 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local
1902 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod()
1930 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local
2063 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local
2069 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local
2075 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local
2093 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local
2146 MeasureFormat mf = null; in testManyLocaleDurations() local
2200 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local
2229 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local
[all …]
DMeasureUnitThreadTest.java41 final MeasureFormat mf; field in MeasureUnitThreadTest.NumericMeasureThread
DTestMessageFormat.java1190 MessageFormat mf = new MessageFormat("Number of files in folder {folder}: {numfiles}"); in testNamedArguments() local
1230 MessageFormat mf = new MessageFormat("X:{2} Y:{1}"); in testNumericFormatWithMap() local
1383 MessageFormat mf = new MessageFormat(pattern); in testPluralFormatToPattern() local
1553 MessageFormat mf = new MessageFormat(pattern); in testSelectFormatToPattern() local
1741 MessageFormat mf = new MessageFormat(""); in TestFormatToCharacterIterator() local
1754 MessageFormat mf = new MessageFormat(""); in TestGetFormatByArgumentName() local
/third_party/skia/src/core/
DSkMaskFilterBase.h242 inline SkMaskFilterBase* as_MFB(SkMaskFilter* mf) { in as_MFB()
246 inline const SkMaskFilterBase* as_MFB(const SkMaskFilter* mf) { in as_MFB()
250 inline const SkMaskFilterBase* as_MFB(const sk_sp<SkMaskFilter>& mf) { in as_MFB()
/third_party/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
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DCustomFormatterMessageRefTest.java58 MessageFormatter mf = MessageFormatter.builder() in format() local
88 MessageFormatter mf = MessageFormatter.builder() in testSimpleGrammarSelection() local
DTestUtils.java36 MessageFormatter mf = mfBuilder.build(); in runTestCase() local
DCustomFormatterGrammarCaseTest.java92 MessageFormatter mf = MessageFormatter.builder() in test() local
DMf2IcuTest.java80 MessageFormatter mf = MessageFormatter.builder() in testSelectFormatToPattern() local
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp401 #define NEW_QUANT(pDct, ff, mf) (((ff)+ WELS_ABS_LC(pDct))*(mf)) >>16 argument
402 #define WELS_NEW_QUANT(pDct,ff,mf) WELS_ABS_LC(NEW_QUANT(pDct, ff, mf)) argument
404 int16_t WelsQuant4x4MaxAnchor (int16_t* pDct, int16_t* ff, int16_t* mf) { in WelsQuant4x4MaxAnchor()
421 void WelsQuantFour4x4Anchor (int16_t* pDct, int16_t* ff, int16_t* mf) { in WelsQuantFour4x4Anchor()
425 void WelsQuantFour4x4MaxAnchor (int16_t* pDct, int16_t* ff, int16_t* mf, int16_t* max) { in WelsQuantFour4x4MaxAnchor()
455 const int16_t mf = rand() & 32767; in TestWelsQuant4x4Dc() local
593 int32_t WelsHadamardQuant2x2SkipAnchor (int16_t* rs, int16_t ff, int16_t mf) { in WelsHadamardQuant2x2SkipAnchor()
610 int16_t ff, mf; in TEST() local
618 int32_t WelsHadamardQuant2x2Anchor (int16_t* rs, const int16_t ff, int16_t mf, int16_t* pDct, int16… in WelsHadamardQuant2x2Anchor()
653 int16_t ff, mf; in TEST() local
/third_party/skia/gm/
Dshadermaskfilter.cpp54 auto mf = SkShaderMaskFilter::Make(shader); variable
Dpoints.cpp92 auto mf = SkMaskFilter::MakeBlur(kNormal_SkBlurStyle, 6); variable
/third_party/skia/third_party/externals/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
/third_party/skia/resources/skottie/
Dskottie-text-allcaps.json1 …s":{"ca":0,"f":"ArialMT","fc":[0.706,0,1],"j":2,"lh":75.6,"ls":0,"mc":100,"mf":10,"ps":[-164,-141.… number
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_format.c79 mesa_format mf = st_pipe_format_to_mesa_format(pf); in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
D1-1.c71 long mf; /* Is memory mapping supported? */ in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D6-1.c100 static long mf; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEdgeBundles.cpp40 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
/third_party/skia/bench/
DMorphologyBench.cpp66 sk_sp<SkImageFilter> mf; in onDraw() local

12345