Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 235) 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/node/deps/v8/src/interpreter/
Dbytecode-node.h152 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
/third_party/node/deps/v8/src/objects/
Dmaybe-object-inl.h38 MaybeObject MaybeObject::Create(MaybeObject o) { return o; } in Create() function
41 MaybeObject MaybeObject::Create(Object o) { return FromObject(o); } in Create() function
44 MaybeObject MaybeObject::Create(Smi smi) { return FromSmi(smi); } in Create() function
/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/gn/src/gn/
Dfile_writer.cc24 bool FileWriter::Create(const base::FilePath& file_path) { in Create() function in FileWriter
77 bool FileWriter::Create(const base::FilePath& file_path) { in Create() function in FileWriter
/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/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/
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
DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() function in SkDiscardableMemory
/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
DDialog.cpp388 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModelessDialog
397 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModalDialog
404 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModelessDialog
428 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModalDialog
/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/typescript/tests/cases/projects/MultipleLevels/B/
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/
Db.ts6 public Create(): IA method in B
/third_party/node/deps/v8/src/heap/cppgc/
Dliveness-broker.cc18 cppgc::LivenessBroker LivenessBrokerFactory::Create() { in Create() function in cppgc::internal::LivenessBrokerFactory
/third_party/node/deps/v8/src/handles/
Dglobal-handles-inl.h16 Handle<T> GlobalHandles::Create(T value) { in Create() function
/third_party/skia/infra/bots/assets/text_blob_traces/
DREADME.md4 Create section in Text Blob Traces
/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/lzma/CPP/7zip/Common/
DVirtThread.cpp20 WRes CVirtThread::Create() in Create() function in CVirtThread
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs20 public void Create(uint numPosStates) in Create() method in SevenZip.Compression.LZMA.Decoder.LenDecoder
66 public void Create() { m_Decoders = new BitDecoder[0x300]; } in Create() method
104 public void Create(int numPosBits, int numPrevBits) in Create() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder
/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/angle2/src/libANGLE/
DCLObject.h40 static T *Create(cl_int &errorCode, Args &&... args) in Create() function
/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

12345678910