Searched full:head_ref (Results 1 – 21 of 21) sorted by relevance
| /external/bcc/cmake/ |
| D | GetGitRevisionDescription.cmake.in | 23 string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") 24 if(EXISTS "@GIT_DIR@/${HEAD_REF}") 25 configure_file("@GIT_DIR@/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY) 26 elseif(EXISTS "@GIT_DIR@/logs/${HEAD_REF}") 27 configure_file("@GIT_DIR@/logs/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY) 28 set(HEAD_HASH "${HEAD_REF}")
|
| D | GetGitRevisionDescription.cmake | 72 set(${_refspecvar} "${HEAD_REF}" PARENT_SCOPE)
|
| /external/mesa3d/src/imagination/vulkan/ |
| D | pvr_spm.c | 65 store->head_ref = NULL; in pvr_spm_init_scratch_buffer_store() 77 assert(!store->head_ref || p_atomic_read(&store->head_ref->ref_count) == 1); in pvr_spm_finish_scratch_buffer_store() 81 if (store->head_ref) { in pvr_spm_finish_scratch_buffer_store() 82 pvr_bo_free(device, store->head_ref->bo); in pvr_spm_finish_scratch_buffer_store() 83 vk_free(&device->vk.alloc, store->head_ref); in pvr_spm_finish_scratch_buffer_store() 195 assert(!store->head_ref); in pvr_spm_scratch_buffer_store_set_head_ref_locked() 198 store->head_ref = buffer; in pvr_spm_scratch_buffer_store_set_head_ref_locked() 207 pvr_spm_scratch_buffer_release_locked(device, store->head_ref); in pvr_spm_scratch_buffer_store_release_head_ref_locked() 209 store->head_ref = NULL; in pvr_spm_scratch_buffer_store_release_head_ref_locked() 230 if (store->head_ref && store->head_ref->size <= size) { in pvr_spm_scratch_buffer_get_buffer() [all …]
|
| D | pvr_spm.h | 58 struct pvr_spm_scratch_buffer *head_ref; member
|
| /external/toolchain-utils/llvm_tools/ |
| D | get_patch.py | 370 self.head_ref = response["head"]["sha"] 420 logging.debug("Head ref: %s", self.head_ref) 440 ["git", "merge", "--squash", self.head_ref], worktree_dir 476 self.head_ref, 479 ["git", "fetch", self.clone_url, self.head_ref],
|
| D | revert_checker.py | 153 def _shas_between(git_dir: str, base_ref: str, head_ref: str) -> Iterable[str]: 160 f"{base_ref}..{head_ref}",
|
| /external/python/cpython3/.github/workflows/ |
| D | documentation-links.yml | 17 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
| D | verify-ensurepip-wheels.yml | 20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
| D | build_msi.yml | 30 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
| D | doc.yml | 32 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
| D | build.yml | 29 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
| /external/libbpf/.github/workflows/ |
| D | test.yml | 10 group: ci-test-${{ github.head_ref }}
|
| D | build.yml | 10 group: ci-build-${{ github.head_ref }}
|
| /external/google-cloud-java/.github/workflows/ |
| D | versions.yaml | 34 … github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main' &&
|
| /external/cpuinfo/.github/workflows/ |
| D | build.yml | 10 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
| /external/sdk-platform-java/java-common-protos/.github/workflows/ |
| D | approve-readme.yaml | 22 if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/workflows/ |
| D | approve-readme.yaml | 22 if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
|
| /external/XNNPACK/.github/workflows/ |
| D | build.yml | 4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
| /external/google-auth-library-java/.github/workflows/ |
| D | auto-release.yaml | 22 if: contains(github.head_ref, 'release-please')
|
| /external/aws-sdk-java-v2/.github/workflows/ |
| D | codebuild-ci.yml | 122 BRANCH: ${{ github.head_ref || 'master'}}
|
| /external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/ |
| D | service-2.json | 4729 …HEAD_REF</code>, <code>BASE_REF</code>, <code>FILE_PATH</code>, and <code>COMMIT_MESSAGE</code>. <… 4733 …sion pattern. For example, a <code>WebHookFilter</code> that uses <code>HEAD_REF</code> for its <c… 4747 "HEAD_REF",
|