/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 34 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail() local 36 if (order1 < 4) { in testFail() 37 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testFail() 44 if (order1 == 4 && order2 == 2) { in testFail() 132 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne() local 134 if (order1 < 4) { in testOne() 135 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testOne() 142 if (order1 == 4 && order2 == 2) { in testOne()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 62 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection() local 64 if (order1 != 4) { in cubicQuadIntersection() 65 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in cubicQuadIntersection()
|
D | PathOpsQuadLineIntersectionTest.cpp | 114 int order1 = reducer1.reduce(quad); in DEF_TEST() local 116 if (order1 < 3) { in DEF_TEST() 117 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
|
D | PathOpsConicLineIntersectionTest.cpp | 106 SkPath::Verb order1 = SkReduceOrder::Conic(pts, conic.fWeight, reduced); in DEF_TEST() local 107 if (order1 != SkPath::kConic_Verb) { in DEF_TEST() 108 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
|
D | PathOpsQuadIntersectionTest.cpp | 22 int order1 = reduce1.reduce(quad1); in standardTestCases() local 24 if (order1 < 3) { in standardTestCases() 26 SkDebugf("[%d] quad1 order=%d\n", static_cast<int>(index), order1); in standardTestCases() 34 if (order1 == 3 && order2 == 3) { in standardTestCases()
|
D | PathOpsCubicIntersectionTest.cpp | 23 int order1 = reduce1.reduce(cubic1, SkReduceOrder::kNo_Quadratics); in standardTestCases() local 26 if (order1 < 4) { in standardTestCases() 28 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases()
|
/external/clang/test/SemaTemplate/ |
D | address-spaces.cpp | 78 template<typename T> int &order1(__attribute__((address_space(1))) T&); 79 template<typename T> float &order1(T&); 84 int &ir = order1(i1); in test_order1() 85 float &fr = order1(i); in test_order1()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 300 int order1, order2, order3; in TestElemIter() local 302 order1 = iterator1.next(); in TestElemIter() 310 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter() 313 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter() 315 doAssert((CollationElementIterator.secondaryOrder(order1) == in TestElemIter() 317 doAssert((CollationElementIterator.tertiaryOrder(order1) == in TestElemIter() 320 order1 = iterator1.next(); in TestElemIter() 323 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter() 325 doAssert((CollationElementIterator.tertiaryOrder(order1) != in TestElemIter() 328 order1 = iterator1.next(); in TestElemIter() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 650 int32_t order1, order2, order3; in TestElemIter() local 658 order1 = iterator1->next(success); in TestElemIter() 667 doAssert((order1 != order2), "The order result should not be the same"); in TestElemIter() 676 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter() 684 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter() 686 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter() 688 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter() 691 order1 = iterator1->next(success); order3 = iterator3->next(success); in TestElemIter() 698 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter() 700 doAssert((CollationElementIterator::tertiaryOrder(order1) != in TestElemIter() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 1270 int32_t order1, order2, order3; in TestElemIter() local 1328 order1 = ucol_next(iterator1, &status); in TestElemIter() 1334 doAssert((order1 != order2), "The first iterator advance failed"); in TestElemIter() 1346 …doAssert((order1 == order2), "The second iterator advance failed should be the same as first one"); in TestElemIter() 1348 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be i… in TestElemIter() 1349 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders shoul… in TestElemIter() 1350 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should b… in TestElemIter() 1352 order1=ucol_next(iterator1, &status); in TestElemIter() 1362 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be i… in TestElemIter() 1363 doAssert( (ucol_tertiaryOrder(order1) != ucol_tertiaryOrder(order3)), "The tertiary orders should b… in TestElemIter() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 590 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() local 592 if (!order1.hasSameOrderAs(order2)) { in checkCompatible() 595 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible() 599 …private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, Date… in showOrderComparison() argument 602 …n in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_int.cpp | 2458 int order1 = findEngine.GetCurOrder() ; in FindPrev() local 2460 if(((order1 + MatchedCount1) - 1) > m_findPreStart) { in FindPrev() 2463 order = order1; in FindPrev()
|