HomeSort by relevance Sort by last modified time
    Searched full:patch (Results 101 - 125 of 1214) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
TOOLCHAIN_SOURCES 4 toolchain/gdb.git: 5f9d38fd85e779aa1fd17eb38d24f8ec994d9147 Sync internal and external versions. This fixed a problem that gdb inserts wrong kind of break points at ARM/THUMB boundaries. The patch is a backport of 3 upstream patches.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion47.txt 9 <nine-patch /> : Drawable used to draw 9-patches.
drawable1-expected-completion50.txt 9 <nine-patch /> : Drawable used to draw 9-patches.
  /external/bouncycastle/patches/
README 1 android.patch:
3 patch against Bouncy Castle:
  /external/e2fsprogs/
SUBMITTING-PATCHES 6 patch, which certifies that you wrote it or otherwise have the right to
7 pass it on as a open-source patch. The rules are pretty simple: if you
  /external/libnfc-nxp/src/
phLibNfcStatus.h 47 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
50 ( ((patch) << 8) & 0x0000FF00 ) | \
  /external/valgrind/main/auxprogs/
Makefile.am 14 gsl16-badfree.patch \
15 gsl16-wavelet.patch \
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 28 if [ ! -e splash2-modified.patch.gz ]; then
29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
36 patch -p1 -s <<'EOF'
58 radiosity.h: patch.h model.h parallel.h task.h
80 patch -p1 -s <<EOF
157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit
  /external/webkit/Tools/QueueStatusServer/templates/
queuestatus.html 35 Patch {{ title_status.active_patch_id|force_escape|webkit_attachment_id|safe }} from bug
61 <tr><th>Position</th><th>Patch</th><th>Lock Acquired</th></tr>
  /external/zlib/contrib/asm686/
README.686 3 files changed/added by this patch are:
8 The speedup that this patch provides varies, depending on whether the
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 37 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
46 force_patch = make_option("--force-patch", action="store_true", dest="force_patch", default=False, help="Forcefully applies the patch, continuing past errors.")
48 local_commit = make_option("--local-commit", action="store_true", dest="local_commit", default=False, help="Make a local commit for each applied patch")
54 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
55 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.")
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 139 for patch in patches:
140 bugs_to_patches[patch.bug_id()] = bugs_to_patches.get(patch.bug_id(), []) + [patch]
149 log("Processing %s from %s." % (pluralize("patch", len(patches)), pluralize("bug", len(bugs_to_patches))))
151 for patch in patches:
152 self._process_patch(patch, options, args, tool)
169 def _process_patch(self, patch, options, args, tool):
170 state = { "patch" : patch }
    [all...]
queries.py 48 help_text = "Suggest reviewers for a patch based on recent changes to the modified files."
79 for patch in patches:
80 print patch.url()
88 make_option("--bugs", action="store_true", dest="bugs", help="Output bug links instead of patch links"),
93 def _needs_commit_queue(patch):
94 if patch.commit_queue() == "+": # If it's already cq+, ignore the patch.
95 log("%s already has cq=%s" % (patch.id(), patch.commit_queue()))
99 committer_record = CommitterList().committer_by_email(patch.attacher_email()
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 133 # This 4th commit is used to make sure that our patch file handling
370 # Patch formats are slightly different between svn and git, so just regexp for things we know should be there.
383 GIT binary patch
411 GIT binary patch
439 GIT binary patch
546 # Patch files were created against just 'first_entry'.
585 # create_patch depends on 'svn-create-patch', so make a dummy version.
588 create_patch_path = os.path.join(scripts_path, 'svn-create-patch')
597 # Our fake 'svn-create-patch' returns $PWD instead of a patch, check that it was executed from the root of the repo
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 595 // entries in <patch_sha1_str>, the corresponding patch from
597 // new file (the type of patch is automatically detected from the
619 printf("\napplying patch to %s\n", source_filename);
642 // The early-exit case: the patch was already applied, this file
644 printf("\"%s\" is already target; no patch needed\n",
783 const Value* patch; local
786 patch = source_patch_value;
789 patch = copy_patch_value;
792 if (patch->type != VAL_BLOB) {
793 printf("patch is not a blob\n")
    [all...]
  /external/webkit/Tools/Scripts/
VCSUtils.pm 347 # Some users have a workflow where svn-create-patch, svn-apply and
626 } elsif (/^GIT binary patch$/ ) {
720 # The "from" clause is created by svn-create-patch, in
816 # that, if necessary, the text of an SVN or Git patch can be
844 # Parse one diff from a patch file created by svn-create-patch, and
887 # Then assume all diffs in the patch are Git-formatted. This
889 # all diffs in the patch are formatted the same (SVN or Git).
909 # modified or patch(1) will complain. So, we only modify non-chunk range lines.
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
570 f= *pf++; f2sum=f*f; fsum=f; (*patch++)=f;
571 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f;
572 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f;
573 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f;
574 f= *pf; f2sum+=f*f; fsum+=f; (*patch++)=f;
577 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f;
578 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f;
579 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f;
580 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 64 throw new RuntimeException("invalid nine-patch image: " + mResId);
70 // get the paddings from nine patch
151 // We need 16 vertices for a normal nine-patch image (the 4x4 vertices)
154 // We need 22 indices for a normal nine-patch image, plus 2 for each
178 throw new RuntimeException("unsupported nine patch");
193 * Stretches the texture according to the nine-patch rules. It will
194 * linearly distribute the strechy parts defined in the nine-patch chunk to
215 * @param div the stretch parts defined in nine-patch chunk
276 * Given a 3x3 nine-patch image, the vertex order is defined as the
  /external/bluetooth/glib/docs/reference/glib/
resources.sgml 48 patch generated by the <command>diff</command> utility, using the
49 <option>-u</option> option to make the patch more readable. All patches
51 are authorized to give us the patch under those terms.
55 If you want to discuss your patch before or after developing it, mail
57 But be sure to file the Bugzilla report as well; if the patch is only on the
  /external/openssl/
openssl.config 186 progs.patch \
187 small_records.patch \
188 handshake_cutthrough.patch \
189 jsse.patch \
190 npn.patch \
  /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);
  /external/skia/gpu/src/
GrDrawMesh.cpp 125 SkBoundaryPatch patch; local
126 patch.setBoundary(&cubic);
131 patch.evalPatch(pts, Rows, Cols);
  /external/stlport/etc/
STLport-4.5.1.spec 13 Patch0: STLport-rename.patch
14 #Patch1: STLport-rules.patch
15 #Patch2: STLport-install-dir.patch
STLport-4.5.3.spec 13 #Patch0: STLport-rename.patch
14 #Patch1: STLport-rules.patch
15 #Patch2: STLport-install-dir.patch
STLport-4.6.spec 13 #Patch0: STLport-rename.patch
14 #Patch1: STLport-rules.patch
15 #Patch2: STLport-install-dir.patch

Completed in 241 milliseconds

1 2 3 45 6 7 8 91011>>