Home
last modified time | relevance | path

Searched refs:DM (Results 1 – 25 of 252) sorted by relevance

1234567891011

/external/skia/site/dev/testing/
Dtesting.md4 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 …]
Dindex.md5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
/external/clang/lib/Analysis/
DConsumed.cpp1129 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/
DDMGpuSupport.h23 namespace DM {
74 namespace DM {
DDMJsonWriter.h14 namespace DM {
DDMSrcSinkAndroid.h15 namespace DM {
DDMSrcSinkAndroid.cpp19 namespace DM { namespace
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h27 #define RDCOST(RM, DM, R, D) \ argument
28 (((128 + ((int64_t)R) * (RM)) >> 8) + (D << DM))
/external/libvpx/libvpx/vp8/encoder/
Drdopt.h19 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
/external/llvm/tools/dsymutil/
Ddsymutil.h43 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM,
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DDM.java31 class DM implements Marshal { class
/external/skia/gyp/
Ddm.gypi39 '../dm/DM.cpp',
/external/libpng/scripts/
Dmakefile.dec49 DM=$(DESTDIR)$(MANPATH)
Dmakefile.sgi76 DM=$(DESTDIR)$(MANPATH)
Dmakefile.darwin63 DM=$(DESTDIR)$(MANPATH)
Dmakefile.hpux67 DM=$(DESTDIR)$(MANPATH)
Dmakefile.beos70 DM=$(DESTDIR)$(MANPATH)
Dmakefile.sggcc73 DM=$(DESTDIR)$(MANPATH)
Dmakefile.sco63 DM=$(DESTDIR)$(MANPATH)
Dmakefile.32sunu70 DM=$(DESTDIR)$(MANPATH)
Dmakefile.solaris-x8668 DM=$(DESTDIR)$(MANPATH)
Dmakefile.so973 DM=$(DESTDIR)$(MANPATH)
Dmakefile.hpgcc80 DM=$(DESTDIR)$(MANPATH)
Dmakefile.hp6469 DM=$(DESTDIR)$(MANPATH)
/external/icu/icu4c/source/data/region/
Dpt_PT.txt24 DM{"Domínica"}

1234567891011