Searched refs:Create (Results 51 - 75 of 122) sorted by relevance

12345

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp79 m_Segments.push_back(ELFSegment::Create(pType, pFlag));
H A DLDSection.cpp66 LDSection* LDSection::Create(const std::string& pName, function in class:mcld::LDSection
H A DELFReaderIf.cpp119 return FragmentRef::Create(*sect_hdr, pOffset);
H A DNamePool.cpp42 (*result) = ResolveInfo::Create(pName);
/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp37 long GraphicBufferImpl::Create(int w, int h) { function in class:android::GraphicBufferImpl
H A Dgraphics_utils.cpp99 function_table.create_graphic_buffer = &GraphicBufferImpl::Create;
/frameworks/compile/slang/
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_foreach.h96 static RSExportForEach *Create(RSContext *Context,
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h41 static sp<MediaCodecSource> Create(
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp54 sp<MediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
H A DNuMediaExtractor.cpp96 mImpl = MediaExtractor::Create(dataSource);
145 mImpl = MediaExtractor::Create(fileSource);
170 mImpl = MediaExtractor::Create(source);
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h101 static ELFSegment* Create(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
H A DLDSection.h47 static LDSection* Create(const std::string& pName,
/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
/frameworks/rs/api/
H A Drs_convert.spec82 summary: Create a uchar4 RGBA from floats
128 summary: Create a float4 RGBA from uchar4
H A Drs_quaternion.spec124 summary: Create a quaternion
157 summary: Create a rotation quaternion
/frameworks/base/cmds/app_process/
H A DAndroid.mk37 # Create a symlink from app_process to app_process32 or 64
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp47 output_sect = LDSection::Create(pName, pKind, pType, pFlag);
70 target = LDSection::Create(output_name,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp518 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
524 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
545 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
551 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
580 FragmentRef::Create(*(m_pGOT->begin()), 0x0),
590 FragmentRef::Create(*(m_pGOT->begin()), 0x0),
605 FragmentRef::Create(*(m_pPLT->begin()), 0x0),
615 FragmentRef::Create(*(m_pPLT->begin()), 0x0),
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScriptGroupFusion.cpp204 llvm::BasicBlock* block = llvm::BasicBlock::Create(ctxt, "entry", fusedKernel);
339 llvm::Function::Create(batchFuncTy,
343 llvm::BasicBlock* block = llvm::BasicBlock::Create(Context.getLLVMContext(),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp205 // The unwind destination doesn't have a single predecessor. Create an
207 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
209 BranchInst::Create(UnwindDest, NewBB);
883 // Create and return a placeholder, which will later be RAUW'd.
901 // Create and return a placeholder, which will later be RAUW'd.
1017 // Create and return a placeholder, which will later be RAUW'd.
2523 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2864 // Create all the basic blocks for the function.
2867 FunctionBBs[i] = BasicBlock::Create(Context, "", F);
2922 I = BinaryOperator::Create((Instructio
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp184 sp<MediaSource> decoder = OMXCodec::Create(
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp166 source = OMXCodec::Create(
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp165 FragmentRef::Create(*(m_pGOTPLT->begin()), 0x0),
175 FragmentRef::Create(*(m_pGOTPLT->begin()), 0x0),
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp607 // Create and return a placeholder, which will later be RAUW'd.
625 // Create and return a placeholder, which will later be RAUW'd.
741 // Create and return a placeholder, which will later be RAUW'd.
2255 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2600 // Create all the basic blocks for the function.
2603 FunctionBBs[i] = BasicBlock::Create(Context, "", F);
2660 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2692 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2731 I = GetElementPtrInst::Create(Ty, BasePtr, GEPIdx);
2755 I = ExtractValueInst::Create(Ag
[all...]

Completed in 677 milliseconds

12345