OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patches
(Results
1 - 25
of
766
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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)
/external/chromium_org/third_party/angle_dx11/
.gitignore
8
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/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/chromium_org/net/third_party/nss/
README.chromium
16
Patches
:
20
patches
/versionskew.patch
24
patches
/renegoscsv.patch
29
patches
/cachecerts.patch
33
patches
/peercertchain.patch
37
patches
/clientauth.patch
42
patches
/didhandshakeresume.patch
48
patches
/negotiatedextension.patch
52
patches
/getrequestedclientcerttypes.patch
55
patches
/restartclientauth.patc
[
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: Minor
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.
80
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
...]
/hardware/ti/wpan/
.gitignore
26
patches
-*
29
patches
/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/webp/
NEWS
5
- 8/13: Updated WebP with
patches
required for Animation
/external/chromium_org/third_party/tlslite/
README.chromium
9
-
patches
/close_notify.patch: tlslite/TLSRecordLayer.py was changed to force
14
-
patches
/python26.patch: Replace sha, md5 module imports with hashlib, as
16
-
patches
/ca_request.patch: tlslite/X509.py was changed to obtain the
27
-
patches
/send_certificate_types.patch: tlslite/message.py was changed to
31
-
patches
/parse_chain.patch: tlslite/X509CertChain.py and tlslite/X509.py were
34
-
patches
/tls_intolerant.patch: allow TLSLite to simulate a TLS-intolerant server.
35
-
patches
/channel_id.patch: add basic ChannelID support. (Signatures are not
/external/chromium_org/chrome_frame/
vtable_patch_manager.h
39
//
Patches
methods in the passed in COM interface. The indexes of the
41
// array pointed to by
patches
.
43
// @param[in]
patches
An array of MethodPatchInfo structures describing
45
// The last entry of
patches
must have index_ set to -1.
46
HRESULT PatchInterfaceMethods(void* unknown, MethodPatchInfo*
patches
);
48
// Using the patch info provided in |
patches
| the function goes through the
52
// @param[in]
patches
An array of MethodPatchInfo structures describing
54
// The last entry of
patches
must have index_ set to -1.
55
HRESULT UnpatchInterfaceMethods(MethodPatchInfo*
patches
);
/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/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.
52
-
patches
/segmentation.patch :
64
-
patches
/brkitr.patch
79
patches
/brkitr.patch to reduce binary size for Android.
93
-
patches
/locale1.patch :
98
-
patches
/locale2.patch :
104
-
patches
/locale3.patch : Locale build configuration files. They
118
-
patches
/unihan.patch
[
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
/hardware/ti/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/okhttp/
README.android
5
Local
patches
Completed in 243 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>