OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bsdiff
(Results
1 - 25
of
61
) sorted by null
1
2
3
/external/bsdiff/
Makefile
7
all:
bsdiff
bspatch
8
bsdiff
:
bsdiff
.c
12
${INSTALL_PROGRAM}
bsdiff
bspatch ${PREFIX}/bin
14
${INSTALL_MAN}
bsdiff
.1 bspatch.1 ${PREFIX}/man/man1
README.android
1
This is
bsdiff
-4.3 from http://www.daemonology.net/
bsdiff
/.
Android.mk
18
LOCAL_SRC_FILES :=
bsdiff
.c
19
LOCAL_MODULE :=
bsdiff
bsdiff.1
26
.\" $FreeBSD: src/usr.bin/
bsdiff
/
bsdiff
/
bsdiff
.1,v 1.1 2005/08/06 01:59:05 cperciva Exp $
29
.Dt
BSDIFF
1
32
.Nm
bsdiff
bspatch.1
26
.\" $FreeBSD: src/usr.bin/
bsdiff
/bspatch/bspatch.1,v 1.1 2005/08/06 01:59:06 cperciva Exp $
33
.Nd apply a patch built with
bsdiff
(1)
47
is a binary patch built by
bsdiff
(1).
57
.Xr
bsdiff
1
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Makefile
7
all:
bsdiff
bspatch
8
bsdiff
:
bsdiff
.c
12
${INSTALL_PROGRAM}
bsdiff
bspatch ${PREFIX}/bin
14
${INSTALL_MAN}
bsdiff
.1 bspatch.1 ${PREFIX}/man/man1
README.chromium
1
Name:
BSDiff
2
URL: http://www.daemonology.net/
bsdiff
/
3
Source URL: http://www.daemonology.net/
bsdiff
/
bsdiff
-4.3.tar.gz
9
Binary diff/patch utility. There are other copies of
BSDiff
in the Chromium
11
fork of
BSDiff
, which serves a different set of needs. Relative to upstream
12
BSDiff
, Mozilla's version removes all compression, adds a CRC-32 check of the
30
- Added LICENSE file by copying the license block from
bsdiff
.c and
35
- Renamed
bsdiff
.c to goobsdiff.c and bspatch.c to goobspatch.c.
sha1_adapter.cc
5
#include "chrome/installer/mac/third_party/
bsdiff
/sha1_adapter.h"
bsdiff.1
26
.\" $FreeBSD: src/usr.bin/
bsdiff
/
bsdiff
/
bsdiff
.1,v 1.1 2005/08/06 01:59:05 cperciva Exp $
29
.Dt
BSDIFF
1
32
.Nm
bsdiff
bspatch.1
26
.\" $FreeBSD: src/usr.bin/
bsdiff
/bspatch/bspatch.1,v 1.1 2005/08/06 01:59:06 cperciva Exp $
33
.Nd apply a patch built with
bsdiff
(1)
47
is a binary patch built by
bsdiff
(1).
57
.Xr
bsdiff
1
/external/chromium_org/courgette/third_party/
README.chromium
2
bsdiff
, available in its original form from:
4
http://www.daemonology.net/
bsdiff
/
9
Colin Percival, Naive differences of executable code, http://www.daemonology.net/
bsdiff
/, 200
18
- added
bsdiff
.h header file
/external/chromium_org/courgette/
run_stress_test
25
and bzipped patches against the likewise
bsdiff
patches. If outdir is
63
bsdiff
="${out_dir}/
bsdiff
"
105
echo "RUN
bsdiff
"
106
${time} -f "TIME_BSDIFF %e ${file1}"
bsdiff
"${file1}" "${file2}" \
123
echo "SIZE courgette=${patch_size}
bsdiff
=${bsdiff_patch_size}" \
170
$(count_result "PASS_BSDIFF") succesful
bsdiff
patches
171
$(count_result "FAIL_BSDIFF") failed
bsdiff
patches
173
$(count_result "BEST_BSDIFF") patch(es) where
bsdiff
is smaller (bz2)
176
$(count_result "XZBEST_BSDIFF") patch(es) where
bsdiff
is smaller (xz
[
all
...]
analyze_stress_test
53
$(count_result "PASS_BSDIFF") succesful
bsdiff
patches
54
$(count_result "FAIL_BSDIFF") failed
bsdiff
patches
56
$(count_result "BEST_BSDIFF") patch(es) where
bsdiff
is smaller (xz)
59
$(count_result "XZBEST_BSDIFF") patch(es) where
bsdiff
is smaller (xz)
63
# Log file has the format "^SIZE courgette=...
bsdiff
=..."
80
echo "${bsdiff_total} bytes for a
bsdiff
payload"
95
echo "${pct}% of a
bsdiff
-only payload (bz2)"
100
echo "${pct}% of a
bsdiff
-only payload (xz)"
120
echo "$(compute_percentiles "TIME_BSDIFF")for
bsdiff
(50th 90th 100th)"
simple_delta.cc
13
#include "courgette/third_party/
bsdiff
.h"
analyze_mem_test
75
echo "computing usage percentiles for
bsdiff
. this may take a while..."
90
echo "$(compute_percentiles ${metrics_bsdiff})max heap per file for
bsdiff
" \
courgette_minimal_tool.cc
11
#include "courgette/third_party/
bsdiff
.h"
difference_estimator.h
45
// Returns a value correlated with the size of the
bsdiff
or xdelta difference
/bootable/recovery/applypatch/
applypatch.sh
85
run_command rm $WORK_DIR/patch.
bsdiff
158
$ADB push $DATA_DIR/patch.
bsdiff
$WORK_DIR
177
testname "apply
bsdiff
patch"
178
run_command $WORK_DIR/applypatch $WORK_DIR/old.file - $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.
bsdiff
|| fail
182
testname "reapply
bsdiff
patch"
183
run_command $WORK_DIR/applypatch $WORK_DIR/old.file - $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.
bsdiff
|| fail
191
$ADB push $DATA_DIR/patch.
bsdiff
$WORK_DIR
211
testname "apply
bsdiff
patch to new location"
212
run_command $WORK_DIR/applypatch $WORK_DIR/old.file $WORK_DIR/new.file $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.
bsdiff
|| fail
216
testname "reapply
bsdiff
patch to new location
[
all
...]
Android.mk
50
LOCAL_SRC_FILES := imgdiff.c utils.c
bsdiff
.c
NOTICE
16
bsdiff
.c
bspatch.c
18
//
bsdiff
-4.3 distribution; the primary differences being how the
20
// applypatch with the -l option will display the
bsdiff
license
35
puts("The
bsdiff
library used herein is:\n"
140
printf("corrupt
bsdiff
patch file header (magic number)\n");
/external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h
109
// A '
bsdiff
' operation takes an existing file on disk, and a
bsdiff
-
110
// format patch file provided in the delta update package, and runs
bsdiff
/external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.h
13
#include "courgette/third_party/
bsdiff
.h"
/external/chromium_org/chrome/installer/setup/
setup_util.h
40
// Applies a patch file to source file using
bsdiff
. This function uses
41
// Courgette's flavor of
bsdiff
. Returns 0 in case of success, or
42
// kBsdiffErrorOffset + a
bsdiff
status code in case of errors.
43
// See courgette/third_party/
bsdiff
.h for details.
/external/chromium_org/chrome/tools/build/win/
release.rules
38
Description="Differential algorithm to use when generating differential patch. Possible values - {
BSDIFF
|COURGETTE}."
Completed in 1249 milliseconds
1
2
3