| /third_party/node/doc/guides/ |
| D | releases.md | 45 ### 1. Jenkins release access 67 ### 2. <nodejs.org> access 85 ### 3. A publicly-listed GPG key 123 ### 0. Pre-release steps 140 ### 1. Update the staging branch 219 ### 2. Create a new branch for the release 228 ### 3. Update `src/node_version.h` 246 ### 4. Update the changelog 338 ### 5. Create release commit 367 ### 6. Propose release on GitHub [all …]
|
| D | security-release-process.md | 67 * [ ] Post in the #nodejs-social channel in the OpenJS Foundation Slack
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiNullHandleTests.cpp | 42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() function 47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release() function 52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() function 57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release() function 62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocatio… in release() function 67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release() function 72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release() function 77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() function 82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release() function 87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() function [all …]
|
| /third_party/grpc/tools/interop_matrix/ |
| D | run_interop_matrix_tests.py | 126 def _read_test_cases_file(lang, runtime, release): argument 163 def _generate_test_case_jobspecs(lang, runtime, release, suite_name): argument 206 def _pull_image_for_lang(lang, image, release): argument 219 def _test_release(lang, runtime, release, image, xml_report_tree, skip_tests): argument
|
| D | create_matrix_images.py | 194 def build_all_images_for_release(lang, release): argument 251 def maybe_apply_patches_on_git_tag(stack_base, lang, release): argument 290 def checkout_grpc_stack(lang, release): argument
|
| /third_party/boost/boost/intrusive/detail/ |
| D | exception_disposer.hpp | 44 BOOST_INTRUSIVE_FORCEINLINE void release() in release() function in boost::intrusive::detail::exception_disposer 72 BOOST_INTRUSIVE_FORCEINLINE void release() in release() function in boost::intrusive::detail::exception_array_disposer
|
| /third_party/python/Lib/ |
| D | platform.py | 261 def _syscmd_ver(system='', release='', version='', argument 360 def win32_ver(release='', version='', csd='', ptype=''): argument 433 def mac_ver(release='', versioninfo=('', '', ''), machine=''): argument 463 def java_ver(release='', vendor='', vminfo=('', '', ''), osinfo=('', '', '')): argument 498 def system_alias(system, release, version): argument 920 def release(): function
|
| /third_party/skia/include/sksl/ |
| D | DSLStatement.h | 57 std::unique_ptr<SkSL::Statement> release() { in release() function 95 std::unique_ptr<SkSL::Statement> release() { in release() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Mutex.cpp | 29 bool MutexImpl::release() { return true; } in release() function in llvm::MutexImpl 94 MutexImpl::release() in release() function in llvm::MutexImpl
|
| /third_party/boost/boost/interprocess/sync/posix/ |
| D | pthread_helpers.hpp | 91 void release() {mp_mut = 0; } in release() function in boost::interprocess::ipcdetail::mutex_initializer 110 void release() { mp_cond = 0; } in release() function in boost::interprocess::ipcdetail::condition_initializer 156 void release() {mp_barrier = 0; } in release() function in boost::interprocess::ipcdetail::barrier_initializer
|
| /third_party/boost/tools/build/test/prebuilt/ext/ |
| D | a.cpp | 14 void release() {} in release() function
|
| /third_party/boost/boost/container/detail/ |
| D | destroyers.hpp | 77 void release() in release() function 91 void release() in release() function 116 void release() in release() function 135 void release() in release() function 160 void release() in release() function 190 void release() in release() function 238 void release() in release() function 259 void release() in release() function in boost::container::dtl::scoped_destructor
|
| /third_party/skia/experimental/webgpu-bazel/ |
| D | Makefile | 1 release: target
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_multimedia_image.js | 187 release: function (...args) { method 262 release: function (...args) { method 322 release: function (...args) { method 349 release: function (...args) { method 379 release: function (...args) { method 436 release: function (...args) { method
|
| /third_party/flutter/skia/experimental/wasm-skp-debugger/ |
| D | Makefile | 1 release: target
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | IntrusiveRefCntPtr.h | 126 static void release(T *obj) { obj->Release(); } in release() function 187 void release() { in release() function
|
| /third_party/skia/experimental/tskit/ |
| D | Makefile | 9 release: target
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| D | Makefile | 1 release: target
|
| /third_party/skia/include/private/ |
| D | SkSpinlock.h | 37 void release() SK_RELEASE_CAPABILITY() { in release() function
|
| /third_party/flutter/skia/include/private/ |
| D | SkSpinlock.h | 37 void release() SK_RELEASE_CAPABILITY() { in release() function
|
| /third_party/node/test/node-api/test_general/ |
| D | test.js | 12 const [ major, minor, patch, release ] = test_general.testGetNodeVersion(); constant
|
| /third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/ |
| D | TextureRegistry.java | 40 void release(); in release() method
|
| /third_party/grpc/src/core/lib/iomgr/ |
| D | internal_errqueue.cc | 47 char* release = buffer.release; in grpc_errqueue_init() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| D | Texture.hpp | 37 void release() override in release() function in egl::Texture
|
| /third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
| D | pipe_loader_priv.h | 40 void (*release)(struct pipe_loader_device **dev); member
|