Searched refs:DM (Results 1 – 25 of 252) sorted by relevance
1234567891011
/external/skia/site/dev/testing/ |
D | testing.md | 4 Skia correctness testing is primarily served by a tool named DM. 5 This is a quickstart to building and running DM. 14 off to 1 or 2 active cores as the run finishes. This is intentional. DM is 16 still forced to run on a single thread. You can use `--threads N` to limit DM to 20 As DM runs, you ought to see a giant spew of output that looks something like this. 43 As you become more familiar with DM, this spew may be a bit annoying. If you 44 remove -v from the command line, DM will spin its progress on a single line 47 Don't worry about the "Skipping something: Here's why." lines at startup. DM 49 machines. These lines are a sort of FYI, mostly in case DM can't run some 52 The next line is an overview of the work DM is about to do. [all …]
|
D | index.md | 5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 1129 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local 1130 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate() 1131 const ParmVarDecl *Param = cast<ParmVarDecl>(DM.first); in checkParamsForReturnTypestate() 1138 if (DM.second != ExpectedState) in checkParamsForReturnTypestate() 1141 stateToString(DM.second)); in checkParamsForReturnTypestate() 1177 for (const auto &DM : Other->VarMap) { in intersect() local 1178 LocalState = this->getState(DM.first); in intersect() 1183 if (LocalState != DM.second) in intersect() 1184 VarMap[DM.first] = CS_Unknown; in intersect() 1195 for (const auto &DM : LoopBackStates->VarMap) { in intersectAtLoopHead() local [all …]
|
/external/skia/dm/ |
D | DMGpuSupport.h | 23 namespace DM { 74 namespace DM {
|
D | DMJsonWriter.h | 14 namespace DM {
|
D | DMSrcSinkAndroid.h | 15 namespace DM {
|
D | DMSrcSinkAndroid.cpp | 19 namespace DM { namespace
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 27 #define RDCOST(RM, DM, R, D) \ argument 28 (((128 + ((int64_t)R) * (RM)) >> 8) + (D << DM))
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 19 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
/external/llvm/tools/dsymutil/ |
D | dsymutil.h | 43 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM,
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | DM.java | 31 class DM implements Marshal { class
|
/external/skia/gyp/ |
D | dm.gypi | 39 '../dm/DM.cpp',
|
/external/libpng/scripts/ |
D | makefile.dec | 49 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sgi | 76 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.darwin | 63 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hpux | 67 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.beos | 70 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sggcc | 73 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.sco | 63 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.32sunu | 70 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.solaris-x86 | 68 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.so9 | 73 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hpgcc | 80 DM=$(DESTDIR)$(MANPATH)
|
D | makefile.hp64 | 69 DM=$(DESTDIR)$(MANPATH)
|
/external/icu/icu4c/source/data/region/ |
D | pt_PT.txt | 24 DM{"Domínica"}
|
1234567891011