Searched defs:Create (Results 26 - 50 of 527) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/sound/
H A Dpulseaudiosoundsystem.h36 static SoundSystemInterface *Create() { function in class:rtc::PulseAudioSoundSystem
H A Dalsasoundsystem.h31 static SoundSystemInterface *Create() { function in class:rtc::AlsaSoundSystem
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeAdaptor.cs52 public override object Create( IToken payload ) method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { function in class:DeclGroup
/external/compiler-rt/test/tsan/
H A Dmutex_annotations.cc10 void Create(bool linker_initialized = false) { function in class:Mutex
37 m.Create(true);
/external/libchrome/base/memory/
H A Dshared_memory_android.cc20 bool SharedMemory::Create(const SharedMemoryCreateOptions& options) { function in class:base::SharedMemory
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); } function in class:CComboDialog
/external/pdfium/fxjs/
H A Dcfxjse_runtimedata.cpp19 std::unique_ptr<CFXJSE_RuntimeData> CFXJSE_RuntimeData::Create( function in class:CFXJSE_RuntimeData
48 pData->m_pFXJSERuntimeData = CFXJSE_RuntimeData::Create(pIsolate);
H A Dcjs_runtimestub.cpp58 IJS_Runtime* IJS_Runtime::Create(CPDFSDK_FormFillEnvironment* pFormFillEnv) { function in class:IJS_Runtime
/external/sfntly/cpp/src/test/
H A Dplatform_thread.cc31 bool PlatformThread::Create(Delegate* delegate, function in class:sfntly::PlatformThread
65 bool PlatformThread::Create(Delegate* delegate,
/external/tensorflow/tensorflow/core/public/
H A Dsession.h48 /// // ... Create or load graph into "graph".
56 /// // Create the session with this graph.
57 /// tensorflow::Status s = session->Create(graph);
88 /// \brief Create the graph to be used for the session.
93 virtual Status Create(const GraphDef& graph) = 0;
115 /// match a "Tensor endpoint" in the `GraphDef` passed to `Create()`.
129 virtual Status Create(const RunOptions& run_options, const GraphDef& graph) { function in class:tensorflow::Session
131 "Create(const RunOptions& run_options, const GraphDef& graph) is not "
200 /// \brief Create a new session with the given options.
236 /// \brief Create
[all...]
/external/webrtc/talk/app/webrtc/
H A Dlocalaudiosource.cc88 rtc::scoped_refptr<LocalAudioSource> LocalAudioSource::Create( function in class:webrtc::LocalAudioSource
/external/webrtc/webrtc/base/
H A Dwindowpickerfactory.h32 virtual WindowPicker* Create() { function in class:rtc::WindowPickerFactory
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dcompound_packet.cc16 bool CompoundPacket::Create(uint8_t* packet, function in class:webrtc::rtcp::CompoundPacket
H A Dpli.cc53 bool Pli::Create(uint8_t* packet, function in class:webrtc::rtcp::Pli
H A Dreport_block.cc66 void ReportBlock::Create(uint8_t* buffer) const { function in class:webrtc::rtcp::ReportBlock
H A Drrtr.cc39 void Rrtr::Create(uint8_t* buffer) const { function in class:webrtc::rtcp::Rrtr
H A Dvoip_metric.cc75 void VoipMetric::Create(uint8_t* buffer) const { function in class:webrtc::rtcp::VoipMetric
/external/webrtc/webrtc/test/
H A Dvideo_renderer.cc25 VideoRenderer* VideoRenderer::Create(const char* window_title, function in class:webrtc::test::VideoRenderer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeFactory.cs39 TTree Create( TToken payload ); method in interface:Antlr.Runtime.Tree.TToken
/external/autotest/client/cros/cellular/pseudomodem/
H A Dmessaging.py56 def Create(self, properties): member in class:Messaging
/external/deqp/external/openglcts/modules/common/
H A DglcTestSubcase.hpp94 static SubcaseBase::SubcaseBasePtr Create() function in class:deqp::TestSubcase
/external/libbrillo/brillo/streams/
H A Dmemory_stream.h39 // - Create - creates a new internal memory buffer that can be written to
92 static StreamPtr Create(size_t reserve_size, ErrorPtr* error);
94 inline static StreamPtr Create(ErrorPtr* error) { return Create(0, error); } function in class:brillo::MemoryStream
/external/libmojo/base/
H A Dunguessable_token.cc21 UnguessableToken UnguessableToken::Create() { function in class:base::UnguessableToken
32 // was never initialized via Create(). Treat this case as a security issue.
/external/libmojo/mojo/public/cpp/system/
H A Dbuffer.cc10 ScopedSharedBufferHandle SharedBufferHandle::Create(uint64_t num_bytes) { function in class:mojo::SharedBufferHandle

Completed in 1432 milliseconds

1234567891011>>