Home
last modified time | relevance | path

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

12345

/external/llvm/lib/CodeGen/
DSpiller.cpp53 MachineFunction *mf; member in __anon534618e80211::SpillerBase
62 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) in SpillerBase()
162 TrivialSpiller(MachineFunctionPass &pass, MachineFunction &mf, in TrivialSpiller()
177 MachineFunction &mf, in createSpiller()
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp455 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/chromium_org/third_party/icu/source/test/intltest/
Dmsfmrgts.cpp455 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/
Deigen2_mixingtypes.cpp33 Mat_f mf(size,size); in mixingtypes() local
49 mf*mf; in mixingtypes() local
/external/eigen/doc/snippets/
DMatrixBase_cast.cpp2 Matrix2f mf = Matrix2f::Identity(); variable
/external/skia/gm/
Dblurs.cpp57 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDraw() local
71 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
Dblurquickreject.cpp59 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
/external/chromium_org/third_party/skia/gm/
Dblurs.cpp58 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDraw() local
72 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
Dblurquickreject.cpp59 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
/external/chromium_org/gpu/command_buffer/tests/
Dgl_chromium_path_rendering_unittest.cc59 GLfloat mf[16]; in TEST_F() local
92 GLfloat mf[16]; in TEST_F() local
/external/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.cpp5 void mf() { } in mf() function in N::Y
/external/skia/samplecode/
DSampleBlur.cpp102 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDrawContent() local
114 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDrawContent() local
DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
DSampleAnimBlur.cpp49 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
/external/chromium_org/third_party/skia/samplecode/
DSampleBlur.cpp102 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDrawContent() local
114 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDrawContent() local
DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
DSampleAnimBlur.cpp49 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
/external/harfbuzz_ng/src/
Dtest-size-params.cc62 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest-would-substitute.cc66 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest-buffer-serialize.cc64 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
/external/chromium_org/third_party/harfbuzz-ng/src/
Dtest-size-params.cc62 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest-would-substitute.cc66 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest-buffer-serialize.cc64 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF() argument

12345