Searched defs:Create (Results 201 - 225 of 527) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/p2p/base/
H A Drelayport.h38 static RelayPort* Create(rtc::Thread* thread, function in class:cricket::RelayPort
/external/webrtc/webrtc/sound/
H A Dautomaticallychosensoundsystem_unittest.cc26 static SoundSystemInterface *Create() { function in class:rtc::NeverFailsToFailSoundSystem
39 static SoundSystemInterface *Create() { function in class:rtc::InitCheckingSoundSystem1
56 static SoundSystemInterface *Create() { function in class:rtc::InitCheckingSoundSystem2
71 static SoundSystemInterface *Create() { function in class:rtc::DeletionCheckingSoundSystem1
86 static SoundSystemInterface *Create() { function in class:rtc::DeletionCheckingSoundSystem2
101 static SoundSystemInterface *Create() { function in class:rtc::DeletionCheckingSoundSystem3
111 &NeverFailsToFailSoundSystem::Create,
122 &NullSoundSystem::Create,
134 &NeverFailsToFailSoundSystem::Create,
135 &NullSoundSystem::Create,
[all...]
/external/webrtc/webrtc/system_wrappers/source/
H A Dcondition_variable_native_win.cc37 ConditionVariableWrapper* ConditionVariableNativeWin::Create() { function in class:webrtc::ConditionVariableNativeWin
H A Dcondition_variable_posix.cc24 ConditionVariableWrapper* ConditionVariablePosix::Create() { function in class:webrtc::ConditionVariablePosix
H A Devent_timer_posix.cc26 EventTimerWrapper* EventTimerWrapper::Create() { function in class:webrtc::EventTimerWrapper
H A Drw_lock_win.cc39 RWLockWin* RWLockWin::Create() { function in class:webrtc::RWLockWin
/external/webrtc/webrtc/test/
H A Dframe_generator_capturer.cc24 FrameGeneratorCapturer* FrameGeneratorCapturer::Create(VideoCaptureInput* input, function in class:webrtc::test::FrameGeneratorCapturer
67 tick_(EventTimerWrapper::Create()),
H A Dvcm_capturer.cc36 vcm_ = webrtc::VideoCaptureFactory::Create(0, unique_name);
57 VcmCapturer* VcmCapturer::Create(VideoCaptureInput* input, function in class:webrtc::test::VcmCapturer
/external/webrtc/webrtc/test/linux/
H A Dglx_renderer.cc108 GlxRenderer* GlxRenderer::Create(const char* window_title, size_t width, function in class:webrtc::test::GlxRenderer
/external/webrtc/webrtc/video/
H A Dvideo_decoder.cc20 VideoDecoder* VideoDecoder::Create(VideoDecoder::DecoderType codec_type) { function in class:webrtc::VideoDecoder
24 return H264Decoder::Create();
26 return VP8Decoder::Create();
28 return VP9Decoder::Create();
70 fallback_decoder_.reset(VideoDecoder::Create(decoder_type_));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1240 /// Input := TANTLRFileStream.Create('input');
1241 /// Lex := TLexer.Create(Input);
1242 /// Tokens := TTokenRewriteStream.Create(Lex);
1243 /// Parser := TParser.Create(tokens);
1414 constructor Create; overload;
1415 constructor Create(const AMessage: String); overload;
1416 constructor Create(const AInput: IIntStream); overload;
1417 constructor Create(const AMessage: String; const AInput: IIntStream); overload;
1475 constructor Create(const AExpecting: Integer; const AInput: IIntStream);
1500 constructor Create(cons procedure
1513 constructor Create(const AExpecting: Integer; const AInput: IIntStream); procedure
1526 constructor Create(const AGrammarDecisionDescription: String; procedure
1540 constructor Create(const ADecisionNumber: Integer; const AInput: IIntStream); procedure
1549 constructor Create(const AExpecting: IBitSet; const AInput: IIntStream); procedure
1567 constructor Create(const AInput: IIntStream; const ARuleName, procedure
1581 constructor Create(const AA, AB: Integer; const AInput: IIntStream); procedure
1675 constructor Create; overload; procedure
1682 constructor Create(const AInput: String); overload; procedure
2292 constructor Create; overload; procedure
2293 constructor Create(const AState: IRecognizerSharedState); overload; procedure
2633 constructor Create(const AStart, AStop: Integer; procedure
2802 constructor Create; overload; procedure
2803 constructor Create(const ATokenSource: ITokenSource); overload; procedure
2804 constructor Create(const ATokenSource: ITokenSource; procedure
2806 constructor Create(const ALexer: ILexer); overload; procedure
2807 constructor Create(const ALexer: ILexer; procedure
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs67 public override object Create(IToken payload) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/clang/lib/AST/
H A DDeclCXX.cpp94 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, function in class:CXXRecordDecl
361 // Create base specifier for any direct or indirect virtual bases.
1529 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1757 CXXCtorInitializer *CXXCtorInitializer::Create(ASTContext &Context,
1822 CXXConstructorDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1961 CXXDestructorDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1993 CXXConversionDecl::Create(ASTContext &C, CXXRecordDecl *RD,
2014 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C,
2031 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC,
2071 NamespaceDecl *NamespaceDecl::Create(ASTContex
[all...]
H A DStmtCXX.cpp26 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, function in class:CXXTryStmt
35 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, function in class:CXXTryStmt
H A DStmtOpenMP.cpp57 OMPParallelDirective *OMPParallelDirective::Create( function in class:OMPParallelDirective
83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPSimdDirective
125 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPForDirective
178 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPForSimdDirective
229 OMPSectionsDirective *OMPSectionsDirective::Create( function in class:OMPSectionsDirective
254 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, function in class:OMPSectionDirective
276 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, function in class:OMPSingleDirective
302 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, function in class:OMPMasterDirective
322 OMPCriticalDirective *OMPCriticalDirective::Create( function in class:OMPCriticalDirective
347 OMPParallelForDirective *OMPParallelForDirective::Create( function in class:OMPParallelForDirective
398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( function in class:OMPParallelForSimdDirective
449 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( function in class:OMPParallelSectionsDirective
475 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTaskDirective
500 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, function in class:OMPTaskyieldDirective
515 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C, function in class:OMPBarrierDirective
529 OMPTaskwaitDirective *OMPTaskwaitDirective::Create(const ASTContext &C, function in class:OMPTaskwaitDirective
543 OMPTaskgroupDirective *OMPTaskgroupDirective::Create(const ASTContext &C, function in class:OMPTaskgroupDirective
564 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( function in class:OMPCancellationPointDirective
585 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPCancelDirective
609 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C, function in class:OMPFlushDirective
631 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, function in class:OMPOrderedDirective
657 OMPAtomicDirective *OMPAtomicDirective::Create( function in class:OMPAtomicDirective
688 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C, function in class:OMPTargetDirective
714 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( function in class:OMPTargetParallelDirective
738 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( function in class:OMPTargetParallelForDirective
790 OMPTargetDataDirective *OMPTargetDataDirective::Create( function in class:OMPTargetDataDirective
812 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( function in class:OMPTargetEnterDataDirective
834 OMPTargetExitDataDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTargetExitDataDirective
855 OMPTeamsDirective *OMPTeamsDirective::Create(const ASTContext &C, function in class:OMPTeamsDirective
881 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( function in class:OMPTaskLoopDirective
932 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( function in class:OMPTaskLoopSimdDirective
982 OMPDistributeDirective *OMPDistributeDirective::Create( function in class:OMPDistributeDirective
1033 OMPTargetUpdateDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTargetUpdateDirective
1054 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( function in class:OMPDistributeParallelForDirective
1110 OMPDistributeParallelForSimdDirective::Create( function in class:OMPDistributeParallelForSimdDirective
1166 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( function in class:OMPDistributeSimdDirective
1219 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( function in class:OMPTargetParallelForSimdDirective
[all...]
/external/clang/lib/Lex/
H A DHeaderMap.cpp47 /// HeaderMap::Create - This attempts to load the specified file as a header
51 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { function in class:HeaderMap
/external/libbrillo/brillo/streams/
H A Dinput_stream_set.cc22 StreamPtr InputStreamSet::Create(std::vector<Stream*> source_streams, function in class:brillo::InputStreamSet
57 StreamPtr InputStreamSet::Create(std::vector<Stream*> source_streams, function in class:brillo::InputStreamSet
59 return Create(std::move(source_streams), {}, error);
62 StreamPtr InputStreamSet::Create(std::vector<StreamPtr> owned_source_streams, function in class:brillo::InputStreamSet
68 return Create(std::move(source_streams), std::move(owned_source_streams),
/external/libchrome/base/
H A Denvironment.cc138 std::unique_ptr<Environment> Environment::Create() { function in class:base::Environment
/external/libchrome/base/threading/
H A Dplatform_thread.h166 static bool Create(size_t stack_size, function in class:base::PlatformThread
173 // CreateWithPriority() does the same thing as Create() except the priority of
179 // CreateNonJoinable() does the same thing as Create() except the thread
190 // Joins with a thread created via the Create function. This function blocks
/external/llvm/lib/IR/
H A DInstructions.cpp204 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, function in class:LandingPadInst
210 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, function in class:LandingPadInst
320 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB,
324 auto *NewCI = CallInst::Create(CI->getCalledValue(), Args, OpB, CI->getName(),
485 // Create the call to Malloc.
497 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall",
501 // Create a cast instruction to convert to the right type...
504 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall");
508 // Create a cast instruction to convert to the right type...
592 Result = CallInst::Create(FreeFun
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp133 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { function in class:ARMConstantPoolConstant
139 ARMConstantPoolConstant::Create(const GlobalValue *GV, function in class:ARMConstantPoolConstant
147 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, function in class:ARMConstantPoolConstant
154 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, function in class:ARMConstantPoolConstant
204 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, function in class:ARMConstantPoolSymbol
242 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, function in class:ARMConstantPoolMBB
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h119 bool Create(CFSTR fileName, bool createAlways) function in class:COutFileStream
122 return File.Create(fileName, createAlways);
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) function in class:NWindows::NControl::CCommandBar
H A DImageList.h34 bool Create(int width, int height, UINT flags, int initialNumber, int grow) function in class:NWindows::NControl::CImageList
/external/lzma/CPP/Windows/
H A DWindow.cpp49 bool CWindow::Create(LPCWSTR className, function in class:NWindows::CWindow
62 return Create(GetSystemString(className), GetSystemString(windowName),

Completed in 696 milliseconds

1234567891011>>