Searched refs:ts2 (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dcond_version.c17 struct timespec ts0, ts1, ts2; local
36 clock_gettime(CLOCK_MONOTONIC, &ts2);
37 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp40 TS2<int> ts2; local
41 ts2.m();
H A Dchain-cxx.cpp136 TS2int ts2; local
/external/valgrind/memcheck/tests/linux/
H A Dsyscalls-2007.c62 struct timespec ts2[2] = { [0].tv_sec = 10000000, [1].tv_sec = 20000000 }; local
63 utimensat (AT_FDCWD, "/tmp/valgrind-utimensat-test", ts2, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java65 long ts2=((TimeLineGraphItem)o2).timestamp;
67 if (ts1>ts2)
69 if (ts1<ts2)
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
H A DTestUtilities.java140 TreeSet ts2 = new TreeSet();
147 ts2.add(prefix + String.valueOf(i) + postfix);
150 CollectionUtilities.containsAll(ts1, ts2);
151 ts1.containsAll(ts2);
153 timeAndCompare(ts1, ts2, iterations, true, .75);
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) { argument
161 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts2, expected)/(double)iterations;
162 double standardTimeSorted = timeStandardContainsAll(iterations, ts1, ts2, expecte
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds