Searched refs:tt1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp355 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, templat
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassLoaderTest.java142 SyncLoadTestThread tt1 = new SyncLoadTestThread(cl);
145 tt1.start();
148 while (!tt1.started && !tt2.started) {
156 tt1.join();
159 assertSame("Bad or redefined class", tt1.cls, tt2.cls);
/external/icu4c/i18n/
H A Drbtz.cpp283 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/opencv/cv/src/
H A Dcvfundam.cpp893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; local
897 T1.data.db = tt1;

Completed in 2043 milliseconds