Searched refs:patch (Results 126 - 150 of 183) sorted by relevance

12345678

/external/chromium_org/chrome/tools/build/win/
H A Dcreate_installer_archive.py35 COMPRESSED_FILE_EXT = ".packed.7z" # extension of patch archive file
52 patch = 0
62 patch = line[6:]
63 return '%s.%s.%s.%s' % (major, minor, build, patch)
219 # If we are generating a patch, run bsdiff against previous build and
220 # compress the resulting patch file. If this is not a patch just compress the
529 # patch-<old_version>-<new_version>.7z or patch-<new_version>.7z
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression.py175 # dependency repositories. This patch send along with DEPS patch to try server.
176 # When a build requested is posted with a patch, bisect builders on try server,
225 2. Upload your patch with: $ git cl upload --bypass-hooks
434 """Formats file paths in the given patch text to Unix-style paths."""
1178 patch: A DEPS patch (used while bisecting 3rd party repositories).
1198 def DownloadCurrentBuild(self, revision, build_type='Release', patch=None):
1204 patch: A DEPS patch (use
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.c429 xa_tracker_version(int *major, int *minor, int *patch) argument
433 *patch = XA_TRACKER_VERSION_PATCH;
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py328 # because we want the patch sets to record the repository
329 # and base revision they are diffs against. We use the patch
331 # the first patch set. Instead the message gets used as the
1407 """import a patch from the code review server
1409 Imports a patch from the code review server into the local client.
1411 patch modifies, this command will refuse to apply the patch.
1413 Submitting an imported patch will keep the original author's
1551 # Create fresh CL and start with patch that would reverse the change.
1566 patch
[all...]
/external/chromium_org/v8/src/
H A Dfull-codegen.cc1629 Code* patch = isolate->builtins()->builtin(Builtins::kOnStackReplacement); local
1632 // to find the matching loops to patch the interrupt
1643 PatchAt(unoptimized, back_edges.pc(i), ON_STACK_REPLACEMENT, patch);
1654 Code* patch = isolate->builtins()->builtin(Builtins::kInterruptCheck); local
1665 PatchAt(unoptimized, back_edges.pc(i), INTERRUPT, patch);
1679 Code* patch = isolate->builtins()->builtin(Builtins::kOsrAfterStackCheck); local
1680 PatchAt(*code, pc, OSR_AFTER_STACK_CHECK, patch);
1690 Code* patch = isolate->builtins()->builtin(Builtins::kOnStackReplacement); local
1691 PatchAt(*code, pc, ON_STACK_REPLACEMENT, patch);
/external/clang/tools/clang-format/
H A Dgit-clang-format101 p.add_argument('-p', '--patch', action='store_true',
157 patch_mode=opts.patch)
158 if (opts.verbose >= 0 and not opts.patch) or opts.verbose >= 1:
259 The return value's `stdin` file object will produce a patch with the
261 (if non-empty). Zero context lines are used in the patch."""
427 `patch_mode`, runs `git checkout --patch` to select hunks interactively."""
439 # In patch mode, we could just as well create an index from the new tree
446 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c429 xa_tracker_version(int *major, int *minor, int *patch) argument
433 *patch = XA_TRACKER_VERSION_PATCH;
/external/regex-re2/lib/codereview/
H A Dcodereview.py328 # because we want the patch sets to record the repository
329 # and base revision they are diffs against. We use the patch
331 # the first patch set. Instead the message gets used as the
1404 """import a patch from the code review server
1406 Imports a patch from the code review server into the local client.
1408 patch modifies, this command will refuse to apply the patch.
1410 Submitting an imported patch will keep the original author's
1548 # Create fresh CL and start with patch that would reverse the change.
1563 patch
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dverify_ppapi_test.py162 with mock.patch('sys.stderr') as sys_stderr:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c137 if (info->in[i].patch && offset >= 0x20)
185 if (info->out[i].patch && offset >= 0x20)
235 if (info->in[i].patch)
249 if (info->out[i].patch)
349 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */
/external/chromium_org/tools/clang/scripts/
H A Dupdate.sh277 # Apply patch for tests failing with --disable-pthreads (llvm.org/PR11974)
291 patch -p4
308 patch -p0
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c137 if (info->in[i].patch && offset >= 0x20)
185 if (info->out[i].patch && offset >= 0x20)
235 if (info->in[i].patch)
249 if (info->out[i].patch)
349 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c283 info->version.patch) >=
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c463 int major, minor, patch, version, scannum; local
464 major = 0; minor = 0; patch = 0;
465 scannum = fscanf(metro_fp, "%d.%d.%d", &major, &minor, &patch);
470 version = major*100+minor*10+patch;
H A DSDL_x11wm.c600 info->version.patch) >= 1002 ) {
608 info->version.patch) >= 1212 ) {
/external/blktrace/doc/
H A Dblktrace.tex36 \item[Kernel patch] A patch to the Linux kernel which includes the
39 you don't need to patch blktrace support as it is already included.
51 The blktrace and blkparse utilities and associated kernel patch are provided
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where
82 linux-2.6.13.tar.bz2 and patch-2.6.14-rc1.bz2
88 % bunzip2 -c ../patch-2.6.14-rc1.bz2 | patch -p1
92 patch
[all...]
/external/e2fsprogs/debian/
H A Drules613 dpkg-gensymbols -p$$i -Pdebian/$$i > debian/$$i.tmp-patch; \
614 cat debian/$$i.tmp-patch; \
615 patch debian/$$i.symbols < debian/$$i.tmp-patch; \
616 /bin/rm debian/$$i.tmp-patch; \
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc126 WORD patch() const { return static_cast<WORD>(version_); } function in class:__anon5736::ChromeVersion
140 major(), minor(), build(), patch());
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py453 ("patch", "PATCH_LEVEL")]:
458 "your change. (If you need to iterate on the patch or double check "
469 print("Applying the patch \"%s\" failed. Either type \"ABORT<Return>\", "
476 self.Die("Applying the patch failed.")
482 # Takes a file containing the patch to apply as first argument.
504 self[prefix + "patch"]])
516 line = re.sub("\d+$", self[prefix + "patch"], line)
521 patch = self.GitDiff("HEAD^", "HEAD")
522 TextToFile(patch, self._config["PATCH_FILE"])
526 if not self.Command("patch", "
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc1319 const char* patch; local
1321 const char* human_version = tc_version(&major, &minor, &patch);
1322 snprintf(mmp, sizeof(mmp), "%d.%d%s", major, minor, patch);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc1319 const char* patch; local
1321 const char* human_version = tc_version(&major, &minor, &patch);
1322 snprintf(mmp, sizeof(mmp), "%d.%d%s", major, minor, patch);
/external/javassist/src/main/javassist/
H A DCtBehavior.java51 boolean patch = false;
60 patch = true;
67 if (isCons && patch)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc1487 int* major, int* minor, const char** patch) __THROW {
1490 if (patch) *patch = TC_VERSION_PATCH;
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h604 * minor version, and patch level. These structures should be modified to
610 int patch; /**< Patch-level. */ member in struct:__DRIversionRec

Completed in 1691 milliseconds

12345678