/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/webrtc/webrtc/base/ |
timeutils.h | 58 inline uint32_t TimeMax(uint32_t ts1, uint32_t ts2) { 59 return TimeIsLaterOrEqual(ts1, ts2) ? ts2 : ts1; 63 inline uint32_t TimeMin(uint32_t ts1, uint32_t ts2) { 64 return TimeIsLaterOrEqual(ts1, ts2) ? ts1 : ts2;
|
/external/clang/test/PCH/ |
pragma-diag-section.cpp | 14 struct TS1 { 36 TS1<int> ts1; local 37 ts1.m();
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/ |
test_tag.py | 32 self.ts1 = tag.initTagSet( 41 assert self.ts1 == self.ts2, 'tag set comparation fails' 44 assert hash(self.ts1) == hash(self.ts2), 'tag set hash comp. fails' 47 assert len(self.ts1) == len(self.ts2), 'tag length comparation fails' 51 t = self.ts1.tagImplicitly( 60 t = self.ts1.tagExplicitly( 71 t = self.ts1 + tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 2) 79 t = tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 2) + self.ts1 88 assert self.ts1.isSuperTagSetOf( 95 assert not self.ts1.isSuperTagSetOf [all...] |
/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)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
graph_revisions_test.py | 77 ts1 = datetime.datetime(2013, 1, 1) 79 id=1, value=9, timestamp=ts1) 92 [[1, 9, utils.TimestampMilliseconds(ts1)],
|
/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...] |
/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
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | [all...] |
/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;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
JobStoreTest.java | 305 private void compareTimestampsSubjectToIoLatency(String error, long ts1, long ts2) { 307 assertTrue(error, Math.abs(ts1 - ts2) < DELTA_MILLIS + IO_WAIT);
|
/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 | |