Searched defs:Create (Results 101 - 125 of 527) sorted by relevance

1234567891011>>

/external/libchrome/crypto/
H A Drsa_private_key.cc23 std::unique_ptr<RSAPrivateKey> RSAPrivateKey::Create(uint16_t num_bits) { function in class:crypto::RSAPrivateKey
/external/libmojo/mojo/edk/js/
H A Dwaiting_callback.cc27 gin::Handle<WaitingCallback> WaitingCallback::Create( function in class:mojo::edk::js::WaitingCallback
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp20 bool CInBuffer::Create(size_t bufSize) throw() function in class:CInBuffer
/external/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.h54 INT_PTR Create(HWND parent = 0) function in class:COverwriteDialog
62 return CModalDialog::Create(SIZED_DIALOG(IDD_OVERWRITE), parent);
/external/lzma/CPP/Windows/Control/
H A DStatusBar.h14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id) function in class:NWindows::NControl::CStatusBar
24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id) function in class:NWindows::NControl::CStatusBar
/external/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) function in class:NWindows::CFileMapping
28 WRes res = Create(PAGE_READONLY, 0, name);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node_statics.cpp909 std::unique_ptr<CXFA_Node> CXFA_Node::Create(CXFA_Document* doc, function in class:CXFA_Node
/external/skia/example/
H A DHelloWorld.cpp17 Application* Application::Create(int argc, char** argv, void* platformData) { function in class:Application
/external/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp19 GrVkIndexBuffer* GrVkIndexBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { function in class:GrVkIndexBuffer
25 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
H A DGrVkSampler.cpp26 GrVkSampler* GrVkSampler::Create(const GrVkGpu* gpu, const GrSamplerState& samplerState, function in class:GrVkSampler
H A DGrVkTexelBuffer.cpp20 GrVkTexelBuffer* GrVkTexelBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { function in class:GrVkTexelBuffer
26 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
H A DGrVkUniformBuffer.cpp13 GrVkUniformBuffer* GrVkUniformBuffer::Create(GrVkGpu* gpu, size_t size) { function in class:GrVkUniformBuffer
H A DGrVkVertexBuffer.cpp19 GrVkVertexBuffer* GrVkVertexBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { function in class:GrVkVertexBuffer
25 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
/external/skia/tools/viewer/
H A DBisectSlide.cpp16 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { function in class:BisectSlide
/external/skqp/example/
H A DHelloWorld.cpp17 Application* Application::Create(int argc, char** argv, void* platformData) { function in class:Application
/external/skqp/src/gpu/vk/
H A DGrVkIndexBuffer.cpp19 GrVkIndexBuffer* GrVkIndexBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { function in class:GrVkIndexBuffer
25 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
H A DGrVkSampler.cpp26 GrVkSampler* GrVkSampler::Create(const GrVkGpu* gpu, const GrSamplerState& samplerState, function in class:GrVkSampler
H A DGrVkTexelBuffer.cpp20 GrVkTexelBuffer* GrVkTexelBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { function in class:GrVkTexelBuffer
26 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
H A DGrVkUniformBuffer.cpp13 GrVkUniformBuffer* GrVkUniformBuffer::Create(GrVkGpu* gpu, size_t size) { function in class:GrVkUniformBuffer
H A DGrVkVertexBuffer.cpp19 GrVkVertexBuffer* GrVkVertexBuffer::Create(GrVkGpu* gpu, size_t size, bool dynamic) { function in class:GrVkVertexBuffer
25 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
/external/tensorflow/tensorflow/contrib/mpi/
H A Dmpi_server_lib.cc72 Status MPIServer::Create(const ServerDef& server_def, Env* env, function in class:tensorflow::MPIServer
91 return MPIServer::Create(server_def, Env::Default(), out_server);
/external/webrtc/talk/app/webrtc/
H A Dproxy_unittest.cc73 static rtc::scoped_refptr<Fake> Create() { function in class:webrtc::Fake
102 fake_ = Fake::Create();
103 fake_proxy_ = FakeProxy::Create(signaling_thread_.get(), fake_.get());
H A Dvideotrack.cc66 rtc::scoped_refptr<VideoTrack> VideoTrack::Create( function in class:webrtc::VideoTrack
/external/webrtc/talk/media/base/
H A Dcapturerenderadapter.cc54 CaptureRenderAdapter* CaptureRenderAdapter::Create( function in class:cricket::CaptureRenderAdapter
/external/webrtc/webrtc/base/
H A Dsslfingerprint.cc22 SSLFingerprint* SSLFingerprint::Create( function in class:rtc::SSLFingerprint
28 return Create(algorithm, &(identity->certificate()));
31 SSLFingerprint* SSLFingerprint::Create( function in class:rtc::SSLFingerprint

Completed in 1023 milliseconds

1234567891011>>