/external/kernel-headers/original/asm-x86/ |
paravirt.h | 38 * Patch may replace one of the defined code sequences with 41 * registers other than EAX. The patch function should return 45 unsigned (*patch)(u8 type, u16 clobber, void *insnbuf, member in struct:pv_init_ops 247 * what to patch. */ 327 * the very least we can patch the call to e a simple direct call, or 328 * ideally, patch an inline implementation into the callsite. (Direct 1006 /* These all sit in the .parainstructions section to tell us what to patch. */
|
/frameworks/base/tools/aapt/ |
Images.cpp | 56 // 9-patch info. 411 // Copy patch data into image 451 // Figure out the number of rows and columns in the N-patch 468 // colors we can use in the 9-patch format. 470 errorMsg = "Too many rows and columns in 9-patch perimeter"; 478 // Fill in color information for each patch. 542 "ERROR: 9-patch image %s malformed.\n" 877 // If the image is a 9-patch, we need to preserve it as a ARGB file to make 919 NOISY(printf("Adding 9-patch info...\n")); [all...] |
/external/stlport/etc/ |
ChangeLog-5.1 | 12 * stlport/stl/_stlport_version.h, build/lib/Makefile.inc: Patch 13 version bump to 5 to prepare next potential patch release. 271 * stlport/stl/_stlport_version.h: Bump patch level to 3. 311 Patch from Eric Sanford to remove empty base class optimization 423 * stlport/stl/_deque.c: Patch from Kevin Lin to fix iterator 435 * stlport/stl/config/_windows.h: Patch from Michael Fink to check 458 * stlport/stl/_cwchar.h: Patch from Michael Fink to fix EVC3 479 * build/Makefiles/nmake/top.mak: Patch from Gary Bartlett to make nmake 686 * stlport/stl/c_locale.h: Patch from Boris Gubenko to avoid 746 * stlport/stl/_cmath.h, _cstdlib.h: Patch from Boris Gubenko, Hp aC [all...] |
/external/dropbear/debian/ |
changelog | 78 gracefully; install debian/dbclient.1 man page; enable target patch; 107 * debian/rules: disable target patch. 115 * debian/rules: new target patch: apply diffs in debian/diff/, reverse
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
mock.py | 56 'patch',
294 def patch(target, new=DEFAULT, spec=None, create=False):
function 298 raise TypeError("Need a valid target to patch. You supplied: %r" % (target,))
|
stepsequence.py | 39 def handle_script_error(cls, tool, patch, script_error):
|
/build/tools/soslim/ |
cmdline.c | 31 "patch ABS symbols whose values coincide with section starts and ends",
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
GenericSignatureFormatErrorTest.java | 73 * patch:
|
/development/build/tools/ |
windows_sdk.mk | 9 # - mirror the linux SDK directory and patch it with the Windows tools
|
/external/libffi/testsuite/libffi.call/ |
nested_struct2.c | 4 Sample taken from Alan Modras patch to src/prep_cif.c.
|
nested_struct3.c | 4 Sample taken from Alan Modras patch to src/prep_cif.c.
|
nested_struct4.c | 4 Sample taken from Alan Modras patch to src/prep_cif.c.
|
nested_struct5.c | 4 Sample taken from Alan Modras patch to src/prep_cif.c.
|
nested_struct7.c | 4 Sample taken from Alan Modras patch to src/prep_cif.c.
|
/external/openssl/ |
README.android | 35 ./import_openssl.sh regenerate patches/*.patch
|
/external/qemu/distrib/ |
README | 46 the patch implements a simple workaround to this system-level problem.
|
/external/skia/include/utils/ |
SkCamera.h | 108 // dot a unit vector with the patch's normal
|
/external/skia/src/views/ |
SkViewInflate.cpp | 50 // they should call through to us (INHERITED) before or after their patch
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.h | 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmsynth.h | 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */
|
/external/stlport/src/ |
_stdio_file.h | 102 /* the prototypes are taken from LynxOS patch for STLport 4.0 */
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
widget_design.jd | 245 <li>Apply 9-patch techniques to shrink the graphic and set the padding of the 250 using a custom gradient angle, which means the 9-patch techniques can't be used 251 to optimize the size of the asset. However, 9-patch techniques were used to set 256 through a "proxy" drawable defined as <code>XML:<nine-patch
|
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
MainFrame.java | 44 super("Draw 9-patch");
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 221 // what we need to patch. 228 // Verify that the instruction to patch is a
|
assembler-thumb2-inl.h | 221 // what we need to patch. 228 // Verify that the instruction to patch is a
|