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

12 3 4 5 6 7 8 9

  /external/webkit/Tools/Scripts/webkitpy/common/net/
statusserver.py 62 def _add_patch(self, patch):
63 if not patch:
65 if patch.bug_id():
66 self._browser["bug_id"] = unicode(patch.bug_id())
67 if patch.id():
68 self._browser["patch_id"] = unicode(patch.id())
82 def _post_status_to_server(self, queue_name, status, patch, results_file):
93 self._add_patch(patch)
128 patch_status_url = "%s/next-patch/%s" % (self.url, queue_name)
131 def _post_release_work_item(self, queue_name, patch)
    [all...]
  /external/webkit/Tools/Scripts/
svn-apply 31 # "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
306 sub patch($) subroutine
    [all...]
check-webkit-style 119 patch = checkout.create_patch(options.git_commit, changed_files=changed_files)
121 patch_checker.check(patch)
  /bootable/recovery/applypatch/
imgdiff_test.sh 71 run_command rm $WORK_DIR/patch
86 imgdiff "$@" $tmpdir/source $tmpdir/target $tmpdir/patch
87 bsdiff $tmpdir/source $tmpdir/target $tmpdir/patch.bs
88 echo "patch for $fn is $(size $tmpdir/patch) [of $(size $tmpdir/target)] ($(size $tmpdir/patch.bs) with bsdiff)"
89 echo "$fn $(size $tmpdir/patch) of $(size $tmpdir/target) bsdiff $(size $tmpdir/patch.bs)" >> /tmp/stats.txt
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed
    [all...]
