/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 307 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 …]
|
H A D | MeasureUnitTest.java | 3053 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local 3090 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod() 3118 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local 3251 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local 3257 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local 3263 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local 3281 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local 3334 MeasureFormat mf = null; in testManyLocaleDurations() local 3388 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local 3417 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local [all …]
|
H A D | TestMessageFormat.java | 1190 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
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 304 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 …]
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 3050 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local 3087 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod() 3115 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local 3248 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local 3254 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local 3260 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local 3278 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local 3331 MeasureFormat mf = null; in testManyLocaleDurations() local 3385 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local 3414 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local [all …]
|
H A D | TestMessageFormat.java | 1187 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
|
/aosp_15_r20/libcore/ojluni/src/test/java/text/Format/MessageFormat/ |
H A D | MessageRegression.java | 303 MessageFormat mf = new MessageFormat(originalPattern); in Test4114743() local 320 MessageFormat mf = new MessageFormat(""); in Test4116444() local 356 MessageFormat mf = new MessageFormat("<{0}>"); in Test4114739() local 379 MessageFormat mf = new MessageFormat(originalPattern); in Test4113018() local 435 MessageFormat mf = new MessageFormat(""); in Test4118592() local 454 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); in Test4118594() local 498 MessageFormat mf = new MessageFormat("pattern"); in Test4120552() local 525 MessageFormat mf = new MessageFormat(pat); in Test4142938() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | MessageFormatTest.java | 100 MessageFormat mf = new MessageFormat(pattern, l[i]); in test_getLocale() local 107 MessageFormat mf = new MessageFormat(pattern); in test_getLocale() local 154 MessageFormat mf = new MessageFormat("{0,number,#.##}, {0,number,#.#}"); in test_parseObjectLjava_lang_StringLjavajava_text_ParsePosition() local 191 MessageFormat mf = new MessageFormat(pattern); in test_parseLjava_lang_String() local 518 MessageFormat mf = new MessageFormat("{0,number,integer}"); in test_applyPatternLjava_lang_String() local 851 MessageFormat mf = new MessageFormat("vm={0},{1},{2}"); in test_parseLjava_lang_StringLjava_text_ParsePosition() local 889 MessageFormat mf = new MessageFormat(pattern); in test_toPattern() local 929 MessageFormat mf = new MessageFormat("{0,number,#,##}", Locale.US); in test_parse() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | msfmrgts.cpp | 459 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
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | msfmrgts.cpp | 459 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
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/style/cts/ |
H A D | MaskFilterSpanTest.java | 37 MaskFilter mf = new MaskFilter(); in testConstructor() local 44 MaskFilter mf = new MaskFilter(); in testUpdateDrawState() local 56 MaskFilter mf = new MaskFilter(); in testUpdateDrawStateNull() local
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/regression/ |
H A D | OSGiTest.java | 33 Manifest mf = findManifest("com.google.gson"); in testComGoogleGsonAnnotationsPackage() local 41 Manifest mf = findManifest("com.google.gson"); in testSunMiscImportPackage() local 57 Manifest mf = new Manifest(is); in findManifest() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/ |
H A D | OldFormatTest.java | 61 MockFormat mf = new MockFormat(); in test_formatLjava_lang_Object() local 67 MockFormat mf = new MockFormat(); in test_formatToCharacterIteratorLjava_lang_Object() local 87 MockFormat mf = new MockFormat(); in test_parseObjectLjava_lang_String() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | binders.hpp | 1517 typedef RT(ClassT::*mf)(); typedef 1574 typedef RT(ClassT::*mf)(A); typedef 1632 typedef RT(ClassT::*mf)(A, B); typedef 1688 typedef RT(ClassT::*mf)(A, B, C); typedef 1745 typedef RT(ClassT::*mf)(A, B, C, D); typedef 1813 typedef RT(ClassT::*mf)(A, B, C, D, E); typedef 1882 typedef RT(ClassT::*mf)(A, B, C, D, E, F); typedef 1950 typedef RT(ClassT::*mf)(A, B, C, D, E, F, G); typedef 2018 typedef RT(ClassT::*mf)(A, B, C, D, E, F, G, H); typedef 2084 typedef RT(ClassT::*mf)(A, B, C, D, E, F, G, H, I); typedef [all …]
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMaskFilterBase.h | 185 inline SkMaskFilterBase* as_MFB(SkMaskFilter* mf) { in as_MFB() 189 inline const SkMaskFilterBase* as_MFB(const SkMaskFilter* mf) { in as_MFB() 193 inline const SkMaskFilterBase* as_MFB(const sk_sp<SkMaskFilter>& mf) { in as_MFB()
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | kite_deflate.c | 128 struct kite_matchfinder *mf; member 741 int kite_mf_getmatches_hc3(struct kite_matchfinder *mf, u16 depth, u16 bestlen) in kite_mf_getmatches_hc3() 798 static void kite_mf_hc3_skip(struct kite_matchfinder *mf) in kite_mf_hc3_skip() 828 static int kite_mf_init(struct kite_matchfinder *mf, unsigned int wsiz, in kite_mf_init() 859 static void kite_mf_reset(struct kite_matchfinder *mf, in kite_mf_reset() 1061 struct kite_matchfinder *mf = s->mf; in kite_deflate_fast() local 1108 struct kite_matchfinder *mf = s->mf; in kite_deflate_slow() local
|
/aosp_15_r20/external/skia/resources/skottie/ |
H A D | skottie-text-allcaps.json | 52 "mf": 10, number 73 "mf": 10, number 94 "mf": 10, number 115 "mf": 10, number
|
H A D | skottie-text-strokescale.json | 52 "mf": 10, number 76 "mf": 10, number 100 "mf": 10, number 124 "mf": 10, number 148 "mf": 10, number
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | LZMA2Options.java | 139 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()
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/lzma/ |
H A D | LZMAEncoderFast.java | 24 static int getMemoryUsage(int dictSize, int extraSizeBefore, int mf) { in getMemoryUsage() 32 int niceLen, int mf, int depthLimit, in LZMAEncoderFast()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
H A D | TestUtils.java | 56 MessageFormatter mf = mfBuilder.build(); in runTestCase() local 111 MessageFormatter mf = mfBuilder.build(); in runTestCase() local
|
H A D | CustomFormatterMessageRefTest.java | 62 MessageFormatter mf = MessageFormatter.builder() in format() local 92 MessageFormatter mf = MessageFormatter.builder() in testSimpleGrammarSelection() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/ |
H A D | TestUtils.java | 55 MessageFormatter mf = mfBuilder.build(); in runTestCase() local 110 MessageFormatter mf = mfBuilder.build(); in runTestCase() local
|
H A D | CustomFormatterMessageRefTest.java | 59 MessageFormatter mf = MessageFormatter.builder() in format() local 89 MessageFormatter mf = MessageFormatter.builder() in testSimpleGrammarSelection() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/ |
H A D | not_fn.pass.cpp | 210 const MemFunCallable mf(false); in other_callable_types_test() local 219 MemFunCallable mf(false); in other_callable_types_test() local 228 const MemFunCallable mf(false); in other_callable_types_test() local
|