Home
last modified time | relevance | path

Searched refs:_valgrind (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dvalgrind.py19 self._valgrind = self._valgrind_fake_dir.join('bin', 'valgrind')
23 new_cmd = [self._valgrind, '--gen-suppressions=all', '--leak-check=full',
/third_party/skia/infra/bots/recipe_modules/flavor/
Dvalgrind.py19 self._valgrind = self._valgrind_fake_dir.join('bin', 'valgrind')
23 new_cmd = [self._valgrind, '--gen-suppressions=all', '--leak-check=full',
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp_test.py91 def _valgrind(glcpp, filename): function
204 valid, log = _valgrind(args.glcpp, os.path.join(args.testdir, filename))
/third_party/libdrm/
Dmeson.build250 _valgrind = get_option('valgrind')
251 if _valgrind != 'false'
253 dep_valgrind = dependency('valgrind', required : _valgrind == 'true', version : '>=3.10.0')
255 dep_valgrind = dependency('valgrind', required : _valgrind == 'true')
/third_party/json/test/
DCMakeLists.txt171 add_test(NAME "${testcase}_valgrind"
175 set_tests_properties("${testcase}_valgrind" PROPERTIES LABELS "valgrind")
/third_party/mesa3d/
Dmeson.build1837 _valgrind = get_option('valgrind') variable
1838 if _valgrind == 'true' variable
1839 _valgrind = 'enabled' variable
1841 elif _valgrind == 'false' variable
1842 _valgrind = 'disabled' variable
1845 if _valgrind != 'disabled'
1846 dep_valgrind = dependency('valgrind', required : _valgrind == 'enabled')