HomeSort by relevance Sort by last modified time
    Searched defs:MN (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfPrinterMarkAnnotationDictionary_autogen.cpp 23 SkString SkPdfPrinterMarkAnnotationDictionary::MN(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("MN", "");
32 return get("MN", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfPrinterMarkAnnotationDictionary_autogen.cpp 23 SkString SkPdfPrinterMarkAnnotationDictionary::MN(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("MN", "");
32 return get("MN", "") != NULL;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 148 MachineSDNode *MN = dyn_cast<MachineSDNode>(N);
151 if (MN) {
152 Begin = MN->memoperands_begin();
153 End = MN->memoperands_end();
159 if (MN)
160 MN->setMemRefs(Begin, End);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 482 const EmitMergeInputChainsMatcher *MN =
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/
YAMLTraits.cpp 110 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode);
111 if (MN) {
112 MN->ValidKeys.clear();
130 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode);
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->Mapping)
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 940 int MN = M * N;
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; kN += N
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN,
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 742 MN(new String[]{
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 497 milliseconds