/external/e2fsprogs/ |
.hgignore | 7 ^patches
|
/external/chromium_org/third_party/tlslite/ |
README.chromium | 16 - patches/tls_intolerant.patch: allow TLSLite to simulate a TLS-intolerant server. 17 - patches/channel_id.patch: add basic ChannelID support. (Signatures are not 19 - patches/signed_certificate_timestamps.patch: add support for sending Signed 21 - patches/fallback_scsv.patch: add support for TLS_FALLBACK_SCSV. See 23 - patches/status_request.patch: add support for sending stapled OCSP responses. 24 - patches/pycrypto.patch: fix PyCrypto support code. 25 - patches/client_cipher_preferences.patch: honor client cipher preferences. 28 - patches/ssl3_padding.patch: SSL3 requires minimal padding in CBC mode. 29 - patches/srp_cert.patch: Prefer srp + cert over srp, to fix tlslite tests after 31 - patches/fix_test_file.patch: Fix #! line in random test file to appease ou [all...] |
/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/chromium_org/third_party/re2/ |
README.chromium | 17 (patches/remove-valgrind-code.patch) 18 - Support for Windows (patches/re2-msvc9-chrome.patch) 19 - Support Android (patches/re2-android.patch) 20 - Remove static initializers (patches/remove-static-initializers.patch) 21 - Rename POSIX configuration (patches/rename-posix-option.patch) 22 - Support libcxx (patches/re2-libcxx.patch) 25 (patches/re2-memory-optimization.patch) 28 ineffective by patches/remove-valgrind-code.patch 29 (patches/re2-msan.patch) 30 - Remove comparisons of this with NULL (patches/this-null.patch), sent upstrea [all...] |
/external/chromium_org/net/third_party/nss/ |
README.chromium | 16 Patches: 20 patches/cachecerts.patch 24 patches/clientauth.patch 29 patches/didhandshakeresume.patch 34 patches/getrequestedclientcerttypes.patch 37 patches/restartclientauth.patch 40 patches/channelid.patch 43 patches/tlsunique.patch 48 patches/secretexporterlocks.patch 55 patches/suitebonly.patc [all...] |
/external/chromium_org/third_party/markupsafe/ |
AUTHORS | 9 Patches and Suggestions
|
/external/e2fsprogs/util/ |
all.exclude | 5 patches
|
subset.exclude | 5 patches
|
/external/elfutils/0.153/ |
THANKS | 1 At least the following have submitted valuable patches:
|
/external/smack/asmack-master/patch/beem/ |
README.txt | 2 patches will allow us to build a custom flavour of asmack for Beem. This 6 All the patches are released under the Apache License, Version 2.0
|
/external/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...] |
/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/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
README | 1 The stuff in here is based on patches supplied to me by
|
/external/openssl/crypto/dsa/ |
README | 1 The stuff in here is based on patches supplied to me by
|
/external/qemu/ |
README | 8 If you plan to contribute patches, please read docs/DEVELOPMENT.TX
|
/external/chromium_org/third_party/icu/ |
README.chromium | 16 - Apply platform.patch in patches directory. : It applies the upstream 32 - Apply patches/pmach.h.patch on Mac to pmac.h 35 pandroid.h and applying the patches/pandroid.h.patch. 38 pqnx.h and applying the patches/platform.qnx.patch. 41 pnacl.h and applying the patches/pnacl.h.patch. 58 - patches/segmentation.patch : 70 - patches/brkitr.patch 85 patches/brkitr.patch to reduce binary size for Android. 99 - patches/locale1.patch : 104 - patches/locale2.patch [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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/src/ |
d3d_sm4_enums.cpp | 20 /* patches */ 37 /* patches */
|
/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/chromium_org/third_party/launchpad_translations/ |
README.chromium | 2 URL: http://people.ubuntu.com/~fta/chromium/translations/trunk/patches/
|
/external/iproute2/ |
.gitignore | 27 patches
|
/external/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
|
/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
|