Searched +full:- +full:- +full:show +full:- +full:leak +full:- +full:kinds (Results 1 – 25 of 56) sorted by relevance
123
| /external/protobuf/php/tests/ |
| D | memory_leak_test.sh | 5 set -ex 14 echo "Running memory leak test, args: $@" 17 …ARGS="-d xdebug.profiler_enable=0 -d display_errors=on -dextension=../ext/google/protobuf/modules/… 21 --keep_descriptors) 22 EXTRA_ARGS=-dprotobuf.keep_descriptor_pool_after_request=1 31 …if valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all… 32 echo "Memory leak test SUCCEEDED" 34 echo "Memory leak test FAILED" 40 run_test --keep_descriptors
|
| /external/cronet/third_party/protobuf/php/tests/ |
| D | memory_leak_test.sh | 5 set -ex 14 echo "Running memory leak test, args: $@" 17 …ARGS="-d xdebug.profiler_enable=0 -d display_errors=on -dextension=../ext/google/protobuf/modules/… 21 --keep_descriptors) 22 EXTRA_ARGS=-dprotobuf.keep_descriptor_pool_after_request=1 31 …if valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all… 32 echo "Memory leak test SUCCEEDED" 34 echo "Memory leak test FAILED" 40 run_test --keep_descriptors
|
| /external/libnl/.github/workflows/ |
| D | ci.yml | 1 name: libnl3-ci 11 clang-format: 12 runs-on: ubuntu-latest 16 - name: Install packages 18 sudo dnf install -y \ 19 clang-tools-extra \ 22 - name: Check out repository code 25 - name: Setup git 27 git config --global --add safe.directory "$PWD" 29 - name: Formatting with clang-format [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
| D | .bazelrc | 2 build --features=-debug_prefix_map_pwd_is_dot 5 build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 6 build:cpp17_msvc --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 8 # Use our custom-configured c++ toolchain. 10 build:m32 --copt=-m32 --linkopt=-m32 11 build:asan --copt=-fsanitize=address --linkopt=-fsanitize=address 12 build:msan --copt=-fsanitize=memory --linkopt=-fsanitize=memory 15 # interpreter does the sorts of things that flag Valgrind "possible" leak checks. 16 # Ideally we could enforce a stricter check for the non-Python tests, but I don't 20 …ind --run_under='valgrind --leak-check=full --track-origins=yes --trace-children=yes --show-leak-k… [all …]
|
| /external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/ |
| D | valgrindPlugin.py | 2 run the command under test, under valgrind and collect memory leak info 42 for xx in range(index - 1, self.testcount): 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 48 subprocess.check_output('rm -f vgnd-*.log', shell=True) 57 '-V', '--valgrind', action='store_true', 83 cmdlist.insert(0, '--track-origins=yes') 84 cmdlist.insert(0, '--show-leak-kinds=definite,indirect') 85 cmdlist.insert(0, '--leak-check=full') 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 87 cmdlist.insert(0, '-v') # ask for summary of non-leak errors [all …]
|
| /external/zstd/build/meson/tests/ |
| D | valgrindTest.py | 3 # Copyright (c) 2018-present lzutao <taolzu(at)gmail.com> 6 # This source code is licensed under both the BSD-style license (found in the 16 VALGRIND_ARGS = [valgrind, '--leak-check=full', '--show-leak-kinds=all', '--error-exitcode=1'] 18 print('\n ---- valgrind tests : memory analyzer ----') 20 subprocess.check_call([*VALGRIND_ARGS, datagen, '-g50M'], stdout=subprocess.DEVNULL) 26 with subprocess.Popen([datagen, '-g80'], stdout=subprocess.PIPE) as p1, \ 27 subprocess.Popen([*VALGRIND_ARGS, zstd, '-', '-c'], 35 with subprocess.Popen([datagen, '-g16KB'], stdout=subprocess.PIPE) as p1, \ 36 subprocess.Popen([*VALGRIND_ARGS, zstd, '-vf', '-', '-c'], 45 with subprocess.Popen([datagen, '-g2930KB'], stdout=subprocess.PIPE) as p1, \ [all …]
|
| /external/iptables/iptables/tests/shell/ |
| D | run-tests.sh | 9 Usage: $(basename $0) [-v|--verbose] [-H|--host] [-V|--valgrind] 10 [[-l|--legacy]|[-n|--nft]] [testscript ...] 12 -v | --verbose Enable verbose mode (do not drop testscript output). 13 -H | --host Run tests against installed binaries in \$PATH, 15 -V | --valgrind Enable leak checking via valgrind. 16 -l | --legacy Test legacy variant only. Conflicts with --nft. 17 -n | --nft Test nft variant only. Conflicts with --legacy. 18 testscript Run only specific test(s). Implies --verbose. 34 if [ "$(id -u)" != "0" ] ; then 39 if [ ! -d "$TESTDIR" ] ; then [all …]
|
| /external/libtracefs/ |
| D | Makefile | 1 # SPDX-License-Identifier: LGPL-2.1 15 # taken from trace-cmd 16 MAKEFLAGS += --no-print-directory 23 define allow-override 30 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 31 $(call allow-override,AR,$(CROSS_COMPILE)ar) 32 $(call allow-override,PKG_CONFIG,pkg-config) 33 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/) 34 $(call allow-override,LDCONFIG,ldconfig) 36 EXT = -std=gnu99 [all …]
|
| /external/icu/android_icu4j/ |
| D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 20 // See: http://go/android-license-faq 21 // A large-scale-change added 'default_applicable_licenses' to import 23 // to get the below license kinds: 24 // SPDX-license-identifier-Apache-2.0 25 // SPDX-license-identifier-BSD 26 // SPDX-license-identifier-ICU 27 // SPDX-license-identifier-MIT 28 // SPDX-license-identifier-Unicode-DFS 53 // The files contains Android-specific codes to expose intra-core APIs [all …]
|
| /external/bc/ |
| D | Makefile.in | 2 # SPDX-License-Identifier: BSD-2-Clause 4 # Copyright (c) 2018-2023 Gavin D. Howard and contributors. 121 MANPAGE_INSTALL_ARGS = -Dm644 122 BINARY_INSTALL_ARGS = -Dm755 177 INSTALL = $(SCRIPTSDIR)/exec-install.sh 178 SAFE_INSTALL = $(SCRIPTSDIR)/safe-install.sh 185 VALGRIND_ARGS = --error-exitcode=100 --leak-check=full --show-leak-kinds=all --errors-for-leak-kind… 191 BC_DEFS0 = -DBC_DEFAULT_BANNER=$(BC_DEFAULT_BANNER) 192 BC_DEFS1 = -DBC_DEFAULT_SIGINT_RESET=$(BC_DEFAULT_SIGINT_RESET) 193 BC_DEFS2 = -DBC_DEFAULT_TTY_MODE=$(BC_DEFAULT_TTY_MODE) [all …]
|
| /external/zstd/tests/ |
| D | Makefile | 6 # This source code is licensed under both the BSD-style license (found in the 9 # You may select, at your option, one of the above-listed licenses. 13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode 15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode 17 # test-zstd-speed.py : script for testing zstd speed difference between commits 20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode 27 export DEBUGLEVEL # transmit value to sub-makefiles 36 DEBUGFLAGS += -g -Wno-c++-compat 37 CPPFLAGS += -I$(LIB_SRCDIR) -I$(LIB_SRCDIR)/common -I$(LIB_SRCDIR)/compress -I$(LIB_SRCDIR)/legac… 38 -I$(LIB_SRCDIR)/dictBuilder -I$(LIB_SRCDIR)/deprecated -I$(PRGDIR) \ [all …]
|
| /external/llvm/docs/ |
| D | LibFuzzer.rst | 2 libFuzzer – a library for coverage-guided fuzz testing. 11 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing 15 all of its fuzzing inside a single process. This in-process fuzzing can be more 17 for process start-up. 34 (If `building Clang from trunk`_ is too time-consuming or difficult, then 38 .. code-block:: console 47 ``./third_party/llvm-build/Release+Asserts/bin/clang``) 65 -------- 70 .. code-block:: c++ 75 return 0; // Non-zero return values are reserved for future use. [all …]
|
| /external/AFLplusplus/docs/ |
| D | fuzzing_in_depth.md | 4 If you have a binary-only target, go to 5 [fuzzing_binary-only_targets.md](fuzzing_binary-only_targets.md). 7 Fuzzing source code is a three-step process: 18 Please keep in mind that, similarly to many other computationally-intensive 21 - Your CPU will run hot and will need adequate cooling. In most cases, if 27 - Targeted programs may end up erratically grabbing gigabytes of memory or 33 - Fuzzing involves billions of reads and writes to the filesystem. On modern 35 "physical" I/O - but there are many factors that may alter this equation. It 42 $ iostat -d 3 -x -k [...optional disk ID...] 45 Using the `AFL_TMPDIR` environment variable and a RAM-disk, you can have the [all …]
|
| /external/flac/test/ |
| D | test_flac.sh | 1 #!/bin/sh -e 3 # FLAC - Free Lossless Audio Codec 4 # Copyright (C) 2001-2009 Josh Coalson 5 # Copyright (C) 2011-2023 Xiph.Org Foundation 9 # are distributed under Xiph.Org's BSD-like license (see the file 23 # we use '.' as decimal separator in --skip/--until tests 33 flac${EXE} --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" 38 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 flac $*" >>test_flac.valgrin… 39 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac${EXE} $TOTALLY_SIL… 41 flac${EXE} $TOTALLY_SILENT --no-error-on-compression-fail $* [all …]
|
| /external/libexif/ |
| D | ChangeLog | 1 2012-07-12 Dan Fandrich <dan@coneharvesters.com> 4 This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of 6 * Fixed an off-by-one error in exif_convert_utf16_to_utf8() 7 This can cause a one-byte NUL write past the end of the buffer. 8 This fixes CVE-2012-2840 9 * Don't read past the end of a tag when converting from UTF-16 10 This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of 14 NUL-terminated. 15 This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of 20 This fixes CVE-2012-2841 [all …]
|
| /external/flac/ |
| D | CHANGELOG.md | 5 ## FLAC 1.4.3 (23-Jun-2023) 10 …* All PowerPC-specific code has been removed, as it turned out those improvements didn't actually … 11 …ed for all presets. The largest change is for the fastest presets and for 24-bit and 32-bit inputs. 12 * Small improvement in decoder speed for BMI2-capable CPUs 18 …* Various improvements to the --keep-foreign-metadata and --keep-foreign-metadata-if-present optio… 21 * AIFF-C sowt data can now be restored 22 …* Add --force-legacy-wave-format option, to decode to WAV with WAVEFORMATPCM where WAVE_FORMAT_EXT… 23 * Add --force-aiff-c-none-format and --force-aiff-c-sowt-format to decode to AIFF-C 25 …* Throw an error when WAV or AIFF files are over 4GiB in length and the --ignore-chunk-sizes optio… 29 * Removal of the --sector--align option [all …]
|
| /external/clang/docs/ |
| D | InternalsManual.rst | 12 decisions made in the Clang C front-end. The purpose of this document is to 15 Clang, not for end-users. The description below is categorized by libraries, 22 `data-structures <http://llvm.org/docs/ProgrammersManual.html>`_, including 30 number of low-level utilities for tracking and manipulating source buffers, 35 class), other parts could be reused for other non-C-based languages 44 ------------------------- 60 .. code-block:: text 63 P = (P-42) + Gamma*4; 76 The ``Diagnostic*Kinds.td`` files 80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be [all …]
|
| /external/armnn/src/armnn/test/ |
| D | RuntimeTests.cpp | 2 // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. 3 // SPDX-License-Identifier: MIT 39 runtime->m_LoadedNetworks.reserve(1); in RuntimeLoadedNetworksReserve() 48 // build 2 mock-networks and load them into the runtime 55 mockNetwork1->AddInputLayer(0, "test layer"); 57 …runtime->LoadNetwork(networkIdentifier1, Optimize(*mockNetwork1, backends, runtime->GetDeviceSpec(… 62 mockNetwork2->AddInputLayer(0, "test layer"); 63 …runtime->LoadNetwork(networkIdentifier2, Optimize(*mockNetwork2, backends, runtime->GetDeviceSpec(… 66 CHECK(runtime->UnloadNetwork(networkIdentifier1) == armnn::Status::Success); 68 CHECK(runtime->UnloadNetwork(networkIdentifier1) == armnn::Status::Failure); [all …]
|
| /external/pcre/ |
| D | ChangeLog | 2 -------------------- 7 Version 10.44 07-June-2024 8 -------------------------- 10 1. If a pattern contained a variable-length lookbehind in which the first 17 2. Further updates to the oss-fuzz support: 22 classes contain a lot of non-ascii characters. 26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes. 35 bytes because this takes a long time, causing oss-fuzz to time out. 55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting 61 Version 10.43 16-February-2024 [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| D | 24.0.0.rst | 1 Mesa 24.0.0 Release Notes / 2024-02-01 20 --------------- 24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz 28 ------------ 30 - VK_EXT_image_compression_control on RADV 31 - VK_EXT_device_fault on RADV 32 - OpenGL 3.3 on Asahi 33 - Geometry shaders on Asahi 34 - GL_ARB_texture_cube_map_array on Asahi 35 - GL_ARB_clip_control on Asahi [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /external/angle/third_party/spirv-tools/src/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2024.2 2024-04-22 4 - General 5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) 6 - Use bazel 7 and bzlmod (#5601) 7 - Optimizer 8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648) 9 - Fix rebuilding types with circular references. (#5637) 10 - Add AliasedPointer decoration (#5635) 11 - add support for vulkan-shader-profiler external passes (#5512) [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2024.2 2024-04-22 4 - General 5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) 6 - Use bazel 7 and bzlmod (#5601) 7 - Optimizer 8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648) 9 - Fix rebuilding types with circular references. (#5637) 10 - Add AliasedPointer decoration (#5635) 11 - add support for vulkan-shader-profiler external passes (#5512) [all …]
|
| /external/deqp-deps/SPIRV-Tools/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2023.6 2023-12-18 4 - General 5 - update_build_version.py produce deterministic header. (#5426) 6 - Support missing git in update_build_version.py (#5473) 7 - Optimizer 8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430) 9 - Do not crash when tryingto fold unsupported spec constant (#5496) 10 - instrument: Fix handling of gl_InvocationID (#5493) 11 - Fix nullptr argument in MarkInsertChain (#5465) [all …]
|
123