Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
DBresenhamTerrainPicker.java89 TerrainPatch patch = pd.targetPatch; in getTerrainIntersection() local
92 tracer.getGridSpacing().set(patch.getWorldScale()); in getTerrainIntersection()
93 tracer.setGridOrigin(patch.getWorldTranslation()); in getTerrainIntersection()
104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit); in getTerrainIntersection()
107 cr.setGeometry(patch); in getTerrainIntersection()
115 while (loc.x >= -1 && loc.x <= patch.getSize() && in getTerrainIntersection()
116 loc.y >= -1 && loc.y <= patch.getSize()) { in getTerrainIntersection()
121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) { in getTerrainIntersection()
125 cr.setGeometry(patch); in getTerrainIntersection()
149 if (checkTriangles(loc.x + dx, loc.y + dz, workRay, intersection, patch, hit)) { in getTerrainIntersection()
[all …]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DPerspectiveLodCalculator.java48 private TerrainPatch patch; field in PerspectiveLodCalculator
78 return calculateLod(patch, locations, updates); in calculateLod()
84 float[] lodEntropies = patch.getLodEntropies(); in calculateLod()
92 Vector3f patchPos = getCenterLocation(patch); in calculateLod()
100 for (int i = 0; i <= patch.getMaxLod(); i++) { in calculateLod()
101 if (distance < entropyDistances[i] || i == patch.getMaxLod()){ in calculateLod()
103 if (i != patch.getLod()) { in calculateLod()
107 int prevLOD = patch.getLod(); in calculateLod()
111 UpdatedTerrainPatch utp = updates.get(patch.getName()); in calculateLod()
113 … utp = new UpdatedTerrainPatch(patch, i);//save in here, do not update actual variables in calculateLod()
[all …]
/external/scrypt/
Dimport_scrypt.sh90 declare -r patch=$1
94 regenerate $patch
96 declare -r patch=$1
100 generate $patch $tar
385 generatepatch $patch
393 applypatches $SCRYPT_DIR_ORIG $patch
402 generatepatch $patch
460 echo "Applying patch $i"
463 echo "Skiping patch $i"
481 declare -r variable_name=SCRYPT_PATCHES_`basename $patch .patch | sed s/-/_/`_SOURCES
[all …]
/external/aac/libSBRdec/src/
Dlpp_tran.cpp240 int patch; in lppTransposer() local
606 patch = 0; in lppTransposer()
608 while ( patch < pSettings->noOfPatches ) { /* inner loop over every patch */ in lppTransposer()
610 int hiBand = loBand + patchParam[patch].targetBandOffs; in lppTransposer()
612 if ( loBand < patchParam[patch].sourceStartBand in lppTransposer()
613 || loBand >= patchParam[patch].sourceStopBand in lppTransposer()
617 patch++; in lppTransposer()
624 while (hiBand >= pSettings->bwBorders[bwIndex[patch]]) in lppTransposer()
625 bwIndex[patch]++; in lppTransposer()
632 bw = FX_DBL2FX_SGL(bwVector[bwIndex[patch]]); in lppTransposer()
[all …]
/external/selinux/libsemanage/
DChangeLog111 * patch for MCS/MLS in user files
124 * Add enable/disable patch support from Dan Walsh.
287 * Merged dbase_file_flush patch from Dan Walsh.
293 * Merged Makefile test target patch from Caleb Case.
294 * Merged get_commit_number function rename patch from Caleb Case.
295 * Merged strnlen -> strlen patch from Todd Miller.
304 * Merged patch to optionally reduce disk usage by removing
306 * Merged patch to correctly propagate return values in libsemanage
309 * Merged patch to compile wit -fPIC instead of -fpic from
318 * Merged patch to skip reload if no active store exists and
[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/selinux/policycoreutils/
DChangeLog437 * Restore symlink handling support to restorecon based on a patch by
662 …* Merged setsebool patch to only use libsemanage for persistent boolean changes from Stephen Small…
665 * Merged genhomedircon patch to use the __default__ setting from Dan Walsh.
674 * Merged seobject setransRecords patch to return the first alias from Xavier Toth.
680 * Merged restorecond init script LSB compliance patch from Steve Grubb.
700 * Merged setfiles memory leak patch from Todd Miller.
726 * Merged newrole man page patch from Michael Thompson.
729 * Merged patch to fix python unicode problem from Dan Walsh.
733 * Merged semodule patch to generalize list support from Karl MacMillan.
740 * Merged patch to correctly handle a failure during semanage handle
[all …]
/external/selinux/libsepol/
DChangeLog143 * Revert patch that removed expand_rule.
184 …* Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libse…
222 * Fixed module_package_read_offsets bug introduced by the prior patch.
237 * Merged error handling patch from Eamon Walsh.
251 * Merged patch to add errcodes.h to libsepol by Karl MacMillan.
257 * Merged patch to compile wit -fPIC instead of -fpic from
285 * Merged conditionally expand neverallows patch from Jeremy Mowery.
286 * Merged refactor expander patch from Jeremy Mowery.
292 * Merged symtab datum patch from Karl MacMillan.
298 * Merged helpful hierarchy check errors patch from Joshua Brindle.
[all …]
/external/v8/test/mjsunit/es6/
Dgenerators-debug-liveedit.js45 function patch(fun, from, to) { function
69 assertThrows(function() { patch(generator, "'Cat'", "'Capybara'") },
80 patch(generator, "'Cat'", "'Capybara'");
89 assertThrows(function() { patch(generator, "'Capybara'", "'Tapir'") },
108 assertThrows(function() { patch(fun_outside, "'Cat'", "'Cobra'") },
111 patch(fun_inside, "'Cat'", "'Koala'");
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
Dbuild.unix202 cnt=`ls ./src/patches/*.patch | wc -c`
237 for patch in $patches
239 if [ ! -f "$patch" ]; then
246 echo PATCHING WITH: "$patch"
247 ls -l "$patch"
249 patch -p0 < "$patch"
356 for patch in ../../patches/stunnel*
358 if [ ! -f "$patch" ]; then
365 echo PATCHING WITH: "$patch"
366 ls -l "$patch"
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.hlsl144 const OutputPatch<HS2DS, OUTPUT_PATCH_SIZE> patch)
148 float3 s = map(patch[0].position, patch[1].position, patch[2].position, k);
158 float3 ds_du = dmap_du(patch[0].position, patch[1].position, patch[2].position, k);
159 float3 ds_dv = dmap_du(patch[1].position, patch[2].position, patch[0].position, k.yzx);
160 float3 ds_dw = dmap_du(patch[2].position, patch[0].position, patch[1].position, k.zxy);
/external/v8/test/cctest/
Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, in SetVersion() argument
44 Version::patch_ = patch; in SetVersion()
53 int patch, bool candidate, in CheckVersion() argument
60 SetVersion(major, minor, build, patch, candidate, ""); in CheckVersion()
68 SetVersion(major, minor, build, patch, candidate, soname); in CheckVersion()
/external/aac/libSBRenc/src/
Dton_corr.cpp501 INT patch,k,i; in resetPatch() local
535 patch = 0; in resetPatch()
539 if (patch >= MAX_NUM_PATCHES) in resetPatch()
542 patchParam[patch].guardStartBand = targetStopBand; in resetPatch()
544 patchParam[patch].targetStartBand = targetStopBand; in resetPatch()
562 patch--; in resetPatch()
564 patchParam[patch].sourceStartBand = targetStopBand - patchDistance; in resetPatch()
565 patchParam[patch].targetBandOffs = patchDistance; in resetPatch()
566 patchParam[patch].numBandsInPatch = numBandsInPatch; in resetPatch()
567 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch; in resetPatch()
[all …]
/external/selinux/libselinux/
DChangeLog229 * mountpoint changing patch.
313 * Merged lazy init patch from Stephen Smalley based on original patch
341 * Netlink socket handoff patch from Adam Jackson.
461 * AVC enforcing mode override patch from Eamon Walsh.
502 * Added x_contexts path function patch from Eamon Walsh.
537 …* Merged patch to reduce size of libselinux and remove need for libsepol for embedded systems from…
538 …This patch also turns the link-time dependency on libsepol into a runtime (dlopen) dependency even…
547 * Merged helpful message when selinuxfs mount fails patch from Dax Kelson.
559 …* Merged userspace AVC patch to follow kernel's behavior for permissive mode in caching previous d…
563 * Merged sidput(NULL) patch from Eamon Walsh.
[all …]
/external/dexmaker/
DREADME17 bug-8108255.patch: temporary workaround to ClassLoading issues
19 bug-10862083.patch: Do not assert that InvocationHandler.invoke args should be non-null
22 to apply, run 'patch -p0 < bug-xyz.patch' from a fresh src
23 to remove, use 'patch -p0 -R < bug-xyz.patch'
/external/skia/src/core/
DSkMaskFilter.cpp223 NinePatch patch; in filterRRect() local
224 patch.fMask.fImage = NULL; in filterRRect()
227 &patch)) { in filterRRect()
228 SkASSERT(NULL == patch.fMask.fImage); in filterRRect()
231 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter); in filterRRect()
244 NinePatch patch; in filterPath() local
246 switch (this->filterRectsToNine(rects, rectCount, matrix, clip.getBounds(), &patch)) { in filterPath()
248 SkASSERT(NULL == patch.fMask.fImage); in filterPath()
252 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip, in filterPath()
257 SkASSERT(NULL == patch.fMask.fImage); in filterPath()
/external/deqp/data/gles31/shaders/
Dtessellation_negative_user_defined_io.test3 desc "per-patch variable type is array of structs"
22 patch out S patchVariable[2]; // array of structures is illegal
40 patch in S patchVariable[2]; // array of structures is illegal
62 desc "per-patch variable type is struct containing array"
81 patch out S patchVariable; // output structure containing array is illegal
98 patch in S patchVariable; // output structure containing array is illegal
/external/mesa3d/src/mapi/mapi/
Dentry_x86_tls.h96 char patch[8] = { in entry_patch_public() local
102 *((unsigned long *) (patch + 2)) = x86_current_tls(); in entry_patch_public()
105 memcpy(entry, patch, sizeof(patch)); in entry_patch_public()
/external/selinux/checkpolicy/
DChangeLog173 * Merged patch to allow dots in class identifiers from Caleb Case.
176 * Merged patch to use new libsepol error codes by Karl MacMillan.
196 * Merged symtab datum patch from Karl MacMillan.
202 * Merged patch to remove TE rule conflict checking from the parser
207 * Merged patch to make checkpolicy/checkmodule handling of
212 * Merged optionals in base take 2 patch set from Joshua Brindle.
215 * Merged compiler cleanup patch from Karl MacMillan.
216 * Merged fix warnings patch from Karl MacMillan.
249 * Merged optionals in base patch from Joshua Brindle.
252 * Merged sepol_av_to_string patch from Joshua Brindle.
[all …]
/external/strace/
Dstrace.spec356 - add further s390 patch from IBM
362 - Added latest s390(x) patch.
365 - preliminary x86_64 support with an ugly patch to help
369 - newer version of the clone fixing patch (Roland McGrath)
384 - fix for the last patch by Jeff Law (#62591)
387 - integrate patch from Jeff Law to eliminate hang tracing threads
406 - modify new syscall patch to allocate enough heap space in setgroups32()
422 - added S/390 patch from IBM, adapting it to not conflict with
423 IA64 patch
426 - doh, actually apply the 2.4 syscalls patch
[all …]
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt39 Has patch
87 has patch
116 has patch, unclear if Right Thing To Do
151 Has patch
169 Has patch; could possibly land?
190 341704 [patch] Remove unnecessary ifdef android for 'sh'
193 341726 [patch] Remove uneccessary ifdef _android_ from launcher-linux.c
204 Has patch
207 Has patch; -> Rhys?
237 Has plausible patch, should take, but needs test case
[all …]
/external/scrypt/patches/
DREADME1 bionic.patch:
5 use_openssl_pbkdf2.patch:
9 arm-neon.patch:
/external/valgrind/drd/scripts/
Ddownload-and-build-splash2.in28 if [ ! -e splash2-modified.patch.gz ]; then
29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
36 patch -p1 -s <<'EOF'
58 radiosity.h: patch.h model.h parallel.h task.h
80 patch -p1 -s <<EOF
157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit

12345678910>>...13