HomeSort by relevance Sort by last modified time
    Searched full:patches (Results 26 - 50 of 761) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/courgette/
analyze_stress_test 44 $(count_result "PASS_COURGETTE") successful courgette patches
45 $(count_result "FAIL_COURGETTE") failed courgette patches
47 $(count_result "PASS_BSDIFF") succesful bsdiff patches
48 $(count_result "FAIL_BSDIFF") failed bsdiff patches
run_stress_test 7 # Stress test and size measurement for courgette patches.
22 Stress test courgette by generating and applying patches for two given
26 and bzipped patches against the likewise bsdiff patches. If outdir is
61 patches_dir="${out_dir}/patches"
154 $(count_result "PASS_COURGETTE") successful courgette patches
155 $(count_result "FAIL_COURGETTE") failed courgette patches (search log for \
159 $(count_result "PASS_BSDIFF") succesful bsdiff patches
160 $(count_result "FAIL_BSDIFF") failed bsdiff patches
  /external/chromium_org/net/data/ftp/
dir-listing-ls-4.expected 56 patches
dir-listing-ls-4 8 drwxr-xr-x 1 archives 0 1024 Nov 11 1997 patches
  /external/chromium_org/net/third_party/nss/ssl/
exports_win.def 54 ; Chromium patches
  /external/chromium_org/third_party/jinja2/
AUTHORS 21 Patches and suggestions:
  /external/chromium_org/third_party/openssl/patches.chromium/
x509_hash_name_algorithm_change.patch 19 diff -burN android-openssl.1/patches/x509_hash_name_algorithm_change.patch android-openssl/patches/x509_hash_name_algorithm_change.patch
20 --- android-openssl.1/patches/x509_hash_name_algorithm_change.patch 1970-01-01 01:00:00.000000000 +0100
21 +++ android-openssl/patches/x509_hash_name_algorithm_change.patch 2013-03-25 11:32:21.366375000 +0100
z_reduce_client_hello_size.patch 20 diff -burN android-openssl.orig/patches/reduce_client_hello_size.patch android-openssl/patches/reduce_client_hello_size.patch
21 --- android-openssl.orig/patches/reduce_client_hello_size.patch 1969-12-31 16:00:00.000000000 -0800
22 +++ android-openssl/patches/reduce_client_hello_size.patch 2013-06-21 14:35:14.508212895 -0700
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 8 <nine-patch /> : Drawable used to draw 9-patches.
drawable1-expected-completion47.txt 8 <nine-patch /> : Drawable used to draw 9-patches.
  /docs/source.android.com/src/source/
life-of-a-patch.jd 25 see the <a href="submit-patches.html">Submitting Patches</a> page.</p>
  /external/chromium_org/cc/
OWNERS 1 # For patches touching specific topics, try the topic-specific OWNERS at the
2 # bottom of the file. For patches that touch multiple areas or if you aren't
  /external/chromium_org/net/third_party/nss/patches/
applypatches.sh 9 # Point patches_dir to the src/net/third_party/nss/patches directory in a
11 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
  /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/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 710 List<Patch> patches; local
741 LinkedList<Patch> patches; local
789 LinkedList<Patch> patches; local
809 LinkedList<Patch> patches; local
830 LinkedList<Patch> patches; local
    [all...]
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/data/
summary.html 91 .graph-container .reviewed-patches {
96 .graph-container .unreviewed-patches {
165 <span class="bar reviewed-patches">Reviewed</span><span class="bar unreviewed-patches">Unreviewed</span>
347 valueCell.append(Element.create('span', {'class': 'bar reviewed-patches', 'style': computeStyleForBar(item.numberOfReviewedPatches) }));
349 valueCell.append(Element.create('span', {'class': 'bar unreviewed-patches', 'style': computeStyleForBar(item.numberOfUnreviewedPatches) }));
382 contributor.numberOfReviewedPatches = contributor.patches ? contributor.patches.reviewed : 0;
383 contributor.numberOfUnreviewedPatches = contributor.patches ? contributor.patches.unreviewed : 0
    [all...]
  /external/chromium/net/data/ftp/
dir-listing-ls-4 8 drwxr-xr-x 1 archives 0 1024 Nov 11 1997 patches
  /external/hyphenation/
AUTHORS 3 Original Libhnj source with OOo's patches are managed by Rene Engelhard and
  /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
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
BorderView.java 32 * Contains two nine-patches and a {@link android.widget.Space}.
33 * The nine patches are the bottom of the preceding message
64 // when both nine patches are visible.
94 // Selectively show/hide the card nine-patches if the border is expanded or collapsed.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
TOOLCHAIN_SOURCES 4 toolchain/gdb.git: 5f9d38fd85e779aa1fd17eb38d24f8ec994d9147 Sync internal and external versions. This fixed a problem that gdb inserts wrong kind of break points at ARM/THUMB boundaries. The patch is a backport of 3 upstream patches.
  /prebuilts/misc/linux-x86_64/icu-51/
readme.txt 10 includes some patches for tweaking
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
comments.py 30 # A tool for automating dealing with bugzilla, posting patches, committing
31 # patches, etc.
  /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!

Completed in 1617 milliseconds

12 3 4 5 6 7 8 91011>>