Searched refs:patched (Results 1 – 25 of 66) sorted by relevance
123
/external/valgrind/main/auxprogs/ |
D | gsl16test | 75 rm -rf log.verbose gsl-1.6-patched summary.txt 84 "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \ 87 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \ 94 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF 99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" …
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
D | mock.py | 225 def patched(*args, **keywargs): function 228 for patching in patched.patchings: 236 for patching in getattr(patched, 'patchings', []): 239 patched.patchings = [self] 240 patched.__name__ = func.__name__ 241 patched.compat_co_firstlineno = getattr(func, "compat_co_firstlineno", 243 return patched
|
/external/dnsmasq/contrib/try-all-ns/ |
D | dnsmasq-2.47_no_nxdomain_until_end.patch | 1 diff -ur dnsmasq-2.47/src/forward.c dnsmasq-2.47-patched/src/forward.c 3 +++ dnsmasq-2.47-patched/src/forward.c 2009-03-18 19:10:22.000000000 +0200
|
/external/tremolo/ |
D | README | 2 0.07. It has been patched against publicly known vulnerabilities
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 90-NetworkManager | 3 # only makes sense if NetworkManager is patched NOT to override the
|
/external/qemu/ |
D | INSTALL | 77 1/ First, build Android's patched libSDL as a static library, 107 sources required to rebuild the emulator (i.e. it includes the patched SDL
|
D | qemu-options.hx | 1162 udp::4555@@:4556} to qemu. Another approach is to use a patched 1164 characters via udp. If you have a patched version of netcat which
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.PicoGUI | 20 (libpgui.so). If the program is being compiled with a patched SDL
|
D | README.NanoX | 18 the following items might need to be patched in Microwindows.
|
/external/webkit/Source/WebKit/chromium/ |
D | DEPS | 122 'third_party/yasm/source/patched-yasm': 123 From('chromium_deps', 'src/third_party/yasm/source/patched-yasm'),
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 1 This is a patched version of zlib, modified to use
|
/external/qemu/distrib/ |
D | README | 42 it also uses a patched version of LibSDL-1.2.15.
|
/external/dhcpcd/ |
D | README | 32 If your linux headers are older, or your distro hasn't patched them you can
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 105 # the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
|
D | defconfig | 101 # the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 106 ; Requires Chromium's patched copy of yasm:
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | nmake.mak | 17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
|
D | README-Windows.txt | 68 patched to# support it openssl-0.9.8i-tls-extensions.patch. The example
|
D | android.config | 153 # the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch)
|
D | defconfig | 152 # the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch)
|
/external/libpng/ |
D | INSTALL | 17 the distributed, patched, version of ltmain.sh with an unpatched version
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2262 bool patched = false; in JumpLabelToJumpRegister() local 2271 patched = true; in JumpLabelToJumpRegister() 2278 patched = true; in JumpLabelToJumpRegister() 2281 if (patched) { in JumpLabelToJumpRegister()
|
/external/libmtp/ |
D | INSTALL | 164 Then libusb may need to be patched to recognize this hierarchy.
|
/external/libffi/ |
D | ChangeLog.v1 | 215 * */Makefile.in: Rebuilt with patched automake.
|
/external/oprofile/ |
D | ChangeLog-2007 | 17 * fixed a some typos in manually patched event files
|
123