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

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfGraphicsStateDictionary_autogen.cpp 59 double SkPdfGraphicsStateDictionary::ML(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("ML", "");
68 return get("ML", "") != NULL;
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 184 const uint32_t ML = 0;
192 CHECK_SKELETON(ML, "nochange", "nochange");
196 CHECK_SKELETON(ML, "OOPS", "OOPS");
197 CHECK_SKELETON(ML, "00PS", "OOPS");
205 // This mapping exists in the ML and MA tables, does not exist in SL, SA
206 // 0C83 ; 0983 ; ML
212 CHECK_SKELETON(ML, "\\u0C83", "\\u0983");
218 CHECK_SKELETON(ML, "\\u0391", "A");
222 CHECK_SKELETON(ML, "\\u13CF", "b");
231 CHECK_SKELETON(ML, "\\u0022", "\\u0027\\u0027")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 403 int ML = 0;
412 checkSkeleton(sc, ML, "nochange", "nochange", testName);
416 checkSkeleton(sc, ML, "OOPS", "OOPS", testName);
417 checkSkeleton(sc, ML, "00PS", "OOPS", testName);
425 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
427 // 0C83 ; 0983 ; ML # KANNADA SIGN VISARGA to
430 checkSkeleton(sc, ML, "\\u0C83", "\\u0983", testName);
437 checkSkeleton(sc, ML, "\\u0391", "A", testName);
442 checkSkeleton(sc, ML, "\\u13CF", "b", testName);
451 checkSkeleton(sc, ML, "\"", "\\u0027\\u0027", testName)
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 530 const MachineLoop *ML = MLI->getLoopFor(BB);
531 if (ML && ML->getHeader()->isLandingPad()) continue;
728 const MachineLoop *ML = MLI->getLoopFor(BB);
729 if (ML && ML->getHeader()->isLandingPad())
    [all...]
  /external/cblas/testing/
c_cblat2.f 499 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
590 ML = N
593 ML = M
613 LY = ABS( INCY )*ML
624 CALL CMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
625 $ YY, ABS( INCY ), 0, ML - 1,
702 $ ML, YS, YY,
719 $ ML, YS, YY,
    [all...]
c_dblat2.f 490 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
581 ML = N
584 ML = M
604 LY = ABS( INCY )*ML
615 CALL DMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
616 $ YY, ABS( INCY ), 0, ML - 1,
692 $ ML, YS, YY,
709 $ ML, YS, YY,
    [all...]
c_sblat2.f 490 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
581 ML = N
584 ML = M
604 LY = ABS( INCY )*ML
615 CALL SMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
616 $ YY, ABS( INCY ), 0, ML - 1,
692 $ ML, YS, YY,
709 $ ML, YS, YY,
    [all...]
c_zblat2.f 500 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
591 ML = N
594 ML = M
614 LY = ABS( INCY )*ML
625 CALL ZMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
626 $ YY, ABS( INCY ), 0, ML - 1,
703 $ ML, YS, YY,
720 $ ML, YS, YY,
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 258 const MicrosoftVTableContext::MethodVFTableLocation &ML);
546 const MicrosoftVTableContext::MethodVFTableLocation &ML =
548 mangleVirtualMemPtrThunk(MD, ML);
549 NVOffset = ML.VFPtrOffset.getQuantity();
550 VBTableOffset = ML.VBTableIndex * 4;
551 if (ML.VBase) {
580 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
584 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity();
    [all...]
  /external/eigen/blas/testing/
cblat2.f 435 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
518 ML = N
521 ML = M
541 LY = ABS( INCY )*ML
552 CALL CMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
553 $ YY, ABS( INCY ), 0, ML - 1,
629 $ ML, YS, YY,
646 $ ML, YS, YY,
    [all...]
dblat2.f 425 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
508 ML = N
511 ML = M
531 LY = ABS( INCY )*ML
542 CALL DMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
543 $ YY, ABS( INCY ), 0, ML - 1,
619 $ ML, YS, YY,
636 $ ML, YS, YY,
    [all...]
sblat2.f 425 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
508 ML = N
511 ML = M
531 LY = ABS( INCY )*ML
542 CALL SMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
543 $ YY, ABS( INCY ), 0, ML - 1,
619 $ ML, YS, YY,
636 $ ML, YS, YY,
    [all...]
zblat2.f 437 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
520 ML = N
523 ML = M
543 LY = ABS( INCY )*ML
554 CALL ZMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
555 $ YY, ABS( INCY ), 0, ML - 1,
631 $ ML, YS, YY,
648 $ ML, YS, YY,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 171 MicrosoftVTableContext::MethodVFTableLocation ML =
179 if (ML.VBase || !ML.VFPtrOffset.isZero())
517 const MicrosoftVTableContext::MethodVFTableLocation &ML);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 486 milliseconds