Searched refs:suppression (Results 1 – 25 of 58) sorted by relevance
123
/external/skia/site/dev/chrome/ |
D | blink.md | 29 In the following the term 'code suppression' means a build flag \(a\.k\.a\. define\). 45 #### Code suppression does not yet exist \- Direct method 47 2. Put the change behind a code suppression. 49 4. Manually roll Skia or append the autoroll with the code suppression to 51 5. Add code suppression to Blink's 'public/blink\_skia\_config\.gyp'. 53 7. Remove code suppression from Chromium's 'skia/skia\_common\.gypi'. 55 #### Code suppression does not yet exist \- Alternate method 56 1. Add code suppression to Blink's 'public/blink\_skia\_config\.gyp' before making code 59 3. Put the change behind a code suppression. 64 #### Code suppression exists in header [all …]
|
D | changes.md | 19 * Note that the code suppression cannot exist in both the header file and 31 * Remove the code suppression \(and code\) when the legacy API is no longer
|
/external/valgrind/memcheck/tests/ |
D | supp_unknown.supp | 3 <insert a suppression name here> 10 <insert a suppression name here>
|
D | long-supps.supp | 2 <insert a suppression name here>
|
D | inlinfo.vgtest | 2 # Also test the generation of suppression entries with inlined calls.
|
D | suppfreecollision.vgtest | 4 # The suppression entry only match the non dangerous error.
|
/external/pdfium/tools/drmemory/scripts/ |
D | drmemory_analyze.py | 22 def __init__(self, report, suppression, testcase): argument 30 supp_lines = suppression.split("\n") 123 suppression = generated_suppressions[error_id] 124 ret.append(DrMemoryError(report, suppression, testcase))
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | debug.proto | 65 // Noise suppression. 68 // Transient suppression.
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar_supp.supp | 1 # This suppression suppresses both of the buf errors.
|
/external/valgrind/docs/internals/ |
D | xml-output-protocol4.txt | 63 the corresponding suppression for it. 207 * SUPPCOUNTS, indicating how many times each suppression was used. 285 It specifies the number of times each error-suppression was used. 293 The <name> is as specified in the suppression name fields in .supp 300 suppression that would be needed to suppress the containing error. 301 For convenience, the suppression is presented twice, once in 305 <suppression> 306 <sname>TEXT</sname> name of the suppression 311 </suppression> 322 generated suppression would contain the string "]]>", since neither [all …]
|
D | 3_4_BUGSTATUS.txt | 35 186796 Symbols with length>200 in suppression files are ignored
|
D | xml-output.txt | 225 * SUPPCOUNTS, indicating how many times each suppression was used. 433 It specifies the number of times each error-suppression was used. 441 The <name> is as specified in the suppression name fields in .supp
|
/external/skia/tools/ |
D | tsan.supp | 9 # Having trouble getting this suppression to match.
|
/external/pdfium/tools/lsan/ |
D | lsan_suppressions.txt | 4 # new testcase), please add a suppression to this file so that it can be
|
/external/valgrind/ |
D | glibc-2.7.supp | 8 # (optional extra info for some suppression types)
|
D | xfree-3.supp | 10 # (optional extra info for some suppression types)
|
D | glibc-2.5.supp | 10 # (optional extra info for some suppression types)
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 156 gets addressed. However, you can use the following suppression mechanism 157 to unblock yourself and continue on with the testing. This suppression 161 to a suppression file. You can either specify the full path to the file or the 170 the narrower the scope of the suppression, the more bugs you will be able to
|
/external/bison/build-aux/ |
D | darwin11.4.0.valgrind | 16 # Valgrind suppression file for Bison.
|
/external/avahi/docs/ |
D | TODO | 24 * Known-Answer suppression client part 25 * Known-Answer suppression server part
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | closurizednamespacesinfo.py | 528 def _HasSuppression(self, state_tracker, suppression): argument 530 return jsdoc and suppression in jsdoc.suppressions
|
/external/skia/site/dev/runtime/ |
D | config.md | 6 ## Warning suppression:
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | canny.cl | 62 Non maxima suppression 172 //// Threshold + Non maxima suppression 253 Non maxima suppression
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_fast/ |
D | py_fast.markdown | 50 non-maximal suppression. 91 whether non-maximum suppression to be applied or not, the neighborhood to be used etc.
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 47 // Test nil receiver suppression.
|
123