Home
last modified time | relevance | path

Searched defs:instantiate (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/include/boost/concept_check/
Dgeneral.hpp22 template <void(*)()> struct instantiate {}; struct
37 enum { instantiate = 1 }; enumerator
52 enum { instantiate = 1 }; enumerator
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dpoisoned_hash_helper.h99 constexpr bool instantiate(int) { return true; } in instantiate() function
100 template <class> constexpr bool instantiate(long) { return true; } in instantiate() function
101 template <class T> constexpr bool instantiate() { return instantiate<T>(0); } in instantiate() function
/aosp_15_r20/external/libcxx/test/support/
H A Dpoisoned_hash_helper.hpp101 constexpr bool instantiate(int) { return true; } in instantiate() function
102 template <class> constexpr bool instantiate(long) { return true; } in instantiate() function
103 template <class T> constexpr bool instantiate() { return instantiate<T>(0); } in instantiate() function
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DFieldInitializer.java162 FieldInitializationReport instantiate(); in instantiate() method
187 public FieldInitializationReport instantiate() { in instantiate() method in FieldInitializer.NoArgConstructorInstantiator
261 public FieldInitializationReport instantiate() { in instantiate() method in FieldInitializer.ParameterizedConstructorInstantiator
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewsFactory.kt28 fun instantiate( method
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/app/
H A DFragment_Delegate.java41 /*package*/ static Fragment instantiate(Context context, String fname) { in instantiate() method in Fragment_Delegate
60 /*package*/ static Fragment instantiate(Context context, String fname, Bundle args) { in instantiate() method in Fragment_Delegate
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStatePolicy.java56 public DeviceStatePolicy instantiate(@NonNull Context context) { in instantiate() method in DeviceStatePolicy.DefaultProvider
74 DeviceStatePolicy instantiate(@NonNull Context context); in instantiate() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaPolicy.java106 public DisplayAreaPolicy instantiate(WindowManagerService wmService, in instantiate() method in DisplayAreaPolicy.DefaultProvider
185 DisplayAreaPolicy instantiate(WindowManagerService wmService, DisplayContent content, in instantiate() method
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/
H A DPathTemplate.java690 public String instantiate(Map<String, String> values) { in instantiate() method in PathTemplate
695 public String instantiate(String... keysAndValues) { in instantiate() method in PathTemplate
720 private String instantiate(Map<String, String> values, boolean allowPartial) { in instantiate() method in PathTemplate
/aosp_15_r20/frameworks/base/tests/testables/src/android/testing/
H A DBaseFragmentTest.java196 protected Fragment instantiate(Context context, String className, @Nullable Bundle arguments) { in instantiate() method in BaseFragmentTest
219 public Fragment instantiate(Context context, String className, Bundle arguments) { in instantiate() method in BaseFragmentTest.HostCallbacks
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
H A Dgemm_implementation.hpp45 std::function<GemmCommon<Top, Tret> *(const GemmArgs &, const OutputStage &)> instantiate = {}; member
129 std::function<GemmCommon<Top, Tret> *(const GemmArgs &)> instantiate = {}; member
/aosp_15_r20/external/turbine/java/com/google/turbine/types/
H A DCanonicalize.java266 private ClassTy.SimpleClassTy instantiate( in instantiate() method in Canonicalize
287 private static @Nullable Type instantiate(Map<TyVarSymbol, Type> mapping, Type type) { in instantiate() method in Canonicalize
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java254 public Fragment instantiate(Context context, String className, Bundle arguments) { in instantiate() method in FragmentHostManager.HostCallbacks
314 Fragment instantiate(Context context, String className, Bundle arguments) { in instantiate() method in FragmentHostManager.ExtensionFragmentManager
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-deduced-return-type.cpp131 template <typename T> auto instantiate() { T::error; } // expected-error {{has no members}} \ in instantiate() function
135 template<> auto instantiate<char>() {} // ok in instantiate() function
136 template<> void instantiate<double>() {} // expected-error {{no function template matches}} in instantiate() function
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DFragment.java518 public static Fragment instantiate(Context context, String fname) { in instantiate() method in Fragment
536 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) { in instantiate() method in Fragment
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp147 void instantiate() { in instantiate() function
179 void instantiate() { in instantiate() function
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/testing/
H A DClassSanityTester.java340 <T> @Nullable T instantiate(Class<T> cls) in instantiate() method in ClassSanityTester
390 private <T> @Nullable T instantiate(Invokable<?, ? extends T> factory) in instantiate() method in ClassSanityTester
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/testing/
H A DClassSanityTester.java340 <T> @Nullable T instantiate(Class<T> cls) in instantiate() method in ClassSanityTester
390 private <T> @Nullable T instantiate(Invokable<?, ? extends T> factory) in instantiate() method in ClassSanityTester
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DBinderService.h68 static void instantiate() { publish(); } in instantiate() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DBinderService.h68 static void instantiate() { publish(); } in instantiate() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DBinderService.h50 static void instantiate() { publish(); } in instantiate() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DBinderService.h68 static void instantiate() { publish(); } in instantiate() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DBinderService.h50 static void instantiate() { publish(); } in instantiate() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DBinderService.h68 static void instantiate() { publish(); } in instantiate() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DBinderService.h68 static void instantiate() { publish(); } in instantiate() function

12345678910>>...26