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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/
.hgignore 7 ^patches
  /external/autotest/client/tests/kernelbuild/
kernelbuild.py 7 def execute(self, base_tree, patches, config, config_list = None):
9 if patches:
10 kernel.patch(*patches)
control 15 patches=['/usr/local/src/patch-2.6.14-git6.bz2'],
21 patches=['http://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2', 'http://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.19-rc6-git2.bz2'],
27 patches=[],
  /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'."
33 register_var_option "--reverse" OPTION_REVERSE "Reverse the patches applied previously"
50 echo "ERROR: Missing patches directory. See --help for usage."
55 echo "ERROR: Invalid patches directory: $PATCHES_DIR"
68 PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort $SORT) 2> /dev/null`
70 if [ -z "$PATCHES" ] ; the
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 25 * patches will not be scaled, only the interior patch will be scaled.
61 /** Create a ninepatch by cutting up the given texture into nine patches. The subsequent parameters define the 4 lines that will
72 /** Create a ninepatch by cutting up the given texture region into nine patches. The subsequent parameters define the 4 lines
84 TextureRegion[] patches = new TextureRegion[9]; local
86 if (left > 0) patches[TOP_LEFT] = new TextureRegion(region, 0, 0, left, top);
87 if (middleWidth > 0) patches[TOP_CENTER] = new TextureRegion(region, left, 0, middleWidth, top);
88 if (right > 0) patches[TOP_RIGHT] = new TextureRegion(region, left + middleWidth, 0, right, top);
91 if (left > 0) patches[MIDDLE_LEFT] = new TextureRegion(region, 0, top, left, middleHeight);
92 if (middleWidth > 0) patches[MIDDLE_CENTER] = new TextureRegion(region, left, top, middleWidth, middleHeight);
93 if (right > 0) patches[MIDDLE_RIGHT] = new TextureRegion(region, left + middleWidth, top, right, middleHeight);
    [all...]
  /external/autotest/client/site_tests/security_OpenSSLRegressions/
control 8 Ensures that local patches aren't dropped.
11 PURPOSE = 'Ensure that local patches aren\'t dropped.'
13 Tests that local patches are not dropped when updating. See the source for which
14 patches.
  /external/e2fsprogs/util/
all.exclude 5 patches
subset.exclude 5 patches
  /external/elfutils/
THANKS 1 At least the following have submitted valuable patches:
  /external/bsdiff/
README.chromium 9 bsdiff and bspatch are tools for building and applying patches to binary
11 change, bsdiff routinely produces binary patches 50-80% smaller than those
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/
CREDITS.TXT 13 D: Minor patches and Linux fixes.
17 D: Visibility fixes, minor FreeBSD portability patches.
25 D: Initial Windows patches.
34 D: C++14 support, patches and bug fixes.
42 D: Minor patches and bug fixes.
53 D: Minor patches and bug fixes.
65 D: Minor patches to is_convertible.
69 D: Minor patches and Linux fixes.
73 D: Minor patches and musl port.
84 D: Minor patches, mostly related to constexp
    [all...]
  /external/autotest/client/tests/kvmtest/
kvm-test.tar.gz 
  /toolchain/binutils/binutils-2.25/
MAINTAINERS 12 any committed patches:
14 gdb-patches@sourceware.org
20 Patches to binutils@sourceware.org.
22 gdb-patches@sourceware.org
26 Patches to cgen@sourceware.org
32 Patches to config-patches@gnu.org.
37 Please notify the following of any committed patches:
39 gdb-patches@sourceware.org
42 Send bug reports and patches to bug-automake@gnu.org
    [all...]
  /external/libxml2/test/schemas/
derivation-restriction-anyType.xml 4 xsi:schemaLocation="http://FOO file:///c:/dev/libxml2/patches/2004-05-17/derivation-restriction-anyType.xsd"
derivation-restriction-anyAttr_0.xml 5 xsi:noNamespaceSchemaLocation="file:///c:/dev/libxml2/patches/2004-05-17/derivation-restriction-anyAttr_0.xsd"
  /external/snakeyaml/
ApplyAndroidPatches.mk 17 # Apply the android patches in src/patches/android
26 # This mk file will automatically look up the corresponding patch in src/patches/android
32 # Apply all of the Android patches in src/patches/android by running patch-android-src script on them.
  /external/libcxx/
CREDITS.TXT 13 D: Minor patches and Linux fixes.
21 D: Visibility fixes, minor FreeBSD portability patches.
29 D: Initial Windows patches.
38 D: C++14 support, patches and bug fixes.
42 D: LFTS support, patches and bug fixes.
50 D: Minor patches and bug fixes.
61 D: Minor patches and bug fixes.
73 D: Minor patches to is_convertible.
77 D: Minor patches and Linux fixes.
81 D: Minor patches and musl port
    [all...]
  /external/skia/src/utils/
SkPatchGrid.h 16 * Class that represents a grid of patches. Adjacent patches share their corners and a color is
19 * This implementation defines a bidimensional array of patches. There are 3 arrays to store the
20 * control points of the patches to avoid storing repeated data since there are several points
21 * shared between adjacent patches.
23 * The array fCornerPts stores the corner control points of the patches.
40 * With the above configuration we would have a 2x2 grid of patches:
62 * Based the idea on the SVG2 spec for mesh gradients in which a grid of patches is build as in the
114 * Resets the grid of patches to contain rows and cols of patches
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 127 echo "Create 'ndk' branch and apply patches.android/*"
130 if [ -d "$NDK_LIBCXX_DIR/patches.android" ]; then
133 run git am "$NDK_LIBCXX_DIR"/patches.android/*
135 echo "A problem occured while applying the patches!!"
186 echo "Re-creating new Android patches."
187 run git format-patch -k -o "$BUILD_DIR"/patches.android revision-$NEW_REVISION
188 run git format-patch -k -o "$BUILD_DIR"/patches.libcxx android-0
192 for PATCH in "$BUILD_DIR"/patches.libcxx/*.patch; do
203 echo "Updating local patches"
205 run git rm -f patches.android/
    [all...]
  /external/icu/
README.android 6 icu4c/ - ICU4C with Google and Android-specific patches applied.
8 icu4j/ - ICU4J with Google and Android-specific patches applied.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/src/
d3d_sm4_enums.cpp 20 /* patches */
37 /* patches */
  /hardware/broadcom/wlan/
.gitignore 39 patches-*
42 patches
  /external/autotest/server/
source_kernel_unittest.py 45 patches = "patches"
46 self.source_kernel.patch(patches)
50 "testkernel.build()\n" % (self.k, patches, self.config))
  /external/dagger2/
README.android 11 Local Patches:
  /toolchain/binutils/binutils-2.25/intl/
README 4 and is owned by that project. Patches should be directed to the
21 direct patches for these files to gcc-patches@gcc.gnu.org.

Completed in 297 milliseconds

1 2 3 4 5 6 7 8 91011>>