| /third_party/zlib/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
|
| /third_party/node/deps/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
|
| /third_party/node/deps/v8/src/objects/ |
| D | maybe-object-inl.h | 38 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/ |
| 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
|
| /third_party/gn/src/gn/ |
| D | file_writer.cc | 24 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/ |
| D | Synchronization.h | 78 WRes Create() in Create() function 152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create() function 228 WRes Create() in Create() function 290 WRes Create( in Create() function 335 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); } in Create() function 353 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkObject.hpp | 43 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/benchmark/src/ |
| D | perf_counters.cc | 35 PerfCounters PerfCounters::Create( in Create() function in benchmark::internal::PerfCounters 121 PerfCounters PerfCounters::Create( in Create() function in benchmark::internal::PerfCounters
|
| /third_party/skia/src/ports/ |
| D | SkFontConfigTypeface.h | 26 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci, in Create() function 34 static SkTypeface_FCI* Create(std::unique_ptr<SkFontData> data, in Create() function
|
| D | SkDiscardableMemory_none.cpp | 12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() function in SkDiscardableMemory
|
| /third_party/cef/libcef/browser/ |
| D | chrome_crash_reporter_client_stub.cc | 13 void ChromeCrashReporterClient::Create() {} in Create() function in ChromeCrashReporterClient
|
| /third_party/lzma/CPP/Windows/Control/ |
| D | StatusBar.h | 14 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
|
| D | Dialog.cpp | 357 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModelessDialog 366 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModalDialog 373 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModelessDialog 397 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() function in NWindows::NControl::CModalDialog
|
| /third_party/cef/libcef/common/test/ |
| D | translator_test_impl.cc | 30 CefTranslatorTestRefPtrLibrary::Create(int value) { in Create() function in CefTranslatorTestRefPtrLibrary 63 CefTranslatorTestRefPtrLibraryChild::Create(int value, int other_value) { in Create() function in CefTranslatorTestRefPtrLibraryChild 105 CefTranslatorTestRefPtrLibraryChildChild::Create(int value, in Create() function in CefTranslatorTestRefPtrLibraryChildChild 132 CefTranslatorTestScopedLibrary::Create(int value) { in Create() function in CefTranslatorTestScopedLibrary 163 CefTranslatorTestScopedLibraryChild::Create(int value, int other_value) { in Create() function in CefTranslatorTestScopedLibraryChild 203 CefTranslatorTestScopedLibraryChildChild::Create(int value, in Create() function in CefTranslatorTestScopedLibraryChildChild 577 CefRefPtr<CefTranslatorTest> CefTranslatorTest::Create() { in Create() function in CefTranslatorTest
|
| /third_party/cef/tests/cefclient/browser/ |
| D | root_window_create.cc | 20 scoped_refptr<RootWindow> RootWindow::Create(bool use_views) { in Create() function in client::RootWindow
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlSampler.mm | 45 GrMtlSampler* GrMtlSampler::Create(const GrMtlGpu* gpu, GrSamplerState samplerState) { function
|
| D | GrMtlDepthStencil.mm | 74 GrMtlDepthStencil* GrMtlDepthStencil::Create(const GrMtlGpu* gpu, function
|
| /third_party/typescript/tests/cases/projects/MultipleLevels/ |
| D | b.ts | 6 public Create(): IA method in B
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | engine.cc | 33 std::unique_ptr<Engine> Engine::Create(EngineType type) { in Create() function in amber::Engine
|
| /third_party/typescript/tests/cases/projects/MultipleLevels/B/ |
| D | B.ts | 6 public Create(): IA method in B
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | liveness-broker.cc | 18 cppgc::LivenessBroker LivenessBrokerFactory::Create() { in Create() function in cppgc::internal::LivenessBrokerFactory
|
| /third_party/mesa3d/src/android_stub/ |
| D | backtrace_stub.cpp | 4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) in Create() function in Backtrace
|
| /third_party/skia/infra/bots/assets/text_blob_traces/ |
| D | README.md | 4 Create section in Text Blob Traces
|
| /third_party/node/deps/v8/src/handles/ |
| D | global-handles-inl.h | 16 Handle<T> GlobalHandles::Create(T value) { in Create() function
|
| /third_party/cef/libcef/browser/views/ |
| D | fill_layout_impl.cc | 10 CefRefPtr<CefFillLayout> CefFillLayoutImpl::Create(views::View* owner_view) { in Create() function in CefFillLayoutImpl
|