HomeSort by relevance Sort by last modified time
    Searched defs:ts2 (Results 1 - 12 of 12) sorted by null

  /external/clang/test/PCH/
pragma-diag-section.cpp 26 struct TS2 {
38 TS2<int> ts2; local
39 ts2.m();
chain-cxx.cpp 37 template <typename T> struct TS2;
38 typedef TS2<int> TS2int;
99 template <typename T> struct TS2 { };
136 TS2int ts2; local
  /external/valgrind/main/memcheck/tests/linux/
syscalls-2007.c 62 struct timespec ts2[2] = { [0].tv_sec = 10000000, [1].tv_sec = 20000000 }; local
63 utimensat (AT_FDCWD, "/tmp/valgrind-utimensat-test", ts2, 0);
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 84 SkSTArray<kCubicToQuadSubdivisionDepth, double, true> ts2; local
85 c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &ts2);
94 int ts2Count = ts2.count();
96 const double tEnd2 = i2 < ts2Count ? ts2[i2] : 1;
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 84 SkSTArray<kCubicToQuadSubdivisionDepth, double, true> ts2; local
85 c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &ts2);
94 int ts2Count = ts2.count();
96 const double tEnd2 = i2 < ts2Count ? ts2[i2] : 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 65 long ts2=((TimeLineGraphItem)o2).timestamp; local
67 if (ts1>ts2)
69 if (ts1<ts2)
  /external/skia/tests/
PathOpsLineIntersectionTest.cpp 114 SkIntersections ts2; local
115 int pts2 = ts2.intersect(line1, line2);
117 REPORTER_ASSERT(reporter, pts2 == ts2.used());
118 check_results(reporter, line1, line2, ts2);
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 113 timeval ts1, ts2, ts3, ts4; local
206 gettimeofday(&ts2, NULL);
208 double elapsedTime = (ts2.tv_sec - ts1.tv_sec)*1000.0; // sec to ms
209 elapsedTime += (ts2.tv_usec - ts1.tv_usec)/1000.0; // us to ms
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
dbregtest.cpp 113 timeval ts1, ts2, ts3, ts4; local
206 gettimeofday(&ts2, NULL);
208 double elapsedTime = (ts2.tv_sec - ts1.tv_sec)*1000.0; // sec to ms
209 elapsedTime += (ts2.tv_usec - ts1.tv_usec)/1000.0; // us to ms
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 113 timeval ts1, ts2, ts3, ts4; local
206 gettimeofday(&ts2, NULL);
208 double elapsedTime = (ts2.tv_sec - ts1.tv_sec)*1000.0; // sec to ms
209 elapsedTime += (ts2.tv_usec - ts1.tv_usec)/1000.0; // us to ms
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 825 milliseconds