Home
last modified time | relevance | path

Searched refs:amend (Results 1 – 25 of 68) sorted by relevance

123

/third_party/vk-gl-cts/
Dhistory.log451 1460 git commit --amend
468 1477 git commit --amend
539 1548 git commit --amend
575 1584 git commit --amend
601 1610 git commit --amend
607 1616 git commit --amend
613 1622 git commit --amend
616 1625 git commit --amend
633 1642 git commit --amend
639 1648 git commit --amend
[all …]
/third_party/typescript/tests/baselines/reference/
DuntypedModuleImport_noImplicitAny_typesForPackageExist.errors.txt2 …If the 'foo' package actually exposes this module, consider sending a pull request to amend 'https…
6 … package actually exposes this module, consider sending a pull request to amend 'https://github.co…
16 … package actually exposes this module, consider sending a pull request to amend 'https://github.co…
25 … package actually exposes this module, consider sending a pull request to amend 'https://github.co…
/third_party/mesa3d/bin/pick/
Dcore.py86 async def commit_state(*, amend: bool = False, message: str = 'Update') -> bool:
98 if amend:
168 v = await commit_state(amend=True)
201 v = await commit_state(amend=True)
/third_party/skia/third_party/externals/swiftshader/third_party/
Dupdate-marl.sh17 git commit --amend -m "$LOG_MSG"
Dupdate-spirvheaders.sh18 git commit --no-verify --amend -m "$LOG_MSG"
Dupdate-spirvtools.sh32 git commit --no-verify --amend -m "$LOG_MSG"
/third_party/skia/experimental/documentation/
Dgerrit.md79 git commit --all --amend
125 git config alias.amend-head 'commit --all --amend --reuse-message=@'
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_context_priority_realtime.txt102 Within section 3.7.4 "Context Queries" amend the eglQueryContext
122 1) The EGL_IMG_context_priority extension is written to amend the EGL
123 1.4 specification. Should this extension amend EGL 1.5 or 1.4?
/third_party/EGL/extensions/NV/
DEGL_NV_context_priority_realtime.txt102 Within section 3.7.4 "Context Queries" amend the eglQueryContext
122 1) The EGL_IMG_context_priority extension is written to amend the EGL
123 1.4 specification. Should this extension amend EGL 1.5 or 1.4?
/third_party/skia/tools/skqp/
Dbranch_skqp_dev.sh13 git commit --amend --reuse-message=HEAD
/third_party/openGLES/extensions/SGIS/
DSGIS_multitexture.txt261 <amend paragraph 2 & 3>
281 <amend figure 2.2 to include multiple texcoord processing blocks
284 <amend paragraph 6>
296 <amend paragraph 2>
331 <amend paragraph 1>
419 <amend paragraph 8 texture matrix>
472 <amend paragraph 4>
489 <amend paragraph 2>
497 <amend paragraph 5>
515 <amend paragraphs 1 & 2>
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_multitexture.txt261 <amend paragraph 2 & 3>
281 <amend figure 2.2 to include multiple texcoord processing blocks
284 <amend paragraph 6>
296 <amend paragraph 2>
331 <amend paragraph 1>
419 <amend paragraph 8 texture matrix>
472 <amend paragraph 4>
489 <amend paragraph 2>
497 <amend paragraph 5>
515 <amend paragraphs 1 & 2>
[all …]
/third_party/elfutils/config/
Dprofile.sh.in3 # $HOME/.*rc or similar files may then amend $DEBUGINFOD_URLS.
Dprofile.csh.in3 # $HOME/.*rc or similar files may then amend $DEBUGINFOD_URLS.
/third_party/libusb/
D.gitignore59 .amend
/third_party/openGLES/extensions/REND/
DREND_screen_coordinates.txt121 <p 13, amend paragraph 1>
129 <p 13, amend paragraph 2> ...
139 <p 13, amend figure 2.2>
143 <p 13, amend figure 2.3>
/third_party/skia/third_party/externals/opengl-registry/extensions/REND/
DREND_screen_coordinates.txt121 <p 13, amend paragraph 1>
129 <p 13, amend paragraph 2> ...
139 <p 13, amend figure 2.2>
143 <p 13, amend figure 2.3>
/third_party/jerryscript/.github/
Dpull_request_template.md13 - All new and existing tests passed locally (if not, fix them first and amend
/third_party/node/deps/v8/tools/cppgc/
Dexport_to_github.sh113 git commit --amend --no-edit > /dev/null
/third_party/openssl/
DCONTRIBUTING.md31 To amend a missing "`CLA: trivial`" line after submission, do the following:
34 git commit --amend
/third_party/node/deps/openssl/openssl/
DCONTRIBUTING.md45 To amend a missing "`CLA: trivial`" line after submission, do the following:
48 git commit --amend
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h453 bool amend(TSymbol& symbol, int firstNewMember) in amend() function
716 bool amend(TSymbol& symbol, int firstNewMember) in amend() function
720 return table[currentLevel()]->amend(symbol, firstNewMember); in amend()
DParseContextBase.cpp653 symbolTable.amend(*globalUniformBlock, firstNewMember); in growGlobalUniformBlock()
714 symbolTable.amend(*atomicCounterBuffer, bufferNewMember); in growAtomicCounterBlock()
/third_party/libinput/doc/user/
Dcontributing.rst207 - If changes are requested by the maintainers, please **amend** the
212 git commit --amend
365 git commit --amend -s
370 git rebase --interactive --exec 'git commit --amend -s' main
/third_party/ffmpeg/doc/
Dgit-howto.texi353 git commit --amend
356 allows one to amend the last commit details quickly.
366 @command{git reset}, @command{git commit --amend} and @command{git rebase}

123