Searched defs:DM (Results 1 - 18 of 18) sorted by relevance

/external/skia/dm/
H A DDMSrcSinkAndroid.h15 namespace DM { namespace
54 } // namespace DM
H A DDMJsonWriter.h14 namespace DM { namespace
17 * Class for collecting results from DM and writing to a json file.
57 } // namespace DM
H A DDMGpuSupport.h11 // Provides Ganesh to DM,
27 namespace DM { namespace
43 } // namespace DM
88 namespace DM {
101 } // namespace DM
H A DDMSrcSinkAndroid.cpp19 namespace DM { namespace
69 } // namespace DM
H A DDMJsonWriter.cpp19 namespace DM { namespace
127 } // namespace DM
H A DDMSrcSink.h21 namespace DM { namespace
365 } // namespace DM
H A DDMSrcSink.cpp43 namespace DM { namespace
344 // Currently, we will avoid creating a CodecSrc for this case (see DM.cpp).
924 // Print the given DM:Src to a document, breaking on 8.5x11 pages.
986 info.emplace_back(SkString("Creator"), SkString("Skia/DM"));
1096 // All SkBitmaps in DM are pre-locked and tight, so this comparison is easy.
1428 } // namespace DM
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DDM.java28 * This class is not public, so save a few bytes by using a short class name (DM
31 class DM implements Marshal { class in inherits:Marshal
/external/llvm/tools/dsymutil/
H A DDebugMap.cpp180 dsymutil::DebugMap &DM) {
181 io.mapRequired("triple", DM.BinaryTriple);
182 io.mapOptional("binary-path", DM.BinaryPath);
184 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple;
185 io.mapOptional("objects", DM.Objects);
189 IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) {
190 if (!DM)
191 DM.reset(new DebugMap());
192 io.mapRequired("triple", DM->BinaryTriple);
193 io.mapOptional("binary-path", DM
179 mapping(IO &io, dsymutil::DebugMap &DM) argument
188 mapping( IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) argument
[all...]
H A DMachOUtils.cpp317 // by \a DM to \a OutFile. The passed \a MS MCStreamer is setup to write to
319 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS, argument
329 auto ErrOrObjs = InputBinaryHolder.GetObjectFiles(DM.getBinaryPath());
331 return error(Twine("opening ") + DM.getBinaryPath() + ": " +
336 InputBinaryHolder.GetAs<object::MachOObjectFile>(DM.getTriple());
338 return error(Twine("opening ") + DM.getBinaryPath() + ": " +
H A DDwarfLinker.cpp647 bool DwarfStreamer::finish(const DebugMap &DM) { argument
648 if (DM.getTriple().isOSDarwin() && !DM.getBinaryPath().empty())
649 return MachOUtils::generateDsymCompanion(DM, *MS, *OutFile);
3451 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM, argument
3454 return Linker.link(DM);
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Drfc2217.py94 DM = to_bytes([242]) # Data Mark variable
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp680 PMDataManager *DM = getAsPMDataManager(); local
681 AnalysisResolver *AR = new AnalysisResolver(*DM);
683 DM->initializeAnalysisImpl(P);
685 DM->recordAvailableAnalysis(IP);
1015 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); local
1016 RDepth = DM.getDepth();
/external/tcpdump/
H A Dprint-telnet.c80 #define DM 242 /* data mark--for connect. cleaning */ macro
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2844 unsigned DM[2]; local
2848 DM[i] = 0;
2850 DM[i] = 1;
2852 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 &&
2873 unsigned tmp = DM[0];
2874 DM[0] = 1 - DM[1];
2875 DM[1] = 1 - tmp;
2878 SDValue DMV = CurDAG->getTargetConstant(DM[
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c2795 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5)
2798 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
2800 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
2923 #undef DM macro
2953 #define DM(v) DMS(v,0) macro
/external/libvncserver/common/
H A Dminilzo.c4295 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5)
4298 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
4300 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
4423 #undef DM macro
4453 #define DM(v) DMS(v,0) macro
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c410 /* Extract DM field, instr[9:8] */
15797 UChar DM = ifieldDM ( theInstr ); local
15801 if (DM & 0x2)
15806 if (DM & 0x1)
15813 DIP("xxpermdi v%d,v%d,v%d,0x%x\n", XT, XA, XB, DM);

Completed in 1232 milliseconds