Searched refs:patched (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/auxprogs/
H A Dgsl16test31 echo "usage: gsl16test /absolute/name/of/gsl-1.6-patched.tar.gz"
80 rm -rf log.verbose gsl-1.6-patched summary.txt
89 "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
92 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
95 "(cd gsl-1.6-patched && make -j4 && make -k check)"
99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF
104 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-VAL
/external/snakeyaml/
H A DApplyAndroidPatches.mk24 # -- snakeyaml_need_patch_src_files: List of .java files that will need to be patched.
34 GEN := $(addprefix $(intermediates)/, $(snakeyaml_need_patch_src_files)) # List of all files that need to be patched.
H A DAndroid.mk23 # List of all files that need to be patched (see src/patches/android)
33 # We omit the list of files that need to be patched because those are included by LOCAL_GENERATED_SOURCES instead.
/external/v8/src/s390/
H A Dassembler-s390-inl.h511 bool patched = false; local
523 patched = true;
552 patched = true;
566 patched = true;
570 if (!patched) UNREACHABLE();
/external/guice/
H A DAndroid.mk118 GEN := $(addprefix $(intermediates)/, $(munge_zipped_src_files)) # List of all files that need to be patched.
/external/chromium-trace/catapult/telemetry/third_party/mock/
H A Dmock.py1182 def patched(*args, **keywargs): function in function:_patch.decorate_callable
1192 for patching in patched.patchings:
1216 patched.patchings = [self]
1219 patched.compat_co_firstlineno = getattr(
1223 return patched
1449 patched (either as an object or a string to fetch the object by importing)
1502 is patched with a `new` object. When the function/with statement exits
1540 create the attribute for you when the patched function is called, and
1555 use "as" then the patched object will be bound to the name after the
/external/chromium-trace/catapult/third_party/mock/
H A Dmock.py1182 def patched(*args, **keywargs): function in function:_patch.decorate_callable
1192 for patching in patched.patchings:
1216 patched.patchings = [self]
1219 patched.compat_co_firstlineno = getattr(
1223 return patched
1449 patched (either as an object or a string to fetch the object by importing)
1502 is patched with a `new` object. When the function/with statement exits
1540 create the attribute for you when the patched function is called, and
1555 use "as" then the patched object will be bound to the name after the
/external/curl/packages/vms/
H A Dgenerate_vax_transfer.com215 ; This patched Macro32 requires all directives to be in upper case.
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm117 ; Requires Chromium's patched copy of yasm:
/external/skia/third_party/yasm/config/ios/
H A DMakefile185 VPATH = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
501 ACLOCAL = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run aclocal-1.10
502 AMTAR = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run tar
504 AUTOCONF = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoconf
505 AUTOHEADER = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoheader
506 AUTOMAKE = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run automake-1.10
545 MAKEINFO = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run makeinfo
546 MKDIR_P = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/install-sh -c -d
576 abs_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
578 abs_top_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched
[all...]
/external/skia/third_party/yasm/config/mac/
H A DMakefile185 VPATH = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
501 ACLOCAL = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run aclocal-1.10
502 AMTAR = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run tar
504 AUTOCONF = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoconf
505 AUTOHEADER = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoheader
506 AUTOMAKE = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run automake-1.10
545 MAKEINFO = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run makeinfo
546 MKDIR_P = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/install-sh -c -d
576 abs_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
578 abs_top_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils_test.py146 def __init__(self, patched=None, mocked=None):
147 self.patched = patched
/external/iproute2/doc/
H A Dip-cref.tex3055 say is that ISC \verb|dhcp-2.0b1pl6| patched with the patch that
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 625 milliseconds