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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
mock.py 2 # Test tools for mocking and patching.
228 for patching in patched.patchings:
229 arg = patching.__enter__()
230 if patching.new is DEFAULT:
236 for patching in getattr(patched, 'patchings', []):
237 patching.__exit__()
  /external/chromium_org/v8/test/mjsunit/compiler/
globals.js 36 // Test that patching the IC in the compiled code works.
49 // Test that patching the IC in the compiled code works.
  /external/v8/test/mjsunit/compiler/
globals.js 36 // Test that patching the IC in the compiled code works.
49 // Test that patching the IC in the compiled code works.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 2 db 048h; emit a REX prefix, to enable hot-patching
sce3.asm 2 db 048h; emit a REX prefix, to enable hot-patching
  /external/chromium_org/v8/test/webkit/
get-by-pname-that-looks-like-a-patchable-get-by-val.js 25 "Tests that using get_by_pname in a way that appears like a get_by_val that can be patched does not cause the patching machinery to crash."
  /external/chromium_org/third_party/pymock/
mock.py 2 # Test tools for mocking and patching.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
error-constructors.js 88 // Monkey-patching non-static errors should still be observable.
array-feedback.js 155 // Verify that the IC can't be spoofed by patching
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 38 // it might take to do a really good job patching windows routines to
72 #error This file is intended for patching allocators - use override_functions.cc instead.
117 // through patching, which the linker can't see), and ignore it
141 // This is information about the routines we're patching, for a given
145 // everything except the new functions we're patching in, which
211 // we're patching a new library) and set to false when it's
292 // This is a subset of MODDULEENTRY32, that we need for patching.
333 // TODO(csilvers): should we be patching GlobalAlloc/LocalAlloc instead,
380 // the same executable. One is responsible for patching the libc
382 // the other is responsible for patching the windows routines lik
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 38 // it might take to do a really good job patching windows routines to
72 #error This file is intended for patching allocators - use override_functions.cc instead.
117 // through patching, which the linker can't see), and ignore it
141 // This is information about the routines we're patching, for a given
145 // everything except the new functions we're patching in, which
211 // we're patching a new library) and set to false when it's
292 // This is a subset of MODDULEENTRY32, that we need for patching.
333 // TODO(csilvers): should we be patching GlobalAlloc/LocalAlloc instead,
380 // the same executable. One is responsible for patching the libc
382 // the other is responsible for patching the windows routines lik
    [all...]
  /external/blktrace/doc/
blktrace.tex 73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel}
77 detailed actual patching instructions for a Linux kernel is outside the
    [all...]

Completed in 882 milliseconds