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

1 2 3

  /hardware/broadcom/wlan/
.gitignore 39 patches-*
42 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/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/courgette/
analyze_stress_test 50 $(count_result "PASS_COURGETTE") successful courgette patches
51 $(count_result "FAIL_COURGETTE") failed courgette patches
53 $(count_result "PASS_BSDIFF") succesful bsdiff patches
54 $(count_result "FAIL_BSDIFF") failed bsdiff patches
run_stress_test 7 # Stress test and size measurement for courgette patches.
21 Stress test courgette by generating and applying patches for two given
25 and bzipped patches against the likewise bsdiff patches. If outdir is
60 patches_dir="${out_dir}/patches"
165 $(count_result "PASS_COURGETTE") successful courgette patches
166 $(count_result "FAIL_COURGETTE") failed courgette patches (search log for \
170 $(count_result "PASS_BSDIFF") succesful bsdiff patches
171 $(count_result "FAIL_BSDIFF") failed bsdiff patches
run_mem_test 7 # Collect memory usage on the patches from run_stress_test
17 Collect memory usage on the patches from run_stress_test
29 local patches_dir="${dir}/patches"
  /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/native_client_sdk/src/tools/tests/
nacl_config_test.py 26 self.patches = []
35 for patch in self.patches:
40 self.patches.append(patch)
  /frameworks/base/media/java/android/media/
AudioPortEventHandler.java 79 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>();
81 int status = AudioManager.updateAudioPortCache(ports, patches);
100 AudioPatch[] patchList = patches.toArray(new AudioPatch[0]);
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 48 # raw patches rather than gamma-encoded YUV patches (and the AE
69 # patches of a color checker chart. Each patch should be uniform,
74 patches = its.image.get_color_checker_chart_patches(img, NAME+"_debug")
75 patches = [(2*x,2*y) for (x,y) in sum(patches,[])]
80 # Bayer plane; discard patches where pixels are close to clamped.
88 for j,(x,y) in enumerate(patches):
  /frameworks/av/services/audioflinger/
PatchPanel.h 46 struct audio_patch *patches);
  /external/chromium_org/net/third_party/nss/patches/
applypatches.sh 8 # Point patches_dir to the src/net/third_party/nss/patches directory in a
10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
  /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.
  /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...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 442 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
443 mAudioManager.listAudioPatches(patches);
1352 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
1369 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
1644 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
    [all...]
  /art/patchoat/
patchoat.cc 167 // Create the map where we will write the image patches to.
262 // Create the map where we will write the image patches to.
615 uintptr_t* patches = reinterpret_cast<uintptr_t*>(oat_file_->Begin() + patches_sec->sh_offset); local
616 uintptr_t* patches_end = patches + (patches_sec->sh_size/sizeof(uintptr_t));
629 for (; patches < patches_end; patches++) {
630 if (oat_text_sec->sh_size <= *patches) {
744 uintptr_t* patches = reinterpret_cast<uintptr_t*>(oat_file_->Begin() + patches_sec->sh_offset); local
745 uintptr_t* patches_end = patches + (patches_sec->sh_size/sizeof(uintptr_t));
751 for (; patches < patches_end; patches++)
    [all...]
  /build/tools/releasetools/
edify_generator.py 165 'on /system to apply patches.");') % (amount,))
257 """Apply binary patches (in *patchpairs) to the given srcfile to
261 raise ValueError("bad patches given to ApplyPatch")
  /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>.
  /bootable/recovery/updater/
install.c 1182 Value** patches = ReadValueVarArgs(state, argc-4, argv+4); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet.py 172 NOTE: If passed None it's likely that during the cron run patches will be
refresh_servlet.py 127 NOTE: If passed None it's likely that during the cron run patches will be
  /external/openssl/
import_openssl.sh 59 if [ ! -d patches ]; then
60 die "OpenSSL patch directory patches/ not found"
592 cp ../patches/testssl.sh android.testssl/
691 # Apply appropriate patches
692 patches=(../patches/[0-9][0-9][0-9][0-9]-*.patch)
693 for i in "${patches[@]}"; do
696 patch -p1 < $i || die "Could not apply $i. Fix source and run: $0 regenerate patches/${i##*/}"
725 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."

Completed in 646 milliseconds

1 2 3