Home
last modified time | relevance | path

Searched defs:datetime (Results 1 – 25 of 75) sorted by relevance

123

/external/tink/python/tink/jwt/
D_raw_jwt.py32 def _from_datetime(t: datetime.datetime) -> int:
180 expiration: Optional[datetime.datetime] = None,
182 not_before: Optional[datetime.datetime] = None,
183 issued_at: Optional[datetime.datetime] = None,
243 expiration: Optional[datetime.datetime] = None,
245 not_before: Optional[datetime.datetime] = None,
246 issued_at: Optional[datetime.datetime] = None,
D_jwt_validator.py48 fixed_now: Optional[datetime.datetime]) -> None:
130 fixed_now: Optional[datetime.datetime] = None) -> JwtValidator:
/external/pigweed/pw_tls_client/py/pw_tls_client/
Dgenerate_test_data.py115 self, subject: Subject, not_before: datetime, not_after: datetime
145 self, not_before: datetime, not_after: datetime
/external/rust/android-crates-io/crates/chrono/src/datetime/
Dtests.rs140 let datetime = DateTime::from_timestamp_millis(timestamp_millis).unwrap(); in test_datetime_from_timestamp_millis() localVariable
149 let datetime = DateTime::from_timestamp_millis(timestamp_millis); in test_datetime_from_timestamp_millis() localVariable
175 let datetime = DateTime::from_timestamp_micros(timestamp_micros).unwrap(); in test_datetime_from_timestamp_micros() localVariable
184 let datetime = DateTime::from_timestamp_micros(timestamp_micros); in test_datetime_from_timestamp_micros() localVariable
215 let datetime = DateTime::from_timestamp_nanos(timestamp_nanos); in test_datetime_from_timestamp_nanos() localVariable
1363 let datetime = Utc in test_subsecond_part() localVariable
1509 let datetime = naivedatetime.and_utc(); in test_datetime_add_assign() localVariable
1516 let datetime = datetime.with_timezone(&timezone); in test_datetime_add_assign() localVariable
1522 let datetime = datetime.with_timezone(&timezone); in test_datetime_add_assign() localVariable
1533 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_add_assign_local() localVariable
[all …]
/external/libtextclassifier/native/annotator/datetime/
Ddatetime-grounder_test.cc105 const OwnedFlatbuffer<UngroundedDatetime, std::string> datetime = in TEST_F() local
151 const OwnedFlatbuffer<UngroundedDatetime, std::string> datetime = in TEST_F() local
176 const OwnedFlatbuffer<UngroundedDatetime, std::string> datetime = in TEST_F() local
/external/rust/android-crates-io/crates/toml_datetime/src/
Dlib.rs15 mod datetime; module
/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/
Dmod.rs2 mod datetime; module
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DTimestampBase.php16 public function fromDateTime(\DateTime $datetime)
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DTimestampBase.php16 public function fromDateTime(\DateTime $datetime)
/external/protobuf/php/src/Google/Protobuf/Internal/
DTimestampBase.php16 public function fromDateTime(\DateTime $datetime)
/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dmain.rs4 mod datetime; module
/external/mesa3d/.gitlab-ci/lava/utils/
Dgitlab_section.py53 def get_timestamp(self, time: datetime) -> str:
57 def section(self, marker: str, header: str, time: datetime) -> str:
Dlog_section.py83 timestamp_relative_to: Optional[datetime]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/
Ddatetime.py32 def iso8601_utc_time(time: datetime.datetime = None) -> str:
/external/rust/android-crates-io/crates/config/tests/legacy/
Dmod.rs1 pub mod datetime; module
/external/oj-libjdwp/src/share/back/
Dlog_messages.c114 const char *datetime, in standard_logging_format()
147 char datetime[MAXLEN_TIMESTAMP+1]; in log_message_end() local
/external/python/bumble/bumble/
Dhelpers.py241 self, timestamp: Optional[datetime.datetime], packet: HCI_Packet
273 timestamp: Optional[datetime.datetime] = None,
/external/chromiumos-config/proto/chromiumos/config/api/test/xmlrpc/
Dxmlrpc.proto19 string datetime = 6; field
/external/rust/android-crates-io/crates/der/tests/
Ddatetime.rs30 let datetime = make_datetime(year, month, day, hour, min, sec); localVariable
/external/rust/android-crates-io/crates/der/src/
Dlib.rs335 mod datetime; module
/external/libwebsockets/lib/plat/windows/
Dwindows-misc.c49 ULARGE_INTEGER datetime; in lws_now_usecs() local
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/chunkedencoding/
DAwsS3V4ChunkSigner.java55 public AwsS3V4ChunkSigner(byte[] signingKey, String datetime, String keyPath) { in AwsS3V4ChunkSigner()
/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dmacros.rs30 macro_rules! datetime { macro
/external/rust/android-crates-io/crates/chrono/src/format/
Dparsed.rs786 let datetime = date.and_time(time); in to_naive_datetime_with_offset() localVariable
815 let mut datetime = DateTime::from_timestamp(ts, 0).ok_or(OUT_OF_RANGE)?.naive_utc(); in to_naive_datetime_with_offset() localVariable
889 let datetime = self.to_naive_datetime_with_offset(offset)?; in to_datetime() localVariable
947 let datetime = self.to_naive_datetime_with_offset(guessed_offset)?; in to_datetime_with_timezone() localVariable
/external/python/cpython3/Doc/library/
Ddatetime.rst1741 .. _datetime-time:

123