Home
last modified time | relevance | path

Searched refs:patched (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompilerOutputs.cs79 var patched = new List<ITaskItem>(); in Execute()
83 patched.Add(patchedProto); in Execute()
94 PatchedProtobuf = patched.ToArray(); in Execute()
/third_party/skia/third_party/externals/angle2/src/compiler/
Dgenerate_parser_tools.py89 patched = output.replace(patch_in, patch_out)
93 patched = patched.replace('\t', ' ')
96 flex_output_patched.write(patched)
/third_party/node/deps/npm/node_modules/graceful-fs/
DREADME.md62 providing a fully-patched `fs` module vs monkey-patching the node core
63 builtin, and the approach by which a non-monkey-patched `fs` was
73 which is patched. However, it can also obviously cause undesirable
76 Implementing a separate-but-identical patched `fs` module is more
82 patched. It is safe to use in all versions of Node from 0.8 through
/third_party/musl/dist/
Dconfig.mak20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
/third_party/python/Lib/unittest/test/testmock/
Dtestwith.py146 with patch('%s.open' % __name__, mock, create=True) as patched:
147 self.assertIs(patched, mock)
184 with patch('%s.open' % __name__, mock, create=True) as patched:
185 self.assertIs(patched, mock)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c70 if (level->patched) in etna_patch_data()
84 level->patched = true; in etna_patch_data()
93 if (!level->patched) in etna_unpatch_data()
98 level->patched = false; in etna_unpatch_data()
Detnaviv_resource.h61 bool patched; member
/third_party/grpc/examples/android/helloworld/
DREADME.md6 protobuf release, but until then must be manually patched in to
/third_party/python/Mac/BuildScript/
Dtk868_on_10_8_10_9.patch9 +++ tk8.6.8-patched/macosx/tkMacOSXXStubs.c 2018-01-06 19:34:17.000000000 -0600
/third_party/node/lib/internal/modules/cjs/
Dloader.js190 let patched = false; variable
204 patched = true;
209 patched = true;
220 patched = true;
231 patched = true;
987 if (patched) {
/third_party/grpc/tools/distrib/
Dbuild_ruby_environment_macos.sh27 +++ patched 2018-04-10 11:40:25.000000000 -0700
/third_party/grpc/src/android/test/interop/
DREADME.md6 protobuf release, but until then must be manually patched in to
/third_party/mesa3d/src/gallium/frontends/nine/
DREADME17 *** Clone and build a patched wine
22 *** And finally we create some symlinks to our patched wine files:
/third_party/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build_environment.sh29 +++ patched 2018-04-10 11:40:25.000000000 -0700
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod285 renegotiation is referred to as I<patched>. A server not supporting secure
295 =head2 Unpatched client and patched OpenSSL server
301 If the patched OpenSSL server attempts to renegotiate a fatal
312 and renegotiation between patched OpenSSL clients and unpatched servers
323 As more servers become patched the option B<SSL_OP_LEGACY_SERVER_CONNECT> will
/third_party/freetype/builds/atari/
DREADME.TXT18 - The file `freetype2/include/Ft2build.h' must be patched as follows to
/third_party/flutter/skia/third_party/externals/freetype/builds/atari/
DREADME.TXT18 - The file `freetype2/include/Ft2build.h' must be patched as follows to
/third_party/skia/third_party/externals/freetype/builds/atari/
DREADME.TXT18 - The file `freetype/include/Ft2build.h' must be patched as follows to
/third_party/python/Lib/unittest/
Dmock.py1344 def decoration_helper(self, patched, args, keywargs): argument
1347 for patching in patched.patchings:
1365 def patched(*args, **keywargs): function
1366 with self.decoration_helper(patched,
1371 patched.patchings = [self]
1372 return patched
1382 async def patched(*args, **keywargs): function
1383 with self.decoration_helper(patched,
1388 patched.patchings = [self]
1389 return patched
/third_party/icu/tools/multi/
Dreadme.txt35 multi/tmp/src/ Unpacked and patched source
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/asm686/
DREADME.6861 This is a patched version of zlib, modified to use
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/asm686/
DREADME.6861 This is a patched version of zlib, modified to use
/third_party/flutter/skia/third_party/externals/freetype/docs/
DPROBLEMS67 +++ src/cache/ftcbasic.c.patched 15 May 2006 02:51:02 -0000
/third_party/freetype/docs/
DPROBLEMS67 +++ src/cache/ftcbasic.c.patched 15 May 2006 02:51:02 -0000
/third_party/skia/third_party/externals/freetype/docs/
DPROBLEMS67 +++ src/cache/ftcbasic.c.patched 15 May 2006 02:51:02 -0000

12345