Home
last modified time | relevance | path

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

12345678910>>...26

/external/pdfium/third_party/libopenjpeg20/
DREADME.pdfium12 0000-use-colorspace.patch: Makes it possible to not call opj_jp2_apply_pclr().
13 0001-image-data.patch: Fix a crasher in opj_j2k_update_image_data().
14 0002-packet-iterator.patch: Fix integer overflow in opj_pi_create_decode().
15 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends.
16 0004-j2k_read_mcc.patch: Move incrementing of l_tcp->m_nb_mcc_records to the right place.
17 0005-jp2_apply_pclr.patch: Fix out of bounds access.
18 0006-tcd_init_tile.patch: Fix a divide by zero bug in opj_tcd_init_tile().
19 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace.
20 0008-jp2_check_color.patch: Replace an assertion with returning false.
21 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions.
[all …]
D0017-tcd_init_tile.patch1 …a/third_party/libopenjpeg20/0017-tcd_init_tile.patch b/third_party/libopenjpeg20/0017-tcd_init_til…
9 0014-opj_jp2_read_ihdr_leak.patch: Memory leak in opj_jp2_read_ihdr().
10 0015-read_SPCod_SPCoc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc.
11 0016-read_SQcd_SQcc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc.
12 +0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
/external/pdfium/third_party/libtiff/
DREADME.pdfium12 0000-build-config.patch: Local build configuration changes.
13 0001-build-config.patch: Enable HAVE_SEARCH_H in tiffconf.h for VS 2015
14 0002-CVE-2015-8665-8683.patch: Security fixes
15 0003-CVE-2015-8781-8782-8783.patch: Security fixes
16 0004-CVE-2015-8784.patch: Security fixes
17 0005-Leak-TIFFFetchStripThing.patch: Fix a memory leak
18 0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
19 0007-uninitialized-value.patch: Fix potentially uninitialized dircount value
20 0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
21 0009-HeapBufferOverflow-PixarLogDecode.patch: Fix a heap buffer overflow
[all …]
/external/pdfium/third_party/lcms2-2.6/
DREADME.pdfium12 0000-tag-type-confusion.patch: Fix a type confusion.
13 0001-from16-to-8-overflow.patch: Prevent a UBSan warning.
14 0002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList.
15 0003-uninit.patch: Fix use uninitialized value and stack buffer overflow read.
16 0004-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read.
17 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
18 0006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read.
19 0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling.
20 0008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read.
21 0009-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix.
[all …]
/external/skia/site/dev/contrib/
Dpatch.md5 externally-submitted patch, this is how to do it. (This technique is useful in
6 other situations too, like if you just want to try out somebody else's patch
11 to patch into your local checkout: https://codereview.appspot.com/6201055/
13 because there is no standard Windows "patch" tool.
16 …velopers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-patch-for-a-non-committer
21 git cl patch 6201055
26 1. Prepare your local workspace to accept the patch.
29 want to apply the patch.
31 clean enough" for your purposes). If the codereview patch was against
35 2. Download the raw patch set.
[all …]
/external/bouncycastle/
Dimport_bouncycastle.sh92 declare -r patch=$1
94 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then
97 regenerate $patch $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG
98 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; then
101 regenerate $patch $BOUNCYCASTLE_BCPKIX_DIR $BOUNCYCASTLE_BCPKIX_DIR_ORIG
103 usage "Unknown patch file $patch specified"
106 declare -r patch=$1
111 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then
112 …generate $patch $bcprov_tar $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG bcprov "$BOUNCY…
113 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; then
[all …]
/external/bsdiff/
Dbsdiff_unittest.cc39 BsdiffPatchFile patch; in TEST_F() local
40 EXPECT_TRUE(patch.LoadFromFile(patch_file_.filename())); in TEST_F()
41 EXPECT_TRUE(patch.IsValid()); in TEST_F()
44 EXPECT_EQ(14, patch.diff_len); in TEST_F()
45 EXPECT_EQ(14U, patch.extra_len); in TEST_F()
55 BsdiffPatchFile patch; in TEST_F() local
56 EXPECT_TRUE(patch.LoadFromFile(patch_file_.filename())); in TEST_F()
57 EXPECT_TRUE(patch.IsValid()); in TEST_F()
60 EXPECT_EQ(14, patch.diff_len); in TEST_F()
61 EXPECT_EQ(14U, patch.extra_len); in TEST_F()
/external/aac/libSBRdec/src/
Dlpp_tran.cpp244 int patch; in lppTransposer() local
617 patch = 0; in lppTransposer()
619 while ( patch < pSettings->noOfPatches ) { /* inner loop over every patch */ in lppTransposer()
621 int hiBand = loBand + patchParam[patch].targetBandOffs; in lppTransposer()
623 if ( loBand < patchParam[patch].sourceStartBand in lppTransposer()
624 || loBand >= patchParam[patch].sourceStopBand in lppTransposer()
628 patch++; in lppTransposer()
635 while (hiBand >= pSettings->bwBorders[bwIndex[patch]] && bwIndex[patch] < MAX_NUM_PATCHES-1) { in lppTransposer()
636 bwIndex[patch]++; in lppTransposer()
643 bw = FX_DBL2FX_SGL(bwVector[bwIndex[patch]]); in lppTransposer()
[all …]
/external/syslinux/doc/
DSubmittingPatches.txt44 generated by diff(1). When creating your patch, make sure to create it
51 To create a patch for a single file, it is often sufficient to do:
60 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
62 To create a patch for multiple files, you should unpack a "vanilla",
71 linux-2.6.12-vanilla $MYSRC > /tmp/patch
75 patch. The "dontdiff" file is included in the kernel tree in
79 Make sure your patch does not include any extra files which do not
80 belong in a patch submission. Make sure to review your patch -after-
86 kernel developers, very important if you want your patch accepted.
92 Andrew Morton's patch scripts:
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_monitor_test.py83 @mock.patch('devil.android.battery_utils.BatteryUtils')
84 @mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices')
92 @mock.patch('devil.android.battery_utils.BatteryUtils')
93 @mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices')
109 @mock.patch('devil.android.battery_utils.BatteryUtils')
110 @mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices')
123 @mock.patch('devil.android.battery_utils.BatteryUtils')
124 @mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices')
137 @mock.patch('devil.android.battery_utils.BatteryUtils')
138 @mock.patch('devil.android.device_utils.DeviceUtils.HealthyDevices')
[all …]
/external/scrypt/
Dimport_scrypt.sh90 declare -r patch=$1
94 regenerate $patch
96 declare -r patch=$1
100 generate $patch $tar
353 declare -r patch=$1
355 generatepatch $patch
359 declare -r patch=$1
363 applypatches $SCRYPT_DIR_ORIG $patch
372 generatepatch $patch
431patch -p1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regen…
[all …]
/external/autotest/utils/
Dcheck_patch.py86 def apply_patch(self, patch): argument
90 return self.backend.apply_patch(patch)
158 def apply_patch(self, patch): argument
166 utils.system_output("patch -p1 < %s" % patch)
305 def __init__(self, patch=None, patchwork_id=None, confirm=False): argument
308 if patch:
309 self.patch = os.path.abspath(patch)
311 self.patch = self._fetch_from_patchwork(patchwork_id)
313 if not os.path.isfile(self.patch):
315 self.patch)
[all …]
/external/skia/site/dev/chrome/
Dmulti_repo_trybots.md12 If the Skia patch is already in Gerrit and there are no associated Chromium
14 the Skia patch and run the bot.
18 If the Skia patch is already in Gerrit and there are associated Chromium
38 the numeric change number, ZZ is the patch set number and XX is the last two
50 Note that if your local skia patch in `third_party/skia` isn't clean (e.g., you
51 already applied some patch to it), then `gclient runhooks` won't successfully
57 If the patch is to files where the above is not possible, then it is still
58 possible to patch the files manually by adding the following to
65 … '-c', 'from distutils.dir_util import copy_tree; copy_tree("src/patch/", "src/");'
69 Then, copy all 'out of tree' files into \<chromium>/src/patch/, using the same
[all …]
/external/v8/tools/testrunner/objects/
Dworkpacket.py34 base_revision=None, patch=None, pubkey=None): argument
40 self.patch = patch
72 "patch": self.patch,
86 patch = packed["patch"]
89 base_revision=base_revision, patch=patch,
/external/libpng/
DREADME.android19 (4) Applied the Intel SSE patch
20 Upstream places the patch for SSE support
21 in contrib/intel/intel_sse.patch.
22 The patch was applied using the following command:
23 'patch -i contrib/intel/intel_sse.patch -p1'
/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils_test.py108 @mock.patch('time.sleep', mock.Mock())
214 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
215 with mock.patch('os.listdir', return_value=_VALID_FILES):
220 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
221 with mock.patch('os.listdir', return_value=_INVALID_FILES):
225 with mock.patch('os.listdir', return_value=[_BOARD + '.zip']):
230 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
231 with mock.patch('os.listdir', return_value=['android-info.txt']):
236 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
237 with mock.patch('os.listdir', return_value=_INVALID_FILES):
[all …]
Dmd5sum_test.py29 mock.patch('devil.devil_env._Environment.FetchPath',
31 mock.patch('os.path.exists',
45 with mock.patch('devil.utils.cmd_helper.GetCmdOutput',
60 with mock.patch('devil.utils.cmd_helper.GetCmdOutput',
79 with mock.patch('devil.utils.cmd_helper.GetCmdOutput',
109 with mock.patch('os.path.getsize', return_value=1337):
129 with mock.patch('os.path.getsize', return_value=1337):
153 with mock.patch('os.path.getsize', return_value=1337):
178 with mock.patch('os.path.getsize', return_value=1337):
198 with mock.patch('os.path.getsize', return_value=1337):
[all …]
/external/libmojo/third_party/catapult/devil/devil/android/
Dfastboot_utils_test.py108 @mock.patch('time.sleep', mock.Mock())
214 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
215 with mock.patch('os.listdir', return_value=_VALID_FILES):
220 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
221 with mock.patch('os.listdir', return_value=_INVALID_FILES):
225 with mock.patch('os.listdir', return_value=[_BOARD + '.zip']):
230 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
231 with mock.patch('os.listdir', return_value=['android-info.txt']):
236 with mock.patch('__builtin__.open', return_value=mock_file, create=True):
237 with mock.patch('os.listdir', return_value=_INVALID_FILES):
[all …]
Dmd5sum_test.py29 mock.patch('devil.devil_env._Environment.FetchPath',
31 mock.patch('os.path.exists',
45 with mock.patch('devil.utils.cmd_helper.GetCmdOutput',
60 with mock.patch('devil.utils.cmd_helper.GetCmdOutput',
79 with mock.patch('devil.utils.cmd_helper.GetCmdOutput',
109 with mock.patch('os.path.getsize', return_value=1337):
129 with mock.patch('os.path.getsize', return_value=1337):
153 with mock.patch('os.path.getsize', return_value=1337):
178 with mock.patch('os.path.getsize', return_value=1337):
198 with mock.patch('os.path.getsize', return_value=1337):
[all …]
Dlogcat_monitor_test.py65 @mock.patch('time.sleep', mock.Mock())
80 @mock.patch('time.sleep', mock.Mock())
91 @mock.patch('time.sleep', mock.Mock())
116 @mock.patch('time.sleep', mock.Mock())
140 @mock.patch('time.sleep', mock.Mock())
152 @mock.patch('time.sleep', mock.Mock())
167 @mock.patch('time.sleep', mock.Mock())
182 @mock.patch('time.sleep', mock.Mock())
200 @mock.patch('time.sleep', mock.Mock())
/external/skia/src/gpu/ops/
DGrLatticeOp.cpp48 Patch& patch = fPatches.push_back(); in NonAALatticeOp() local
49 patch.fViewMatrix = viewMatrix; in NonAALatticeOp()
50 patch.fColor = color; in NonAALatticeOp()
51 patch.fIter = std::move(iter); in NonAALatticeOp()
52 patch.fDst = dst; in NonAALatticeOp()
58 this->setTransformedBounds(patch.fDst, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAALatticeOp()
114 const Patch& patch = fPatches[i]; in onPrepareDraws() local
118 bool isScaleTranslate = patch.fViewMatrix.isScaleTranslate(); in onPrepareDraws()
120 patch.fIter->mapDstScaleTranslate(patch.fViewMatrix); in onPrepareDraws()
125 while (patch.fIter->next(&srcR, &dstR)) { in onPrepareDraws()
[all …]
/external/autotest/site_utils/
Ddeploy_server_local_unittest.py88 @mock.patch('subprocess.check_output', autospec=True)
108 @mock.patch('subprocess.check_output', autospec=True)
131 @mock.patch('subprocess.check_output', autospec=True)
142 @mock.patch('subprocess.check_output', autospec=True)
164 @mock.patch('subprocess.check_output', autospec=True)
193 @mock.patch('subprocess.check_call', autospec=True)
204 @mock.patch('subprocess.check_output', autospec=True)
214 @mock.patch.object(dsl, 'restart_service', autospec=True)
222 with mock.patch.object(dsl, 'service_status', autospec=True,
250 @mock.patch('subprocess.check_output', autospec=True)
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cc125 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
137 patch = internal_simple_strtoll(ptr+1, &ptr, 10); in FixedCVE_2016_2143()
143 if (minor == 2 && patch >= 79) in FixedCVE_2016_2143()
146 if (minor == 12 && patch >= 58) in FixedCVE_2016_2143()
152 if (minor == 1 && patch >= 21) in FixedCVE_2016_2143()
155 if (minor == 4 && patch >= 6) in FixedCVE_2016_2143()
/external/curl/packages/vms/
Dmake_pcsi_curl_kit_name.com147 $ patch = ""
153 $ patch = vtype + daily_tag
157 $ if eco_level .nes. "" then patch = eco_level
164 $ if update .nes. "" .or. patch .nes. ""
166 $! The presence of a patch implies an update
167 $ if update .eqs. "" .and. patch .nes. "" then update = "0"
168 $ version = version + "-" + update + patch
/external/autotest/server/cros/network/
Drf_switch_controller_test.py41 @mock.patch('autotest_lib.server.frontend.AFE')
55 @mock.patch('autotest_lib.server.frontend.AFE')
70 @mock.patch('autotest_lib.server.frontend.AFE')
75 with mock.patch('logging.Logger.error') as mock_logger:
84 @mock.patch('autotest_lib.server.frontend.AFE')
90 with mock.patch('logging.Logger.error') as mock_logger:

12345678910>>...26