/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | Generator.h | 57 struct TORCH_API Generator { struct 60 explicit Generator(c10::intrusive_ptr<c10::GeneratorImpl> gen_impl) in Generator() function 79 c10::GeneratorImpl* unsafeGetGeneratorImpl() const { in unsafeGetGeneratorImpl() argument 83 c10::GeneratorImpl* unsafeReleaseGeneratorImpl() { in unsafeReleaseGeneratorImpl() argument 87 const c10::intrusive_ptr<c10::GeneratorImpl>& getIntrusivePtr() const { in getIntrusivePtr() argument 92 // Sets the offset of Generator state to the desired offset. This is currently argument 96 // Returns the offset of Generator state. This is currently supported for only argument 105 // `ATen/core/Generator.h` and `ATen/core/Tensor.h` argument 135 Generator clone() const { in clone() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/generate/ |
D | generate.go | 262 type Generator struct { struct 263 r io.Reader member 264 path string // full rooted path name. 265 dir string // full rooted directory of file. 266 file string // base name of file. 267 pkg string 268 commands map[string][]string 269 lineNum int // current line number. 270 env []string 274 func (g *Generator) run() (ok bool) { [all …]
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flatc.h | 45 struct Generator { struct 62 BfbsGenerator *bfbs_generator; argument 80 const Generator *generators; argument
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flatc.h | 45 struct Generator { struct 62 BfbsGenerator *bfbs_generator; argument 80 const Generator *generators; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | generate.rs | 22 pub struct Generator<Ty> { struct 33 impl Generator<Directed> { argument 56 impl<Ty: EdgeType> Generator<Ty> { implementation 127 impl<Ty: EdgeType> Iterator for Generator<Ty> { implementation
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flatc.h | 37 struct Generator { struct 38 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, 41 typedef std::string (*MakeRuleFn)(const flatbuffers::Parser &parser, 45 GenerateFn generate; 46 const char *generator_opt_short; 70 const Generator *generators; argument
|
/aosp_15_r20/external/pytorch/torch/nn/ |
H A D | init.py | 146 generator: _Optional[torch.Generator] = None, 173 generator: _Optional[torch.Generator] = None, 202 generator: _Optional[torch.Generator] = None, 369 generator: _Optional[torch.Generator] = None, 410 generator: _Optional[torch.Generator] = None, 461 generator: _Optional[torch.Generator] = None, 526 generator: _Optional[torch.Generator] = None, 577 generator: _Optional[torch.Generator] = None, 629 generator: _Optional[torch.Generator] = None,
|
/aosp_15_r20/external/protobuf/docs/ |
H A D | implementing_proto3_presence.md | 106 ### Satisfying the Experimental Check 149 ### Signaling That Your Code Generator Supports Proto3 Optional 207 ### Updating Your Code Generator 235 #### To test whether a field should have presence 259 #### To test whether a field is a member of a oneof 278 #### To iterate over all oneofs
|
/aosp_15_r20/external/cronet/third_party/protobuf/docs/ |
H A D | implementing_proto3_presence.md | 106 ### Satisfying the Experimental Check 149 ### Signaling That Your Code Generator Supports Proto3 Optional 207 ### Updating Your Code Generator 235 #### To test whether a field should have presence 259 #### To test whether a field is a member of a oneof 278 #### To iterate over all oneofs
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Generation/ |
H A D | Generator.kt | 5 interface Generator { interface 12 fun Generator.buildAll(nodes: Iterable<DocumentationNode>) { in buildPages() method 19 fun Generator.buildPage(node: DocumentationNode): Unit = buildPages(listOf(node)) in buildPage() method 21 fun Generator.buildOutline(node: DocumentationNode): Unit = buildOutlines(listOf(node)) in buildPage() method 23 fun Generator.buildAll(node: DocumentationNode): Unit = buildAll(listOf(node)) in buildPage() method
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_example_macro.rs | 55 struct Generator { struct 60 impl Generator { argument 70 impl FormatMacroGenerator for Generator { implementation
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | unique_id_generator_unittest.cc | 60 typedef TypeParam Generator; in TYPED_TEST() typedef 75 typedef TypeParam Generator; in TYPED_TEST() typedef 102 typedef TypeParam Generator; in TYPED_TEST() typedef 133 typedef TypeParam Generator; in TYPED_TEST() typedef 145 typedef TypeParam Generator; in TYPED_TEST() typedef 159 typedef TypeParam Generator; in TYPED_TEST() typedef
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
H A D | DynamicSymmetry.h | 78 struct Generator { struct 82 …constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} in Generator() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/generator/ |
D | mod.rs | 14 pub trait Generator { trait 198 G: Generator, in generate_to() 249 pub fn generate<G, S>(gen: G, cmd: &mut Command, bin_name: S, buf: &mut dyn Write) in generate()
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | scenario_config.h | 83 struct Generator { struct 84 int width = 1600; 85 int height = 1200; 103 struct Generator { struct 104 using PixelFormat = FrameGeneratorInterface::OutputType; 105 PixelFormat pixel_format = PixelFormat::kI420; 106 int width = 320; 107 int height = 180;
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | metadata.rs | 40 pub(crate) struct Generator { struct 48 impl Generator { argument 71 impl MetadataGenerator for Generator { implementation
|
/aosp_15_r20/external/perfmark/impl/src/main/java/io/perfmark/impl/ |
H A D | Generator.java | 29 public abstract class Generator { class 56 protected Generator() {} in Generator() method in Generator
|
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_value_memoized_extension_plugin/linux_glibc_common/javac/ |
D | auto_value_memoized_extension_plugin.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/aosp_15_r20/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/ |
H A D | Generator.java | 21 public abstract class Generator { class 24 protected Generator(SourceRoot sourceRoot) { in Generator() method in Generator
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Random.cpp | 21 const std::optional<at::Generator> /* not implemented */) { in uniform_() 80 const std::optional<at::Generator> /* not implemented */) { in normal_()
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/processor/ |
H A D | SerializableAutoValueExtension.java | 83 private static final class Generator { class in SerializableAutoValueExtension 92 Generator(Context context, String className, String classToExtend, boolean isFinal) { in Generator() method in SerializableAutoValueExtension.Generator
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/ |
H A D | MemoizeExtension.java | 116 static final class Generator { class in MemoizeExtension 128 Generator(Context context, String className, String classToExtend, boolean isFinal) { in Generator() method in MemoizeExtension.Generator
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | prost_codegen.rs | 77 struct Generator; struct 79 impl ServiceGenerator for Generator { implementation
|
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/ |
H A D | GeneratorAdapterTest.java | 845 private static class Generator implements TableSwitchGenerator { class in GeneratorAdapterTest 850 Generator() { in Generator() method in GeneratorAdapterTest.Generator 854 Generator(final int access, final String name, final String descriptor) { in Generator() method in GeneratorAdapterTest.Generator
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 63 class Generator : public SkImageGenerator { class 65 Generator(SkYUVAPixmaps pixmaps, sk_sp<SkColorSpace> cs) in Generator() function in __anonf089ea3f0111::Generator
|