Home
last modified time | relevance | path

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

12345678910>>...36

/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/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp37 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses) { in Create() function in OMPChildren
43 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses, in Create() function in OMPChildren
194 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
214 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective
249 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective
295 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective
338 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
358 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() function in OMPSectionDirective
376 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create() function in OMPSingleDirective
393 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, in Create() function in OMPMasterDirective
[all …]
DDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl
57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPAllocateDecl
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl
112 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl
142 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( in Create() function in OMPDeclareMapperDecl
174 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
DStmtCXX.cpp25 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, in Create() function in CXXTryStmt
32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt
86 CoroutineBodyStmt *CoroutineBodyStmt::Create( in Create() function in CoroutineBodyStmt
95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() function in CoroutineBodyStmt
DExprConcepts.cpp72 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr
114 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr
128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in ConceptSpecializationExpr
194 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, in Create() function in RequiresExpr
208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
/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/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/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/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/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/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/skqp/src/android/
DSkBitmapRegionDecoder.cpp14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
/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/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/llvm-project/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/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/llvm-project/libcxx/test/libcxx/fuzzing/
Drandom.pass.cpp41 static ParamT Create(const uint8_t* data, std::size_t size, bool &OK) { in Create() function
94 static ParamT Create(const std::uint8_t *data, std::size_t size, bool& OK) { in Create() function
110 static ParamT Create(const std::uint8_t *data, std::size_t size, bool& OK) { in Create() function
126 static ParamT Create(const std::uint8_t *data, std::size_t size, bool& OK) { in Create() function
142 static ParamT Create(const std::uint8_t *data, std::size_t size, bool& OK) { in Create() function
/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/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/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

12345678910>>...36