HomeSort by relevance Sort by last modified time
    Searched full:patches (Results 1 - 25 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/build/tools/
patch-sources.sh 18 # Script used to patch a source directory from a series of patches
23 PROGRAM_PARAMETERS="<src-dir> <patches-dir>"
25 "Patch a target source directory with a series of patches taken
27 is found under <patches-dir>/subdir/foo.patch will be applied with
30 Patches are applied in the order they are found by 'find'."
47 echo "ERROR: Missing patches directory. See --help for usage."
52 echo "ERROR: Invalid patches directory: $PATCHES_DIR"
60 PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort ) 2> /dev/null`
61 if [ -z "$PATCHES" ] ; then
62 log "No patches files in $PATCHES_DIR
    [all...]
  /external/e2fsprogs/util/
all.exclude 5 patches
subset.exclude 5 patches
  /external/elfutils/
THANKS 1 At least the following have submitted valuable patches:
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebug.py 44 # Check to make sure there are no r? or r+ patches on the bug before closing.
45 # Assume that r- patches are just previous patches someone forgot to obsolete.
46 patches = self._tool.bugs.fetch_bug(state["patch"].bug_id()).patches()
47 for patch in patches:
49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
51 self._tool.bugs.close_bug_as_fixed(state["patch"].bug_id(), "All reviewed patches have been landed. Closing bug.")
obsoletepatches.py 46 patches = self._tool.bugs.fetch_bug(bug_id).patches()
47 if not patches:
49 log("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
50 for patch in patches:
updatechangelogswithreviewer.py 46 patches = self._tool.bugs.fetch_bug(bug_id).reviewed_patches()
47 if len(patches) != 1:
48 log("%s on bug %s, cannot infer reviewer." % (pluralize("reviewed patch", len(patches)), bug_id))
50 patch = patches[0]
  /bootable/recovery/applypatch/
main.c 48 // *patches (loading file contents into the patches). Returns 0 on
51 char*** sha1s, Value*** patches, int* num_patches) {
54 *patches = malloc(*num_patches * sizeof(Value*));
55 memset(*patches, 0, *num_patches * sizeof(Value*));
74 (*patches)[i] = NULL;
80 (*patches)[i] = malloc(sizeof(Value));
81 (*patches)[i]->type = VAL_BLOB;
82 (*patches)[i]->size = fc.size;
83 (*patches)[i]->data = (char*)fc.data
130 Value** patches; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
feeders.py 51 # should move to feeding patches one at a time like the EWS does.
56 patches = self._validate_patches()
57 patches = self._patches_with_acceptable_review_flag(patches)
58 patches = sorted(patches, self._patch_cmp)
59 patch_ids = [patch.id() for patch in patches]
65 # Filters out patches with r? or r-, only r+ or no review are OK to land.
66 def _patches_with_acceptable_review_flag(self, patches):
67 return [patch for patch in patches if patch.review() in [None, '+']
    [all...]
  /external/okhttp/
README.android 5 Local patches
  /external/openssl/crypto/dsa/
README 1 The stuff in here is based on patches supplied to me by
  /external/webkit/Source/JavaScriptCore/
THANKS 7 Marco Pinelli <pinmc@libero.it> - for his patches
  /docs/source.android.com/src/source/
sidebar.md 19 - [Submitting Patches](submit-patches.html)
20 - [View Patches](https://android-review.googlesource.com/)
life-of-a-patch.md 26 see the [Submitting Patches](submit-patches.html) page.
  /frameworks/base/docs/html/tools/help/
draw9patch.jd 27 stretchable patches and content area. The right
31 patches and (optional) content area. Right-click (or hold Shift and click, on Mac) to erase
40 the stretchable patches and content area.
52 <li><strong>Show patches</strong>: Preview the stretchable patches in the drawing area (pink is a
56 <li><strong>Show bad patches</strong>: Adds a red border around patch areas that may
58 image will be maintained if you eliminate all bad patches.</li>
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py 90 def patches(self, include_obsolete=False): member in class:Bug
95 return [patch for patch in self.patches() if patch.review() == "?"]
98 patches = [patch for patch in self.patches() if patch.review() == "+"]
100 return patches
103 return filter(lambda patch: patch.reviewer(), patches)
106 patches = [patch for patch in self.patches()
109 return patches
112 return filter(lambda patch: patch.committer(), patches)
    [all...]
  /external/chromium/net/data/ftp/
dir-listing-ls-4.expected 56 patches
dir-listing-ls-4 8 drwxr-xr-x 1 archives 0 1024 Nov 11 1997 patches
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 8 <nine-patch /> : Drawable used to draw 9-patches.
  /external/zlib/src/contrib/infback9/
infback9.h 7 * This header file and associated patches provide a decoder for PKWare's
9 * inftree9.h, inftree9.c, and inffix9.h. These patches are not supported.
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 710 List<Patch> patches; local
741 LinkedList<Patch> patches; local
789 LinkedList<Patch> patches; local
809 LinkedList<Patch> patches; local
830 LinkedList<Patch> patches; local
    [all...]
  /external/openssh/
CREDITS 21 Chip Salzenberg <chip@valinux.com> - Assorted patches
30 Darren Hall <dhall@virage.org> - AIX patches
48 Jani Hakala <jahakala@cc.jyu.fi> - Patches
50 Jim Knoble <jmknoble@pobox.com> - Many patches
62 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
67 Matt Richards <v2matt@btv.ibm.com> - AIX patches
73 Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
79 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
88 Solar Designer <solar@openwall.com> - many patches and technical assistance
  /external/hyphenation/
AUTHORS 3 Original Libhnj source with OOo's patches are managed by Rene Engelhard and
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 137 def _collect_patches_by_bug(patches):
139 for patch in patches:
145 patches = self._fetch_list_of_patches_to_process(options, args, tool)
148 bugs_to_patches = self._collect_patches_by_bug(patches)
149 log("Processing %s from %s." % (pluralize("patch", len(patches)), pluralize("bug", len(bugs_to_patches))))
151 for patch in patches:
183 patches = tool.bugs.fetch_bug(bug_id).reviewed_patches()
184 log("%s found on bug %s." % (pluralize("reviewed patch", len(patches)), bug_id))
185 all_patches += patches
203 help_text = "Apply and build patches from bugzilla
    [all...]
  /prebuilts/gcc/linux-x86/host/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.

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 91011>>