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

1 2 3 45 6 7 8 91011>>

  /external/openssh/contrib/aix/
README 37 If there are any patches to this that have not yet been integrated they
  /external/zlib/src/contrib/asm686/
README.686 27 The patches come from
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 48 * Create a drawable projection from a bitmap to nine patches.
50 * @param bitmap The bitmap describing the patches.
59 * Create a drawable projection from a bitmap to nine patches.
61 * @param bitmap The bitmap describing the patches.
  /docs/source.android.com/src/source/
source_toc.cs 69 <li><a href="<?cs var:toroot ?>source/submit-patches.html">Submitting Patches</a></li>
70 <li><a href="http://android-review.googlesource.com">View Patches</a></li>
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 259 /* Check how many patches are in the patch file */
265 HAL_TRACE_ERROR1 ("Invalid i2c fix: invalid number of patches (%i)", u8);
319 /* the good patches in NVM */
339 /* Check how many patches are in the patch file */
344 HAL_TRACE_ERROR2 ("Unsupported patchfile (number of patches (%i) exceeds maximum (%i)",
348 /* Mask of patches that are present in the patchfile */
363 /* Add total size of patches */
377 HAL_TRACE_DEBUG6 ("Patchfile info: ProjID=0x%04x, Ver=%i.%i, Num patches=%i, PatchMask=0x%08x, PatchSize=%i",
384 /* Download the patchfile if no patches in NVM */
403 /* and patches of the power modes are the same as the good patches in NVM *
    [all...]
  /ndk/sources/host-tools/make-3.81/
README.customs 23 Note that the 2.1.33 Pmake distribution comes with a set of patches to
25 patches are based on GNU make 3.75 (there are patches for earlier
  /external/llvm/docs/
DeveloperPolicy.rst 31 contributing one-off patches can do so in an informal way by sending them to the
40 always welcome `one-off patches`_ from people who do not routinely contribute to
72 .. _one-off patches:
85 #. Similarly, patches should be submitted soon after they are generated. Old
86 patches may not apply correctly if the underlying code changes between the
89 #. Patches should be made with ``svn diff``, or similar. If you use a
148 the right thing most of the time, and only commit patches without pre-commit
151 The trick to this is that the project has to guarantee that all patches that are
164 patches that are committed are actually reviewed.
254 quality patches. If you would like commit access, please send an email t
    [all...]
  /external/chromium_org/v8/tools/
merge-to-branch.sh 53 -r Reverse specified patches
112 die "You must specify a merge comment if no patches are specified"
134 revisions associated with the patches."
177 echo ">>> Step $CURRENT_STEP: Apply patches for selected revisions."
279 [[ -n "$REVISION_LIST" ]] && echo "patches:$REVISION_LIST"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 230 // check patches
232 mShowPatches.setText("show Patches");
243 // check patches
245 mShowBadPatches.setText("show Bad patches");
340 * Patches visibility has been changed.
  /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/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 31 # "patch" script for WebKit Open Source Project, used to apply patches.
43 # makes patches generated by "cvs diff" work (increasingly unimportant since we
45 # ChangeLog patches use --fuzz=3 to prevent rejects.
46 # Handles binary files (requires patches made by svn-create-patch).
47 # Handles copied and moved files (requires patches made by svn-create-patch).
48 # Handles git-diff patches (without binary changes) created at the top-level directory
53 # Handle copied and moved directories (would require patches made by svn-create-patch).
58 # Handle git-diff patches with binary delta
135 # How do we handle Git patches applied to an SVN checkout here?
166 # (and create it if it doesn't) so as to support patches that move all files i
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 38 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
45 force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean working directory before applying patches (removes local changes and commits)")
49 obsolete_patches = make_option("--no-obsolete", action="store_false", dest="obsolete_patches", default=True, help="Do not obsolete old patches before posting this one.")
  /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 ) | \
  /bionic/libc/bionic/
__strlen_chk.cpp 38 * http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html
__strncat_chk.cpp 38 * http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp 61 // Uses only the gray patches on the color checker for comparison.
  /external/bouncycastle/
import_bouncycastle.sh 52 if [ ! -d patches ]; then
53 die "Bouncy Castle patch directory patches/ not found"
240 # Apply appropriate patches
243 patch -p1 --merge < ../$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate $i"
  /external/bsdiff/
bsdiff.1 51 patches produced are on average a factor of five smaller
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
bsdiff.1 51 patches produced are on average a factor of five smaller
  /external/chromium_org/third_party/gtk+/
AUTHORS 31 There are many others who have contributed patches; we thank them,
  /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/chromium_org/v8/test/mjsunit/
debug-liveedit-2.js 56 // Instead it patches ChooseAnimal.
  /external/grub/docs/
internals.texi 23 * Submitting patches:: Where and how you should send patches
388 @node Submitting patches
389 @section Where and how you should send patches
391 When you write patches for GRUB, please send them to the mailing list
399 segregate features and produce many patches.
410 Make patches in unified diff format. @samp{diff -urN} is appropriate in
414 Don't make patches reversely. Reverse patches are difficult to read and
  /external/iproute2/man/man8/
tc-hfsc.8 57 Please direct bugreports and patches to: <net...@vger.kernel.org>
  /external/libusb-compat/
README 30 codes returned by libusb-0.1. Patches accepted to bring us closer to the

Completed in 1105 milliseconds

1 2 3 45 6 7 8 91011>>