Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 4 of 4) sorted by relevance

/system/bt/doc/
Dstyle_guide.md337 ##### Start with a tree with your patch applied to the tip of tree
345 ##### Create a new branch starting from the first unrelated patch
353 ##### Reformat the code
357 ##### Commit your temporary formatting patch
363 ##### Revert your temporary formatting patch (**Bear with me!**)
367 ##### Apply your patch
373 ##### Reformat the code
377 ##### Commit your second temporary formatting patch
383 ##### Check to see that everything looks right
397 ##### Squash the last three patches with git rebase
[all …]
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc890 base::FilePath patch; in ReadExtentsToDiff() local
/system/media/audio/include/system/
Daudio.h1332 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()
/system/core/fastboot/
Dfastboot.cpp2022 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local