Searched refs:Create (Results 76 - 100 of 133) sorted by relevance

123456

/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp42 (*result) = ResolveInfo::Create(pName);
H A DEhFrame.cpp97 m_pSectionData = SectionData::Create(pSection);
103 EhFrame* EhFrame::Create(LDSection& pSection) { function in class:mcld::EhFrame
H A DResolveInfo.cpp236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) { function in class:mcld::ResolveInfo
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.h133 static RSExportReduce *Create(RSContext *Context,
/frameworks/rs/api/
H A Drs_quaternion.spec130 summary: Create a quaternion
165 summary: Create a rotation quaternion
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp162 source = SimpleDecodingSource::Create(source);
H A Dandroid_AudioSfDecoder.cpp232 sp<IMediaExtractor> extractor = MediaExtractor::Create(dataSource);
302 source = SimpleDecodingSource::Create(source);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp57 // Create op, and wrap with basic state.
88 auto dashEffect = SkDashPathEffect::Create(intervals, 2, 0);
169 shadowPaint.setLooper(SkBlurDrawLooper::Create(SK_ColorWHITE, sigma, 3, 3))->unref();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp633 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
639 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
660 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
666 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
703 FragmentRef::Create(*(m_pGOT->begin()), 0x0),
713 FragmentRef::Create(*(m_pGOT->begin()), 0x0),
728 FragmentRef::Create(*(m_pPLT->begin()), 0x0),
738 FragmentRef::Create(*(m_pPLT->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...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp230 // Create the RsLaunchDimensionsTy and RsExpandKernelDriverInfoPfxTy structs.
302 // Create the function type for expanded kernels.
311 /// @brief Create skeleton of the expanded foreach kernel.
320 llvm::Function::Create(ExpandedForEachType,
329 llvm::BasicBlock *Begin = llvm::BasicBlock::Create(*Context, "Begin",
336 // Create skeleton of a general reduce kernel's expanded accumulator.
352 llvm::Function::Create(ExpandedReduceAccumulatorType,
377 llvm::BasicBlock *Begin = llvm::BasicBlock::Create(*Context, "Begin",
385 /// @brief Create an empty loop
387 /// Create
[all...]
H A DRSInvokeHelperPass.cpp157 llvm::CallInst::Create(SetObj, SetObjParams, "", Call);
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp99 mImpl = MediaExtractor::Create(dataSource);
153 mImpl = MediaExtractor::Create(fileSource);
179 mImpl = MediaExtractor::Create(source);
H A DMediaExtractor.cpp143 sp<IMediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
145 ALOGV("MediaExtractor::Create %s", mime);
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp419 VkResult Create(const VkInstanceCreateInfo* create_info,
423 VkResult Create(VkPhysicalDevice physical_dev,
765 VkResult LayerChain::Create(const VkInstanceCreateInfo* create_info, function in class:vulkan::api::__anon1603::LayerChain
837 VkResult LayerChain::Create(VkPhysicalDevice physical_dev, function in class:vulkan::api::__anon1603::LayerChain
1069 return chain.Create(create_info, allocator, instance_out);
1095 return chain.Create(physical_dev, create_info, allocator, dev_out);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp307 MediaCodecSource::Create(
/frameworks/av/include/media/stagefright/
H A DCameraSource.h50 static CameraSource *Create(const String16 &clientName);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp48 SkBitmapRegionDecoder::Create(stream, SkBitmapRegionDecoder::kAndroidCodec_Strategy));
H A DMovie.cpp107 std::unique_ptr<SkStreamRewindable> bufferedStream(SkFrontBufferedStream::Create(strm, 6));
H A DBitmapFactory.cpp277 // Create the codec.
551 SkFrontBufferedStream::Create(stream.release(), SkCodec::MinBufferedBytesNeeded()));
601 std::unique_ptr<SkStreamRewindable> stream(SkFrontBufferedStream::Create(fileStream.release(),
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h169 static EhFrame* Create(LDSection& pSection);
H A DResolveInfo.h79 static ResolveInfo* Create(const key_type& pKey);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp258 FileHandle::ReadWrite | FileHandle::Truncate | FileHandle::Create);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp243 FragmentRef::Create(*frag, 0x0),
261 FragmentRef::Create(*frag, 0x0),
764 // Create a GOT entry for the TLS module index
787 Relocation::Create(X86_32Relocator::R_386_TLS_OPT,
788 *FragmentRef::Create(*pReloc.targetRef().frag(),
800 reloc = Relocation::Create(
802 *FragmentRef::Create(*pReloc.targetRef().frag(),
H A DX86LDBackend.cpp143 FragmentRef::Create(pFrag, 0x0),
153 FragmentRef::Create(pFrag, 0x0),

Completed in 692 milliseconds

123456