/aosp_15_r20/test/dittosuite/test/ |
H A D | timespec_utils_test.cpp | 60 for (const auto& ts1 : tss) { in TEST() local 71 for (const auto& ts1 : tss) { in TEST() local 82 for (const auto& ts1 : tss) { in TEST() local 93 for (const auto& ts1 : tss) { in TEST() local 104 for (const auto& ts1 : tss) { in TEST() local 115 for (const auto& ts1 : tss) { in TEST() local 126 for (const auto& ts1 : tss) { in TEST() local 140 for (const auto& ts1 : tss) { in TEST() local 160 for (const auto& ts1 : tss) { in TEST() local
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_timer.h | 798 static inline int tst_timespec_lt(struct timespec ts1, struct timespec ts2) in tst_timespec_lt() 896 tst_timespec_add(struct timespec ts1, struct timespec ts2) in tst_timespec_add() 923 tst_timespec_diff(struct timespec ts1, struct timespec ts2) in tst_timespec_diff() 945 tst_timespec_diff_ns(struct timespec ts1, struct timespec ts2) in tst_timespec_diff_ns() 963 tst_timespec_diff_us(struct timespec ts1, struct timespec ts2) in tst_timespec_diff_us() 981 tst_timespec_diff_ms(struct timespec ts1, struct timespec ts2) in tst_timespec_diff_ms() 1013 tst_timespec_abs_diff_us(struct timespec ts1, struct timespec ts2) in tst_timespec_abs_diff_us()
|
/aosp_15_r20/external/ltp/lib/newlib_tests/ |
H A D | test_timer.c | 18 struct tst_ts ts1, ts2; in test_diff() local 48 struct tst_ts ts1, ts2; in test_lt() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | TestUtilities.java | 30 TreeSet ts1 = new TreeSet(); in TestCollectionUtilitySpeed() local 51 …private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double fac… in timeAndCompare()
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | TestUtilities.java | 27 TreeSet ts1 = new TreeSet(); in TestCollectionUtilitySpeed() local 48 …private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double fac… in timeAndCompare()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
H A D | test_util.c | 77 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() 84 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/timers/ |
H A D | freq-step.c | 43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec() 51 struct timespec ts1, ts2, ts3; in get_sample() local
|
/aosp_15_r20/external/liburing/test/ |
H A D | link-timeout.c | 167 struct __kernel_timespec ts1, ts2; in test_single_link_timeout_ception() local 936 struct __kernel_timespec ts1, ts2; in test_timeout_link_chain5() local
|
H A D | 7ad0e4b2f83c.c | 34 struct __kernel_timespec ts1, ts2; in main() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | ServiceRestarterTest.java | 177 final long[] ts1 = startKillAndRestart(am, ACTION_START | ACTION_KILL | ACTION_WAIT, in testDisableServiceRestartBackoff() local 244 final long[] ts1 = startKillAndRestart(am, ACTION_ALL, uid1Listener1, uid1Listener2, in testExtraDelaysInServiceRestartOnLowMem() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | JavaDocExamplesTest.java | 324 MethodHandle ts1 = deepToString.asCollector(String[].class, 1); in testCollectArguments() local 464 MethodHandle ts1 = deepToString.asCollector(Object[].class, 1); in testAsCollector() local 495 MethodHandle ts1 = deepToString.asVarargsCollector(Object[].class); in testAsVarargsCollector() local
|
H A D | VarArgsTest.java | 51 MethodHandle ts1 = deepToString.withVarargs(true); in testWithVarargs() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_time_tai.c | 12 __u64 ts1, ts2; in time_tai() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/ |
H A D | 3-1.c | 23 struct timespec ts1, ts2, ts3, ts4; in main() local
|
/aosp_15_r20/external/compiler-rt/test/tsan/ |
H A D | cond_version.c | 20 struct timespec ts0, ts1, ts2; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/impl/ |
H A D | tensor_spec_test.cc | 27 TensorSpec ts1; in TEST() local
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | pragma-diag-section.cpp | 36 TS1<int> ts1; in f() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | time_tai.c | 37 __u64 ts1, ts2, now; in test_time_tai() local
|
H A D | fexit_sleep.c | 14 struct timespec ts1 = { .tv_nsec = 1 }; in do_sleep() local
|
/aosp_15_r20/hardware/st/nfc/st21nfc/hal/ |
D | hal_fwlog.h | 42 uint8_t ts1; member
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | struct5.c | 15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) in struct5()
|
/aosp_15_r20/external/libffi/testsuite/libffi.call/ |
H A D | struct5.c | 15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) in struct5()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | migration.c | 66 struct timespec ts1, ts2; in migrate() local
|
/aosp_15_r20/external/opencensus-java/exporters/trace/jaeger/src/test/java/io/opencensus/exporter/trace/jaeger/ |
H A D | JaegerExporterHandlerIntegrationTest.java | 190 long ts1 = log1.get("timestamp").getAsLong(); in exportToJaeger() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | logging_ops_test.cc | 144 double ts1 = *((*GetOutput(0)).flat<double>().data()); in TEST_F() local
|