Home
last modified time | relevance | path

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

12345678910

/third_party/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
/third_party/gn/src/gn/
Dfile_writer.cc25 bool FileWriter::Create(const base::FilePath& file_path) { in Create() function in FileWriter
88 bool FileWriter::Create(const base::FilePath& file_path) { in Create() function in FileWriter
/third_party/skia/third_party/externals/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
/third_party/lzma/CPP/Windows/
DSynchronization.h78 WRes Create() in Create() function
152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create() function
228 WRes Create() in Create() function
291 WRes Create( in Create() function
329 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); } in Create() function
347 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Dfactory.cc33 std::shared_ptr<GraphCell::GraphImpl> GraphImplFactory::Create(enum DeviceType device_type) { in Create() function in mindspore::GraphImplFactory
60 std::shared_ptr<ModelImpl> ModelImplFactory::Create(enum DeviceType device_type) { in Create() function in mindspore::ModelImplFactory
/third_party/skia/third_party/externals/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
/third_party/skia/src/ports/
DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() function in SkDiscardableMemory
DSkFontConfigTypeface.h26 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci, in Create() function
34 static SkTypeface_FCI* Create(std::unique_ptr<SkFontData> data, in Create() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dallocator.cc19 std::shared_ptr<Allocator> Allocator::Create() { return std::make_shared<DefaultAllocator>(); } in Create() function in mindspore::Allocator
/third_party/skia/src/gpu/mtl/
DGrMtlSampler.mm45 GrMtlSampler* GrMtlSampler::Create(const GrMtlGpu* gpu, GrSamplerState samplerState) { function
DGrMtlDepthStencil.mm74 GrMtlDepthStencil* GrMtlDepthStencil::Create(const GrMtlGpu* gpu, function
/third_party/lzma/CPP/Windows/Control/
DStatusBar.h14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id) in Create() function
24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id) in Create() function
/third_party/typescript/tests/cases/projects/MultipleLevels/
Db.ts6 public Create(): IA method in B
/third_party/vk-gl-cts/external/amber/src/src/
Dengine.cc33 std::unique_ptr<Engine> Engine::Create(EngineType type) { in Create() function in amber::Engine
/third_party/typescript/tests/cases/projects/MultipleLevels/B/
DB.ts6 public Create(): IA method in B
/third_party/mesa3d/src/android_stub/
Dbacktrace_stub.cpp4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) in Create() function in Backtrace
/third_party/skia/infra/bots/assets/text_blob_traces/
DREADME.md4 Create section in Text Blob Traces
/third_party/lzma/CPP/7zip/Common/
DVirtThread.cpp20 WRes CVirtThread::Create() in Create() function in CVirtThread
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_ipc.cc43 Status SharedMessage::Create() { in Create() function in mindspore::dataset::SharedMessage
101 Status SharedMemory::Create(int64_t sz) { in Create() function in mindspore::dataset::SharedMemory
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/control_flow/kernel/
Dentrance_subgraph_kernel.cc23 SubGraphKernel *EntranceSubGraphKernel::Create(MSKernel *kernel) { in Create() function in mindspore::kernel::EntranceSubGraphKernel
Dexit_subgraph_kernel.cc23 SubGraphKernel *ExitSubGraphKernel::Create(MSKernel *kernel) { in Create() function in mindspore::kernel::ExitSubGraphKernel
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLObject.h40 static T *Create(cl_int &errorCode, Args &&... args) in Create() function
/third_party/skia/third_party/externals/tint/src/ast/
Dalias_test.cc36 TEST_F(AstAliasTest, Create) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
Drepeated_pass_manager.cpp30 std::unique_ptr<RepeatedPassManager> RepeatedPassManager::Create( in Create() function in spvtools::fuzz::RepeatedPassManager
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
Drepeated_pass_manager.cpp30 std::unique_ptr<RepeatedPassManager> RepeatedPassManager::Create( in Create() function in spvtools::fuzz::RepeatedPassManager

12345678910