Home
last modified time | relevance | path

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

12345678

/external/pdfium/third_party/yasm/
DBUILD.gn82 "source/patched-yasm",
91 sources = [ "source/patched-yasm/tools/genmacro/genmacro.c" ]
104 sources = [ "source/patched-yasm/libyasm/genmodule.c" ]
118 "source/patched-yasm/tools/genperf/genperf.c",
119 "source/patched-yasm/tools/genperf/perfect.c",
143 "source/patched-yasm/libyasm/phash.c",
144 "source/patched-yasm/libyasm/xmalloc.c",
145 "source/patched-yasm/libyasm/xstrdup.c",
160 sources = [ "source/patched-yasm/genstring.c" ]
173 sources = [ "source/patched-yasm/modules/preprocs/nasm/genversion.c" ]
[all …]
/external/angle/src/compiler/
Dgenerate_parser_tools.py89 patched = output.replace(patch_in, patch_out)
93 patched = patched.replace('\t', ' ')
96 flex_output_patched.write(patched)
/external/antlr/runtime/Python3/
Dez_setup.py215 patched = True
217 patched = False
219 patched = False
224 if patched:
273 patched = _patch_egg_dir(pkg_info)
275 patched = _patch_file(pkg_info, SETUPTOOLS_PKG_INFO)
277 if not patched:
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2019-001.md24 We have patched the vulnerability in GitHub commit
31 vulnerability. Versions 1.13.0 and later were released using the patched commit.
Dtfsa-2020-001.md33 We have patched the vulnerability in GitHub commit
37 vulnerability patched.
Dtfsa-2020-003.md29 We have patched the issue in
43 upgrade to patched code.
Dtfsa-2020-032.md35 We have patched the issue in GitHub commit
41 2.4. The final release of the 2.4 release will be patched.
Dtfsa-2020-004.md32 We have patched the issue in
48 patched code.
Dtfsa-2020-002.md42 We have patched the issue in
58 patched code.
/external/python/mock/mock/tests/
Dtestwith.py151 with patch('%s.open' % __name__, mock, create=True) as patched:
152 self.assertIs(patched, mock)
189 with patch('%s.open' % __name__, mock, create=True) as patched:
190 self.assertIs(patched, mock)
/external/python/cpython3/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)
/external/tremolo/
DREADME2 0.07. It has been patched against publicly known vulnerabilities
/external/boringssl/src/third_party/fiat/
DMETADATA12 …local_modifications: "Files renamed to .h for BoringSSL integration. Select functions patched with…
/external/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()
/external/tensorflow/tensorflow/core/platform/
Dfile_system_helper.cc80 const std::string patched = PatchPattern(d); in AllDirectoryPrefixes() local
81 StringPiece dir(patched); in AllDirectoryPrefixes()
/external/grpc-grpc/tools/distrib/
Dbuild_ruby_environment_macos.sh27 +++ patched 2018-04-10 11:40:25.000000000 -0700
/external/grpc-grpc/examples/android/helloworld/
DREADME.md6 protobuf release, but until then must be manually patched in to
/external/python/cpython2/Mac/BuildScript/
Dtk868_on_10_8_10_9.patch9 +++ tk8.6.8-patched/macosx/tkMacOSXXStubs.c 2018-01-06 19:34:17.000000000 -0600
/external/python/cpython3/Mac/BuildScript/
Dtk868_on_10_8_10_9.patch9 +++ tk8.6.8-patched/macosx/tkMacOSXXStubs.c 2018-01-06 19:34:17.000000000 -0600
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dbuild_ruby_environment_macos.sh27 +++ patched 2018-04-10 11:40:25.000000000 -0700
/external/python/pybind11/tests/test_cmake_build/subdirectory_function/
DCMakeLists.txt4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
/external/pdfium/third_party/eu-strip/
DREADME.pdfium13 Ubuntu-patched version of elfutils):
/external/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build_environment.sh25 +++ patched 2018-04-10 11:40:25.000000000 -0700
/external/python/pybind11/tests/test_cmake_build/installed_function/
DCMakeLists.txt5 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
/external/python/pybind11/tests/test_cmake_build/installed_embed/
DCMakeLists.txt4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate

12345678