Home
last modified time | relevance | path

Searched defs:to_seconds (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D_utils.py75 def to_seconds(time_unit: time_unit_type) -> float: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D_utils.py75 def to_seconds(time_unit: time_unit_type) -> float: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D_utils.py75 def to_seconds(time_unit: time_unit_type) -> float: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D_utils.py75 def to_seconds(time_unit: time_unit_type) -> float: function
/aosp_15_r20/external/openscreen/util/
H A Dchrono_helpers.h44 static constexpr seconds to_seconds(D d) { in to_seconds() function
/aosp_15_r20/external/autotest/client/bin/
H A Dutils.py651 def to_seconds(time_string): function