/external/chromium_org/net/third_party/nss/patches/ |
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 [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
runPatchCommand.pl | 37 $title = "runPatchCommand: Unsuccessful patch, forcing."; 39 # Since $patch has no "Index:" path, passing this to runPatchCommand 41 my $patch = <<'END'; 42 Garbage patch contents 46 # patch: **** Only garbage was found in the patch input. 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) [all...] |
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl | 36 testName => "New entry inserted earlier in the file, but after an entry with the same author and date, patch applied a day later.", 39 patch => <<'END', 83 my $patch = $testCase->{patch}; 87 my $fixedChangeLog = VCSUtils::fixChangeLogPatch($patch); 88 my $got = VCSUtils::setChangeLogDateAndReviewer($fixedChangeLog->{patch}, $reviewer, $epochTime);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-unapply | 33 # Differences from invoking "patch -p0 -R": 39 # Paths from Index: lines are used rather than the paths on the patch lines, which 43 # the patch before it is applied (svn-apply sets it when applying a patch). 44 # Handles binary files (requires patches made by svn-create-patch). 45 # Handles copied and moved files (requires patches made by svn-create-patch). 51 # Handle copied and moved directories (would require patches made by svn-create-patch). 52 # Use version numbers in the patch file and do a 3-way merge. 54 # Notice a patch that's being unapplied at the "wrong level" and make it work anyway. 55 # Do a dry run on the whole patch and don't do anything if part of the patch i 138 sub patch($) subroutine [all...] |
/bootable/recovery/applypatch/ |
imgpatch.c | 17 // See imgdiff.c in this directory for a description of the patch file 33 * Apply the patch given in 'patch_filename' to the source data given 39 const Value* patch, 43 char* header = patch->data; 44 if (patch->size < 12) { 45 printf("patch too short to contain header\n"); 53 printf("corrupt patch file header (magic number)\n"); 62 if (pos + 4 > patch->size) { 66 int type = Read4(patch->data + pos); 70 char* normal_header = patch->data + pos [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testver.c | 30 compiled.major, compiled.minor, compiled.patch); 34 SDL_Linked_Version()->patch);
|
/external/bouncycastle/ |
import_bouncycastle.sh | 46 echo " ./import_bouncycastle.sh regenerate <patch/*.patch>" 47 echo " ./import_bouncycastle.sh generate <patch/*.patch> </path/to/bcprov-jdk*-*.tar.gz>" 53 die "Bouncy Castle patch directory patches/ not found" 90 declare -r patch=$1 91 shift || usage "No patch file specified." 92 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then 95 regenerate $patch $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG 96 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; the [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/ |
PerspectiveLodCalculator.java | 48 private TerrainPatch patch; field in class:PerspectiveLodCalculator 78 return calculateLod(patch, locations, updates); 84 float[] lodEntropies = patch.getLodEntropies(); 92 Vector3f patchPos = getCenterLocation(patch); 94 // vector from camera to patch 100 for (int i = 0; i <= patch.getMaxLod(); i++) { 101 if (distance < entropyDistances[i] || i == patch.getMaxLod()){ 103 if (i != patch.getLod()) { 107 int prevLOD = patch.getLod(); 111 UpdatedTerrainPatch utp = updates.get(patch.getName()) [all...] |
/external/chromium_org/v8/tools/testrunner/objects/ |
workpacket.py | 34 base_revision=None, patch=None, pubkey=None): 40 self.patch = patch 72 "patch": self.patch, 86 patch = packed["patch"] 89 base_revision=base_revision, patch=patch,
|
/external/chromium_org/v8/test/cctest/ |
test-version.cc | 39 void SetVersion(int major, int minor, int build, int patch, 44 Version::patch_ = patch; 53 int patch, bool candidate, 60 SetVersion(major, minor, build, patch, candidate, ""); 68 SetVersion(major, minor, build, patch, candidate, soname);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
BresenhamTerrainPicker.java | 51 * all of the TerrainPatches hit (in distance order.) The triangles of each patch 89 TerrainPatch patch = pd.targetPatch; local 92 tracer.getGridSpacing().set(patch.getWorldScale()); 93 tracer.setGridOrigin(patch.getWorldTranslation()); 104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit); 107 cr.setGeometry(patch); 115 while (loc.x >= -1 && loc.x <= patch.getSize() && 116 loc.y >= -1 && loc.y <= patch.getSize()) { 121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) { 125 cr.setGeometry(patch); [all...] |
/external/v8/test/cctest/ |
test-version.cc | 39 void SetVersion(int major, int minor, int build, int patch, 44 Version::patch_ = patch; 53 int patch, bool candidate, 60 SetVersion(major, minor, build, patch, candidate, ""); 68 SetVersion(major, minor, build, patch, candidate, soname);
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchPeeker.cpp | 25 Res_png_9patch* patch = (Res_png_9patch*) data; local 26 size_t patchSize = patch->serializedSize(); 30 memcpy(patchNew, patch, patchSize); 36 //printf("9patch: (%d,%d)-(%d,%d)\n", 41 // 'cause we don't want 565 predithered, since as a 9patch, we know
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
sel_ldr_test.py | 26 with mock.patch('sys.stderr'): 30 with mock.patch('subprocess.call') as call: 31 with mock.patch('os.path.exists'): 32 with mock.patch('os.path.isfile'): 33 with mock.patch('create_nmf.ParseElfHeader') as parse_header: 35 with mock.patch('getos.GetPlatform') as get_platform:
|
/external/chromium_org/third_party/angle/src/compiler/ |
generate_parser.sh | 28 patch --silent --forward < 64bit-lexer-safety.patch
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
generate_parser.sh | 27 patch --silent --forward < 64bit-tokenizer-safety.patch
|
/external/libnfc-nxp/src/ |
phLibNfcStatus.h | 47 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \ 50 ( ((patch) << 8) & 0x0000FF00 ) | \
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_version.h | 50 Uint8 patch; member in struct:SDL_version 61 (X)->patch = SDL_PATCHLEVEL; \
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_version.h | 50 Uint8 patch; member in struct:SDL_version 61 (X)->patch = SDL_PATCHLEVEL; \
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_version.h | 50 Uint8 patch; member in struct:SDL_version 61 (X)->patch = SDL_PATCHLEVEL; \
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_version.h | 50 Uint8 patch; member in struct:SDL_version 61 (X)->patch = SDL_PATCHLEVEL; \
|
/external/chromium_org/third_party/openssl/openssl/ |
import_openssl.sh | 49 echo " ./import_openssl.sh regenerate <patch/*.patch>" 50 echo " ./import_openssl.sh generate <patch/*.patch> </path/to/openssl-*.tar.gz>" 56 die "OpenSSL patch directory patches/ not found" 87 declare -r patch=$1 88 shift || usage "No patch file specified." 91 regenerate $patch 93 declare -r patch=$1 94 shift || usage "No patch file specified. [all...] |
/external/openssl/ |
import_openssl.sh | 49 echo " ./import_openssl.sh regenerate <patch/*.patch>" 50 echo " ./import_openssl.sh generate <patch/*.patch> </path/to/openssl-*.tar.gz>" 56 die "OpenSSL patch directory patches/ not found" 87 declare -r patch=$1 88 shift || usage "No patch file specified." 91 regenerate $patch 93 declare -r patch=$1 94 shift || usage "No patch file specified. [all...] |
/external/scrypt/ |
import_scrypt.sh | 52 echo " ./import_scrypt.sh regenerate <patch/*.patch>" 53 echo " ./import_scrypt.sh generate <patch/*.patch> </path/to/scrypt-*.tar.gz>" 59 die "scrypt patch directory patches/ not found" 90 declare -r patch=$1 91 shift || usage "No patch file specified." 94 regenerate $patch 96 declare -r patch=$1 97 shift || usage "No patch file specified. [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/ |
entry_x86_tls.h | 96 char patch[8] = { local 102 *((unsigned long *) (patch + 2)) = x86_current_tls(); 105 memcpy(entry, patch, sizeof(patch));
|