Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/tink/python/tink/jwt/
H A 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,
H A D_jwt_validator.py48 fixed_now: Optional[datetime.datetime]) -> None:
130 fixed_now: Optional[datetime.datetime] = None) -> JwtValidator:
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dtests.rs1140 let datetime = Utc in test_subsecond_part() localVariable
1302 let datetime = naivedatetime.and_utc(); in test_datetime_add_assign() localVariable
1309 let datetime = datetime.with_timezone(&timezone); in test_datetime_add_assign() localVariable
1315 let datetime = datetime.with_timezone(&timezone); in test_datetime_add_assign() localVariable
1326 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_add_assign_local() localVariable
1339 let datetime = naivedatetime.and_utc(); in test_datetime_sub_assign() localVariable
1346 let datetime = datetime.with_timezone(&timezone); in test_datetime_sub_assign() localVariable
1352 let datetime = datetime.with_timezone(&timezone); in test_datetime_sub_assign() localVariable
1483 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_sub_assign_local() localVariable
1519 let datetime = Local.from_utc_datetime(&naivedatetime); in test_datetime_local_from_preserves_offset() localVariable
[all …]
Dmod.rs60 datetime: NaiveDateTime, field
374 let datetime = self.datetime.checked_add_signed(rhs)?; in checked_add_signed() localVariable
407 let datetime = self.datetime.checked_sub_signed(rhs)?; in checked_sub_signed() localVariable
1294 let datetime = in add_assign() localVariable
1414 let datetime = in sub_assign() localVariable
1704 let datetime = NaiveDateTime::arbitrary(u)?; in arbitrary() localVariable
/aosp_15_r20/external/pigweed/pw_tls_client/py/pw_tls_client/
H A Dgenerate_test_data.py115 self, subject: Subject, not_before: datetime, not_after: datetime
145 self, not_before: datetime, not_after: datetime
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/
Dself_outdated_check.py65 def get(self, current_time: datetime.datetime) -> Optional[str]:
86 def set(self, pypi_version: str, current_time: datetime.datetime) -> None:
187 current_time: datetime.datetime,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/
Dself_outdated_check.py65 def get(self, current_time: datetime.datetime) -> Optional[str]:
86 def set(self, pypi_version: str, current_time: datetime.datetime) -> None:
187 current_time: datetime.datetime,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/
Dself_outdated_check.py65 def get(self, current_time: datetime.datetime) -> Optional[str]:
86 def set(self, pypi_version: str, current_time: datetime.datetime) -> None:
187 current_time: datetime.datetime,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/
Dself_outdated_check.py65 def get(self, current_time: datetime.datetime) -> Optional[str]:
86 def set(self, pypi_version: str, current_time: datetime.datetime) -> None:
187 current_time: datetime.datetime,
/aosp_15_r20/build/make/tools/tool_event_logger/
H A Dtool_event_logger.py75 def log_invocation_started(self, event_time: datetime, command_args: str):
90 event_time: datetime,
121 self, tool_event: tool_event_pb2.ToolEvent, event_time: datetime
/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dparsed.rs547 let datetime = date.and_time(time); in to_naive_datetime_with_offset() localVariable
576 let datetime = NaiveDateTime::from_timestamp_opt(ts, 0); in to_naive_datetime_with_offset() localVariable
577 let mut datetime = datetime.ok_or(OUT_OF_RANGE)?; in to_naive_datetime_with_offset() localVariable
633 let datetime = self.to_naive_datetime_with_offset(offset)?; in to_datetime() localVariable
675 let datetime = self.to_naive_datetime_with_offset(guessed_offset)?; in to_datetime_with_timezone() localVariable
/aosp_15_r20/external/pdfium/xfa/fgas/crt/
H A Dcfgas_stringformatter.cpp242 CFX_DateTime* datetime, in ParseLocaleDate()
358 CFX_DateTime* datetime, in ParseLocaleTime()
567 const CFX_DateTime& datetime) { in DateFormat()
627 const CFX_DateTime& datetime) { in TimeFormat()
749 CFX_DateTime* datetime) { in FX_DateFromCanonical()
797 CFX_DateTime* datetime) { in FX_TimeFromCanonical()
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/
DExifUtils.java112 final Date datetime; in getGpsDateTime() local
132 Date datetime; in parseDateTime() local
/aosp_15_r20/external/mesa3d/.gitlab-ci/lava/utils/
H A Dgitlab_section.py49 def get_timestamp(self, time: datetime) -> str:
53 def section(self, marker: str, header: str, time: datetime) -> str:
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A Dlog_messages.c114 const char *datetime, in standard_logging_format()
147 char datetime[MAXLEN_TIMESTAMP+1]; in log_message_end() local
/aosp_15_r20/external/python/bumble/bumble/
Dhelpers.py241 self, timestamp: Optional[datetime.datetime], packet: HCI_Packet
273 timestamp: Optional[datetime.datetime] = None,
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.3.rst1075 datetime section in Improved Modules
1090 .. _new-decimal:
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DTCKChronoLocalDateTime.java359 private Temporal datetime; field in TCKChronoLocalDateTime.FixedAdjuster
361 FixedAdjuster(Temporal datetime) { in FixedAdjuster()
H A DTCKChronoZonedDateTime.java360 private Temporal datetime; field in TCKChronoZonedDateTime.FixedAdjuster
362 FixedAdjuster(Temporal datetime) { in FixedAdjuster()
H A DTCKChronoLocalDate.java339 private Temporal datetime; field in TCKChronoLocalDate.FixedAdjuster
341 FixedAdjuster(Temporal datetime) { in FixedAdjuster()
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/chrono/
H A DTestChronoLocalDateTime.java319 private Temporal datetime; field in TestChronoLocalDateTime.FixedAdjuster
321 FixedAdjuster(Temporal datetime) { in FixedAdjuster()
H A DTestChronoLocalDate.java308 private Temporal datetime; field in TestChronoLocalDate.FixedAdjuster
310 FixedAdjuster(Temporal datetime) { in FixedAdjuster()
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/plistlib/
H A D__init__.py81 def _date_to_string(d: datetime) -> str:
389 def _date_element(date: datetime, ctx: SimpleNamespace) -> etree.Element:
/aosp_15_r20/external/executorch/.github/scripts/
H A Dgitutils.py83 author_date: datetime,
86 commit_date: Optional[datetime] = None,

123456789