Home
last modified time | relevance | path

Searched full:head_ref (Results 1 – 21 of 21) sorted by relevance

/external/bcc/cmake/
DGetGitRevisionDescription.cmake.in23 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}")
DGetGitRevisionDescription.cmake72 set(${_refspecvar} "${HEAD_REF}" PARENT_SCOPE)
/external/mesa3d/src/imagination/vulkan/
Dpvr_spm.c65 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 …]
Dpvr_spm.h58 struct pvr_spm_scratch_buffer *head_ref; member
/external/toolchain-utils/llvm_tools/
Dget_patch.py370 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],
Drevert_checker.py153 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/
Ddocumentation-links.yml17 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Dverify-ensurepip-wheels.yml20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Dbuild_msi.yml30 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Ddoc.yml32 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Dbuild.yml29 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
/external/libbpf/.github/workflows/
Dtest.yml10 group: ci-test-${{ github.head_ref }}
Dbuild.yml10 group: ci-build-${{ github.head_ref }}
/external/google-cloud-java/.github/workflows/
Dversions.yaml34 … github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main' &&
/external/cpuinfo/.github/workflows/
Dbuild.yml10 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
/external/sdk-platform-java/java-common-protos/.github/workflows/
Dapprove-readme.yaml22 if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/workflows/
Dapprove-readme.yaml22 if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
/external/XNNPACK/.github/workflows/
Dbuild.yml4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
/external/google-auth-library-java/.github/workflows/
Dauto-release.yaml22 if: contains(github.head_ref, 'release-please')
/external/aws-sdk-java-v2/.github/workflows/
Dcodebuild-ci.yml122 BRANCH: ${{ github.head_ref || 'master'}}
/external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/
Dservice-2.json4729HEAD_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",