Searched defs:patch (Results 1 – 8 of 8) 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 …]
47 bool IsAtLeast(uint32_t major, uint32_t minor, uint32_t patch) const { in IsAtLeast()
34 audio_patch patch{}; in TEST() local
359 auto patch = std::make_unique<uint8_t[]>(op.data_length()); in ProcessDiff() local
292 uint16_t patch; member
764 base::FilePath patch; in ReadExtentsToDiff() local
1955 static inline bool audio_patch_has_hw_av_sync(const struct audio_patch *patch) { in audio_patch_has_hw_av_sync()1965 static inline bool audio_patch_is_valid(const struct audio_patch *patch) { in audio_patch_is_valid()
2353 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local