Searched refs:patched (Results 1 – 25 of 185) sorted by relevance
12345678
/external/pdfium/third_party/yasm/ |
D | BUILD.gn | 82 "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/ |
D | generate_parser_tools.py | 89 patched = output.replace(patch_in, patch_out) 93 patched = patched.replace('\t', ' ') 96 flex_output_patched.write(patched)
|
/external/antlr/runtime/Python3/ |
D | ez_setup.py | 215 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/ |
D | tfsa-2019-001.md | 24 We have patched the vulnerability in GitHub commit 31 vulnerability. Versions 1.13.0 and later were released using the patched commit.
|
D | tfsa-2020-001.md | 33 We have patched the vulnerability in GitHub commit 37 vulnerability patched.
|
D | tfsa-2020-003.md | 29 We have patched the issue in 43 upgrade to patched code.
|
D | tfsa-2020-032.md | 35 We have patched the issue in GitHub commit 41 2.4. The final release of the 2.4 release will be patched.
|
D | tfsa-2020-004.md | 32 We have patched the issue in 48 patched code.
|
D | tfsa-2020-002.md | 42 We have patched the issue in 58 patched code.
|
/external/python/mock/mock/tests/ |
D | testwith.py | 151 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/ |
D | testwith.py | 146 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/ |
D | README | 2 0.07. It has been patched against publicly known vulnerabilities
|
/external/boringssl/src/third_party/fiat/ |
D | METADATA | 12 …local_modifications: "Files renamed to .h for BoringSSL integration. Select functions patched with…
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_transfer.c | 70 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/ |
D | file_system_helper.cc | 80 const std::string patched = PatchPattern(d); in AllDirectoryPrefixes() local 81 StringPiece dir(patched); in AllDirectoryPrefixes()
|
/external/grpc-grpc/tools/distrib/ |
D | build_ruby_environment_macos.sh | 27 +++ patched 2018-04-10 11:40:25.000000000 -0700
|
/external/grpc-grpc/examples/android/helloworld/ |
D | README.md | 6 protobuf release, but until then must be manually patched in to
|
/external/python/cpython2/Mac/BuildScript/ |
D | tk868_on_10_8_10_9.patch | 9 +++ tk8.6.8-patched/macosx/tkMacOSXXStubs.c 2018-01-06 19:34:17.000000000 -0600
|
/external/python/cpython3/Mac/BuildScript/ |
D | tk868_on_10_8_10_9.patch | 9 +++ tk8.6.8-patched/macosx/tkMacOSXXStubs.c 2018-01-06 19:34:17.000000000 -0600
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/ |
D | build_ruby_environment_macos.sh | 27 +++ patched 2018-04-10 11:40:25.000000000 -0700
|
/external/python/pybind11/tests/test_cmake_build/subdirectory_function/ |
D | CMakeLists.txt | 4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
/external/pdfium/third_party/eu-strip/ |
D | README.pdfium | 13 Ubuntu-patched version of elfutils):
|
/external/protobuf/kokoro/release/ruby/macos/ruby/ |
D | ruby_build_environment.sh | 25 +++ patched 2018-04-10 11:40:25.000000000 -0700
|
/external/python/pybind11/tests/test_cmake_build/installed_function/ |
D | CMakeLists.txt | 5 # 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/ |
D | CMakeLists.txt | 4 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
|
12345678