/external/clang/test/PCH/ |
pragma-diag-section.cpp | 26 struct TS2 { 40 TS2<int> ts2; local 41 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/compiler-rt/test/tsan/ |
cond_version.c | 20 struct timespec ts0, ts1, ts2; local 39 clock_gettime(CLOCK_MONOTONIC, &ts2); 40 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
|
/external/valgrind/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/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)
|
/bionic/tests/ |
time_test.cpp | 512 timespec ts2; local 513 ASSERT_EQ(0, syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts2)); 516 ts2.tv_sec -= ts1.tv_sec; 517 ts2.tv_nsec -= ts1.tv_nsec; 518 if (ts2.tv_nsec < 0) { 519 --ts2.tv_sec; 520 ts2.tv_nsec += NS_PER_S; 524 ASSERT_EQ(0, ts2.tv_sec); 525 ASSERT_LT(ts2.tv_nsec, 1000000);
|
/development/perftests/panorama/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TestUtilities.java | 144 TreeSet ts2 = new TreeSet(); local 151 ts2.add(prefix + String.valueOf(i) + postfix); 154 CollectionUtilities.containsAll(ts1, ts2); 155 ts1.containsAll(ts2); 157 timeAndCompare(ts1, ts2, iterations, true, .75); 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; 166 double standardTimeSorted = timeStandardContainsAll(iterations, ts1, ts2, expected)/(double)iterations [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
TestUtilities.java | 140 TreeSet ts2 = new TreeSet(); local 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) { 161 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts2, expected)/(double)iterations; 162 double standardTimeSorted = timeStandardContainsAll(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 | |