Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp39 Relocation* Relocation::Create() { in Create() function in mcld::Relocation
47 Relocation* Relocation::Create(Type pType, in Create() function in mcld::Relocation
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
/frameworks/compile/slang/
Dslang_rs_export_type.cpp793 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType
884 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { in Create() function in slang::RSExportType
1099 *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1112 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1211 *RSExportPointerType::Create(RSContext *Context, in Create() function in slang::RSExportPointerType
1280 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create() function in slang::RSExportVectorType
1311 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create() function in slang::RSExportMatrixType
1396 *RSExportConstantArrayType::Create(RSContext *Context, in Create() function in slang::RSExportConstantArrayType
1437 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.cpp468 RSExportForEach *RSExportForEach::Create(RSContext *Context, in Create() function in slang::RSExportForEach
/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
DResolveInfo.cpp236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) { in Create() function in mcld::ResolveInfo
DEhFrame.cpp103 EhFrame* EhFrame::Create(LDSection& pSection) { in Create() function in mcld::EhFrame
/frameworks/base/core/jni/android/graphics/
DAvoidXfermode.h42 static AvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { in Create() function
/frameworks/av/media/libstagefright/
DMediaExtractor.cpp54 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.cpp262 sp<MediaCodecSource> MediaCodecSource::Create( in Create() function in android::MediaCodecSource
DCameraSource.cpp136 CameraSource *CameraSource::Create(const String16 &clientName) { in Create() function in android::CameraSource
DOMXCodec.cpp292 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.h42 Create = 0x08, enumerator
/frameworks/native/include/media/openmax/
DOMX_ContentPipe.h161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp1000 std::unique_ptr<Driver> Driver::Create(llvm::ArrayRef<const char*> argv) { in Create() function in __anon976c69700111::Driver