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

1 2

  /external/valgrind/auxprogs/
gsl16test 31 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/
ApplyAndroidPatches.mk 24 # -- 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.
Android.mk 23 # 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.
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspHelper.s 19 # FspInfoHeaderRelativeOff is patched during build process and initialized to offset of the AsmGetFspBaseAddress
FspHelper.asm 19 ; FspInfoHeaderRelativeOff is patched during build process and initialized to offset of the AsmGetFspBaseAddress
  /external/v8/src/s390/
assembler-s390-inl.h 513 bool patched = false; local
525 patched = true;
554 patched = true;
568 patched = true;
572 if (!patched) UNREACHABLE();
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.S 14 #* bootsect.S is built as 16-bit binary file in 512 bytes and patched to disk/partition's
287 # LBA Offset for BootSector, need patched by tool for HD boot.
Gpt.asm 239 ; Can be patched by tool
246 ; Can be patched by tool
264 ; PMBR Entry - Can be patched by tool
Mbr.asm 215 ; Can be patched by tool
222 ; Can be patched by tool
241 ; MBR Entry - To be patched
Gpt.S 242 # Can be patched by tool
249 # Can be patched by tool
267 # PMBR Entry - Can be patched by tool
bootsect.asm 14 ;* bootsect.asm is built as 16-bit binary file in 512 bytes and patched to disk/partition's
285 ; LBA Offset for BootSector, need patched by tool for HD boot.
bs16.S 275 # LBA Offset for BootSector, need patched by tool for HD boot.
  /bootable/recovery/tests/component/
imgdiff_test.cpp 80 std::string patched; local
83 [&patched](const unsigned char* data, size_t len) {
84 patched.append(reinterpret_cast<const char*>(data), len);
87 ASSERT_EQ(tgt, patched);
  /external/guice/
Android.mk 118 GEN := $(addprefix $(intermediates)/, $(munge_zipped_src_files)) # List of all files that need to be patched.
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
ExceptionSupport.asm 190 // This gets patched by the C code that patches in the vector table
198 // This code runs from CpuDxe driver loaded address. It is patched into
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.asm 170 // This gets patched by the C code that patches in the vector table
178 // This code runs from CpuDxe driver loaded address. It is patched into
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 168 // This gets patched by the C code that patches in the vector table
176 // This code runs from CpuDxe driver loaded address. It is patched into
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
objfile.go 443 patched := bytes.Replace(s.P[:e], emptyPkg, pkgprefix, -1)
445 s.P = append(patched, s.P[e:]...)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
objfile.go 443 patched := bytes.Replace(s.P[:e], emptyPkg, pkgprefix, -1)
445 s.P = append(patched, s.P[e:]...)
  /external/curl/packages/vms/
generate_vax_transfer.com 215 ; This patched Macro32 requires all directives to be in upper case.
  /external/v8/src/debug/
liveedit.js 144 // Collect shared infos for functions whose code need to be patched.
163 // Check that function being patched is not currently on stack or drop them.
451 // properly patched so this function must be recompiled.
453 // 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
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 9 // A patchList is a list of instruction pointers that need to be filled in (patched).
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 9 // A patchList is a list of instruction pointers that need to be filled in (patched).
  /external/pdfium/third_party/pymock/
mock.py 1182 def patched(*args, **keywargs): function in function:_patch.decorate_callable
    [all...]

Completed in 1072 milliseconds

1 2