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

  /external/chromium/third_party/libjingle/source/talk/base/
time.h 56 inline uint32 TimeMax(uint32 ts1, uint32 ts2) {
57 return TimeIsLaterOrEqual(ts1, ts2) ? ts2 : ts1;
61 inline uint32 TimeMin(uint32 ts1, uint32 ts2) {
62 return TimeIsLaterOrEqual(ts1, ts2) ? ts1 : ts2;
  /external/clang/test/PCH/
pragma-diag-section.cpp 14 struct TS1 {
34 TS1<int> ts1; local
35 ts1.m();
  /external/libffi/testsuite/libffi.call/
struct5.c 15 static test_structure_5 struct5(test_structure_5 ts1, test_structure_5 ts2)
17 ts1.c1 += ts2.c1;
18 ts1.c2 -= ts2.c2;
20 return ts1;
  /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 64 long ts1=((TimeLineGraphItem)o1).timestamp; local
67 if (ts1>ts2)
69 if (ts1<ts2)
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 113 timeval ts1, ts2, ts3, ts4; local
199 gettimeofday(&ts1, 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/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
dbregtest.cpp 113 timeval ts1, ts2, ts3, ts4; local
199 gettimeofday(&ts1, 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
199 gettimeofday(&ts1, 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 1286 milliseconds