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

/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp31 SectionData* SectionData::Create(LDSection& pSection) { function in class:mcld::SectionData
H A DRelocData.cpp30 RelocData* RelocData::Create(LDSection& pSection) { function in class:mcld::RelocData
H A DDebugString.cpp90 DebugString* DebugString::Create(LDSection& pSection) { function in class:mcld::DebugString
H A DELFSegment.cpp84 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) { function in class:mcld::ELFSegment
H A DLDSection.cpp66 LDSection* LDSection::Create(const std::string& pName, function in class:mcld::LDSection
H A DLDSymbol.cpp50 LDSymbol* LDSymbol::Create(ResolveInfo& pResolveInfo) { function in class:mcld::LDSymbol
71 g_NullSymbol->setFragmentRef(FragmentRef::Create(*g_NullSymbolFragment, 0));
H A DResolveInfo.cpp236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) { function in class:mcld::ResolveInfo
H A DEhFrame.cpp97 m_pSectionData = SectionData::Create(pSection);
103 EhFrame* EhFrame::Create(LDSection& pSection) { function in class:mcld::EhFrame
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp26 sp<DataURISource> DataURISource::Create(const char *uri) { function in class:android::DataURISource
H A DMediaExtractor.cpp54 sp<MediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
H A DMediaCodecSource.cpp262 sp<MediaCodecSource> MediaCodecSource::Create( function in class:android::MediaCodecSource
H A DCameraSource.cpp136 CameraSource *CameraSource::Create(const String16 &clientName) { function in class:android::CameraSource
308 * actually know the specific values (see Create() method).
H A DNuCachedSource2.cpp238 sp<NuCachedSource2> NuCachedSource2::Create( function in class:android::NuCachedSource2
H A DOMXCodec.cpp292 sp<MediaSource> OMXCodec::Create( function in class:android::OMXCodec
/frameworks/base/core/jni/android/graphics/
H A DAvoidXfermode.h42 static AvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { function in class:AvoidXfermode
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp43 /// Create - create a fragment reference for a given fragment.
50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { function in class:mcld::FragmentRef
76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { function in class:mcld::FragmentRef
95 return Create(data->front(), pOffset);
H A DRelocation.cpp38 /// Create - produce an empty relocation entry
39 Relocation* Relocation::Create() { function in class:mcld::Relocation
43 /// Create - produce a relocation entry
47 Relocation* Relocation::Create(Type pType, function in class:mcld::Relocation
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create(
71 RSExportType *RSExportElement::Create(RSContext *Context, function in class:slang::RSExportElement
74 // Create RSExportType corresponded to the @T first and then verify
93 RSExportPrimitiveType::Create(Context,
106 RSExportVectorType::Create(Context,
121 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
140 return RSExportType::Create(Context, T);
160 return RSExportType::Create(Context, T);
162 return RSExportElement::Create(Context, T, EI);
H A Dslang_rs_export_func.cpp50 RSExportFunc *RSExportFunc::Create(RSContext *Context, function in class:slang::RSExportFunc
72 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
89 clang::FieldDecl::Create(Ctx,
108 RSExportType::Create(Context, T.getTypePtr());
H A Dslang_rs_export_foreach.cpp468 RSExportForEach *RSExportForEach::Create(RSContext *Context, function in class:slang::RSExportForEach
501 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
508 clang::FieldDecl::Create(Ctx,
521 // Create an export type iff we have a valid usrData type
525 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
540 RSExportType *InExportType = RSExportType::Create(Context, T);
552 FE->mOutType = RSExportType::Create(Context, T);
556 FE->mOutType = RSExportType::Create(Context, T);
H A Dslang_rs_export_type.cpp793 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
813 ET = RSExportRecordType::Create(Context,
820 ET = RSExportMatrixType::Create(Context,
828 ET = RSExportMatrixType::Create(Context,
836 ET = RSExportMatrixType::Create(Context,
844 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
851 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
855 ET = RSExportPointerType::Create(Context,
863 ET = RSExportVectorType::Create(Context,
869 ET = RSExportConstantArrayType::Create(
884 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { function in class:slang::RSExportType
1099 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1112 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1211 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1280 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1311 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1396 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1437 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp37 long GraphicBufferImpl::Create(int w, int h) { function in class:android::GraphicBufferImpl
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h42 Create = 0x08, enumerator in enum:mcld::FileHandle::OpenModeEnum
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp97 static std::unique_ptr<Driver> Create(llvm::ArrayRef<const char*> argv);
1000 std::unique_ptr<Driver> Driver::Create(llvm::ArrayRef<const char*> argv) { function in class:__anon1182::Driver
1057 Driver::Create(llvm::makeArrayRef(argv, argc));
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h160 /** Create a content source and open it for writing. */
161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE

Completed in 3231 milliseconds