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

  /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/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/icu4c/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/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...]

Completed in 321 milliseconds