/aosp_15_r20/external/pytorch/torchgen/api/types/ |
H A D | types_base.py | 201 def with_name(self, name: str) -> NamedCType: member in NamedCType 263 def with_name(self, name: str) -> Binding: member in Binding
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/ |
D | lib.rs | 214 pub fn with_name<'help>(name: &str) -> App<'help> { in with_name() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/file/ |
D | mod.rs | 70 pub fn with_name(name: &str) -> Self { in with_name() method
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | mock_cache.py | 85 def with_name(name: str) -> Callable[[], MockBackend]: member in MockBackend
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/ |
D | arg_group.rs | 452 pub fn with_name<S: Into<&'help str>>(n: S) -> Self { in with_name() method
|
D | arg.rs | 4806 pub fn with_name<S: Into<&'help str>>(n: S) -> Self { in with_name() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | transaction.rs | 282 pub fn with_name<T: Into<String>>(conn: &mut Connection, name: T) -> Result<Savepoint<'_>> { in with_name() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/threadpool/src/ |
D | lib.rs | 397 pub fn with_name(name: String, num_threads: usize) -> ThreadPool { in with_name() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pathlib.py | 667 def with_name(self, name): member in PurePath
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pathlib.py | 667 def with_name(self, name): member in PurePath
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pathlib.py | 667 def with_name(self, name): member in PurePath
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pathlib.py | 667 def with_name(self, name): member in PurePath
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pathlib.py | 667 def with_name(self, name): member in PurePath
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pathlib.py | 667 def with_name(self, name): member in PurePath
|
/aosp_15_r20/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 773 def with_name(self, name): member in PurePath
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | model.py | 1731 def with_name(self, name: OperatorName) -> FunctionSchema: member in FunctionSchema
|