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

  /external/clang/test/PCH/
pragma-diag-section.cpp 14 struct TS1 {
36 TS1<int> ts1; local
37 ts1.m();
  /external/compiler-rt/test/tsan/
cond_version.c 20 struct timespec ts0, ts1, ts2; local
30 ts1 = ts0;
31 ts1.tv_sec += 2;
35 res = pthread_cond_timedwait(&c, &m, &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)
  /bionic/tests/
time_test.cpp 510 timespec ts1; local
511 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts1));
516 ts2.tv_sec -= ts1.tv_sec;
517 ts2.tv_nsec -= ts1.tv_nsec;
  /development/perftests/panorama/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestUtilities.java 143 TreeSet ts1 = new TreeSet(); local
150 ts1.add(prefix + String.valueOf(i) + postfix);
154 CollectionUtilities.containsAll(ts1, ts2);
155 ts1.containsAll(ts2);
157 timeAndCompare(ts1, ts2, iterations, true, .75);
159 ts1.add("Able");
160 timeAndCompare(ts1, ts2, iterations, true, .75);
161 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
164 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) {
165 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts2, expected)/(double)iterations
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestUtilities.java 139 TreeSet ts1 = new TreeSet(); local
146 ts1.add(prefix + String.valueOf(i) + postfix);
150 CollectionUtilities.containsAll(ts1, ts2);
151 ts1.containsAll(ts2);
153 timeAndCompare(ts1, ts2, iterations, true, .75);
155 ts1.add("Able");
156 timeAndCompare(ts1, ts2, iterations, true, .75);
157 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
160 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) {
161 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts2, expected)/(double)iterations
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 264 milliseconds