OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patches
(Results
26 - 50
of
1172
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/zlib/src/contrib/infback9/
infback9.h
7
* This header file and associated
patches
provide a decoder for PKWare's
9
* inftree9.h, inftree9.c, and inffix9.h. These
patches
are not supported.
/external/v8/tools/push-to-trunk/
releases.py
31
# Expression for retrieving the merged
patches
from a merge commit message
35
# Expression for retrieving reverted
patches
from a commit message (old and
134
patches
= MatchSafe(MERGE_MESSAGE_RE.search(body))
135
if not
patches
:
136
patches
= MatchSafe(ROLLBACK_MESSAGE_RE.search(body))
137
if
patches
:
138
# Indicate reverted
patches
with a "-".
139
patches
= "-%s" %
patches
140
return
patches
[
all
...]
/frameworks/base/docs/html/tools/help/
draw9patch.jd
27
stretchable
patches
and content area. The right
31
patches
and (optional) content area. Right-click (or hold Shift and click, on Mac) to erase
47
the stretchable
patches
and content area.
59
<li><strong>Show
patches
</strong>: Preview the stretchable
patches
in the drawing area (pink is a
63
<li><strong>Show bad
patches
</strong>: Adds a red border around patch areas that may
65
image will be maintained if you eliminate all bad
patches
.</li>
/external/openssh/
CREDITS
21
Chip Salzenberg <chip@valinux.com> - Assorted
patches
30
Darren Hall <dhall@virage.org> - AIX
patches
48
Jani Hakala <jahakala@cc.jyu.fi> -
Patches
50
Jim Knoble <jmknoble@pobox.com> - Many
patches
62
Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris
patches
67
Matt Richards <v2matt@btv.ibm.com> - AIX
patches
73
Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted
patches
79
Phil Hands <phil@hands.com> - Debian scripts, assorted
patches
88
Solar Designer <solar@openwall.com> - many
patches
and technical assistance
/external/elfutils/src/
CONTRIBUTING
6
The developer mailinglist to send
patches
to is
10
Please supply
patches
using git format-patch or using git send-email.
15
procedure for
patches
based on the procedure used by the Linux kernel
/external/droiddriver/
contributing_aosp.md
23
#### Submitting
Patches
25
[Submitting
patches
to Android](https://source.android.com/source/submit-
patches
.html)
46
#### Updating
patches
on Gerrit
/ndk/sources/cxx-stl/llvm-libc++/
README.NDK
5
Patches
: see
patches
.android/
16
All
patches
are under
patches
.android/ to make it easier to update
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion47.txt
8
<nine-patch /> : Drawable used to draw 9-
patches
.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CREDITS.txt
23
Noam Raphael (Code Context, Call Tips, many other
patches
), and Chui Tey (RPC
29
patches
. Thanks, guys!
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CREDITS.txt
23
Noam Raphael (Code Context, Call Tips, many other
patches
), and Chui Tey (RPC
29
patches
. Thanks, guys!
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
build.unix
23
if [ ! -d ./bin -o ! -d src/
patches
-o ! -f ./build.unix ]; then
202
cnt=`ls ./src/
patches
/*.patch | wc -c`
204
echo "Could not find any
patches
in ./src/
patches
. Is your tarball missing them?"
228
echo "applying tight vnc
patches
:"
233
patches
="../../
patches
/tight-vncviewer-full.patch"
234
if [ ! -f "$
patches
" ]; then
235
patches
=`ls ../../
patches
/tight* | grep -v 'tight-vncviewer-full.patch'
[
all
...]
/external/squashfs-tools/
ACKNOWLEDGEMENTS
26
Thanks to Chan Jeong <chan.jeong@lge.com> and LG for the
patches
to support LZO
39
Peter Korsgaard and others sent
patches
updating Squashfs to changes in the
40
VFS interface for 2.6.22/2.6.23/2.6.24-rc1. Peter also sent some small
patches
54
Junjiro Okajima and Tomas Matejicek have produced some good LZMA
patches
67
Squashfs, and provided
patches
which were the basis for some of the
80
in the Linux VFS interfaces, and provided
patches
.
127
Don Elwell, Murray Jensen and Cameron Rich, have all sent in
patches
. Thanks,
/art/compiler/
compiled_method.cc
135
const ArrayRef<const LinkerPatch>&
patches
)
140
patches_(
patches
.begin(),
patches
.end(), driver->GetSwapSpaceAllocator()) {
182
const ArrayRef<const LinkerPatch>&
patches
) {
187
cfi_info,
patches
);
/art/compiler/linker/
relative_patcher.cc
38
return offset; // No space reserved; no
patches
expected.
42
return offset; // No space reserved; no
patches
expected.
46
return offset; // No thunks added; no
patches
expected.
/frameworks/base/media/java/android/media/
AudioPortEventHandler.java
85
ArrayList<AudioPatch>
patches
= new ArrayList<AudioPatch>();
87
int status = AudioManager.updateAudioPortCache(ports,
patches
, null);
106
AudioPatch[] patchList =
patches
.toArray(new AudioPatch[0]);
/prebuilts/misc/darwin-x86/yasm/
COPYING
8
Mathieu Monnier (SSE4 instruction
patches
, NASM preprocessor additions)
10
Stephen Polkowski (x86 instruction
patches
)
12
Ben Skeggs (
patches
, bug reports)
/prebuilts/misc/linux-x86/yasm/
COPYING
8
Mathieu Monnier (SSE4 instruction
patches
, NASM preprocessor additions)
10
Stephen Polkowski (x86 instruction
patches
)
12
Ben Skeggs (
patches
, bug reports)
/bionic/libc/bionic/
__vsnprintf_chk.cpp
41
* http://gcc.gnu.org/ml/gcc-
patches
/2004-09/msg02055.html
61
* http://gcc.gnu.org/ml/gcc-
patches
/2004-09/msg02055.html
__vsprintf_chk.cpp
41
* http://gcc.gnu.org/ml/gcc-
patches
/2004-09/msg02055.html
61
* http://gcc.gnu.org/ml/gcc-
patches
/2004-09/msg02055.html
/external/libpcap/
README.hpux
5
HP-UX
patches
to fix packet capture problems
64
patches
, and then the latest driver patch for the interface(s) in use.
87
>
patches
, and then the latest driver patch for the interface(s) in
97
(although those
patches
may not be the ones to install - there may be
98
later
patches
).
110
up-to-date
patches
for DLPI and the lan driver(s) used on your system (I
117
is there in the base OS, no
patches
required.
153
Rick Jones reports that HP-UX 11i needs no
patches
for outbound
/ndk/sources/third_party/googletest/
README.NDK
5
Patches
: See
patches
.ndk/
/art/compiler/linker/arm/
relative_patcher_arm_base.h
56
// ReserveSpace() tracks unprocessed
patches
.
/device/generic/qemu/
AndroidProducts.mk
18
# to be run under upstream QEMU (with a few Android-related
patches
). Note
/docs/source.android.com/src/source/
roles.jd
33
questions, contribute
patches
, report bugs, look at submitted
patches
, and use
79
<p>Designate Verifiers and Approvers for submitted
patches
.</p>
82
<p>Be fair and unbiased while reviewing changes. Accept or reject
patches
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/zips/
README
15
files are tarballs of the original sources above with
patches
applied
Completed in 748 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>