Searched refs:patch (Results 1 - 25 of 183) sorted by relevance

12345678

/external/chromium_org/net/third_party/nss/patches/
H A Dapplypatches.sh12 patch -p4 < $patches_dir/cachecerts.patch
14 patch -p4 < $patches_dir/clientauth.patch
16 patch -p4 < $patches_dir/didhandshakeresume.patch
18 patch -p4 < $patches_dir/getrequestedclientcerttypes.patch
20 patch -p4 < $patches_dir/restartclientauth.patch
[all...]
/external/chromium_org/remoting/tools/
H A Dandroid_version.py23 patch = int(version_components[3])
24 print branch * 1000 + patch
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsvn-unapply33 # 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 an
138 sub patch($) subroutine
[all...]
H A Dsvn-apply31 # "patch" script for WebKit Open Source Project, used to apply patches.
33 # Differences from invoking "patch -p0":
40 # Has mode where it will roll back to svn version numbers in the patch file so svn
42 # Paths from Index: lines are used rather than the paths on the patch lines, which
46 # Handles binary files (requires patches made by svn-create-patch).
47 # Handles copied and moved files (requires patches made by svn-create-patch).
53 # Handle copied and moved directories (would require patches made by svn-create-patch).
55 # Notice a patch that's being applied at the "wrong level" and make it work anyway.
56 # Do a dry run on the whole patch and don't do anything if part of the patch i
311 sub patch($) subroutine
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl37 $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, "
[all...]
H A DfixChangeLogPatchThenSetChangeLogDateAndReviewer.pl36 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);
H A DparsePatch.pl42 my $patch = <<'END',
81 open($fileHandle, "<", \$patch);
/external/chromium_org/v8/tools/testrunner/objects/
H A Dworkpacket.py34 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/qemu/distrib/sdl-1.2.15/test/
H A Dtestver.c30 compiled.major, compiled.minor, compiled.patch);
34 SDL_Linked_Version()->patch);
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dsel_ldr_test.py26 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:
H A Dgetos_test.py28 """Monkey patch some 2.7-only TestCase features."""
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:
101 with mock.patch('getos.GetChromePath') as mock_chrome_path:
110 self.patch = mock.patch
[all...]
H A Dnacl_config_test.py35 for patch in self.patches:
36 patch.stop()
39 patch = mock.patch(name)
40 self.patches.append(patch)
41 return patch.start()
/external/bouncycastle/
H A Dimport_bouncycastle.sh48 echo " ./import_bouncycastle.sh regenerate <patch/*.patch>"
49 echo " ./import_bouncycastle.sh generate <patch/*.patch> </path/to/bcprov-jdk*-*.tar.gz>"
55 die "Bouncy Castle patch directory patches/ not found"
92 declare -r patch=$1
93 shift || usage "No patch file specified."
94 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then
97 regenerate $patch $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG
98 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; the
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, argument
44 Version::patch_ = patch;
53 int patch, bool candidate,
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
52 CheckVersion(int major, int minor, int build, int patch, bool candidate, const char* expected_version_string, const char* expected_generic_soname) argument
/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-debug-liveedit.js45 function patch(fun, from, to) { function
69 assertThrows(function() { patch(generator, "'Cat'", "'Capybara'") },
79 // At this point one iterator is live, but closed, so the patch will succeed.
80 patch(generator, "'Cat'", "'Capybara'");
89 assertThrows(function() { patch(generator, "'Capybara'", "'Tapir'") },
93 // Try to patch functions with activations inside and outside generator
108 assertThrows(function() { patch(fun_outside, "'Cat'", "'Cobra'") },
111 patch(fun_inside, "'Cat'", "'Koala'");
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A Dgenerate_parser.sh27 patch --silent --forward < 64bit-tokenizer-safety.patch
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dgenerate_parser.sh28 patch --silent --forward < 64bit-lexer-safety.patch
/external/libnfc-nxp/src/
H A DphLibNfcStatus.h47 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
50 ( ((patch) << 8) & 0x0000FF00 ) | \
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_version.h50 Uint8 patch; member in struct:SDL_version
61 (X)->patch = SDL_PATCHLEVEL; \
/external/scrypt/
H A Dimport_scrypt.sh52 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 fil
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dentry_x86_tls.h96 char patch[8] = { local
102 *((unsigned long *) (patch + 2)) = x86_current_tls();
105 memcpy(entry, patch, sizeof(patch));
/external/mesa3d/src/mapi/mapi/
H A Dentry_x86_tls.h96 char patch[8] = { local
102 *((unsigned long *) (patch + 2)) = x86_current_tls();
105 memcpy(entry, patch, sizeof(patch));
/external/chromium_org/courgette/
H A Drun_stress_test74 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(e
[all...]
H A Danalyze_stress_test55 $(count_result "BEST_COURGETTE") patch(es) where courgette is smaller (bz2)
56 $(count_result "BEST_BSDIFF") patch(es) where bsdiff is smaller (xz)
57 $(count_result "BEST_TIE") patch(es) where both are the same size (bz2)
58 $(count_result "XZBEST_COURGETTE") patch(es) where courgette (xz) is smaller
59 $(count_result "XZBEST_BSDIFF") patch(es) where bsdiff is smaller (xz)
60 $(count_result "XZBEST_TIE") patch(es) where both are the same size (xz)
118 echo "$(compute_percentiles "TIME_GEN")to generate a patch (50th 90th 100th)"
119 echo "$(compute_percentiles "TIME_APPLY")to apply a patch (50th 90th 100th)"
/external/chromium_org/chrome/app/
H A Dclose_handle_hook_win.cc50 base::win::IATPatchFunction* patch = new base::win::IATPatchFunction;
51 patch->Patch(module.c_str(), "kernel32.dll", "CloseHandle", CloseHandleHook);
52 hooks_.push_back(patch);
57 reinterpret_cast<CloseHandleType>(patch->original_function());

Completed in 7998 milliseconds

12345678