HomeSort by relevance Sort by last modified time
    Searched refs:patches (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
obsoletepatches.py 49 patches = self._tool.bugs.fetch_bug(bug_id).patches()
50 if not patches:
52 _log.info("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
53 for patch in patches:
  /bootable/recovery/applypatch/
main.c 48 // *patches (loading file contents into the patches). Returns 0 on
51 char*** sha1s, Value*** patches, int* num_patches) {
54 *patches = malloc(*num_patches * sizeof(Value*));
55 memset(*patches, 0, *num_patches * sizeof(Value*));
74 (*patches)[i] = NULL;
80 (*patches)[i] = malloc(sizeof(Value));
81 (*patches)[i]->type = VAL_BLOB;
82 (*patches)[i]->size = fc.size;
83 (*patches)[i]->data = (char*)fc.data
130 Value** patches; local
    [all...]
  /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/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...]
diff_match_patch.java 1798 LinkedList<Patch> patches = new LinkedList<Patch>(); local
2199 List<Patch> patches = new LinkedList<Patch>(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 127 echo "Create 'ndk' branch and apply patches.android/*"
130 if [ -d "$NDK_LIBCXX_DIR/patches.android" ]; then
133 run git am "$NDK_LIBCXX_DIR"/patches.android/*
135 echo "A problem occured while applying the patches!!"
186 echo "Re-creating new Android patches."
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
203 echo "Updating local patches"
205 run git rm -f patches.android/
    [all...]
  /external/chromium_org/chrome_frame/
vtable_patch_manager.h 39 // Patches methods in the passed in COM interface. The indexes of the
41 // array pointed to by patches.
43 // @param[in] patches An array of MethodPatchInfo structures describing
45 // The last entry of patches must have index_ set to -1.
46 HRESULT PatchInterfaceMethods(void* unknown, MethodPatchInfo* patches);
48 // Using the patch info provided in |patches| the function goes through the
52 // @param[in] patches An array of MethodPatchInfo structures describing
54 // The last entry of patches must have index_ set to -1.
55 HRESULT UnpatchInterfaceMethods(MethodPatchInfo* patches);
vtable_patch_manager.cc 25 // e.g. race on VM operations to the same patches, or to physical pages
63 HRESULT PatchInterfaceMethods(void* unknown, MethodPatchInfo* patches) {
65 if (NULL == unknown || NULL == patches) {
79 for (MethodPatchInfo* it = patches; it->index_ != -1; ++it) {
154 HRESULT UnpatchInterfaceMethods(MethodPatchInfo* patches) {
157 for (MethodPatchInfo* it = patches; it->index_ != -1; ++it) {
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 55 if [ ! -d patches ]; then
56 die "OpenSSL patch directory patches/ not found"
432 cp ../patches/testssl.sh android.testssl/
528 # Apply appropriate patches
530 if [ ! "$skip_patch" = "patches/$i" ]; then
532 patch -p1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /external/openssl/
import_openssl.sh 55 if [ ! -d patches ]; then
56 die "OpenSSL patch directory patches/ not found"
432 cp ../patches/testssl.sh android.testssl/
528 # Apply appropriate patches
530 if [ ! "$skip_patch" = "patches/$i" ]; then
532 patch -p1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /external/scrypt/
import_scrypt.sh 58 if [ ! -d patches ]; then
59 die "scrypt patch directory patches/ not found"
457 # Apply appropriate patches
459 if [ ! "$skip_patch" = "patches/$i" ]; then
461 patch -p1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
490 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /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/chromium_org/remoting/webapp/
build-webapp.py 67 files, locales, patches):
82 patches: An array of strings listing patch files to be applied to the
85 'git diff -p' works relative to the src/ directory, patches
179 for patch in patches:
308 '<other files...> [--patches <patches...>] '
315 patches = []
317 if arg == '--locales' or arg == '--patches':
321 elif arg_type == '--patches':
322 patches.append(arg
    [all...]
  /external/chromium_org/v8/tools/
v8-info.sh 62 -m Print all patches that were merged to the specified V8 branch.
66 -p Print all patches merged to a specific V8 point-release.
  /bootable/recovery/updater/
install.c 1167 Value** patches = ReadValueVarArgs(state, argc-4, argv+4); local
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 699 patches = dict()
700 [patches.setdefault(v, k) for k, v in patch_list]
701 for filename in patches.keys():
703 file_id_str = patches.get(filename)
802 ErrorExit("No valid patches found in output from svn diff")
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 699 patches = dict()
700 [patches.setdefault(v, k) for k, v in patch_list]
701 for filename in patches.keys():
703 file_id_str = patches.get(filename)
802 ErrorExit("No valid patches found in output from svn diff")
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 699 patches = dict()
700 [patches.setdefault(v, k) for k, v in patch_list]
701 for filename in patches.keys():
703 file_id_str = patches.get(filename)
802 ErrorExit("No valid patches found in output from svn diff")
    [all...]
  /external/chromium_org/third_party/openssl/
import_from_android.sh 171 2) Add Chromium-specific patches to the Android source tree.
172 (they must be under patches.chromium/ in $PROGDIR).
292 # Apply chromium-specific patches located in patches.chromium
293 CHROMIUM_PATCHES_DIR=$PROGDIR/patches.chromium
295 dump "No Chromium-specific patches to apply."
297 dump "Applying Chromium-specific patches:"
  /external/bison/build-aux/
vc-list-files 43 Report bugs and patches to <bug-gnulib@gnu.org>.
gnu-web-doc-update 45 Report bugs and patches to <bug-gnulib@gnu.org>.
  /external/chromium_org/third_party/jemalloc/chromium/
Makefile.in 81 $(PERL) $(srcdir)/apply-ed-patches.pl $(srcdir)/crtsp1.diff \
  /external/chromium_org/third_party/jemalloc/vendor/
Makefile.in 81 $(PERL) $(srcdir)/apply-ed-patches.pl $(srcdir)/crtsp1.diff \
  /ndk/build/tools/
dev-rebuild-ndk.sh 127 # Create a sha1 for any additional patches
129 if [ -d "$PROGDIR/toolchain-patches" ]
131 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \

Completed in 706 milliseconds

1 2 3