OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATCH
(Results
1 - 24
of
24
) sorted by null
/external/iptables/
release.sh
10
PATCH
="
patch
-iptables-$PREV_VERSION-$VERSION.bz2";
16
git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$
PATCH
"
29
gpg -u "Netfilter Core Team" -sb "$
PATCH
";
30
md5sum "$
PATCH
" >"$
PATCH
.md5sum";
31
sha1sum "$
PATCH
" >"$
PATCH
.sha1sum";
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb
23
MAJOR, MINOR,
PATCH
, REL = *File.read(base_path.join 'VERSION').split(".")
24
STRING = [MAJOR, MINOR,
PATCH
, REL].compact.join '.'
/ndk/build/tools/
patch-sources.sh
18
# Script used to
patch
a source directory from a series of patches
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
28
'
patch
-p1' in <src-dir>/subdir.
68
PATCHES=`(cd $PATCHES_DIR && find . -name "*.
patch
" | sort $SORT) 2> /dev/null`
75
for
PATCH
in $PATCHES; do
76
PATCHDIR=`dirname $
PATCH
`
77
PATCHNAME=`basename $
PATCH
`
80
cd $SRC_DIR/$PATCHDIR &&
patch
$REVERSE -p1 < $PATCHES_DIR/$
PATCH
[
all
...]
build-mingw64-toolchain.sh
460
PATCHES=$(find "$PATCHES_DIR" -name "*.
patch
" | sort)
461
for
PATCH
in $PATCHES; do
462
echo "Patching mingw-w64-$MINGW_W64_REVISION with $
PATCH
"
463
(cd $MINGW_W64_SRC && run
patch
-p0 < $
PATCH
)
/ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh
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
195
run
patch
-p1 < "$
PATCH
"
197
echo "ERROR: Can't apply $
PATCH
properly!"
/external/openssh/contrib/aix/
buildbff.sh
130
PATCH
=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .`
132
[ "$
PATCH
" = "" ] &&
PATCH
=0
134
BFFVERSION=`printf "%d.%d.%d.%d" $MAJOR $MINOR $
PATCH
$PORTABLE`
/external/v8/tools/
v8-info.sh
37
PATCH
="PATCH_LEVEL"
64
Output format: [V8 version] [SVN revision] [SVN
patch
merged]*.
68
Output format: [SVN
patch
merged]*
116
| grep "$MAJOR\|$MINOR\|$BUILD\|$
PATCH
" \
/external/mesa3d/bin/
mklib
110
echo ' -
patch
N specifies
patch
version number (default is 0)'
137
PATCH
=""
173
'-
patch
')
175
PATCH
=$1
297
echo
PATCH
is $
PATCH
411
if [ x${
PATCH
} = "x" ] ; then
414
VERSION="${MAJOR}.${MINOR}.${
PATCH
}"
855
VERSION="${MAJOR}.${MINOR}.${
PATCH
}"
[
all
...]
/external/opencv/cv/src/
cvsurf.cpp
348
uchar
PATCH
[PATCH_SZ+1][PATCH_SZ+1], RS_PATCH[RS_PATCH_SZ][RS_PATCH_SZ];
353
CvMat _patch = cvMat(PATCH_SZ+1, PATCH_SZ+1, CV_8U,
PATCH
);
477
float vx = (
PATCH
[i][j+1] -
PATCH
[i][j] +
PATCH
[i+1][j+1] -
PATCH
[i+1][j])*dw;
478
float vy = (
PATCH
[i+1][j] -
PATCH
[i][j] +
PATCH
[i+1][j+1] -
PATCH
[i][j+1])*dw
[
all
...]
/frameworks/volley/src/test/java/com/android/volley/mock/
TestRequest.java
158
/** Test example of a
PATCH
request in the new style. */
159
public static class
Patch
extends Base {
160
public
Patch
() {
161
super(Method.
PATCH
, TEST_URL, null);
165
/** Test example of a
PATCH
request in the new style with a body. */
166
public static class PatchWithBody extends
Patch
{
/frameworks/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java
130
TestRequest.
Patch
request = new TestRequest.
Patch
();
131
assertEquals(request.getMethod(), Method.
PATCH
);
139
assertEquals(request.getMethod(), Method.
PATCH
);
HurlStackTest.java
139
TestRequest.
Patch
request = new TestRequest.
Patch
();
140
assertEquals(request.getMethod(), Method.
PATCH
);
143
assertEquals("
PATCH
", mMockConnection.getRequestMethod());
149
assertEquals(request.getMethod(), Method.
PATCH
);
152
assertEquals("
PATCH
", mMockConnection.getRequestMethod());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh
460
PATCHES=$(find "$PATCHES_DIR" -name "*.
patch
" | sort)
461
for
PATCH
in $PATCHES; do
462
echo "Patching mingw-w64-$MINGW_W64_REVISION with $
PATCH
"
463
(cd $MINGW_W64_SRC && run
patch
-p0 < $
PATCH
)
/frameworks/volley/src/main/java/com/android/volley/
Request.java
57
int
PATCH
= 7;
65
* TRACE, and
PATCH
.
/frameworks/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java
135
case Method.
PATCH
: {
169
public final static String METHOD_NAME = "
PATCH
";
HurlStack.java
225
case Method.
PATCH
:
226
connection.setRequestMethod("
PATCH
");
/prebuilts/devtools/tools/lib/
draw9patch.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 1449 milliseconds