/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassLoaderTest.java | 142 SyncLoadTestThread tt1 = new SyncLoadTestThread(cl); local 145 tt1.start(); 148 while (!tt1.started && !tt2.started) { 156 tt1.join(); 159 assertSame("Bad or redefined class", tt1.cls, tt2.cls);
|
/external/skia/tests/ |
PathOpsQuadLineIntersectionTest.cpp | 130 double tt1 = intersections[0][pt]; local 131 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); 132 SkDPoint t1 = quad.ptAtT(tt1); 138 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
|
PathOpsCubicQuadIntersectionTest.cpp | 76 double tt1 = i[0][pt]; local 77 SkDPoint xy1 = cubic.ptAtT(tt1); 82 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
|
PathOpsQuadIntersectionTest.cpp | 39 double tt1 = intersections[0][pt]; local 40 SkDPoint xy1 = quad1.ptAtT(tt1); 45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY, 269 double tt1 = intersections2[0][pt]; local 270 SkDPoint xy1 = quad1.ptAtT(tt1); 276 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); 281 outer, inner, tt1, xy1.fX, xy1.fY, tt2); 321 double tt1 = intersections2[0][pt]; local 323 SkDPoint pt1 = quad1.ptAtT(tt1);
|
PathOpsCubicLineIntersectionTest.cpp | 66 double tt1 = i[0][pt]; local 67 SkDPoint xy1 = cubic.ptAtT(tt1); 72 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
|
PathOpsCubicIntersectionTest.cpp | 52 double tt1 = tIntersections[0][pt]; local 53 SkDPoint xy1 = cubic1.ptAtT(tt1); 58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); 343 double tt1, tt2; local 346 tt1 = intersections[0][pt3]; 347 xy1 = cubic1.ptAtT(tt1); 353 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, 433 double tt1 = intersections2[0][pt]; local 434 SkDPoint xy1 = cubic1.ptAtT(tt1);
|
/external/clang/test/Misc/ |
diag-template-diffing.cpp | 355 template<class> class tt1 {}; class 357 void set12(class_template_templates<tt1, tt1>) {} 360 set12(class_template_templates<tt1, tt1, tt1>()); 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 365 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<[2 * ...], template tt1>' to 'class_template_templates<[2 * ...], template (no argument)>' 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 argumen [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbtz.cpp | 283 UDate tt0, tt1; local 285 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1); 302 if (tt0 < tt1) { 310 final0->time = tt1; 313 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
|
/external/icu4c/i18n/ |
rbtz.cpp | 303 UDate tt0, tt1; local 305 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1); 322 if (tt0 < tt1) { 330 final0->time = tt1; 333 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
|
/external/opencv/cv/src/ |
cvfundam.cpp | 893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; local 897 T1.data.db = tt1; [all...] |