Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 14 of 14) sorted by relevance

/system/bt/doc/
Dstyle_guide.md280 Use this option if your patch touches only a few files with few intermediate
283 ##### Find the formatting patch
289 ##### Revert the formatting patch
295 ##### Check for conflicts with your patch
299 If this list contains files modified by your patch, you should give up
305 If this list contains files not modified by your patch, you should unstage them
313 ##### Apply your patch
321 ##### Commit the code that your patch touched
331 ##### Review your new patch
335 #### Option 2: Reformat your patch
[all …]
/system/core/mkbootimg/include/bootimg/
Dbootimg.h55 void SetOsVersion(unsigned major, unsigned minor, unsigned patch) { in SetOsVersion()
57 os_version |= (((major & 0x7f) << 25) | ((minor & 0x7f) << 18) | ((patch & 0x7f) << 11)); in SetOsVersion()
/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() argument
1333 for (unsigned int i = 0; i < patch->num_sources; ++i) { in audio_patch_has_hw_av_sync()
1334 if (audio_port_config_has_hw_av_sync(&patch->sources[i])) return true; in audio_patch_has_hw_av_sync()
1336 for (unsigned int i = 0; i < patch->num_sinks; ++i) { in audio_patch_has_hw_av_sync()
1337 if (audio_port_config_has_hw_av_sync(&patch->sinks[i])) return true; 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() argument
1344 return patch->num_sources != 0 && patch->num_sources <= AUDIO_PATCH_PORTS_MAX && in audio_patch_is_valid()
1345 patch->num_sinks <= AUDIO_PATCH_PORTS_MAX; in audio_patch_is_valid()
/system/core/fs_mgr/
DREADME.overlayfs.md98 The patch is available on the upstream mailing list and the latest as of
99 Feb 8 2019 is https://lore.kernel.org/patchwork/patch/1009299/.
100 This patch adds an override_creds _mount_ option to overlayfs that
/system/core/shell_and_utilities/
DREADME.md106 more mountpoint mv netstat nice nl nohup od paste patch pgrep pidof
127 mountpoint mv netstat nice nl nohup od paste patch pgrep pidof pkill
150 nl nohup od paste patch pgrep pidof pkill pmap printenv printf ps pwd
176 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath
205 paste patch pgrep pidof ping ping6 pivot\_root pkill pmap printenv
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc890 base::FilePath patch; in ReadExtentsToDiff() local
891 TEST_AND_RETURN_FALSE(base::CreateTemporaryFile(&patch)); in ReadExtentsToDiff()
892 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff()
898 bsdiff::CreateBSDF2PatchWriter(patch.value(), in ReadExtentsToDiff()
903 bsdiff_patch_writer = bsdiff::CreateBsdiffPatchWriter(patch.value()); in ReadExtentsToDiff()
917 TEST_AND_RETURN_FALSE(utils::ReadFile(patch.value(), &bsdiff_delta)); in ReadExtentsToDiff()
/system/update_engine/scripts/
Dpayload_info_unittest.py192 with mock.patch.object(update_payload, 'Payload', return_value=payload), \
/system/core/fastboot/
Dfastboot.cpp2022 unsigned major = 0, minor = 0, patch = 0; in ParseOsVersion() local
2027 (versions.size() == 3 && !android::base::ParseUint(versions[2], &patch)) || in ParseOsVersion()
2028 (major > 0x7f || minor > 0x7f || patch > 0x7f)) { in ParseOsVersion()
2031 hdr->SetOsVersion(major, minor, patch); in ParseOsVersion()
/system/sepolicy/prebuilts/api/28.0/public/
Dshell.te87 # Allow shell to read the vendor security patch level for CTS
/system/sepolicy/public/
Dshell.te96 # Allow shell to read the vendor security patch level for CTS
/system/sepolicy/prebuilts/api/29.0/public/
Dshell.te96 # Allow shell to read the vendor security patch level for CTS
/system/extras/ioblame/
DREADME210 The -w (writepages) option requires this additional patch and
/system/sepolicy/private/
Dapp_neverallows.te146 # to the kernel patch at
/system/sepolicy/prebuilts/api/29.0/private/
Dapp_neverallows.te146 # to the kernel patch at