Searched defs:patch (Results 1 – 4 of 4) sorted by relevance
337 ##### Start with a tree with your patch applied to the tip of tree345 ##### Create a new branch starting from the first unrelated patch353 ##### Reformat the code357 ##### Commit your temporary formatting patch363 ##### Revert your temporary formatting patch (**Bear with me!**)367 ##### Apply your patch373 ##### Reformat the code377 ##### Commit your second temporary formatting patch383 ##### Check to see that everything looks right397 ##### Squash the last three patches with git rebase[all …]
890 base::FilePath patch; in ReadExtentsToDiff() local
1332 static inline bool audio_patch_has_hw_av_sync(const struct audio_patch *patch) { in audio_patch_has_hw_av_sync()1342 static inline bool audio_patch_is_valid(const struct audio_patch *patch) { in audio_patch_is_valid()
2022 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local