Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/libs/androidfw/
DAssetsProvider.cpp118 std::unique_ptr<ZipAssetsProvider> ZipAssetsProvider::Create(std::string path, in Create() function in android::ZipAssetsProvider
145 std::unique_ptr<ZipAssetsProvider> ZipAssetsProvider::Create(base::unique_fd fd, in Create() function in android::ZipAssetsProvider
319 std::unique_ptr<DirectoryAssetsProvider> DirectoryAssetsProvider::Create(std::string path) { in Create() function in android::DirectoryAssetsProvider
382 std::unique_ptr<AssetsProvider> MultiAssetsProvider::Create( in Create() function in android::MultiAssetsProvider
419 std::unique_ptr<AssetsProvider> EmptyAssetsProvider::Create() { in Create() function in android::EmptyAssetsProvider
423 std::unique_ptr<AssetsProvider> EmptyAssetsProvider::Create(std::string path) { in Create() function in android::EmptyAssetsProvider
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
DRequest.kt58 data class Create( dataClass
/frameworks/libs/binary_translation/runtime_primitives/
Dexec_region_elf_backed_for_static_tests.cc25 ExecRegion ExecRegionElfBackedFactory::Create(size_t size) { in Create() function in berberis::ExecRegionElfBackedFactory
Dexec_region_anonymous.cc26 ExecRegion ExecRegionAnonymousFactory::Create(size_t size) { in Create() function in berberis::ExecRegionAnonymousFactory
Dexec_region_elf_backed.cc41 ExecRegion ExecRegionElfBackedFactory::Create(size_t size) { in Create() function in berberis::ExecRegionElfBackedFactory
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { in Create() function in mcld::FragmentRef
76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { in Create() function in mcld::FragmentRef
DRelocation.cpp39 Relocation* Relocation::Create() { in Create() function in mcld::Relocation
47 Relocation* Relocation::Create(Type pType, in Create() function in mcld::Relocation
/frameworks/av/media/module/foundation/
DMediaBufferBase.cpp26 MediaBufferBase *MediaBufferBase::Create(size_t size) { in Create() function in android::MediaBufferBase
/frameworks/compile/slang/
Dslang_rs_export_type.cpp835 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType
927 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T, in Create() function in slang::RSExportType
1144 *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1157 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1258 *RSExportPointerType::Create(RSContext *Context, in Create() function in slang::RSExportPointerType
1329 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create() function in slang::RSExportVectorType
1361 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create() function in slang::RSExportMatrixType
1447 *RSExportConstantArrayType::Create(RSContext *Context, in Create() function in slang::RSExportConstantArrayType
1490 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, in Create() function in slang::RSExportRecordType
Dslang_rs_export_func.cpp50 RSExportFunc *RSExportFunc::Create(RSContext *Context, in Create() function in slang::RSExportFunc
Dslang_rs_export_element.cpp71 RSExportType *RSExportElement::Create(RSContext *Context, in Create() function in slang::RSExportElement
/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp31 SectionData* SectionData::Create(LDSection& pSection) { in Create() function in mcld::SectionData
DRelocData.cpp30 RelocData* RelocData::Create(LDSection& pSection) { in Create() function in mcld::RelocData
DLDSymbol.cpp50 LDSymbol* LDSymbol::Create(ResolveInfo& pResolveInfo) { in Create() function in mcld::LDSymbol
DELFSegment.cpp84 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) { in Create() function in mcld::ELFSegment
DLDSection.cpp66 LDSection* LDSection::Create(const std::string& pName, in Create() function in mcld::LDSection
DDebugString.cpp90 DebugString* DebugString::Create(LDSection& pSection) { in Create() function in mcld::DebugString
/frameworks/av/media/codec2/hal/plugin/internal/
DFilterWrapper.h62 static std::shared_ptr<FilterWrapper> Create(std::unique_ptr<Plugin> &&plugin) { in Create() function
/frameworks/base/cmds/idmap2/idmap2/
DCreate.cpp50 Result<Unit> Create(const std::vector<std::string>& args) { in Create() function
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp43 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create() function in SimpleDecodingSource
49 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create() function in SimpleDecodingSource
DDataConverter.cpp126 AudioConverter* AudioConverter::Create(AudioEncoding source, AudioEncoding target) { in Create() function in android::AudioConverter
/frameworks/native/libs/gui/tests/
DTestServer_test.cpp67 TEST_F(TestServerTest, Create) { in TEST_F() argument
/frameworks/av/media/libdatasource/
DDataURISource.cpp25 sp<DataURISource> DataURISource::Create(const char *uri) { in Create() function in android::DataURISource
/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp86 TEST_F(Idmap2BinaryTests, Create) { in TEST_F() argument
/frameworks/base/native/webview/plat_support/
Dgraphic_buffer_impl.cpp37 long GraphicBufferImpl::Create(int w, int h) { in Create() function in android::GraphicBufferImpl

123