HomeSort by relevance Sort by last modified time
    Searched refs:patched (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/auxprogs/
gsl16test 26 echo "usage: gsl16test /absolute/name/of/gsl-1.6-patched.tar.gz"
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)" && \
90 "(cd gsl-1.6-patched && make && make -k check)"
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" ./$f ; done) &> out-V
  /bootable/recovery/applypatch/
applypatch.sh 179 $ADB pull $WORK_DIR/old.file $tmpdir/patched
180 diff -q $DATA_DIR/new.file $tmpdir/patched || fail
184 $ADB pull $WORK_DIR/old.file $tmpdir/patched
185 diff -q $DATA_DIR/new.file $tmpdir/patched || fail
213 $ADB pull $WORK_DIR/new.file $tmpdir/patched
214 diff -q $DATA_DIR/new.file $tmpdir/patched || fail
218 $ADB pull $WORK_DIR/new.file $tmpdir/patched
219 diff -q $DATA_DIR/new.file $tmpdir/patched || fail
227 $ADB pull $WORK_DIR/new.file $tmpdir/patched
228 diff -q $DATA_DIR/new.file $tmpdir/patched || fai
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 225 def patched(*args, **keywargs): function in function:_patch.__call__
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/v8/test/mjsunit/
debug-liveedit-2.js 62 // New instance of closure is patched.
65 // Old instance of closure is not patched.
debug-liveedit-patch-positions-replace.js 32 // have its positions patched; position changing requires new instance of Code
76 // should also be patched. Unfortunately, this is a manually checked fact (from
debug-liveedit-patch-positions.js 32 // positions patched. Accoring to a special markup of function text
111 // When we patched function for the first time it was deoptimized.
elements-transition.js 43 // the previously patched IC, is then converted using the conversion stub.
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 106 ; Requires Chromium's patched copy of yasm:
  /external/v8/src/
liveedit-debugger.js 140 // Collect shared infos for functions whose code need to be patched.
156 // Check that function being patched is not currently on stack or drop them.
517 // properly patched so this function must be recompiled.
519 // Function is changed but cannot be patched.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
  /external/v8/src/mips/
assembler-mips.cc 2262 bool patched = false; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 269 You need to a patch corresponding to the patched toolchain sources that
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 241 milliseconds