Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/external/libtextclassifier/native/utils/grammar/semantics/
Dvalue.h37 static const SemanticValue* Create(const T value, UnsafeArena* arena) { in Create() function
50 const SemanticValue* Create(const StringPiece value, UnsafeArena* arena) { in Create() function
56 const SemanticValue* Create(const UnicodeText value, UnsafeArena* arena) { in Create() function
63 const SemanticValue* Create(const MutableFlatbuffer* value, in Create() function
72 static const SemanticValue* Create(const reflection::Object* type, in Create() function
78 static const SemanticValue* Create(const reflection::BaseType base_type, in Create() function
85 static const SemanticValue* Create(const reflection::BaseType base_type, in Create() function
/external/webrtc/modules/audio_processing/test/
Daudio_processing_builder_for_testing.cc26 AudioProcessing* AudioProcessingBuilderForTesting::Create() { in Create() function in webrtc::AudioProcessingBuilderForTesting
31 AudioProcessing* AudioProcessingBuilderForTesting::Create( in Create() function in webrtc::AudioProcessingBuilderForTesting
44 AudioProcessing* AudioProcessingBuilderForTesting::Create() { in Create() function in webrtc::AudioProcessingBuilderForTesting
50 AudioProcessing* AudioProcessingBuilderForTesting::Create( in Create() function in webrtc::AudioProcessingBuilderForTesting
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9.cc64 std::unique_ptr<VP9Encoder> VP9Encoder::Create() { in Create() function in webrtc::VP9Encoder
73 std::unique_ptr<VP9Encoder> VP9Encoder::Create( in Create() function in webrtc::VP9Encoder
83 std::unique_ptr<VP9Decoder> VP9Decoder::Create() { in Create() function in webrtc::VP9Decoder
/external/clang/lib/AST/
DStmtOpenMP.cpp57 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 …]
DOpenMPClause.cpp172 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 …]
DDeclOpenMP.cpp29 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
/external/webrtc/modules/audio_processing/aec_dump/
Dnull_aec_dump_factory.cc16 std::unique_ptr<AecDump> AecDumpFactory::Create(webrtc::FileWrapper file, in Create() function in webrtc::AecDumpFactory
22 std::unique_ptr<AecDump> AecDumpFactory::Create(std::string file_name, in Create() function in webrtc::AecDumpFactory
28 std::unique_ptr<AecDump> AecDumpFactory::Create(FILE* handle, in Create() function in webrtc::AecDumpFactory
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-streams.adb41 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/modules/desktop_capture/
Dscreen_drawer_mac.cc21 std::unique_ptr<ScreenDrawerLock> ScreenDrawerLock::Create() { in Create() function in webrtc::ScreenDrawerLock
26 std::unique_ptr<ScreenDrawer> ScreenDrawer::Create() { in Create() function in webrtc::ScreenDrawer
/external/libchrome/base/task_scheduler/
Dlazy_task_runner.cc43 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/modules/audio_processing/
Daudio_processing_builder_impl.cc23 AudioProcessing* AudioProcessingBuilder::Create() { in Create() function in webrtc::AudioProcessingBuilder
28 AudioProcessing* AudioProcessingBuilder::Create(const webrtc::Config& config) { in Create() function in webrtc::AudioProcessingBuilder
/external/webrtc/rtc_base/
Dssl_adapter.cc19 SSLAdapterFactory* SSLAdapterFactory::Create() { in Create() function in rtc::SSLAdapterFactory
23 SSLAdapter* SSLAdapter::Create(AsyncSocket* socket) { in Create() function in rtc::SSLAdapter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp148 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/pc/test/
Dfake_video_track_source.h24 static rtc::scoped_refptr<FakeVideoTrackSource> Create(bool is_screencast) { in Create() function
28 static rtc::scoped_refptr<FakeVideoTrackSource> Create() { in Create() function
/external/webrtc/p2p/client/
Dturn_port_factory.cc23 std::unique_ptr<Port> TurnPortFactory::Create( in Create() function in cricket::TurnPortFactory
36 std::unique_ptr<Port> TurnPortFactory::Create(const CreateRelayPortArgs& args, in Create() function in cricket::TurnPortFactory
/external/webrtc/test/
Dframe_generator_capturer.cc69 std::unique_ptr<FrameGeneratorCapturer> FrameGeneratorCapturer::Create( in Create() function in webrtc::test::FrameGeneratorCapturer
79 std::unique_ptr<FrameGeneratorCapturer> FrameGeneratorCapturer::Create( in Create() function in webrtc::test::FrameGeneratorCapturer
91 std::unique_ptr<FrameGeneratorCapturer> FrameGeneratorCapturer::Create( in Create() function in webrtc::test::FrameGeneratorCapturer
104 std::unique_ptr<FrameGeneratorCapturer> FrameGeneratorCapturer::Create( in Create() function in webrtc::test::FrameGeneratorCapturer
134 std::unique_ptr<FrameGeneratorCapturer> FrameGeneratorCapturer::Create( in Create() function in webrtc::test::FrameGeneratorCapturer
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp133 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/modules/video_coding/codecs/h264/
Dh264.cc87 std::unique_ptr<H264Encoder> H264Encoder::Create( in Create() function in webrtc::H264Encoder
104 std::unique_ptr<H264Decoder> H264Decoder::Create() { in Create() function in webrtc::H264Decoder
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs63 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
DBaseTreeAdaptor.cs242 public virtual object Create( int tokenType, IToken fromToken ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
250 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
262 public virtual object Create(IToken fromToken, string text) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
273 public virtual object Create( int tokenType, string text ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
393 public abstract object Create( IToken payload ); in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/perfetto/src/base/
Dtemp_file.cc71 TempFile TempFile::Create() { in Create() function in perfetto::base::TempFile
133 TempDir TempDir::Create() { in Create() function in perfetto::base::TempDir
/external/tensorflow/tensorflow/core/public/
Dsession.h102 virtual Status Create(GraphDef&& graph) { return Create(graph); } in Create() function
142 virtual Status Create(const RunOptions& run_options, const GraphDef& graph) { in Create() function
153 virtual Status Create(const RunOptions& run_options, GraphDef&& graph) { in Create() function
/external/tensorflow/tensorflow/core/tfrt/utils/
Dfallback_tensor.cc54 ImmutableTensorBuffer::Create(tensorflow::Tensor tensor) { in Create() function in tensorflow::tfrt_stub::__anon71e7ea460111::ImmutableTensorBuffer
61 ImmutableTensor ImmutableTensor::Create(tensorflow::Tensor tensor) { in Create() function in tensorflow::tfrt_stub::ImmutableTensor
/external/swiftshader/src/Vulkan/
DVkObject.hpp43 static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT … in Create() function
90 …static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT… in Create() function in vk::ObjectBase
145 …static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT… in Create() function in vk::DispatchableObject
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs64 public virtual object Create( IToken payload ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
186 public virtual object Create( int tokenType, IToken fromToken ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
193 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
200 public virtual object Create( int tokenType, string text ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
207 public object Create(IToken fromToken, string text) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor

12345678910>>...31