Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 100) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/bin/
Dcommit_in_branch_test.py34 def test_canonicalize_commit(commit: str, expected: bool) -> None:
36 assert canonicalize_commit(commit)
39 assert canonicalize_commit(commit)
59 def test_validate_branch(commit: str, expected: bool) -> None:
61 assert validate_branch(commit)
64 assert validate_branch(commit)
84 def test_is_commit_valid(commit: str, expected: bool) -> None:
85 assert is_commit_valid(commit) == expected
101 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None:
102 assert branch_has_commit(branch, commit) == expected
[all …]
Dcommit_in_branch.py41 def is_commit_valid(commit: str) -> bool:
42 ret = subprocess.call(['git', 'cat-file', '-e', commit],
48 def branch_has_commit(upstream_branch: str, commit: str) -> bool:
53 commit, upstream_branch],
59 def branch_has_backport_of_commit(upstream_branch: str, commit: str) -> str:
68 '--grep', 'cherry picked from commit ' + commit],
73 def canonicalize_commit(commit: str) -> str:
79 if not is_commit_valid(commit):
80 raise argparse.ArgumentTypeError('invalid commit identifier: ' + commit)
82 out = subprocess.check_output(['git', 'rev-parse', commit],
[all …]
Dgen_calendar_entries.py74 def commit(message: str) -> None: function
119 commit(f'docs: Add calendar entries for {major}.{minor} release candidates.')
163 commit(f'docs: Add calendar entries for {args.series} release.')
226 commit(f'docs: Extend calendar entries for {args.series} by {args.count} releases.')
/hardware/qcom/display/msm8084/liboverlay/pipes/
Doverlay3DPipe.h55 bool commit();
85 bool commit();
115 bool commit();
145 bool commit();
185 inline bool M3DExtPipe<CHAN>::commit() { return mM3d.commit(); } in commit() function
254 inline bool M3DPrimaryPipe<CHAN>::commit() { return mM3d.commit(); } in commit() function
312 inline bool S3DExtPipe<CHAN>::commit() { return mS3d.commit(); } in commit() function
380 inline bool S3DPrimaryPipe<CHAN>::commit() { in commit() function
386 return mS3d.commit(); in commit()
DoverlayGenPipe.cpp71 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe
83 ret = mCtrl->commit(); in commit()
/hardware/qcom/display/msm8960/liboverlay/pipes/
Doverlay3DPipe.h55 bool commit();
85 bool commit();
115 bool commit();
145 bool commit();
185 inline bool M3DExtPipe<CHAN>::commit() { return mM3d.commit(); } in commit() function
254 inline bool M3DPrimaryPipe<CHAN>::commit() { return mM3d.commit(); } in commit() function
312 inline bool S3DExtPipe<CHAN>::commit() { return mS3d.commit(); } in commit() function
380 inline bool S3DPrimaryPipe<CHAN>::commit() { in commit() function
386 return mS3d.commit(); in commit()
DoverlayGenPipe.cpp123 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe
139 if(!mRot->commit()) { in commit()
156 ret = mCtrlData.ctrl.commit(); in commit()
/hardware/interfaces/scripts/
Danapic_hidl2aidl_review.sh30 git commit -am "convert $1" --no-edit
32 git commit --amend --no-edit
Danapic_release_diff.sh27 git commit -am "Android $1 to $2: $3" --no-edit
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
DREADME14 The last update was done at the following kernel commit :
16 commit 2e1492835e439fceba57a5b0f9b17da8e78ffa3d
/hardware/qcom/display/msm8994/liboverlay/pipes/
DoverlayGenPipe.cpp73 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe
74 return mCtrl->commit(); in commit()
/hardware/qcom/display/msm8226/liboverlay/pipes/
DoverlayGenPipe.cpp73 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe
74 return mCtrl->commit(); in commit()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayRotator.h75 virtual bool commit() = 0;
110 virtual bool commit();
167 virtual bool commit();
/hardware/google/gfxstream/third-party/stb/
DREADME.android.md3 Current version is from commit af1a5bc352164740c1cc1354942b1c6b72eacb8a
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Routing.cpp127 IPACMDBG("commit value: %d\n", ruleTable->commit); in AddRoutingRule_hw_index()
145 ruleTable_v2->commit = ruleTable->commit; in AddRoutingRule_hw_index()
335 rt_rule->commit = 1; in DeleteRoutingHdl()
DIPACM_Header.cpp176 pHeaderDescriptor->commit = true; in DeleteHeaderHdl()
223 pHeaderTable->commit = 1; in DeleteHeaderProcCtx()
/hardware/google/graphics/zuma/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/hardware/google/graphics/gs101/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/hardware/google/graphics/zumapro/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/hardware/google/graphics/common/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/hardware/google/camera/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/hardware/qcom/display/msm8960/liboverlay/
DoverlayRotator.h89 virtual bool commit() = 0;
124 virtual bool commit();
183 virtual bool commit();
/hardware/qcom/display/msm8226/liboverlay/
DoverlayRotator.h75 virtual bool commit() = 0;
115 virtual bool commit();
174 virtual bool commit();
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Header.cpp176 pHeaderDescriptor->commit = true; in DeleteHeaderHdl()
223 pHeaderTable->commit = 1; in DeleteHeaderProcCtx()
/hardware/google/pixel/
DPREUPLOAD.cfg6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp

1234