Home
last modified time | relevance | path

Searched defs:Wheel (Results 1 – 25 of 107) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/wheel/
Dmod.rs24 pub(crate) struct Wheel { struct
26 elapsed: u64,
52 impl Wheel { impl
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/wheel/
Dmod.rs23 pub(crate) struct Wheel<T> { struct
25 elapsed: u64,
54 impl<T> Wheel<T> impl
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DWheel.java16 public class Wheel { class
20 public Wheel(int id) { in Wheel() method in Wheel
24 public Wheel() { in Wheel() method in Wheel
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
H A DWheel.java16 public class Wheel { class
20 public Wheel() {} in Wheel() method in Wheel
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/metadata/
Dbase.py135 def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution":
667 class Wheel(Protocol): class
D__init__.py97 def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/metadata/
Dbase.py135 def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution":
667 class Wheel(Protocol): class
D__init__.py97 def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/metadata/
Dbase.py135 def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution":
667 class Wheel(Protocol): class
D__init__.py97 def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/metadata/
Dbase.py135 def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution":
667 class Wheel(Protocol): class
D__init__.py97 def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution:
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dnested_builders_test.proto55 message Wheel { message
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dnested_builders_test.proto55 message Wheel { message
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/models/
Dwheel.py12 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/models/
Dwheel.py12 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/models/
Dwheel.py12 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/models/
Dwheel.py12 class Wheel: class
/aosp_15_r20/external/python/setuptools/setuptools/
Dwheel.py52 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dwheel.py67 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dwheel.py67 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dwheel.py67 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Dwheel.py67 class Wheel: class
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/whl_installer/
H A Dwheel.py298 class Wheel: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/metadata/importlib/
D_dists.py131 def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution:

12345