Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp40 Relocation* Relocation::Create() in Create() function in Relocation
49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend) in Create() function in Relocation
DFragmentRef.cpp52 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) in Create() function in FragmentRef
79 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) in Create() function in FragmentRef
/frameworks/compile/slang/
Dslang_rs_export_type.cpp758 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType
849 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { in Create() function in slang::RSExportType
1064 *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1077 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1172 *RSExportPointerType::Create(RSContext *Context, in Create() function in slang::RSExportPointerType
1241 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create() function in slang::RSExportVectorType
1272 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create() function in slang::RSExportMatrixType
1357 *RSExportConstantArrayType::Create(RSContext *Context, in Create() function in slang::RSExportConstantArrayType
1398 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
Dslang_rs_export_foreach.cpp337 RSExportForEach *RSExportForEach::Create(RSContext *Context, in Create() function in slang::RSExportForEach
/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp33 SectionData* SectionData::Create(LDSection& pSection) in Create() function in SectionData
DRelocData.cpp31 RelocData* RelocData::Create(LDSection& pSection) in Create() function in RelocData
DLDSymbol.cpp53 LDSymbol* LDSymbol::Create(ResolveInfo& pResolveInfo) in Create() function in LDSymbol
DELFSegment.cpp89 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) in Create() function in ELFSegment
DLDSection.cpp68 LDSection* LDSection::Create(const std::string& pName, in Create() function in LDSection
DResolveInfo.cpp271 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) in Create() function in ResolveInfo
DEhFrame.cpp109 EhFrame* EhFrame::Create(LDSection& pSection) in Create() function in EhFrame
/frameworks/av/media/libstagefright/
DMediaExtractor.cpp53 sp<MediaExtractor> MediaExtractor::Create( in Create() function in android::MediaExtractor
DDataURISource.cpp26 sp<DataURISource> DataURISource::Create(const char *uri) { in Create() function in android::DataURISource
DMediaCodecSource.cpp257 sp<MediaCodecSource> MediaCodecSource::Create( in Create() function in android::MediaCodecSource
DNuCachedSource2.cpp238 sp<NuCachedSource2> NuCachedSource2::Create( in Create() function in android::NuCachedSource2
DCameraSource.cpp136 CameraSource *CameraSource::Create(const String16 &clientName) { in Create() function in android::CameraSource
DOMXCodec.cpp288 sp<MediaSource> OMXCodec::Create( in Create() function in android::OMXCodec
/frameworks/webview/chromium/plat_support/
Dgraphic_buffer_impl.cpp37 long GraphicBufferImpl::Create(int w, int h) { in Create() function in android::GraphicBufferImpl
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h45 Create = 0x08, enumerator
/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp38 RSExecutable *RSExecutable::Create(RSInfo &pInfo, in Create() function in RSExecutable
/frameworks/native/include/media/openmax/
DOMX_ContentPipe.h161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member