Searched refs:ts1 (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dcond_version.c20 struct timespec ts0, ts1, ts2; local
30 ts1 = ts0;
31 ts1.tv_sec += 2;
35 res = pthread_cond_timedwait(&c, &m, &ts1);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
H A D3-1.c23 struct timespec ts1, ts2, ts3, ts4; local
31 if (clock_gettime(CLOCK_MONOTONIC, &ts1) != 0) {
54 if ((ts1.tv_sec <= ts2.tv_sec) &&
60 printf("Test FAILED - ts1=%ld,ts2=%ld,ts3=%ld,ts4=%ld\n",
61 ts1.tv_sec, ts2.tv_sec, ts3.tv_sec, ts4.tv_sec);
H A D4-1.c37 struct timespec ts1, ts2, ts3, ts4;
44 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts1) != 0) {
70 if ((ts1.tv_sec <= ts2.tv_sec) &&
76 printf("Test FAILED - ts1=%ld,ts2=%ld,ts3=%ld,ts4=%ld\n",
77 ts1.tv_sec, ts2.tv_sec, ts3.tv_sec, ts4.tv_sec);
/external/webrtc/webrtc/base/
H A Dtimeutils.h58 inline uint32_t TimeMax(uint32_t ts1, uint32_t ts2) { argument
59 return TimeIsLaterOrEqual(ts1, ts2) ? ts2 : ts1;
63 inline uint32_t TimeMin(uint32_t ts1, uint32_t ts2) { argument
64 return TimeIsLaterOrEqual(ts1, ts2) ? ts1 : ts2;
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp36 TS1<int> ts1; local
37 ts1.m();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTestUtilities.java25 TreeSet ts1 = new TreeSet();
32 ts1.add(prefix + String.valueOf(i) + postfix);
36 CollectionUtilities.containsAll(ts1, ts2);
37 ts1.containsAll(ts2);
39 timeAndCompare(ts1, ts2, iterations, true, .75);
41 ts1.add("Able");
42 timeAndCompare(ts1, ts2, iterations, true, .75);
43 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
46 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { argument
47 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
H A DTestUtilities.java24 TreeSet ts1 = new TreeSet();
31 ts1.add(prefix + String.valueOf(i) + postfix);
35 CollectionUtilities.containsAll(ts1, ts2);
36 ts1.containsAll(ts2);
38 timeAndCompare(ts1, ts2, iterations, true, .75);
40 ts1.add("Able");
41 timeAndCompare(ts1, ts2, iterations, true, .75);
42 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
45 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { argument
46 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts
[all...]
/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.java64 long ts1=((TimeLineGraphItem)o1).timestamp;
67 if (ts1>ts2)
69 if (ts1<ts2)
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c909 struct type_set *ts1 = NULL, *ts2; local
912 ts1 = (struct type_set *)set;
921 if (ts1) {
923 if (ts1->flags != ts2->flags)
925 if (ebitmap_cmp(&ts1->negset, &ts2->negset) == 0)
927 if (ebitmap_cmp(&ts1->types, &ts2->types) == 0)
/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 343 milliseconds