Home
last modified time | relevance | path

Searched defs:create (Results 176 – 200 of 11423) sorted by relevance

12345678910>>...457

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp510 …static Move<VkInstance> create(const Environment &env, const Resources &, const Parameters &params) in create() function
628 static Move<VkDevice> create(const Environment &env, const Resources &res, const Parameters &) in create() function
804 …static Move<VkDevice> create(const Environment &env, const Resources &res, const Parameters &param… in create() function
917 …static Move<VkDeviceMemory> create(const Environment &env, const Resources &, const Parameters &pa… in create() function
973 … static Move<VkBuffer> create(const Environment &env, const Resources &, const Parameters &params) in create() function
1026 …static Move<VkBufferView> create(const Environment &env, const Resources &res, const Parameters &p… in create() function
1092 static Move<VkImage> create(const Environment &env, const Resources &, const Parameters &params) in create() function
1155 …static Move<VkImageView> create(const Environment &env, const Resources &res, const Parameters &pa… in create() function
1197 …static Move<VkSemaphore> create(const Environment &env, const Resources &, const Parameters &param… in create() function
1230 static Move<VkFence> create(const Environment &env, const Resources &, const Parameters &params) in create() function
[all …]
/aosp_15_r20/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLEnginePair.java46 public static TestSSLEnginePair create() throws IOException { in create() method in TestSSLEnginePair
50 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create() method in TestSSLEnginePair
54 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create() method in TestSSLEnginePair
58 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create() method in TestSSLEnginePair
/aosp_15_r20/external/google-fruit/include/fruit/impl/component_storage/
H A Dcomponent_storage_entry.defn.h113 inline ComponentStorageEntry ComponentStorageEntry::LazyComponentWithArgs::create(Component (*fun)(… in create() function
124 inline ComponentStorageEntry ComponentStorageEntry::LazyComponentWithArgs::create( in create() function
176 inline ComponentStorageEntry ComponentStorageEntry::LazyComponentWithNoArgs::create(Component (*fun… in create() function
187 inline ComponentStorageEntry ComponentStorageEntry::LazyComponentWithNoArgs::create( in create() function
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/
H A DAssistedFactoryWithQualifiedTypesTest.java60 DupeType create(@Assisted("1") String str1, @Assisted("2") String str2); in create() method
77 DupeType create(@Assisted("2") String str2, @Assisted("1") String str1); in create() method
105 DupeQualifier create(@Assisted("1") String str, @Assisted("1") int i); in create() method
135 UnnecessaryQualifier create(@Assisted int i, @Assisted("") String str, double d); in create() method
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/longrunning/
H A DOperationsClient.java129 public static final OperationsClient create() throws IOException { in create() method in OperationsClient
137 public static final OperationsClient create(OperationsSettings settings) throws IOException { in create() method in OperationsClient
145 public static final OperationsClient create(OperationsStub stub) { in create() method in OperationsClient
153 public static final OperationsClient create(BackgroundResource stub) { in create() method in OperationsClient
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/
H A DAndroidReferenceReaders.kt51 override fun create(graph: HeapGraph): VirtualInstanceReferenceReader? { in <lambda>() method in shark.internal.AndroidReferenceReaders
153 override fun create(graph: HeapGraph): VirtualInstanceReferenceReader? { in <lambda>() method in shark.internal.AndroidReferenceReaders
190 override fun create(graph: HeapGraph): VirtualInstanceReferenceReader? { in <lambda>() method in shark.internal.AndroidReferenceReaders
237 override fun create(graph: HeapGraph): VirtualInstanceReferenceReader? { in <lambda>() method in shark.internal.AndroidReferenceReaders
306 override fun create(graph: HeapGraph): VirtualInstanceReferenceReader? { in <lambda>() method in shark.internal.AndroidReferenceReaders
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/turbine/
DThemePickerLib.jarcom/android/customization/model/CustomizationManager$Callback.class <Unknown> package com. ...
/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_device.cpp101 void createInstance(const struct AddressSpaceCreateInfo& create) { in createInstance()
125 struct AddressSpaceCreateInfo create = {0}; in ping() local
150 struct AddressSpaceCreateInfo create = {0}; in pingAtHva() local
287 struct AddressSpaceCreateInfo create = {0}; in load() local
362 const struct AddressSpaceCreateInfo& create) { in buildAddressSpaceDeviceContext()
471 static void sAddressSpaceDeviceCreateInstance(const struct AddressSpaceCreateInfo& create) { in sAddressSpaceDeviceCreateInstance()
/aosp_15_r20/external/llvm/lib/IR/
H A DType.cpp417 StructType *StructType::create(LLVMContext &Context, StringRef Name) { in create() function in StructType
443 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() function in StructType
450 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() function in StructType
454 StructType *StructType::create(LLVMContext &Context) { in create() function in StructType
458 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() function in StructType
465 StructType *StructType::create(ArrayRef<Type*> Elements) { in create() function in StructType
471 StructType *StructType::create(StringRef Name, Type *type, ...) { in create() function in StructType
/aosp_15_r20/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/crossuser/
H A DAppCrossUserConnector.java28 static AppCrossUserConnector create(Context context) { in create() method
32 static AppCrossUserConnector create( in create() method
39 static AppCrossUserConnector create( in create() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DLinkedHashMultiset.java42 public static <E extends @Nullable Object> LinkedHashMultiset<E> create() { in create() method in LinkedHashMultiset
53 public static <E extends @Nullable Object> LinkedHashMultiset<E> create(int distinctElements) { in create() method in LinkedHashMultiset
64 public static <E extends @Nullable Object> LinkedHashMultiset<E> create( in create() method in LinkedHashMultiset
H A DHashMultiset.java36 public static <E extends @Nullable Object> HashMultiset<E> create() { in create() method in HashMultiset
47 public static <E extends @Nullable Object> HashMultiset<E> create(int distinctElements) { in create() method in HashMultiset
58 public static <E extends @Nullable Object> HashMultiset<E> create( in create() method in HashMultiset
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DReportEntity.java55 static ReportEntity create(ReportKey reportKey, Optional<Integer> lastSentDayIndex) { in create() method in ReportEntity
65 static ReportEntity create(ReportKey reportKey) { in create() method in ReportEntity
75 static ReportEntity create(ReportKey reportKey, int lastSentDayIndex) { in create() method in ReportEntity
/aosp_15_r20/external/webrtc/api/test/video/
H A Dfunction_video_decoder_factory.h31 std::function<std::unique_ptr<VideoDecoder>()> create) in FunctionVideoDecoderFactory()
36 std::function<std::unique_ptr<VideoDecoder>(const SdpVideoFormat&)> in FunctionVideoDecoderFactory()
40 std::function<std::unique_ptr<VideoDecoder>()> create, in FunctionVideoDecoderFactory()
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerOverridesLib/android_common/turbine/
DThemePickerOverridesLib.jar ... static com.android.wallpaper.modules.ThemePickerAppModule_Companion_ProvideClockRegistryFactory create (javax.inject.Provider, javax.inject ...
/aosp_15_r20/external/llvm/lib/MC/
H A DMCExpr.cpp141 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr
146 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr
151 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx) { in create() function in MCConstantExpr
166 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr
172 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/
H A DQSTileViewModelFactory.kt73 fun create( in create() method in com.android.systemui.qs.tiles.base.viewmodel.QSTileViewModelFactory.Component
125 fun create( in create() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DRateLimiter.java116 public static RateLimiter create(double permitsPerSecond) { in create() method in RateLimiter
134 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() method in RateLimiter
165 public static RateLimiter create(double permitsPerSecond, long warmupPeriod, TimeUnit unit) { in create() method in RateLimiter
172 static RateLimiter create( in create() method in RateLimiter
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
H A DSettingsEntryBuilder.kt126 fun create(entryName: String, owner: SettingsPage): SettingsEntryBuilder { in create() method
138 fun create( method
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/settingproviders/
H A DUseArnRegionProviderChain.java52 public static UseArnRegionProviderChain create() { in create() method in UseArnRegionProviderChain
57 public static UseArnRegionProviderChain create(ProfileFile profileFile, String profileName) { in create() method in UseArnRegionProviderChain
62 …public static UseArnRegionProviderChain create(Supplier<ProfileFile> profileFile, String profileNa… in create() method in UseArnRegionProviderChain
H A DDisableMultiRegionProviderChain.java53 public static DisableMultiRegionProviderChain create() { in create() method in DisableMultiRegionProviderChain
58 …public static DisableMultiRegionProviderChain create(ProfileFile profileFile, String profileName) { in create() method in DisableMultiRegionProviderChain
64 …public static DisableMultiRegionProviderChain create(Supplier<ProfileFile> profileFile, String pro… in create() method in DisableMultiRegionProviderChain
H A DProfileDisableMultiRegionProvider.java43 public static ProfileDisableMultiRegionProvider create() { in create() method in ProfileDisableMultiRegionProvider
48 …public static ProfileDisableMultiRegionProvider create(ProfileFile profileFile, String profileName… in create() method in ProfileDisableMultiRegionProvider
52 …public static ProfileDisableMultiRegionProvider create(Supplier<ProfileFile> profileFile, String p… in create() method in ProfileDisableMultiRegionProvider
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DBiMapGenerators.java38 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapGenerator
49 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfGenerator
60 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DRandomAccessFileMode.java68 public RandomAccessFile create(final File file) throws FileNotFoundException { in create() method in RandomAccessFileMode
80 public RandomAccessFile create(final Path file) throws FileNotFoundException { in create() method in RandomAccessFileMode
92 public RandomAccessFile create(final String file) throws FileNotFoundException { in create() method in RandomAccessFileMode
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
H A DBiMapGenerators.java38 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapGenerator
49 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfGenerator
60 protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() method in BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator

12345678910>>...457