Home
last modified time | relevance | path

Searched refs:order1 (Results 1 – 19 of 19) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp36 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail() local
38 if (order1 < 4) { in testFail()
39 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testFail()
46 if (order1 == 4 && order2 == 2) { in testFail()
136 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne() local
138 if (order1 < 4) { in testOne()
139 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testOne()
146 if (order1 == 4 && order2 == 2) { in testOne()
DPathOpsConicQuadIntersectionTest.cpp38 int order1 = reduce2.reduce(conic.fPts); in conicQuadIntersection() local
41 SkDebugf("[%d] conic order=%d\n", index, order1); in conicQuadIntersection()
44 if (order1 != 3) { in conicQuadIntersection()
DPathOpsCubicQuadIntersectionTest.cpp66 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection() local
68 if (order1 != 4) { in cubicQuadIntersection()
69 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in cubicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp42 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicConicIntersection() local
44 if (order1 != 4) { in cubicConicIntersection()
45 SkDebugf("[%d] cubic order=%d\n", index, order1); in cubicConicIntersection()
DPathOpsQuadLineIntersectionTest.cpp118 int order1 = reducer1.reduce(quad); in DEF_TEST() local
120 if (order1 < 3) { in DEF_TEST()
121 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp113 SkPath::Verb order1 = SkReduceOrder::Conic(floatConic, reduced); in DEF_TEST() local
114 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
115 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
DPathOpsQuadIntersectionTest.cpp26 int order1 = reduce1.reduce(quad1); in standardTestCases() local
28 if (order1 < 3) { in standardTestCases()
30 SkDebugf("[%d] quad1 order=%d\n", static_cast<int>(index), order1); in standardTestCases()
38 if (order1 == 3 && order2 == 3) { in standardTestCases()
DPathOpsCubicIntersectionTest.cpp28 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics); in standardTestCases() local
31 if (order1 < 4) { in standardTestCases()
33 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases()
/external/clang/test/SemaTemplate/
Daddress-spaces.cpp78 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java306 int order1, order2, order3; in TestElemIter() local
308 order1 = iterator1.next(); in TestElemIter()
323 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter()
326 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
328 doAssert((CollationElementIterator.secondaryOrder(order1) == in TestElemIter()
330 doAssert((CollationElementIterator.tertiaryOrder(order1) == in TestElemIter()
333 order1 = iterator1.next(); in TestElemIter()
336 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
338 doAssert((CollationElementIterator.tertiaryOrder(order1) != in TestElemIter()
341 order1 = iterator1.next(); in TestElemIter()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java305 int order1, order2, order3; in TestElemIter() local
307 order1 = iterator1.next(); in TestElemIter()
322 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter()
325 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
327 doAssert((CollationElementIterator.secondaryOrder(order1) == in TestElemIter()
329 doAssert((CollationElementIterator.tertiaryOrder(order1) == in TestElemIter()
332 order1 = iterator1.next(); in TestElemIter()
335 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
337 doAssert((CollationElementIterator.tertiaryOrder(order1) != in TestElemIter()
340 order1 = iterator1.next(); in TestElemIter()
[all …]
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp652 int32_t order1, order2, order3; in TestElemIter() local
660 order1 = iterator1->next(success); in TestElemIter()
669 doAssert((order1 != order2), "The order result should not be the same"); in TestElemIter()
678 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter()
686 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
688 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter()
690 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter()
693 order1 = iterator1->next(success); order3 = iterator3->next(success); in TestElemIter()
700 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
702 doAssert((CollationElementIterator::tertiaryOrder(order1) != in TestElemIter()
[all …]
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp250 int order1 = findEngine.GetCurOrder(); in FindPrev() local
252 if (((order1 + MatchedCount1) - 1) > m_findPreStart) in FindPrev()
254 order = order1; in FindPrev()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1272 int32_t order1, order2, order3; in TestElemIter() local
1330 order1 = ucol_next(iterator1, &status); in TestElemIter()
1336 doAssert((order1 != order2), "The first iterator advance failed"); in TestElemIter()
1348 …doAssert((order1 == order2), "The second iterator advance failed should be the same as first one"); in TestElemIter()
1350 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be i… in TestElemIter()
1351 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders shoul… in TestElemIter()
1352 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should b… in TestElemIter()
1354 order1=ucol_next(iterator1, &status); in TestElemIter()
1364 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be i… in TestElemIter()
1365 doAssert( (ucol_tertiaryOrder(order1) != ucol_tertiaryOrder(order3)), "The tertiary orders should b… in TestElemIter()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java618 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() local
620 if (!order1.hasSameOrderAs(order2)) { in checkCompatible()
623 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible()
627 …private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, Date… in showOrderComparison() argument
630 …in in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java617 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() local
619 if (!order1.hasSameOrderAs(order2)) { in checkCompatible()
622 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible()
626 …private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, Date… in showOrderComparison() argument
629 …in in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu1690 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
1691 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
1692 PASS: gdb.base/code_elim.exp: order1: get address of my_global_symbol
1693 PASS: gdb.base/code_elim.exp: order1: get address of my_static_symbol
1694 PASS: gdb.base/code_elim.exp: order1: get address of my_global_func
1695 PASS: gdb.base/code_elim.exp: order1: get address of main
Dx86_64-cros-linux-gnu1924 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
1925 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
1926 PASS: gdb.base/code_elim.exp: order1: get address of my_global_symbol
1927 PASS: gdb.base/code_elim.exp: order1: get address of my_static_symbol
1928 PASS: gdb.base/code_elim.exp: order1: get address of my_global_func
1929 PASS: gdb.base/code_elim.exp: order1: get address of main
Darmv7a-cros-linux-gnueabi1738 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
1739 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
1740 PASS: gdb.base/code_elim.exp: order1: get address of my_global_symbol
1741 PASS: gdb.base/code_elim.exp: order1: get address of my_static_symbol
1742 PASS: gdb.base/code_elim.exp: order1: get address of my_global_func
1743 PASS: gdb.base/code_elim.exp: order1: get address of main