/external/chromium_org/net/third_party/nss/patches/ |
D | applypatches.sh | 13 patch -p4 < $patches_dir/versionskew.patch 15 patch -p4 < $patches_dir/renegoscsv.patch 17 patch -p4 < $patches_dir/cachecerts.patch 19 patch -p4 < $patches_dir/peercertchain.patch 21 patch -p4 < $patches_dir/clientauth.patch 23 patch -p4 < $patches_dir/didhandshakeresume.patch 25 patch -p4 < $patches_dir/negotiatedextension.patch 27 patch -p4 < $patches_dir/getrequestedclientcerttypes.patch 29 patch -p4 < $patches_dir/restartclientauth.patch 31 patch -p4 < $patches_dir/channelid.patch [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
D | fixChangeLogPatch.pl | 75 patch => <<'END', 107 patch => <<'END', 143 patch => <<'END', 184 patch => <<'END', 226 patch => <<'END', 259 patch => <<'END', 295 patch => <<'END', 335 patch => <<'END', 374 patch => <<'END', 412 patch => <<'END', [all …]
|
D | runPatchCommand.pl | 41 my $patch = <<'END'; 48 $exitStatus = callSilently(\&runPatchCommand, $patch, ".", "file_to_patch.txt", $argsHashRef); 58 $patch = <<END; 74 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef); 82 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef); 91 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
|
D | setChangeLogDateAndReviewer.pl | 38 patch => <<'END', 77 patch => <<'END', 120 my $patch = $testCase->{patch}; 124 my $got = VCSUtils::setChangeLogDateAndReviewer($patch, $reviewer, $epochTime);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | svn-unapply | 75 sub patch($); 112 patch($diffHashRef); 117 patch($diffHashRef); 138 sub patch($) subroutine 144 my $patch = $diffHashRef->{svnConvertedText} || ""; 148 my $hasTextChunks = $patch && $diffHashRef->{numTextChunks}; 155 …$addition = 1 if ($diffHashRef->{isNew} || $diffHashRef->{copiedFromPath} || $patch =~ /\n@@ -0,0 … 156 $deletion = 1 if ($diffHashRef->{isDeletion} || $patch =~ /\n@@ .* \+0,0 @@/); 162 my $changeLogHash = fixChangeLogPatch($patch); 163 … unapplyPatch(unsetChangeLogDate($fullPath, $changeLogHash->{patch}), $fullPath, ["--fuzz=3"]); [all …]
|
D | svn-apply | 80 sub patch($); 155 patch($diffHashRef); 203 my ($patch, $pathRelativeToRoot, $options) = @_; 207 … my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs); 311 sub patch($) subroutine 318 my $patch = $diffHashRef->{svnConvertedText} || ""; 323 my $hasTextChunks = $patch && $diffHashRef->{numTextChunks}; 328 $addition = 1 if ($diffHashRef->{isNew} || $patch =~ /\n@@ -0,0 .* @@/); 329 $deletion = 1 if ($diffHashRef->{isDeletion} || $patch =~ /\n@@ .* \+0,0 @@/); 335 my $changeLogHash = fixChangeLogPatch($patch); [all …]
|
/external/chromium_org/third_party/sqlite/ |
D | README.chromium | 56 For reference, all of our local patches are also kept as .patch files in the 61 misc.patch 62 preload-cache.patch 63 safe-tolower.patch 64 fts2.patch 65 fts3.patch 66 fts3_85522.patch 67 icu-regexp.patch 68 icu-shell.patch 69 attach-integer.patch [all …]
|
/external/chromium_org/net/third_party/nss/ |
D | README.chromium | 20 patches/versionskew.patch 24 patches/renegoscsv.patch 29 patches/cachecerts.patch 33 patches/peercertchain.patch 34 patches/peercertchain2.patch 38 patches/clientauth.patch 43 patches/didhandshakeresume.patch 49 patches/negotiatedextension.patch 53 patches/getrequestedclientcerttypes.patch 56 patches/restartclientauth.patch [all …]
|
/external/bouncycastle/ |
D | import_bouncycastle.sh | 90 declare -r patch=$1 92 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then 95 regenerate $patch $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG 96 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; then 99 regenerate $patch $BOUNCYCASTLE_BCPKIX_DIR $BOUNCYCASTLE_BCPKIX_DIR_ORIG 101 usage "Unknown patch file $patch specified" 104 declare -r patch=$1 109 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then 110 …generate $patch $bcprov_tar $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG bcprov "$BOUNCY… 111 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; then [all …]
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
D | BresenhamTerrainPicker.java | 89 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/ |
D | PerspectiveLodCalculator.java | 48 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/ |
D | import_scrypt.sh | 90 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/openssl/ |
D | import_openssl.sh | 87 declare -r patch=$1 91 regenerate $patch 93 declare -r patch=$1 97 generate $patch $tar 456 generatepatch $patch 464 applypatches $OPENSSL_DIR_ORIG $patch 473 generatepatch $patch 531 echo "Applying patch $i" 534 echo "Skiping patch $i" 552 declare -r variable_name=OPENSSL_PATCHES_`basename $patch .patch | sed s/-/_/`_SOURCES [all …]
|
/external/chromium_org/third_party/openssl/openssl/ |
D | import_openssl.sh | 87 declare -r patch=$1 91 regenerate $patch 93 declare -r patch=$1 97 generate $patch $tar 456 generatepatch $patch 464 applypatches $OPENSSL_DIR_ORIG $patch 473 generatepatch $patch 531 echo "Applying patch $i" 534 echo "Skiping patch $i" 552 declare -r variable_name=OPENSSL_PATCHES_`basename $patch .patch | sed s/-/_/`_SOURCES [all …]
|
/external/aac/libSBRdec/src/ |
D | lpp_tran.cpp | 240 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/chromium_org/native_client_sdk/src/tools/tests/ |
D | getos_test.py | 39 self.patch1 = mock.patch.dict('os.environ', 42 self.patch2 = mock.patch.object(oshelpers, 'FindExeInPath', 52 with mock.patch.dict('os.environ', {'NACL_SDK_ROOT': 'dummy'}): 72 with mock.patch.dict('os.environ', {'CHROME_PATH': '/dummy/file'}): 88 with mock.patch.dict('os.environ', {'CHROME_PATH': mock_location}): 89 with mock.patch('os.path.exists') as mock_exists: 100 with mock.patch('os.path.exists') as mock_exists: 110 with mock.patch('os.path.exists') as mock_exists: 117 with mock.patch('os.path.exists') as mock_exists: 128 with mock.patch('getos.GetChromePath') as mock_chrome_path: [all …]
|
/external/chromium_org/courgette/ |
D | run_stress_test | 74 local patch="${patches_dir}/${file1}.patch" 90 mkdir -p "$(dirname "${patch}")" 94 "${patch}" 96 ${time} -f "TIME_APPLY %e ${file1}" courgette -apply "${file1}" "${patch}" \ 116 local bz2_patch="${patch}.bz2" 117 local xz_patch="${patch}.xz" 118 bzip2 -9 -c "${patch}" > "${bz2_patch}" 119 xz -9 -c "${patch}" > "${xz_patch}" 172 $(count_result "BEST_COURGETTE") patch(es) where courgette (bz2) is smaller 173 $(count_result "BEST_BSDIFF") patch(es) where bsdiff is smaller (bz2) [all …]
|
/external/openssl/patches/ |
D | README | 1 progs.patch: 6 handshake_cutthrough.patch 9 Finished message even when negotiating full-handshakes. With this patch, 13 jsse.patch 17 channelid.patch 22 eng_dyn_dirs.patch 26 fix_clang_build.patch 30 tls12_digests.patch 35 alpn.patch
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
D | README | 1 progs.patch: 6 handshake_cutthrough.patch 9 Finished message even when negotiating full-handshakes. With this patch, 13 jsse.patch 17 channelid.patch 22 eng_dyn_dirs.patch 26 fix_clang_build.patch
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
D | 0003-x509_hash_name_algorithm_change.patch | 5 channelid.patch \ 6 eng_dyn_dirs.patch \ 7 fix_clang_build.patch \ 8 +x509_hash_name_algorithm_change.patch \ 19 ….1/patches/x509_hash_name_algorithm_change.patch android-openssl/patches/x509_hash_name_algorithm_… 20 --- android-openssl.1/patches/x509_hash_name_algorithm_change.patch 1970-01-01 01:00:00.000000000 +… 21 +++ android-openssl/patches/x509_hash_name_algorithm_change.patch 2013-03-25 11:32:21.366375000 +01…
|
/external/chromium_org/third_party/icu/ |
D | README.chromium | 16 - Apply platform.patch in patches directory. : It applies the upstream 17 patch to platform.h.in (see http://bugs.icu-project.org/trac/ticket/8248) 32 - Apply patches/pmach.h.patch on Mac to pmac.h 35 pandroid.h and applying the patches/pandroid.h.patch. 50 frequency list with the following patch and cjdict.txt. 52 - patches/segmentation.patch : 64 - patches/brkitr.patch 77 - android/brkitr.patch (to be applied for Android build only) : 79 patches/brkitr.patch to reduce binary size for Android. 84 5. Converter changes : converters.patch [all …]
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
D | diff_match_patch.java | 1694 protected void patch_addContext(Patch patch, String text) { in patch_addContext() argument 1698 String pattern = text.substring(patch.start2, patch.start2 + patch.length1); in patch_addContext() 1706 pattern = text.substring(Math.max(0, patch.start2 - padding), in patch_addContext() 1707 Math.min(text.length(), patch.start2 + patch.length1 + padding)); in patch_addContext() 1713 String prefix = text.substring(Math.max(0, patch.start2 - padding), in patch_addContext() 1714 patch.start2); in patch_addContext() 1716 patch.diffs.addFirst(new Diff(Operation.EQUAL, prefix)); in patch_addContext() 1719 String suffix = text.substring(patch.start2 + patch.length1, in patch_addContext() 1720 Math.min(text.length(), patch.start2 + patch.length1 + padding)); in patch_addContext() 1722 patch.diffs.addLast(new Diff(Operation.EQUAL, suffix)); in patch_addContext() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | scm_unittest.py | 352 patch = scm.create_patch() 353 self.assertNotRegexpMatches(patch, r'Subversion Revision:') 493 patch = self.scm.create_patch() 494 self.assertRegexpMatches(patch, r'test_file_commit1') 495 self.assertRegexpMatches(patch, r'test_file_commit2') 499 patch = self.scm.create_patch() 500 self.assertRegexpMatches(patch, r'test_file_commit2') 501 self.assertRegexpMatches(patch, r'test_file_commit1') 502 self.assertRegexpMatches(patch, r'Subversion Revision: 5') 509 patch = self.scm.create_patch() [all …]
|
/external/chromium_org/v8/tools/testrunner/objects/ |
D | workpacket.py | 34 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/chromium_org/third_party/re2/ |
D | README.chromium | 17 (patches/remove-valgrind-code.patch) 18 - Support for Windows (patches/re2-msvc9-chrome.patch) 19 - Support Android (patches/re2-android.patch) 20 - Remove static initializers (patches/remove-static-initializers.patch) 21 - Rename POSIX configuration (patches/rename-posix-option.patch) 22 - Support libcxx (patches/re2-libcxx.patch) 25 (patches/re2-memory-optimization.patch)
|