/aosp_15_r20/hardware/google/gfxstream/scripts/ |
D | gen-entries.py | 125 def gen_functions_header(entries, prefix_name, verbatim, filename, with_args): argument 193 …atic_translator_namespaced_header(entries, namespaces, prefix_name, verbatim, filename, with_args): argument 223 …tatic_translator_namespaced_stubs(entries, namespaces, prefix_name, verbatim, filename, with_args): argument
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | _equalize.py | 140 with_args = classmethod(_with_args) variable in _InputEqualizationObserver 206 with_args = classmethod(_with_args) variable in _WeightEqualizationObserver
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | MemoryAccess.cuh | 42 static inline C10_HOST_DEVICE void with_args(Args&&... args) { in with_args() function 51 static inline C10_HOST_DEVICE void with_args(Args... args) {} in with_args() function
|
/aosp_15_r20/external/bazelbuild-rules_rust/test/clippy/src/ |
H A D | lib.rs | 6 pub fn with_args(_: u32, _: u32, _: u32) {} in with_args() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/ |
D | mock_function.rs | 884 let with_args = self.f.argnames.iter() in to_tokens() localVariable 1054 let with_args = self.f.argnames.iter() in to_tokens() localVariable 1241 let with_args = self.f.argnames.iter() in to_tokens() localVariable
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/ |
H A D | observer.py | 76 def with_args(self, **kwargs): member in _PartialWrapper 162 with_args = classmethod(_with_args) variable in ObserverBase
|
H A D | fake_quantize.py | 122 def with_args(cls, **kwargs): member in FakeQuantizeBase
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | validator.rs | 469 fn with_args(cmd: &Command, matcher: &ArgMatcher) -> Self { in with_args() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/ |
H A D | validator.rs | 469 fn with_args(cmd: &Command, matcher: &ArgMatcher) -> Self { in with_args() method
|
/aosp_15_r20/external/crosvm/tools/impl/ |
H A D | command.py | 140 def with_args(self, *args: Any): member in Command
|