Home
last modified time | relevance | path

Searched defs:time1 (Results 1 – 25 of 171) sorted by relevance

1234567

/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
H A Dtest-cmpxchg-nolock.c48 cycles_t time1, time2, time; in do_testbaseline() local
75 cycles_t time1, time2, time; in do_test_sync_cmpxchg() local
106 cycles_t time1, time2, time; in do_test_cmpxchg() local
133 cycles_t time1, time2, time; in do_test_sync_inc() local
161 cycles_t time1, time2, time; in do_test_inc() local
191 cycles_t time1, time2, time; in do_test_enable_int() local
218 cycles_t time1, time2, time; in do_test_disable_int() local
246 cycles_t time1, time2, time; in do_test_int() local
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/recentaccess/
DRecentAccessViewModelTest.kt108 val time1 = Instant.ofEpochMilli(timeSource.currentTimeMillis()).minusSeconds(1) in <lambda>() constant
184 val time1 = NOW.minusSeconds(1) in <lambda>() constant
292 val time1 = NOW.minusSeconds(1) in <lambda>() constant
424 val time1 = MIDNIGHT.minusSeconds(60) in <lambda>() constant
481 val time1 = MIDNIGHT.plusSeconds(60) in <lambda>() constant
541 val time1 = MIDNIGHT.plusSeconds(60) in <lambda>() constant
616 val time1 = NOW.minusSeconds(1) // cluster 1, app 1 in <lambda>() constant
/aosp_15_r20/external/iperf3/src/
H A Diperf_time.c39 iperf_time_now(struct iperf_time *time1) in iperf_time_now()
56 iperf_time_now(struct iperf_time *time1) in iperf_time_now()
73 iperf_time_add_usecs(struct iperf_time *time1, uint64_t usecs) in iperf_time_add_usecs()
103 iperf_time_compare(struct iperf_time *time1, struct iperf_time *time2) in iperf_time_compare()
125 iperf_time_diff(struct iperf_time *time1, struct iperf_time *time2, struct iperf_time *diff) in iperf_time_diff()
/aosp_15_r20/external/libaom/test/
H A Dav1_convolve_test.cc391 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in TestConvolveSpeed() local
493 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in SpeedTest() local
598 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in TestConvolveSpeed() local
699 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in SpeedTest() local
797 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in TestConvolveSpeed() local
890 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in SpeedTest() local
984 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in TestConvolveSpeed() local
1077 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in SpeedTest() local
1287 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in TestConvolveSpeed() local
1398 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in SpeedTest() local
[all …]
H A Dblend_a64_mask_test.cc179 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in Execute() local
296 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in Execute() local
410 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in Execute() local
525 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in Execute() local
H A Dpickrst_test.cc115 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in RunPixelProjErrorTest() local
287 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in RunPixelProjErrorTest() local
468 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in RunGetProjSubspaceTest() local
653 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in RunGetProjSubspaceTestHBD() local
H A Dmasked_sad_test.cc170 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in runMaskedSADTest() local
256 const double time1 = static_cast<double>(aom_usec_timer_elapsed(&timer)); in runHighbdMaskedSADTest() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_compile.cpp239 timeval time1, time2; in test_large_compile() local
439 timeval time1, time2; in test_multi_file_libraries() local
662 timeval time1, time2; in test_multiple_embedded_headers() local
866 timeval time1, time2; in test_multiple_libraries() local
1082 timeval time1, time2; in test_multiple_files_multiple_libraries() local
1252 timeval time1, time2; in test_multiple_files() local
4008 timeval time1, time2; in test_compile_and_link_status_options_log() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue377/
H A DReferencesTest.java74 long time1 = System.currentTimeMillis(); in referencesWithRecursiveKeysNotAllowedByDefault() local
114 long time1 = System.currentTimeMillis(); in referencesWithRestrictedNesting() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldAndroidZipStressTest.java93 long time1 = System.currentTimeMillis(); in testZipStressManifest() local
113 long time1 = System.currentTimeMillis(); in testZipStressAllFiles() local
/aosp_15_r20/device/google/contexthub/firmware/os/algos/
Dtime_sync.c60 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2) { in time_sync_add()
87 bool time_sync_estimate_time1(time_sync_t *sync, uint64_t time2, uint64_t *time1) in time_sync_estimate_time1()
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/
H A DCalendarEventGenerator.java260 Date time1 = getDateFromTextBox(timePicker1); in getDateTimeValues() local
300 private static Date addMilliseconds(Date time1, long milliseconds) { in addMilliseconds()
/aosp_15_r20/frameworks/av/media/utils/
H A DTimeCheck.cpp115 static size_t commonTimePrefixPosition(std::string_view time1, std::string_view time2) { in commonTimePrefixPosition()
147 std::string_view timeSuffix(std::string_view time1, std::string_view time2) { in timeSuffix()
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
H A DTestWakeupClientServiceImplUnitTest.cpp276 int64_t time1 = getNow(); in TEST_F() local
304 int64_t time1 = getNow(); in TEST_F() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java758 long time1 = getUTCMillis(2005, Calendar.JULY, 4); in TestTimeZoneRuleCoverage() local
1077 long time1 = getUTCMillis(1990, Calendar.JUNE, 1); in TestSimpleTimeZoneCoverage() local
1227 long time1 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestVTimeZoneCoverage() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java755 long time1 = getUTCMillis(2005, Calendar.JULY, 4); in TestTimeZoneRuleCoverage() local
1074 long time1 = getUTCMillis(1990, Calendar.JUNE, 1); in TestSimpleTimeZoneCoverage() local
1224 long time1 = getUTCMillis(1950, Calendar.JANUARY, 1); in TestVTimeZoneCoverage() local
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_stat_time_test.py49 def assertLessExceptWindows(self, time1, time2): argument
55 def assertLessExceptPosix(self, time1, time2): argument
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLegacyChoreographerTest.java28 long time1 = instance.getFrameTimeNanos(); in setFrameInterval_shouldUpdateFrameInterval() local
/aosp_15_r20/bionic/libc/tzcode/
H A Ddifftime.c20 difftime(time_t time1, time_t time0) in difftime()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp1203 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); in TestTimeZoneRuleCoverage() local
1514 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage() local
1751 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestVTimeZoneCoverage() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1201 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); in TestTimeZoneRuleCoverage() local
1512 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage() local
1749 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); in TestVTimeZoneCoverage() local
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
H A DGeolocationTimeZoneSuggestionTest.java37 long time1 = 1111L; in testEquals() local
/aosp_15_r20/trusty/user/app/keymint/
Dmonotonic_clock.rs50 let time1 = trusty_clock.now().0; in get_milliseconds_since_boot_test() localVariable
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
H A DStressEmitterTest.java38 long time1 = System.nanoTime(); in testPerformance() local
H A DStressTest.java41 long time1 = System.nanoTime(); in testPerformance() local

1234567