Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
/external/llvm/tools/dsymutil/
DDebugMap.cpp180 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 …]
DMachOUtils.cpp319 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()
DMachOUtils.h32 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
Ddsymutil.h50 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM,
DDebugMap.h230 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/
Dlunarg.ppm4DMCLBKBJAI@I?H>G=E<D;C:B9A8@8?6>5=4;3:281806.5-3,2+1(.05���������@��<��…
17DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2�&, 17���������D��@��…
27DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2+1�$*6;���������G��…
39DMCMCLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/�"'AF���������…
50DMCMCLBKAJ@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/
DConsumed.cpp1118 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/
DDMGpuSupport.h27 namespace DM {
88 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/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dcontrol32 the DM Test environment with the given DM Server name, and signing in to the
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dcontrol32 the DM Test environment with the given DM Server name, and signing in to the
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dcontrol34 address, using the DM Test environment with the given DM Server name, and
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dcontrol36 specified IP address, using the DM Test environment with the given DM Server
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dcontrol42 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/
Drdopt.h21 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dcontrol41 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/
DREADME11 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/
DREADME11 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/
DAUTHORS.rst34 - Marc DM
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DDM.java31 class DM implements Marshal { class
/external/autotest/client/site_tests/policy_ProxySettings/
Dcontrol27 the default fake DM server.

12345678910>>...12