HomeSort by relevance Sort by last modified time
    Searched refs:tt2 (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 56 double tt2 = i[1][pt]; local
57 SkDPoint xy2 = quad.ptAtT(tt2);
60 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsQuadLineIntersectionTest.cpp 124 double tt2 = intersections[1][pt]; local
125 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
126 SkDPoint t2 = line.ptAtT(tt2);
129 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
PathOpsQuadIntersectionTest.cpp 41 double tt2 = intersections[1][pt]; local
42 SkDPoint xy2 = quad2.ptAtT(tt2);
46 tt2, xy2.fX, xy2.fY);
260 double tt2 = intersections2[1][pt]; local
261 SkDPoint xy2 = quad2.ptAtT(tt2);
265 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
270 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
309 double tt2 = intersections2[1][pt]; local
311 SkDPoint pt2 = quad2.ptAtT(tt2);
PathOpsCubicLineIntersectionTest.cpp 58 double tt2 = i[1][pt]; local
59 SkDPoint xy2 = line.ptAtT(tt2);
62 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsCubicIntersectionTest.cpp 56 double tt2 = tIntersections[1][pt]; local
57 SkDPoint xy2 = cubic2.ptAtT(tt2);
60 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
317 double tt1, tt2; local
322 tt2 = intersections[1][pt3];
323 xy2 = cubic2.ptAtT(tt2);
328 iPt.fY, xy2.fX, xy2.fY, tt2);
408 double tt2 = intersections2[1][pt]; local
409 SkDPoint xy2 = cubic2.ptAtT(tt2);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassLoaderTest.java 143 SyncLoadTestThread tt2 = new SyncLoadTestThread(cl); local
146 tt2.start();
148 while (!tt1.started && !tt2.started) {
157 tt2.join();
159 assertSame("Bad or redefined class", tt1.cls, tt2.cls);
  /external/clang/test/Misc/
diag-template-diffing.cpp 356 template<class> class tt2 {}; class
359 set12(class_template_templates<tt2>());
363 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
367 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
373 // CHECK-ELIDE-TREE: [template tt2 != template tt1],
383 // CHECK-NOELIDE-TREE: [template tt2 != template tt1],
    [all...]

Completed in 207 milliseconds