HomeSort by relevance Sort by last modified time
    Searched full:patches (Results 1 - 25 of 554) 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:
  /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
115 Value** patches; local
    [all...]
  /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:
  /hardware/ti/wpan/
.gitignore 26 patches-*
29 patches
  /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/openssl/crypto/dsa/
README 1 The stuff in here is based on patches supplied to me by
  /external/bouncycastle/
README.android 5 file bouncycastle.version. See patches/README for more information on
29 and patches in patches/ as appropriate. You might want to use:
31 ./import_bouncycastle.sh regenerate patches/*.patch
43 If there are build errors, then patches/*.mk or bouncycastle.config
  /hardware/broadcom/wlan/
.gitignore 39 patches-*
42 patches
  /hardware/ti/wlan/
.gitignore 39 patches-*
42 patches
  /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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
SOURCES 3 toolchain/gcc.git 80934e7f7db429984fb56756a4cc893ba412b7b5 Synchronize internal and external version. Merge the following patches:
  /external/zlib/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...]

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>