/external/e2fsprogs/ |
.hgignore | 7 ^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/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/ |
README | 2 In this directory we have source zip/tgz files in zip/, the patches 3 we created in patches/, a temporary build dir (used by build.unix)
|
/external/e2fsprogs/util/ |
all.exclude | 5 patches
|
subset.exclude | 5 patches
|
/external/elfutils/src/ |
THANKS | 1 At least the following have submitted valuable patches:
|
/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...] |
/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/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/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/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/iproute2/ |
.gitignore | 27 patches
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/ |
CREDITS.TXT | 18 D: Minor patches and bug fixes. 22 D: Minor patches and fixes 37 D: Minor patches and fixes 42 D: Minor patches and fixes
|
/external/libcxxabi/ |
CREDITS.TXT | 13 D: Minor patches 26 D: Minor patches and bug fixes. 30 D: Minor patches and fixes 53 D: Minor patches and fixes 58 D: Minor patches and fixes
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPatch.cpp | 116 struct audio_patch *patches) const 118 if (num_patches == NULL || (*num_patches != 0 && patches == NULL)) { 121 ALOGV("listAudioPatches() num_patches %d patches %p available patches %zu", 122 *num_patches, patches, size()); 123 if (patches == NULL) { 131 patches[patchesWritten] = patch->mPatch; 132 patches[patchesWritten++].id = patch->mHandle; 138 ALOGV("listAudioPatches() got %zu patches needed %d", patchesWritten, *num_patches); 146 snprintf(buffer, SIZE, "\nAudio Patches:\n") [all...] |
/art/compiler/linker/x86/ |
relative_patcher_x86_test.cc | 45 LinkerPatch patches[] = { local 48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 87 LinkerPatch patches[] = { local 90 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 114 LinkerPatch patches[] = { local 117 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
|
/art/compiler/linker/x86_64/ |
relative_patcher_x86_64_test.cc | 55 LinkerPatch patches[] = { local 58 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 97 LinkerPatch patches[] = { local 100 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 117 LinkerPatch patches[] = { local 120 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
|
/external/okhttp/okio/ |
README.android | 5 Local patches
|
/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/ |
PREBUILT | 4 Imported trove4j "1.1 (with patches from JetBrains)" that Android Studio uses:
|
/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.
|
/docs/source.android.com/src/source/ |
life-of-a-patch.jd | 25 see the <a href="submit-patches.html">Submitting Patches</a> page.</p>
|