Home
last modified time | relevance | path

Searched refs:test_datetime (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Ddatetime.rs83 fn test_datetime() { in test_datetime() function
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Ddatetime.rs102 fn test_datetime() { in test_datetime() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/time/
Ddatetime.rs341 fn test_datetime() { in test_datetime() function
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dmacros.rs216 fn test_datetime() { in test_datetime() function
/aosp_15_r20/external/tink/python/tink/jwt/
H A D_raw_jwt_test.py40 def test_datetime(self): member in RawJwtTest
/aosp_15_r20/external/python/dateutil/dateutil/test/
Dtest_tz.py780 test_datetime = datetime(2000, 1, 1, tzinfo=tz.tzoffset(None, delta))
781 assert test_datetime.utcoffset() == delta
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst715 using --use=all / -u all, exclude tzdata since it makes test_datetime too
D3.9.0a1.rst3292 Port test_datetime to VxWorks: skip zoneinfo tests on VxWorks
D3.7.0a1.rst4938 using --use=all / -u all, exclude tzdata since it makes test_datetime too
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py3768 def test_datetime(self): member in TestLexsort