/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_factory.cc | 22 VideoEncoder* Create() override { return new VP8EncoderImpl(); } in Create() function in webrtc::VP8EncoderImplFactory 29 VP8Encoder* VP8Encoder::Create() { in Create() function in webrtc::VP8Encoder 37 VP8Decoder* VP8Decoder::Create() { in Create() function in webrtc::VP8Decoder
|
/external/webrtc/webrtc/sound/ |
D | automaticallychosensoundsystem_unittest.cc | 26 static SoundSystemInterface *Create() { in Create() function in rtc::NeverFailsToFailSoundSystem 39 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem1 56 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem2 71 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem1 86 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem2 101 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem3
|
/external/zlib/src/contrib/ada/ |
D | zlib-streams.adb | 41 procedure Create subprogram 55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); 57 procedure Init_Filter 65 procedure Init_Filter
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264.cc | 38 H264Encoder* H264Encoder::Create() { in Create() function in webrtc::H264Encoder 52 H264Decoder* H264Decoder::Create() { in Create() function in webrtc::H264Decoder
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 57 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective 83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective 125 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForDirective 178 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective 229 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective 254 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() function in OMPSectionDirective 276 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create() function in OMPSingleDirective 302 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, in Create() function in OMPMasterDirective 322 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective 347 OMPParallelForDirective *OMPParallelForDirective::Create( in Create() function in OMPParallelForDirective [all …]
|
D | DeclOpenMP.cpp | 29 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl 62 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl 92 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
|
D | OpenMPClause.cpp | 172 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause 203 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause 251 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause 274 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause 315 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause 351 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause 390 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause 431 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause 478 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause 504 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, in Create() function in OMPFlushClause [all …]
|
/external/skia/src/android/ |
D | SkBitmapRegionDecoder.cpp | 14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder 20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format.cc | 19 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, in Create() function in webrtc::RtpPacketizer 40 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type) { in Create() function in webrtc::RtpDepacketizer
|
/external/skqp/src/android/ |
D | SkBitmapRegionDecoder.cpp | 14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder 20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
|
/external/v8/src/interpreter/ |
D | bytecode-node.h | 152 V8_INLINE static BytecodeNode Create(BytecodeSourceInfo source_info) { in Create() function 158 V8_INLINE static BytecodeNode Create(BytecodeSourceInfo source_info, in Create() function 168 V8_INLINE static BytecodeNode Create(BytecodeSourceInfo source_info, in Create() function 181 V8_INLINE static BytecodeNode Create(BytecodeSourceInfo source_info, in Create() function 198 V8_INLINE static BytecodeNode Create(BytecodeSourceInfo source_info, in Create() function 218 V8_INLINE static BytecodeNode Create(BytecodeSourceInfo source_info, in Create() function
|
/external/libchrome/base/task_scheduler/ |
D | lazy_task_runner.cc | 43 LazyTaskRunner<SequencedTaskRunner, false>::Create() { in Create() function in base::internal::LazyTaskRunner 53 LazyTaskRunner<SingleThreadTaskRunner, false>::Create() { in Create() function in base::internal::LazyTaskRunner 60 LazyTaskRunner<SingleThreadTaskRunner, true>::Create() { in Create() function in base::internal::LazyTaskRunner
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_factory.cc | 18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, in Create() function in webrtc::VideoCaptureFactory 27 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, in Create() function in webrtc::VideoCaptureFactory
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | video_capture_ios.mm | 23 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t capture_id, function 43 VideoCaptureModule* VideoCaptureIos::Create(const int32_t capture_id, function
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module.cc | 23 AudioCodingModule* AudioCodingModule::Create(int id) { in Create() function in webrtc::AudioCodingModule 30 AudioCodingModule* AudioCodingModule::Create(int id, Clock* clock) { in Create() function in webrtc::AudioCodingModule 37 AudioCodingModule* AudioCodingModule::Create(const Config& config) { in Create() function in webrtc::AudioCodingModule
|
/external/perfetto/src/base/ |
D | temp_file.cc | 34 TempFile TempFile::Create() { in Create() function in perfetto::base::TempFile 77 TempDir TempDir::Create() { in Create() function in perfetto::base::TempDir
|
/external/pdfium/core/fxcrt/ |
D | string_data_template.h | 19 static StringDataTemplate* Create(size_t nLen) { in Create() function 44 static StringDataTemplate* Create(const StringDataTemplate& other) { in Create() function 50 static StringDataTemplate* Create(const CharType* pStr, size_t nLen) { in Create() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant 154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, in Create() function in ARMConstantPoolConstant 160 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant 168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 175 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 233 ARMConstantPoolSymbol *ARMConstantPoolSymbol::Create(LLVMContext &C, in Create() function in ARMConstantPoolSymbol 272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | sli.cc | 57 void Sli::Macroblocks::Create(uint8_t* buffer) const { in Create() function in webrtc::rtcp::Sli::Macroblocks 87 bool Sli::Create(uint8_t* packet, in Create() function in webrtc::rtcp::Sli
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 133 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant 139 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant 147 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 154 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 204 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() function in ARMConstantPoolSymbol 242 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_fileutils.cc | 54 ResourceFileReader* ResourceFileReader::Create(const std::string& filename, in Create() function in webrtc::testing::bwe::ResourceFileReader 82 OutputFileWriter* OutputFileWriter::Create(const std::string& filename, in Create() function in webrtc::testing::bwe::OutputFileWriter
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 63 object Create(IToken payload); in Create() method 75 object Create(int tokenType, IToken fromToken); in Create() method 87 object Create(int tokenType, IToken fromToken, string text); in Create() method 99 object Create(IToken fromToken, string text); in Create() method 111 object Create(int tokenType, string text); in Create() method
|
/external/swiftshader/src/Vulkan/ |
D | VkObject.hpp | 30 static VkResult Create(const VkAllocationCallbacks* pAllocator, const CreateInfo* pCreateInfo, VkT*… in Create() function 78 …static VkResult Create(const VkAllocationCallbacks* pAllocator, const CreateInfo* pCreateInfo, VkT… in Create() function in vk::ObjectBase 133 …static VkResult Create(const VkAllocationCallbacks* pAllocator, const CreateInfo* pCreateInfo, VkT… in Create() function in vk::DispatchableObject
|
/external/libchrome/base/ |
D | sequence_token.cc | 44 SequenceToken SequenceToken::Create() { in Create() function in base::SequenceToken 66 TaskToken TaskToken::Create() { in Create() function in base::TaskToken
|
/external/webrtc/webrtc/base/ |
D | sslfingerprint.cc | 22 SSLFingerprint* SSLFingerprint::Create( in Create() function in rtc::SSLFingerprint 31 SSLFingerprint* SSLFingerprint::Create( in Create() function in rtc::SSLFingerprint
|