OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsdiff
(Results
1 - 11
of
11
) sorted by null
/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
Android.mk
18
LOCAL_SRC_FILES :=
bsdiff
.c
19
LOCAL_MODULE :=
bsdiff
/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
/external/chromium_org/courgette/
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)"
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
...]
/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
...]
imgdiff_test.sh
87
bsdiff
$tmpdir/source $tmpdir/target $tmpdir/patch.bs
88
echo "patch for $fn is $(size $tmpdir/patch) [of $(size $tmpdir/target)] ($(size $tmpdir/patch.bs) with
bsdiff
)"
89
echo "$fn $(size $tmpdir/patch) of $(size $tmpdir/target)
bsdiff
$(size $tmpdir/patch.bs)" >> /tmp/stats.txt
Android.mk
50
LOCAL_SRC_FILES := imgdiff.c utils.c
bsdiff
.c
imgdiff.c
20
* data interspersed with uncompressed data. Doing a naive
bsdiff
of
22
* large changes in the compressed bitstream;
bsdiff
patches of gzipped
27
* patched using a plain
bsdiff
. Gzip chunks are first expanded, then a
28
*
bsdiff
is applied to the uncompressed data, then the patched data is
43
* chunks, followed by N
bsdiff
patches, one per chunk.
71
*
bsdiff
patch offset (8) [from start of patch file]
75
*
bsdiff
patch offset (8) [from start of patch file]
89
*
bsdiff
patch offset (8) [from start of patch file]
106
* the
bsdiff
patch. The next five parameters specify the zlib
112
* After the header there are 'chunk count'
bsdiff
patches; the offse
[
all
...]
bsdiff.c
18
* Most of this code comes from
bsdiff
.c from the
bsdiff
-4.3
213
// This is main() from
bsdiff
.c, with the following changes:
221
//
bsdiff
() multiple times with the same 'old' data, we only do
224
int
bsdiff
(u_char* old, off_t oldsize, off_t** IP, u_char* new, off_t newsize,
function
/build/core/
Makefile
[
all
...]
Completed in 987 milliseconds