HomeSort by relevance Sort by last modified time
    Searched defs:mf (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 85 const SkMaskFilter* mf = skPaint.getMaskFilter(); local
87 (mf && !mf->asABlur(&blurRec)) ||
107 key.fHasBlur = SkToBool(mf);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
modulefinder.py 650 mf = ModuleFinder(path, debug, exclude)
657 mf.import_hook(arg[:-2], None, ["*"])
659 mf.import_hook(arg)
661 mf.load_file(arg)
662 mf.run_script(script)
663 mf.report()
664 return mf # for -i debugging
669 mf = test() variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 650 mf = ModuleFinder(path, debug, exclude)
657 mf.import_hook(arg[:-2], None, ["*"])
659 mf.import_hook(arg)
661 mf.load_file(arg)
662 mf.run_script(script)
663 mf.report()
664 return mf # for -i debugging
669 mf = test() variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 650 mf = ModuleFinder(path, debug, exclude)
657 mf.import_hook(arg[:-2], None, ["*"])
659 mf.import_hook(arg)
661 mf.load_file(arg)
662 mf.run_script(script)
663 mf.report()
664 return mf # for -i debugging
669 mf = test() variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 650 mf = ModuleFinder(path, debug, exclude)
657 mf.import_hook(arg[:-2], None, ["*"])
659 mf.import_hook(arg)
661 mf.load_file(arg)
662 mf.run_script(script)
663 mf.report()
664 return mf # for -i debugging
669 mf = test() variable
  /external/harfbuzz_ng/util/
options.cc 509 GMappedFile *mf = g_mapped_file_new (font_file, false, &error); local
510 if (mf) {
511 font_data = g_mapped_file_get_contents (mf);
512 len = g_mapped_file_get_length (mf);
515 user_data = (void *) mf;
518 g_mapped_file_unref (mf);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 87 // These fields are supposed to be the same as the fields in mf. They
98 private transient MeasureFormat mf; field in class:TimeUnitFormat
119 mf = MeasureFormat.getInstance(ULocale.getDefault(), FormatWidth.WIDE);
157 mf = MeasureFormat.getInstance(
192 mf = mf.withLocale(locale);
228 mf = mf.withLocale(ULocale.getDefault());
231 mf = mf.withNumberFormat(this.format)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 333 MessageFormat mf = new MessageFormat("{0,plural," + pluralStyle + "}", ULocale.ENGLISH); local
339 result = mf.format(args);
MessageRegression.java 297 MessageFormat mf = new MessageFormat(originalPattern); local
300 mf.applyPattern(illegalPattern);
303 if (illegalPattern.equals(mf.toPattern()))
304 errln("pattern after: \"" + mf.toPattern() + "\"");
314 MessageFormat mf = new MessageFormat(""); local
318 mf.applyPattern(pattern);
320 Object[] array = mf.parse(null, new ParsePosition(0));
350 MessageFormat mf = new MessageFormat("<{0}>"); local
355 logln("pattern: \"" + mf.toPattern() + "\"");
357 logln("\"" + mf.format(objs1) + "\"")
373 MessageFormat mf = new MessageFormat(originalPattern); local
429 MessageFormat mf = new MessageFormat(""); local
448 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); local
492 MessageFormat mf = new MessageFormat("pattern"); local
519 MessageFormat mf = new MessageFormat(pat); local
747 MessageFormat mf = new MessageFormat(""); local
781 MessageFormat mf = new MessageFormat("<{arg}>"); local
799 MessageFormat mf = new MessageFormat("{"+ argName + "}, {" + argName + "}, {" + argName + "}"); local
    [all...]
MeasureUnitTest.java 835 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); local
836 verifyFormatPeriod("en FULL", mf, fullData);
837 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT, nf);
838 verifyFormatPeriod("en SHORT", mf, abbrevData);
839 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf);
840 verifyFormatPeriod("en NARROW", mf, narrowData);
841 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf);
842 verifyFormatPeriod("en NUMERIC", mf, numericData);
846 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf);
847 verifyFormatPeriod("de FULL", mf, fullDataDe)
888 MeasureFormat mf = MeasureFormat.getInstance( local
1009 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); local
1014 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); local
1019 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); local
1036 MeasureFormat mf = MeasureFormat.getInstance( local
1085 MeasureFormat mf = MeasureFormat.getInstance( local
1113 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); local
1126 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT); local
1141 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); local
1292 MeasureFormat mf = MeasureFormat.getInstance(ULocale.CANADA, FormatWidth.SHORT); local
1308 MeasureFormat mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.SHORT); local
1330 MeasureFormat mf = MeasureFormat.getCurrencyFormat(ULocale.ENGLISH); local
1354 MeasureFormat mf = MeasureFormat.getInstance(en, FormatWidth.WIDE, nf); local
1376 MeasureFormat mf = MeasureFormat.getInstance(new ULocale("fr_CA"), FormatWidth.SHORT); local
1418 MeasureFormat mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NARROW); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 455 MessageFormat *mf = new MessageFormat(originalPattern, status); local
459 mf->applyPattern(illegalPattern, status);
463 if (!originalPattern.equals(mf.toPattern()))
464 errln("pattern after: \"" + mf.toPattern() + "\"");
466 delete mf;
481 MessageFormat *mf = new MessageFormat("", status); local
486 mf->applyPattern(pattern, status);
487 failure(status, "mf->applyPattern", TRUE);
492 Formattable *array = mf->parse(UnicodeString(""), pp, count);
518 delete mf;
529 MessageFormat *mf = new MessageFormat("<{0}>", status); local
563 MessageFormat *mf = new MessageFormat(originalPattern, status); local
697 MessageFormat *mf = new MessageFormat("", status); local
738 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); local
828 MessageFormat *mf = new MessageFormat("pattern", status); local
867 MessageFormat *mf = new MessageFormat(pat, status); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 85 // These fields are supposed to be the same as the fields in mf. They
96 private transient MeasureFormat mf; field in class:TimeUnitFormat
117 mf = MeasureFormat.getInstance(ULocale.getDefault(), FormatWidth.WIDE);
155 mf = MeasureFormat.getInstance(
190 mf = mf.withLocale(locale);
226 mf = mf.withLocale(ULocale.getDefault());
229 mf = mf.withNumberFormat(this.format)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 329 MessageFormat mf = new MessageFormat("{0,plural," + pluralStyle + "}", ULocale.ENGLISH); local
335 result = mf.format(args);
MessageRegression.java 293 MessageFormat mf = new MessageFormat(originalPattern); local
296 mf.applyPattern(illegalPattern);
299 if (illegalPattern.equals(mf.toPattern()))
300 errln("pattern after: \"" + mf.toPattern() + "\"");
310 MessageFormat mf = new MessageFormat(""); local
314 mf.applyPattern(pattern);
316 Object[] array = mf.parse(null, new ParsePosition(0));
346 MessageFormat mf = new MessageFormat("<{0}>"); local
351 logln("pattern: \"" + mf.toPattern() + "\"");
353 logln("\"" + mf.format(objs1) + "\"")
369 MessageFormat mf = new MessageFormat(originalPattern); local
425 MessageFormat mf = new MessageFormat(""); local
444 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); local
488 MessageFormat mf = new MessageFormat("pattern"); local
515 MessageFormat mf = new MessageFormat(pat); local
743 MessageFormat mf = new MessageFormat(""); local
777 MessageFormat mf = new MessageFormat("<{arg}>"); local
795 MessageFormat mf = new MessageFormat("{"+ argName + "}, {" + argName + "}, {" + argName + "}"); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ChoiceFormatTest.java 418 MessageFormat mf = new MessageFormat("CHOICE {1,choice}"); local
419 String ptrn = mf.toPattern();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
ManifestTest.java 44 private final String MANIFEST_NAME = "manifest/hyts_MANIFEST.MF";
148 Manifest mf = new Manifest(bis); local
149 assertEquals("Should be 4 main attributes", 4, mf.getMainAttributes()
152 Map<String, Attributes> entries = mf.getEntries();
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 799 MyNumberFormat mf = new MyNumberFormat(); local
    [all...]
  /build/kati/
ninja.cc 110 StringPiece mf = FindCommandLineFlagWithArg(cmd, " -MF"); local
111 if (!mf.empty()) {
112 mf.AppendToString(out);
154 // preprocessor, so it ignores -MF flag.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 505 Manifest mf = jarFile.getManifest(); local
506 Attributes attrs = mf.getMainAttributes();
510 JarOutputStream jos = new JarOutputStream(new FileOutputStream(mainJar), mf);
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 346 MachineFunction *mf; member in class:llvm::SlotIndexes
  /external/lzma/C/
LzFindMt.c 170 CMatchFinder *mf = mt->MatchFinder; local
171 if (MatchFinder_NeedMove(mf))
176 const Byte *beforePtr = MatchFinder_GetPointerToCurrentPos(mf);
178 MatchFinder_MoveBlock(mf);
179 afterPtr = MatchFinder_GetPointerToCurrentPos(mf);
190 MatchFinder_ReadIfRequired(mf);
191 if (mf->pos > (kMtMaxValForNormalize - kMtHashBlockSize))
193 UInt32 subValue = (mf->pos - mf->historySize - 1);
194 MatchFinder_ReduceOffsets(mf, subValue);
469 CMatchFinder *mf = p->MatchFinder; local
493 CMatchFinder *mf = p->MatchFinder; local
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 83 { "MF", NSwitchType::kString, false, 1 },
110 " -mf{MF_ID}: set Match Finder: [bt2, bt3, bt4, hc4], default: bt4\n"
226 UString mf = L"BT4"; local
228 mf = parser[NKey::kMatchFinder].PostStrings[0];
467 props[6].bstrVal = const_cast<BSTR>((const wchar_t *)mf);
  /external/opencv3/modules/core/test/
test_operations.cpp 737 Mat_<float> mf; local
738 mf = mi.clone(); mf*=mt; CHECK_DIFF_FLT(mf, d1);
    [all...]
  /external/skia/gm/
bleed.cpp 413 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, local
415 paint.setMaskFilter(mf)->unref();
432 SkMaskFilter* mf = SkBlurMaskFilter::Create(kOuter_SkBlurStyle, local
434 paint.setMaskFilter(mf)->unref();
  /external/skia/src/core/
SkScalerContext.cpp 488 SkMaskFilter* mf = fMaskFilter; local
491 fMaskFilter = mf; // restore

Completed in 1188 milliseconds

1 23 4 5 6 7