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

1 2 3 4 5 6 7 8 91011>>

  /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)
  /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/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/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/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
  /frameworks/base/docs/html/tools/help/
draw9patch.jd 26 stretchable patches and content area. The right
30 patches and (optional) content area. Right-click (or hold Shift and click, on Mac) to erase
39 the stretchable patches and content area.
51 <li><strong>Show patches</strong>: Preview the stretchable patches in the drawing area (pink is a
55 <li><strong>Show bad patches</strong>: Adds a red border around patch areas that may
57 image will be maintained if you eliminate all bad patches.</li>

Completed in 1658 milliseconds

1 2 3 4 5 6 7 8 91011>>