Searched defs:MN (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfPrinterMarkAnnotationDictionary_autogen.cpp23 SkString SkPdfPrinterMarkAnnotationDictionary::MN(SkPdfNativeDoc* doc) { function in class:SkPdfPrinterMarkAnnotationDictionary
24 SkPdfNativeObject* ret = get("MN", "");
32 return get("MN", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfPrinterMarkAnnotationDictionary_autogen.cpp23 SkString SkPdfPrinterMarkAnnotationDictionary::MN(SkPdfNativeDoc* doc) { function in class:SkPdfPrinterMarkAnnotationDictionary
24 SkPdfNativeObject* ret = get("MN", "");
32 return get("MN", "") != NULL;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp148 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); local
151 if (MN) {
152 Begin = MN->memoperands_begin();
153 End = MN->memoperands_end();
159 if (MN)
160 MN->setMemRefs(Begin, End);
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h148 Arg(MangledName MN) : Kind(AK_Mangled), String(MN.getName()) {} argument
198 Diag &operator<<(MangledName MN) { return AddArg(MN); } argument
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp482 const EmitMergeInputChainsMatcher *MN = local
486 if (MN->getNumNodes() == 1 && MN->getNode(0) < 2) {
487 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n";
491 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", ";
492 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i)
493 OS << MN->getNode(i) << ", ";
495 return 2+MN->getNumNodes();
/external/llvm/lib/Support/
H A DYAMLTraits.cpp110 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode);
111 if (MN) {
112 MN->ValidKeys.clear();
130 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); local
131 if (!MN) {
135 MN->ValidKeys.push_back(Key);
136 HNode *Value = MN->Mapping[Key];
157 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode);
158 if (!MN)
160 for (const auto &NN : MN
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp940 int MN = M * N; local
958 for( iN = 0; iN < MN; iN += N )
986 for( kN = iN; kN < MN; kN += N )
992 for( kN = iN; kN < MN; kN += N )
1009 for( kN = iN; kN < MN; kN += N )
1017 for( kN = iN; kN < MN; kN += N )
1024 for( kN = iN; kN < MN; kN += N )
1057 for( jN = lN; jN < MN; jN += N )
1150 for( kN = lN; kN < MN; kN += N )
1155 for( kN = iN; kN < MN; k
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java742 MN(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 191 milliseconds