Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 8 of 8) 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/core/fs_mgr/libdm/include/libdm/
Ddm_target.h47 bool IsAtLeast(uint32_t major, uint32_t minor, uint32_t patch) const { in IsAtLeast()
/system/media/tests/
Dsystemaudio_tests.cpp34 audio_patch patch{}; in TEST() local
/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp359 auto patch = std::make_unique<uint8_t[]>(op.data_length()); in ProcessDiff() local
/system/chre/chpp/include/chpp/
Dtransport.h292 uint16_t patch; member
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc764 base::FilePath patch; in ReadExtentsToDiff() local
/system/media/audio/include/system/
Daudio.h1955 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()
/system/core/fastboot/
Dfastboot.cpp2353 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local