/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | ftfy.sh | 9 This script applies a whitespace transformation to the commit at HEAD. If no 15 --amend Squashes the changes into the commit at HEAD 16 This option will also reformat the commit message. 17 --commit Creates a new commit containing only the whitespace changes 18 --msg-only Reformat the commit message only, ignore the patch itself. 47 commit() { function 59 git commit -a -C HEAD > /dev/null 60 git commit --amend -F- << EOF 79 git commit -a --amend -F "$NEW_COMMIT_MSG" 86 "${dirname_self}"/wrap-commit-msg.py \ [all …]
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
D | overlay3DPipe.h | 55 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()
|
D | overlayGenPipe.cpp | 71 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe 83 ret = mCtrl->commit(); in commit()
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlay3DPipe.h | 55 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()
|
D | overlayGenPipe.cpp | 71 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe 83 ret = mCtrl->commit(); in commit()
|
D | overlayGenPipe.h | 58 bool commit();
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlay3DPipe.h | 55 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()
|
D | overlayGenPipe.cpp | 123 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe 139 if(!mRot->commit()) { in commit() 156 ret = mCtrlData.ctrl.commit(); in commit()
|
D | overlayGenPipe.h | 59 bool commit();
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
D | overlay3DPipe.h | 55 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()
|
D | overlayGenPipe.cpp | 109 bool GenericPipe::commit() { in commit() function in overlay::GenericPipe 121 ret = mCtrlData.ctrl.commit(); in commit()
|
D | overlayGenPipe.h | 58 bool commit();
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayRotator.h | 75 virtual bool commit() = 0; 110 virtual bool commit(); 167 virtual bool commit();
|
D | overlayCtrlData.h | 69 bool commit(); 168 inline bool Ctrl::commit() { in commit() function
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayRotator.h | 75 virtual bool commit() = 0; 110 virtual bool commit(); 167 virtual bool commit();
|
D | overlayCtrlData.h | 69 bool commit(); 166 inline bool Ctrl::commit() { in commit() function
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayRotator.h | 89 virtual bool commit() = 0; 124 virtual bool commit(); 183 virtual bool commit();
|
D | overlayCtrlData.h | 71 bool commit(); 191 inline bool Ctrl::commit() { in commit() function
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayRotator.h | 89 virtual bool commit() = 0; 124 virtual bool commit(); 181 virtual bool commit();
|
D | overlayCtrlData.h | 71 bool commit(); 192 inline bool Ctrl::commit() { in commit() function
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | fb_priv.h | 48 struct mdp_display_commit commit; member
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | fb_priv.h | 48 struct mdp_display_commit commit; member
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | fb_priv.h | 48 struct mdp_display_commit commit; member
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | fb_priv.h | 48 struct mdp_display_commit commit; member
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 119 if (!ov.commit(dest)) { in configure() 252 if (!ov.commit(destL)) { in configure() 256 if (!ov.commit(destR)) { in configure()
|