bspatch.c 101 const Value* patch, ssize_t patch_offset,
106 if (ApplyBSDiffPatchMem(old_data, old_size, patch, patch_offset,
124 const Value* patch, ssize_t patch_offset,
126 // Patch data format:
138 unsigned char* header = (unsigned char*) patch->data + patch_offset;
140 printf("corrupt bsdiff patch file header (magic number)\n");
150 printf("corrupt patch file header (data lengths)\n");
157 cstream.next_in = patch->data + patch_offset + 32;
167 dstream.next_in = patch->data + patch_offset + 32 + ctrl_len;
177 estream.next_in = patch->data + patch_offset + 32 + ctrl_len + data_len
    [all...]
applypatch.h 28 } Patch;
74 const Value* patch, ssize_t patch_offset,
77 const Value* patch, ssize_t patch_offset,
82 const Value* patch,
  /external/webkit/Source/WebKit/android/
RenderSkinNinePatch.cpp 71 ALOGE("RenderSkinNinePatch::Failed to decode nine patch asset");
77 ALOGE("RenderSkinNinePatch::Patch data not valid");
87 const NinePatch& patch) {
88 Res_png_9patch* data = Res_png_9patch::deserialize(patch.m_serializedPatchData);
93 if (patch.m_bitmap.width() >= bounds.width() || patch.m_bitmap.height() >= bounds.height()) {
98 SkNinePatch::DrawMesh(canvas, bounds, patch.m_bitmap,
103 NinePatch_Draw(canvas, bounds, patch.m_bitmap, *data, 0, 0);
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 24 * transparent so that the patch can provide a selection about a rectangle.
29 * <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">2D
32 * The <a href="{@docRoot}guide/developing/tools/draw9patch.html">Draw 9-Patch</a>
48 * @param chunk The 9-patch data chunk describing how the underlying
62 public NinePatch(NinePatch patch) {
63 mBitmap = patch.mBitmap;
64 mChunk = patch.mChunk;
65 mSrcName = patch.mSrcName;
66 if (patch.mPaint != null) {
67 mPaint = new Paint(patch.mPaint)
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
TerrainPickData.java 39 * Pick result on a terrain patch with the intersection on the bounding box
40 * of that terrain patch.
52 public TerrainPickData(TerrainPatch patch, CollisionResult cr) {
53 this.targetPatch = patch;
  /external/webkit/Tools/EWSTools/
start-queue.sh 33 echo "QUEUE_NAME will be passed as a command to webkit-patch"
51 # run it before running webkit-patch to avoid stale .pyc files
52 # preventing webkit-patch from launching.
54 ./Tools/Scripts/webkit-patch $1 --bot-id=$2 --no-confirm --exit-after-iteration 10
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
obsoletepatches.py 49 log("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
50 for patch in patches:
51 self._tool.bugs.obsolete_attachment(patch.id())
  /external/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/v8/src/
version.h 62 friend void SetVersion(int major, int minor, int build, int patch,
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
49 of image patch*/
52 /*Pointer to patch layout*/
53 const float *patch; member in class:db_PointInfo_f
76 of image patch*/
79 /*Pointer to patch layout*/
80 const short *patch; member in class:db_PointInfo_u
165 * then the correlation patches themselves are warped before being placed in the patch space.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
49 of image patch*/
52 /*Pointer to patch layout*/
53 const float *patch; member in class:db_PointInfo_f
76 of image patch*/
79 /*Pointer to patch layout*/
80 const short *patch; member in class:db_PointInfo_u
165 * then the correlation patches themselves are warped before being placed in the patch space.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
49 of image patch*/
52 /*Pointer to patch layout*/
53 const float *patch; member in class:db_PointInfo_f
76 of image patch*/
79 /*Pointer to patch layout*/
80 const short *patch; member in class:db_PointInfo_u
165 * then the correlation patches themselves are warped before being placed in the patch space.
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
setChangeLogDateAndReviewer.pl 38 patch => <<'END',
39 Subject: [PATCH]
56 Subject: [PATCH]
77 patch => <<'END',
78 Subject: [PATCH]
95 Subject: [PATCH]
120 my $patch = $testCase->{patch};
124 my $got = VCSUtils::setChangeLogDateAndReviewer($patch, $reviewer, $epochTime);
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...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
feeders.py 59 patch_ids = [patch.id() for patch in patches]
67 return [patch for patch in patches if patch.review() in [None, '+']]
92 log("Feeding EWS (%s, %s new)" % (pluralize("r? patch", len(ids_needing_review)), len(new_ids)))
commitqueuetask.py 38 def command_passed(self, message, patch):
41 def command_failed(self, message, script_error, patch):
44 def refetch_patch(self, patch):
50 def archive_last_layout_test_results(self, patch):
54 def report_flaky_tests(self, patch, flaky_tests, results_archive):
59 def __init__(self, delegate, patch):
61 self._patch = patch
85 self._delegate.command_passed(success_message, patch=self._patch)
89 self.failure_status_id = self._delegate.command_failed(failure_message, script_error=self._script_error, patch=self._patch)
114 "Applied patch",
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 240 int patch; local
278 (because the last patch would be too short).
295 /* init bwIndex for each patch */
606 patch = 0;
608 while ( patch < pSettings->noOfPatches ) { /* inner loop over every patch */
610 int hiBand = loBand + patchParam[patch].targetBandOffs;
612 if ( loBand < patchParam[patch].sourceStartBand
613 || loBand >= patchParam[patch].sourceStopBand
616 /* Lowband not in current patch - proceed *
852 int i, patch; local
    [all...]
  /external/dropbear/debian/
rules 28 patch: deb-checkdir patch-stamp
29 patch-stamp:
31 patch -p0 <$$i || exit 1; \
33 touch patch-stamp
35 config.status: patch-stamp configure
50 test ! -e patch-stamp || \
52 patch -p0 -R <$$i; \
54 rm -f patch-stamp build-stamp config.log config.status
105 .PHONY: patch build clean install binary-indep binary-arch binar
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2 * Diff Match and Patch
5 * http://code.google.com/p/google-diff-match-patch/
40 * Functions for diff, match and patch.
41 * Computes the difference between two texts to create a patch.
42 * Applies the patch onto another text, allowing for errors.
48 * Class containing the diff, match and patch methods.
1802 Patch patch = new Patch(); local
2029 Patch patch = patches.getFirst(); local
2079 Patch patch; local
2205 Patch patch; local
    [all...]
  /external/skia/legacy/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera
  /external/skia/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera

Completed in 743 milliseconds

12 3 4 5 6 7 8 9