Searched defs:ts1 (Results 1 - 15 of 15) sorted by relevance

/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);
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp36 TS1<int> ts1; local
37 ts1.m();
/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/libffi/testsuite/libffi.call/
H A Dstruct5.c15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) argument
17 ts1.c1 += ts2.c1;
18 ts1.c2 -= ts2.c2;
20 return ts1;
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dstruct5.c15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) argument
17 ts1.c1 += ts2.c1;
18 ts1.c2 -= ts2.c2;
20 return ts1;
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dstruct5.c15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) argument
17 ts1.c1 += ts2.c1;
18 ts1.c2 -= ts2.c2;
20 return ts1;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTestUtilities.java30 TreeSet ts1 = new TreeSet();
37 ts1.add(prefix + String.valueOf(i) + postfix);
41 CollectionUtilities.containsAll(ts1, ts2);
42 ts1.containsAll(ts2);
44 timeAndCompare(ts1, ts2, iterations, true, .75);
46 ts1.add("Able");
47 timeAndCompare(ts1, ts2, iterations, true, .75);
48 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
51 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { argument
52 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
H A DTestUtilities.java27 TreeSet ts1 = new TreeSet();
34 ts1.add(prefix + String.valueOf(i) + postfix);
38 CollectionUtilities.containsAll(ts1, ts2);
39 ts1.containsAll(ts2);
41 timeAndCompare(ts1, ts2, iterations, true, .75);
43 ts1.add("Able");
44 timeAndCompare(ts1, ts2, iterations, true, .75);
45 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
48 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { argument
49 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts
[all...]
/external/tensorflow/tensorflow/core/kernels/data/
H A Dconcatenate_dataset_op.cc168 const PartialTensorShape& ts1, const PartialTensorShape& ts2) {
170 if (ts1.dims() != ts2.dims() || ts1.unknown_rank() || ts2.unknown_rank())
172 auto dims1 = ts1.dim_sizes();
174 for (int d = 0; d < ts1.dims(); d++) {
167 MostSpecificCompatibleShape( const PartialTensorShape& ts1, const PartialTensorShape& ts2) argument
/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/linux-kselftest/tools/testing/selftests/timers/
H A Dfreq-step.c51 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) argument
53 return ts1->tv_sec - ts2->tv_sec + (ts1->tv_nsec - ts2->tv_nsec) / 1e9;
59 struct timespec ts1, ts2, ts3; local
63 clock_gettime(CLOCK_MONOTONIC_RAW, &ts1);
67 ts1.tv_sec -= mono_raw_base;
71 delay = diff_timespec(&ts3, &ts1);
78 sample->offset = diff_timespec(&ts2, &ts1);
80 sample->time = ts1.tv_sec + ts1
[all...]
/external/adhd/cras/src/tests/
H A Dsystem_state_unittest.cc315 struct cras_timespec ts1; local
316 cras_system_state_get_last_stream_active_time(&ts1);
321 EXPECT_NE(0, memcmp(&ts1, &ts2, sizeof(ts1)));
/external/aac/libSBRdec/src/
H A Dhbe.cpp1707 int tr, ti1, ti2, mTr = 0, ts1 = 0, ts2 = 0, mVal_e = 0, temp_e = 0; local
1778 ts1 = ti1;
1787 if ((mVal_F >> shift2) > (sqmag0_F >> shift1) && ts1 >= 0 &&
1806 hQmfTransposer->qmfInBufReal_F[slotOffset][ts1];
1808 hQmfTransposer->qmfInBufImag_F[slotOffset][ts1];
1830 hQmfTransposer->qmfInBufReal_F[slotOffset][ts1];
1832 hQmfTransposer->qmfInBufImag_F[slotOffset][ts1];
1844 hQmfTransposer->qmfInBufReal_F[slotOffset][ts1];
1846 hQmfTransposer->qmfInBufImag_F[slotOffset][ts1];
1871 ->qmfInBufReal_F[slotOffset + 2 * (k - 1)][ts1];
[all...]
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c911 struct type_set *ts1 = NULL, *ts2; local
914 ts1 = (struct type_set *)set;
923 if (ts1) {
925 if (ts1->flags != ts2->flags)
927 if (ebitmap_cmp(&ts1->negset, &ts2->negset) == 0)
929 if (ebitmap_cmp(&ts1->types, &ts2->types) == 0)
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 2271 milliseconds