Home
last modified time | relevance | path

Searched full:patching (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/node/deps/npm/node_modules/graceful-fs/
DREADME.md36 ## Global Patching
62 providing a fully-patched `fs` module vs monkey-patching the node core
70 There are advantages to each approach. Monkey-patching the fs means
77 surgical (and doesn't run the risk of patching multiple times), but
88 drop-in dep, and users can opt into monkey-patching the fs builtin
102 * Use eval rather than monkey-patching fs.
108 * A return to monkey patching
/third_party/Linux_Kernel/include/linux/
Dlivepatch.h2 * livepatch.h - Kernel Live Patching Core
37 * struct klp_func - function structure for live patching
67 * struct klp_reloc - relocation structure for live patching
86 * struct klp_object - kernel object structure for live patching
108 * struct klp_patch - patch structure for live patching
/third_party/python/Mac/BuildScript/scripts/
Dpostflight.patch-profile55 # Create backup copy before patching
87 # Create backup copy before patching
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Diosbuild.sh203 # configure is not yet fully ready for iOS, some manual patching is required
219 # configure is not yet fully ready for iOS, some manual patching is required
235 # configure is not yet fully ready for iOS, some manual patching is required
/third_party/flutter/flutter/dev/devicelab/
Dmanifest.yaml255 Measures the performance of Dart VM hot patching feature.
522 …A some test that runs on macOS Catalina, which is a clone of the Dart VM hot patching performance …
549 Measures the performance of Dart VM hot patching feature on Windows.
563 Measures the performance of Dart VM hot patching feature on a Linux host.
/third_party/node/test/parallel/
Dtest-util-primordial-monkeypatching.js4 // that `util.inspect()` is unaffected by monkey-patching `Object`.
Dtest-net-connect-call-socket-connect.js12 // Monkey-patching of `Socket.prototype.connect` is done by - among others -
Dtest-http-parser-lazy-loaded.js30 // Test _http_common was not loaded before monkey patching
Dtest-child-process-spawnsync-shell.js50 // Enable monkey patching process.platform.
/third_party/node/lib/internal/main/
Drun_main_module.js13 // because we currently allow monkey-patching of the module loaders
/third_party/python/Doc/library/
Ddebug.rst10 intrusive debugging or patching.
Dunittest.mock-examples.rst29 Mock Patching Methods
34 * Patching methods
375 for example patching a builtin or patching a class in a module to test that it
376 is instantiated. Modules and classes are effectively global, so patching on
382 ``package.module.Class.attribute`` to specify the attribute you are patching. It
405 If you are patching a module (including :mod:`builtins`) then use :func:`patch`
615 <https://williambert.online/2011/07/how-to-unit-testing-in-django-with-mocking-and-patching/>`_.
686 These allow you to move the patching into your ``setUp`` and ``tearDown`` methods.
702 If you use this technique you must ensure that the patching is "undone" by
722 Whilst writing tests today I needed to patch an *unbound method* (patching the
[all …]
/third_party/Linux_Kernel/arch/arm/include/asm/
Dmodule.h40 /* Add __virt_to_phys patching state as well */
/third_party/Linux_Kernel/scripts/
Dpatch-kernel56 # patch-kernel does not normally support reverse patching, but does so when
97 echo "$PNAME does not support reverse patching"
228 # Don't allow backwards/reverse patching.
/third_party/python/Lib/distutils/tests/
Dtest_register.py79 # patching the password prompt
112 # patching input and getpass.getpass
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DFeaturesVk.h24 // shader patching to implement OpenGL basic line rasterization rules. This feature will
28 "Enable the use of pixel shader patching to implement OpenGL basic line "
/third_party/node/doc/guides/
Dusing-symbols.md46 with an `_`. Monkey patching private API that were not designed to be
/third_party/node/tools/gyp/pylib/gyp/
Dxml_fix.py52 """Object to manage temporary patching of xml.dom.minidom."""
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxml_fix.py52 """Object to manage temporary patching of xml.dom.minidom."""
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/rake-compiler-1.1.0/
D0001-cross-ruby-remove-needless-Makefile.in-preparation.patch45 - when_writing("Patching Makefile.in") {
/third_party/flutter/skia/gm/
Dbigblurs.cpp25 // This GM exercises the blurred rect nine-patching special cases when the
/third_party/glib/glib/update-pcre/
Dupdate.sh85 echo "Patching PCRE"
/third_party/node/deps/npm/node_modules/http-proxy-agent/
Dindex.js101 debug('patching connection write() output buffer with updated header');
/third_party/python/Lib/unittest/
Dmock.py2 # Test tools for mocking and patching.
1303 for patching in patched.patchings:
1304 arg = exit_stack.enter_context(patching)
1305 if patching.attribute_name is not None:
1307 elif patching.new is DEFAULT:
1414 # If we're patching out a class and there is a spec
1495 for patching in self.additional_patchers:
1496 arg = self._exit_stack.enter_context(patching)
1497 if patching.new is DEFAULT:
1694 patching applies to the indented block after the with statement. If you
/third_party/e2fsprogs/e2fsck/
Dmtrace.c135 that the debugging user wants us to stop on. When patching mallwatch,

12345