Home
last modified time | relevance | path

Searched defs:Creator (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/spdx-tools/spdx/common/
H A Dcreation_info.go13 type Creator struct { struct
14 Creator string member
16 CreatorType string
21 func (c *Creator) UnmarshalJSON(data []byte) error {
38 func (c Creator) MarshalJSON() ([]byte, error) {
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp148 struct Creator { struct
156 struct Creator<Ret Class::*> { struct
171 TestFn tf = Creator<TestFn>::create(); in test_imp() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp149 struct Creator { struct
157 struct Creator<Ret Class::*> { struct
172 TestFn tf = Creator<TestFn>::create(); in test_imp() argument
/aosp_15_r20/external/spdx-tools/builder/
H A Dbuild.go36 Creator string member
105 Creator string member
174 Creator string member
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DPrivacySourceData.kt23 interface Creator<T> { in toStorageData() interface
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dcustom_graph_optimizer_registry.h52 typedef std::function<CustomGraphOptimizer*()> Creator; typedef
87 typedef std::function<CustomGraphOptimizer*()> Creator; typedef
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_ddi_factory.h46 typedef Type (*Creator)(ArgType); typedef
137 typedef Type (*Creator)(); typedef
H A Dmedia_libva_caps_factory.h46 typedef Type (*Creator)(ArgType); typedef
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/cp/
H A Dcp_factory.h43 typedef Type (*Creator)(Args... args); typedef
140 typedef Type (*Creator)(); typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DParallel.cpp90 struct Creator { struct in llvm::parallel::detail::__anon7a9857a90111::ThreadPoolExecutor
91 static void *call() { return new ThreadPoolExecutor(strategy); } in call()
H A DManagedStatic.cpp27 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DFaceScanningProviderFactory.kt120 interface Creator { interface
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
H A DBundleable.java40 interface Creator<T extends Bundleable> { interface
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
H A DBundleable.java40 interface Creator<T extends Bundleable> { interface
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Drequest_cost_accessor_registry.h42 using Creator = std::function<std::unique_ptr<RequestCostAccessor>()>; variable
H A Dcost_measurement_registry.h43 using Creator = std::function<std::unique_ptr<CostMeasurement>( variable
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_extension_creator.h31 typedef T* (*Creator)(); typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DManagedStatic.cpp48 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/aosp_15_r20/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/os/
DParcelable.java31 interface Creator<T> { interface
/aosp_15_r20/external/llvm/lib/Support/
H A DManagedStatic.cpp38 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DManagedStatic.cpp45 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_extension_creator.h33 typedef T* (*Creator)(); typedef
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DParcelable.java212 public interface Creator<T> { interface
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/decor/
DFaceScanningProviderFactoryImpl.java82 public static abstract interface Creator { interface in FaceScanningProviderFactoryImpl
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/shared/
H A Dmedia_factory.h38 typedef Type (*Creator)(); typedef

12345678910>>...20