Home
last modified time | relevance | path

Searched refs:Commit (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/mesa3d/bin/pick/
Dcore_test.py37 return core.Commit('abc123', 'sub: A commit', main_sha='45678')
41 return core.Commit('abc123', 'sub: A commit', True,
69 c2 = core.Commit.from_json(v)
75 c2 = core.Commit.from_json(v)
272 c = core.Commit('abcdef1234567890', 'a commit')
284 c = core.Commit('abcdef1234567890', 'a commit')
296 c = core.Commit('abcdef1234567890', 'a commit')
307 c = core.Commit('abcdef1234567890', 'a commit')
318 c = core.Commit('abcdef1234567890', 'a commit')
329 c = core.Commit('abcdef1234567890', 'a commit')
[all …]
Dcore.py114 class Commit: class
359 inner(Commit(sha, desc), version, m_commits, i, cb)))
363 commits = typing.cast(typing.List[Commit], m_commits)
379 return [Commit.from_json(c) for c in raw]
/third_party/node/doc/guides/
Dcommit-queue.md1 # Commit queue
7 Commit Queue is an experimental feature for the project which simplifies the
13 This document gives an overview of how the Commit Queue works, as well as
18 From a high-level, the Commit Queue works as follow:
42 The Commit Queue feature is still in early stages, and as such it might not
64 1. if two Commit Queue Actions execution overlap, there's a high-risk that
113 good feature for the project, but is not explicitly required for the Commit
115 once we start using the Commit Queue we notice that the number of required
117 implemented, but until then we can enable the Commit Queue and then work on a
Dmaintaining-c-ares.md48 ## Commit the changes
60 Commit the changes with a message like
/third_party/skia/site/docs/dev/contrib/
Dcqkeywords.md3 title: "Commit Queue Keywords"
4 linkTitle: "Commit Queue Keywords"
17 Commit section
21 submitting the change via the CQ, then you can mark it with "Commit: false".
27 Commit: false
/third_party/cups-filters/
DREADME_zh.md42 [Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%…
/third_party/libnl/
DREADME_ZH.md31 [Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%…
DREADME.md32 [Commit message spec](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%…
/third_party/node/deps/npm/node_modules/json-parse-better-errors/
DCHANGELOG.md31 * **init:** Initial Commit ([562c977](https://github.com/zkat/json-parse-better-errors/commit/562c9…
46 * **init:** Initial Commit ([9dd1a19](https://github.com/zkat/json-parse-better-errors/commit/9dd1a…
/third_party/flutter/skia/src/utils/win/
DSkIStream.h42 SK_STDMETHODIMP Commit(DWORD) override;
91 SK_STDMETHODIMP Commit(DWORD) override;
DSkIStream.cpp63 SK_STDMETHODIMP SkBaseIStream::Commit(DWORD) in Commit() function in SkBaseIStream
229 SK_STDMETHODIMP SkWIStream::Commit(DWORD) { in Commit() function in SkWIStream
/third_party/skia/src/utils/win/
DSkIStream.h42 SK_STDMETHODIMP Commit(DWORD) override;
90 SK_STDMETHODIMP Commit(DWORD) override;
DSkIStream.cpp63 SK_STDMETHODIMP SkBaseIStream::Commit(DWORD) in Commit() function in SkBaseIStream
220 SK_STDMETHODIMP SkWIStream::Commit(DWORD) { in Commit() function in SkWIStream
/third_party/cups/
DREADME_zh.md102 [Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%…
DREADME.md75 [Commit message spec](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp300 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument
306 Commit = nullptr; in parseNumbers()
309 if (Error Err = readAsInt(Commit)) in parseNumbers()
/third_party/skia/src/ports/
DSkImageEncoder_WIC.cpp188 hr = piBitmapFrameEncode->Commit(); in SkEncodeImageWithWIC()
192 hr = piEncoder->Commit(); in SkEncodeImageWithWIC()
/third_party/flutter/skia/src/ports/
DSkImageEncoder_WIC.cpp188 hr = piBitmapFrameEncode->Commit(); in SkEncodeImageWithWIC()
192 hr = piEncoder->Commit(); in SkEncodeImageWithWIC()
/third_party/libdrm/
DCONTRIBUTING.rst57 Commit Rights
60 Commit rights will be granted to anyone who requests them and fulfills the
86 no longer contribute to the project. Commit rights will be reinstated when they
/third_party/skia/third_party/externals/angle2/doc/
DTestingAndProcesses.md66 2. After 1 minute, Rubber Stamper should set "Bot-Commit: +1" on the CL.
67 3. Now you should be able to "Commit-Queue: +2" your CL.
97 # Requesting access to the Commit Queue and issue tracker
106 …* For the ANGLE Commit Queue (CQ), grant try-job access via the [Chrome Infra Auth administration …
/third_party/rust/crates/lazycell/
DCONTRIBUTING.md10 5. Commit your changes (`git commit -am "your message"`)
50 …://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit "Angular Git Commit Guidelines"
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bclipboard.cc47 be_clipboard->Commit(); in BE_SetClipboardText()
/third_party/libinput/
DCODING_STYLE.md143 ## Commit message content
195 ## Commit message format
216 ## Commit message technical requirements
/third_party/openGLES/
DREADME.en.md25 3. Commit your code
/third_party/vk-gl-cts/
DREADME.en.md25 3. Commit your code

123456