Home
last modified time | relevance | path

Searched defs:with_name (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dtypes_base.py201 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/
Dlib.rs214 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/
Dmod.rs70 pub fn with_name(name: &str) -> Self { in with_name() method
/aosp_15_r20/external/pytorch/test/inductor/
H A Dmock_cache.py85 def with_name(name: str) -> Callable[[], MockBackend]: member in MockBackend
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Darg_group.rs452 pub fn with_name<S: Into<&'help str>>(n: S) -> Self { in with_name() method
Darg.rs4806 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/
Dtransaction.rs282 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/
Dlib.rs397 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/
Dpathlib.py667 def with_name(self, name): member in PurePath
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpathlib.py667 def with_name(self, name): member in PurePath
/aosp_15_r20/external/python/cpython3/Lib/
Dpathlib.py667 def with_name(self, name): member in PurePath
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpathlib.py667 def with_name(self, name): member in PurePath
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpathlib.py667 def with_name(self, name): member in PurePath
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpathlib.py667 def with_name(self, name): member in PurePath
/aosp_15_r20/external/python/parse_type/tasks/_vendor/
Dpathlib.py773 def with_name(self, name): member in PurePath
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py1731 def with_name(self, name: OperatorName) -> FunctionSchema: member in FunctionSchema