Searched defs:Create (Results 151 - 175 of 527) sorted by relevance

1234567891011>>

/external/libmojo/mojo/edk/system/
H A Dmessage_for_transit.cc26 MojoResult MessageForTransit::Create( function in class:mojo::edk::MessageForTransit
H A Dplatform_handle_dispatcher.cc14 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Create( function in class:mojo::edk::PlatformHandleDispatcher
91 return PlatformHandleDispatcher::Create(ScopedPlatformHandle(handle));
/external/libmojo/mojo/public/cpp/bindings/
H A Dstrong_binding.h38 // To use, call StrongBinding<T>::Create() (see below) or the helper
47 // Create a new StrongBinding instance. The instance owns itself, cleaning up
50 static StrongBindingPtr<Interface> Create( function in class:mojo::StrongBinding
120 return StrongBinding<Interface>::Create(std::move(impl), std::move(request));
/external/libtextclassifier/
H A Dcached-features.cc59 std::unique_ptr<CachedFeatures> CachedFeatures::Create( function in class:libtextclassifier2::CachedFeatures
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.h94 INT_PTR Create(HWND aWndParent = 0) function in class:CExtractDialog
101 return CModalDialog::Create(SIZED_DIALOG(IDD_EXTRACT), aWndParent);
/external/lzma/CPP/Common/
H A DC_FileIO.cpp71 bool COutFile::Create(const char *name, bool createAlways) function in class:NC::NFile::NIO::COutFile
84 return Create(name, false);
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs19 void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method in interface:SevenZip.Compression.LZ.IMatchFinder
H A DLzOutWindow.cs15 public void Create(uint windowSize) method in class:SevenZip.Compression.LZ.OutWindow
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java15 public void Create(int windowSize) method in class:OutWindow
/external/pdfium/core/fxcodec/gif/
H A Dcfx_lzwdecompressor.cpp18 std::unique_ptr<CFX_LZWDecompressor> CFX_LZWDecompressor::Create( function in class:CFX_LZWDecompressor
/external/pdfium/core/fxcrt/
H A Dcfx_fileaccess_windows.cpp35 std::unique_ptr<IFX_FileAccess> IFX_FileAccess::Create() { function in class:IFX_FileAccess
H A Dstring_data_template.h19 static StringDataTemplate* Create(size_t nLen) { function in class:fxcrt::StringDataTemplate
44 static StringDataTemplate* Create(const StringDataTemplate& other) { function in class:fxcrt::StringDataTemplate
45 StringDataTemplate* result = Create(other.m_nDataLength);
50 static StringDataTemplate* Create(const CharType* pStr, size_t nLen) { function in class:fxcrt::StringDataTemplate
51 StringDataTemplate* result = Create(nLen);
/external/perfetto/include/perfetto/ipc/
H A Dasync_result.h35 static AsyncResult Create() { function in class:perfetto::ipc::AsyncResult
/external/skia/src/core/
H A DSkDeviceProfile.cpp40 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, function in class:SkDeviceProfile
55 gDefaultProfile = SkDeviceProfile::Create(DEFAULT_GAMMAEXP,
H A DSkImageFilterCache.cpp134 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { function in class:SkImageFilterCache
142 once([]{ cache = SkImageFilterCache::Create(kDefaultCacheSize); });
/external/skia/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp22 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider, function in class:GrStencilAndCoverPathRenderer
/external/skia/src/gpu/vk/
H A DGrVkCopyPipeline.cpp29 GrVkCopyPipeline* GrVkCopyPipeline::Create(GrVkGpu* gpu, function in class:GrVkCopyPipeline
H A DGrVkStencilAttachment.cpp29 GrVkStencilAttachment* GrVkStencilAttachment::Create(GrVkGpu* gpu, function in class:GrVkStencilAttachment
51 const GrVkImageView* imageView = GrVkImageView::Create(gpu, info.fImage,
/external/skia/src/ports/
H A DSkTypeface_win_dw.h80 static DWriteFontTypeface* Create(IDWriteFactory* factory, function in class:DWriteFontTypeface
/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp112 static VkTestContext* Create(VkTestContext* sharedContext) { function in class:__anon21046::VkTestContextImpl
122 backendContext.reset(GrVkBackendContext::Create(instProc, devProc));
166 return VkTestContextImpl::Create(sharedContext);
/external/skqp/src/core/
H A DSkDeviceProfile.cpp40 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, function in class:SkDeviceProfile
55 gDefaultProfile = SkDeviceProfile::Create(DEFAULT_GAMMAEXP,
H A DSkImageFilterCache.cpp134 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { function in class:SkImageFilterCache
142 once([]{ cache = SkImageFilterCache::Create(kDefaultCacheSize); });
/external/skqp/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp22 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider, function in class:GrStencilAndCoverPathRenderer
/external/skqp/src/gpu/vk/
H A DGrVkCopyPipeline.cpp29 GrVkCopyPipeline* GrVkCopyPipeline::Create(GrVkGpu* gpu, function in class:GrVkCopyPipeline
H A DGrVkStencilAttachment.cpp29 GrVkStencilAttachment* GrVkStencilAttachment::Create(GrVkGpu* gpu, function in class:GrVkStencilAttachment
51 const GrVkImageView* imageView = GrVkImageView::Create(gpu, info.fImage,

Completed in 502 milliseconds

1234567891011>>