/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 …]
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 180 dsymutil::DebugMap &DM) { in mapping() argument 181 io.mapRequired("triple", DM.BinaryTriple); in mapping() 182 io.mapOptional("binary-path", DM.BinaryPath); in mapping() 184 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple; in mapping() 185 io.mapOptional("objects", DM.Objects); in mapping() 189 IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) { in mapping() argument 190 if (!DM) in mapping() 191 DM.reset(new DebugMap()); in mapping() 192 io.mapRequired("triple", DM->BinaryTriple); in mapping() 193 io.mapOptional("binary-path", DM->BinaryPath); in mapping() [all …]
|
D | MachOUtils.cpp | 319 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS, in generateDsymCompanion() argument 329 auto ErrOrObjs = InputBinaryHolder.GetObjectFiles(DM.getBinaryPath()); in generateDsymCompanion() 331 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion() 336 InputBinaryHolder.GetAs<object::MachOObjectFile>(DM.getTriple()); in generateDsymCompanion() 338 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
|
D | MachOUtils.h | 32 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
|
D | dsymutil.h | 50 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM,
|
D | DebugMap.h | 230 static void mapping(IO &io, dsymutil::DebugMap &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR() 234 static void mapping(IO &io, std::unique_ptr<dsymutil::DebugMap> &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/vulkan-validation-layers/demos/ |
D | lunarg.ppm | 4 …DMCLBKBJAI@I?H>G=E<D;C:B9A8@8?6>5=4;3:281806.5-3,2+1(.05���������@��<��… 17 …DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2&,17���������D��@��… 27 …DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2+1$*6;���������G��… 39 …DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/"'AF���������… 50 …DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/(.%2UZ������… 61 …R]R]Q\Q\Q[P[PZOZNYNYNXMWMWLVLVKUKUJTISHRHQGQGPFOENDMCMCLBKAJ@I?H>G… 72 …R]R]Q\Q\Q[P[PZOZNYNYNXMWMWLVLVKUKUJTISHRHQGQGPFOENDMCMCLBKAJ@I?H>G…
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 1118 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local 1119 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate() 1120 const ParmVarDecl *Param = cast<ParmVarDecl>(DM.first); in checkParamsForReturnTypestate() 1127 if (DM.second != ExpectedState) in checkParamsForReturnTypestate() 1130 stateToString(DM.second)); in checkParamsForReturnTypestate() 1166 for (const auto &DM : Other.VarMap) { in intersect() local 1167 LocalState = this->getState(DM.first); in intersect() 1172 if (LocalState != DM.second) in intersect() 1173 VarMap[DM.first] = CS_Unknown; in intersect() 1184 for (const auto &DM : LoopBackStates->VarMap) { in intersectAtLoopHead() local [all …]
|
/external/skia/dm/ |
D | DMGpuSupport.h | 27 namespace DM { 88 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/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | control | 32 the DM Test environment with the given DM Server name, and signing in to the
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | control | 32 the DM Test environment with the given DM Server name, and signing in to the
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | control | 34 address, using the DM Test environment with the given DM Server name, and
|
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
D | control | 36 specified IP address, using the DM Test environment with the given DM Server
|
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/ |
D | control | 42 with the specified IP address, using the DM Test environment with the given 43 DM Server name, and signing in to the device with the given username and
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 21 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
D | control | 41 with the specified IP address, using the DM Test environment with the given 42 DM Server name, and signing in to the device with the given username and
|
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/ |
D | README | 11 the local AutoTest fake DM Server to download policies, and production GAIA to 24 fake DM Server. Note that your tests cannot set up policies on the DMServer in 44 an external DM Server.
|
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/ |
D | README | 11 the fake AutoTest DM Server for policy download, and production GAIA for user 24 fake DM Server. Note that your tests cannot set up policies on the DMServer in 44 an external DM Server.
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | AUTHORS.rst | 34 - Marc DM
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | DM.java | 31 class DM implements Marshal { class
|
/external/autotest/client/site_tests/policy_ProxySettings/ |
D | control | 27 the default fake DM server.
|