HomeSort by relevance Sort by last modified time
    Searched refs:patch (Results 76 - 100 of 207) sorted by null

1 2 34 5 6 7 8 9

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 137 Feeding EWS (1 r? patch, 1 new)
157 self.assertEquals(patch_id, None) # 2 is an invalid patch id
180 # We want to reject the patch after the first validation,
185 def refetch_patch(self, patch):
187 return self._tool.bugs.fetch_attachment(patch.id())
190 "id": patch.id(),
191 "bug_id": patch.bug_id(),
211 "should_proceed_with_work_item": "MOCK: update_status: commit-queue Processing patch\n",
215 MOCK: update_status: commit-queue Applied patch
216 MOCK: update_status: commit-queue Built patch
    [all...]
earlywarningsystem_unittest.py 63 def mock_review_patch(patch):
76 ews._build = lambda patch, first_run=False: False
stepsequence.py 39 def handle_script_error(cls, tool, patch, script_error):
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py 155 def apply_patch(self, patch, force=False):
156 # It's possible that the patch was not made from the root directory.
160 if patch.reviewer():
161 args += ['--reviewer', patch.reviewer().full_name]
164 run_command(args, input=patch.contents())
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 157 NinePatch* patch) const {
225 // we're too small, relative to our blur, to break into nine-patch,
244 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
247 patch->fMask.fBounds.offsetTo(0, 0);
248 patch->fOuterRect = dstM.fBounds;
249 patch->fCenter = center;
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 327 my $patch;
329 # Read in patch for incorrectly merged ChangeLog entry
333 $patch = <GIT>;
341 # The patch must have 0 or more lines of context, then 1 or more lines
343 if ($patch =~ /\n@@ -(\d+),(\d+) \+(\d+),(\d+) @@\n( .*\n)*((\+.*\n)+)( .*\n)+$/m) {
344 # Copy the header from the original patch.
345 my $newPatch = substr($patch, 0, index($patch, "@@ -${1},${2} +${3},${4} @@"));
347 # Generate a new set of line numbers and patch lengths. Our new
348 # patch will start with the lines for the fixed ChangeLog entry
    [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 18 --msg-only Reformat the commit message only, ignore the patch itself.
42 [ $INTERSECT_RESULT -ne 0 ] && patch -p1 < "$1"
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 106 patch = tool.bugs.fetch_attachment(197)
133 The dummy-queue is continuing to process your patch.
146 OutputCapture().assert_outputs(self, reporter.report_flaky_tests, [patch, test_results, MockZipFile()], expected_stderr=expected_stderr)
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 134 _patch7 = { # Valid review, patch is marked obsolete.
170 "title": "Bug with a patch needing review.",
229 return map(lambda patch: patch.id(), unreviewed_patches)
304 def set_override_patch(self, patch):
305 self._override_patch = patch
546 # that LandDiff will try to actually read the patch from disk!
557 def apply_patch(self, patch, force=False):
631 def release_work_item(self, queue_name, patch):
632 log("MOCK: release_work_item: %s %s" % (queue_name, patch.id())
    [all...]
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 42 patch -p0 <rpm/%{name}-SuSE.patch
  /external/webkit/Tools/QueueStatusServer/
main.py 39 from handlers.patch import Patch
59 (r'/patch-status/(.*)/(.*)', PatchStatus),
60 (r'/patch/(.*)', Patch),
67 (r'/next-patch/(.*)', NextPatch),
68 (r'/release-patch', ReleasePatch),
  /external/llvm/utils/
codegen-diff 98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
131 You will need my B<gdb> patch:
133 http://llvm.cs.uiuc.edu/~gaeke/gdb-disassembly-print-bytes.patch
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /external/openssh/contrib/redhat/
openssh.spec 419 (patch from bet@rahul.net)
444 - add Markus's patch to compile with OpenSSL 0.9.5a (from
453 - drop debug patch, fixed upstream
501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
533 - disable the gssapi patch
537 - refresh to a new version of the gssapi patch
    [all...]
  /external/skia/legacy/src/utils/
SkCamera.cpp 405 SkPatch3D patch; local
406 patch.transform(fRec->fMatrix);
407 return patch.dotWith(x, y, z);
412 SkPatch3D patch; local
413 patch.transform(fRec->fMatrix);
414 fCamera.patchToMatrix(patch, matrix);
  /external/skia/src/utils/
SkCamera.cpp 405 SkPatch3D patch; local
406 patch.transform(fRec->fMatrix);
407 return patch.dotWith(x, y, z);
412 SkPatch3D patch; local
413 patch.transform(fRec->fMatrix);
414 fCamera.patchToMatrix(patch, matrix);
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 77 #define RVCT_VERSION_AT_LEAST(major, minor, patch, build) (__ARMCC_VERSION >= (major * 100000 + minor * 10000 + patch * 1000 + build))
80 #define RVCT_VERSION_AT_LEAST(major, minor, patch, build) 0
88 #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 10000 + minor * 100 + patch))
91 #define GCC_VERSION_AT_LEAST(major, minor, patch) 0
767 // Will submit this as a patch to apple
770 // Will submit this as a patch to apple
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-2.js 53 // We patch innermost function "Chooser".
54 // However, this does not actually patch existing "Chooser" instances,
  /external/v8/tools/
common-includes.sh 38 PATCH_FILE="$PERSISTFILE_BASENAME-patch"
39 PATCH_OUTPUT_FILE="$PERSISTFILE_BASENAME-patch-output"
147 for v in MAJOR MINOR BUILD PATCH; do
156 echo -n "Please enter the email address of a V8 reviewer for your patch: "
165 change. (If you need to iterate on the patch or double check that it's \
176 # Takes a file containing the patch to apply as first argument.
178 patch -p1 < "$1" > "$PATCH_OUTPUT_FILE" || \
179 { cat "$PATCH_OUTPUT_FILE" && die "Applying the patch failed."; }
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 291 GIT binary patch
305 GIT binary patch
321 GIT binary patch
335 GIT binary patch
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 52 patch.attacher_email())
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 48 * <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">
51 * <a href="{@docRoot}guide/developing/tools/draw9patch.html">Draw 9-patch</a> tool guide.</p></div>
73 * Create drawable from raw nine-patch data, not dealing with density.
83 * Create drawable from raw nine-patch data, setting initial target density
93 * Create drawable from raw nine-patch data, setting initial target density
105 * Create drawable from existing nine-patch, not dealing with density.
110 public NinePatchDrawable(NinePatch patch) {
111 this(new NinePatchState(patch, new Rect()), null);
115 * Create drawable from existing nine-patch, setting initial target density
118 public NinePatchDrawable(Resources res, NinePatch patch) {
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ThinPatchesActivity.java 54 mPatch1 = resources.getDrawable(R.drawable.patch);
  /bionic/libc/kernel/arch-mips/asm/
cpu.h 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
  /bootable/recovery/applypatch/
applypatch.c 699 // entries in <patch_sha1_str>, the corresponding patch from
701 // new file (the type of patch is automatically detected from the
724 printf("patch %s: ", source_filename);
748 // The early-exit case: the patch was already applied, this file
916 const Value* patch; local
919 patch = source_patch_value;
922 patch = copy_patch_value;
925 if (patch->type != VAL_BLOB) {
926 printf("patch is not a blob\n");
948 // We write the decoded output to "<tgt-file>.patch"
    [all...]

Completed in 3666 milliseconds

1 2 34 5 6 7 8 9