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

  /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/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 133 double tt2 = intersections[1][pt]; local
134 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
135 SkDPoint t2 = line.ptAtT(tt2);
138 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
PathOpsCubicQuadIntersectionTest.cpp 78 double tt2 = i[1][pt]; local
79 SkDPoint xy2 = quad.ptAtT(tt2);
82 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsQuadIntersectionTest.cpp 41 double tt2 = intersections[1][pt]; local
42 SkDPoint xy2 = quad2.ptAtT(tt2);
46 tt2, xy2.fX, xy2.fY);
271 double tt2 = intersections2[1][pt]; local
272 SkDPoint xy2 = quad2.ptAtT(tt2);
276 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
281 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
322 double tt2 = intersections2[1][pt]; local
324 SkDPoint pt2 = quad2.ptAtT(tt2);
PathOpsCubicLineIntersectionTest.cpp 68 double tt2 = i[1][pt]; local
69 SkDPoint xy2 = line.ptAtT(tt2);
72 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsCubicIntersectionTest.cpp 54 double tt2 = tIntersections[1][pt]; local
55 SkDPoint xy2 = cubic2.ptAtT(tt2);
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
343 double tt1, tt2; local
348 tt2 = intersections[1][pt3];
349 xy2 = cubic2.ptAtT(tt2);
354 iPt.fY, xy2.fX, xy2.fY, tt2);
435 double tt2 = intersections2[1][pt]; local
436 SkDPoint xy2 = cubic2.ptAtT(tt2);
  /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 174 milliseconds