/third_party/musl/ndk-test/sanitize/ |
D | runtest.sh | 5 chmod +x sanitize/asan/* 17 for case in `ls sanitize/asan` 19 echo [Runing test] : sanitize/asan/$case 21 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp 23 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp 25 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp 42 sanitize/asan/$case >> REPORT 50 for case in `ls sanitize/scudo` 53 echo [Runing test] : sanitize/scudo/$case 55 sanitize/scudo/$case valid 2>tmp [all …]
|
/third_party/musl/ndk-test/script/ |
D | runtest-sanitize.sh | 16 for case in `ls sanitize/asan` 18 echo [Runing test] : sanitize/asan/$case 20 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp 22 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp 24 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp 41 sanitize/asan/$case >> REPORT-SANITIZE 49 for case in `ls sanitize/scudo` 52 echo [Runing test] : sanitize/scudo/$case 54 sanitize/scudo/$case valid 2>tmp 56 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case invalid 2>tmp [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-just-table.hh | 48 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 65 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 94 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 112 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 137 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 163 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 183 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 191 case 0: return_trace (u.decompositionAction.sanitize (c)); in sanitize() 192 case 1: return_trace (u.unconditionalAddGlyphAction.sanitize (c)); in sanitize() 193 case 2: return_trace (u.conditionalAddGlyphAction.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-layout-jstf-table.hh | 57 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 61 shrinkageEnableGSUB.sanitize (c, this) && in sanitize() 62 shrinkageDisableGSUB.sanitize (c, this) && in sanitize() 63 shrinkageEnableGPOS.sanitize (c, this) && in sanitize() 64 shrinkageDisableGPOS.sanitize (c, this) && in sanitize() 65 shrinkageJstfMax.sanitize (c, this) && in sanitize() 66 extensionEnableGSUB.sanitize (c, this) && in sanitize() 67 extensionDisableGSUB.sanitize (c, this) && in sanitize() 68 extensionEnableGPOS.sanitize (c, this) && in sanitize() 69 extensionDisableGPOS.sanitize (c, this) && in sanitize() [all …]
|
D | hb-ot-layout-base-table.hh | 46 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 67 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 96 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 100 deviceTable.sanitize (c, this))); in sanitize() 130 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 133 if (unlikely (!u.format.sanitize (c))) return_trace (false); in sanitize() 135 case 1: return_trace (u.format1.sanitize (c)); in sanitize() 136 case 2: return_trace (u.format2.sanitize (c)); in sanitize() 137 case 3: return_trace (u.format3.sanitize (c)); in sanitize() 165 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function [all …]
|
D | hb-aat-layout-common.hh | 60 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 63 return_trace (arrayZ.sanitize (c, c->get_num_glyphs ())); in sanitize() 65 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 68 return_trace (arrayZ.sanitize (c, c->get_num_glyphs (), base)); in sanitize() 88 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 91 return_trace (c->check_struct (this) && value.sanitize (c)); in sanitize() 93 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 96 return_trace (c->check_struct (this) && value.sanitize (c, base)); in sanitize() 118 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 121 return_trace (segments.sanitize (c)); in sanitize() [all …]
|
D | hb-aat-layout-bsln-table.hh | 42 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 60 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 64 lookupTable.sanitize (c))); in sanitize() 78 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 101 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 104 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c))); in sanitize() 121 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 129 case 0: return_trace (parts.format0.sanitize (c)); in sanitize() 130 case 1: return_trace (parts.format1.sanitize (c)); in sanitize() 131 case 2: return_trace (parts.format2.sanitize (c)); in sanitize() [all …]
|
D | hb-open-file.hh | 65 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 200 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 203 return_trace (c->check_struct (this) && tables.sanitize (c)); in sanitize() 226 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 229 return_trace (table.sanitize (c, this)); in sanitize() 266 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 269 if (unlikely (!u.header.version.sanitize (c))) return_trace (false); in sanitize() 272 case 1: return_trace (u.version1.sanitize (c)); in sanitize() 299 bool sanitize (hb_sanitize_context_t *c, in sanitize() function 304 offset.sanitize (c, data_base) && in sanitize() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout-just-table.hh | 48 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 65 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 94 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 112 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 137 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 163 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 183 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 191 case 0: return_trace (u.decompositionAction.sanitize (c)); in sanitize() 192 case 1: return_trace (u.unconditionalAddGlyphAction.sanitize (c)); in sanitize() 193 case 2: return_trace (u.conditionalAddGlyphAction.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-layout-jstf-table.hh | 57 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 61 shrinkageEnableGSUB.sanitize (c, this) && in sanitize() 62 shrinkageDisableGSUB.sanitize (c, this) && in sanitize() 63 shrinkageEnableGPOS.sanitize (c, this) && in sanitize() 64 shrinkageDisableGPOS.sanitize (c, this) && in sanitize() 65 shrinkageJstfMax.sanitize (c, this) && in sanitize() 66 extensionEnableGSUB.sanitize (c, this) && in sanitize() 67 extensionDisableGSUB.sanitize (c, this) && in sanitize() 68 extensionEnableGPOS.sanitize (c, this) && in sanitize() 69 extensionDisableGPOS.sanitize (c, this) && in sanitize() [all …]
|
D | hb-ot-layout-base-table.hh | 46 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 67 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 96 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 100 deviceTable.sanitize (c, this))); in sanitize() 130 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 133 if (unlikely (!u.format.sanitize (c))) return_trace (false); in sanitize() 135 case 1: return_trace (u.format1.sanitize (c)); in sanitize() 136 case 2: return_trace (u.format2.sanitize (c)); in sanitize() 137 case 3: return_trace (u.format3.sanitize (c)); in sanitize() 165 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function [all …]
|
D | hb-aat-layout-common.hh | 57 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 60 return_trace (arrayZ.sanitize (c, c->get_num_glyphs ())); in sanitize() 62 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 65 return_trace (arrayZ.sanitize (c, c->get_num_glyphs (), base)); in sanitize() 85 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 88 return_trace (c->check_struct (this) && value.sanitize (c)); in sanitize() 90 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 93 return_trace (c->check_struct (this) && value.sanitize (c, base)); in sanitize() 115 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 118 return_trace (segments.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-math-table.hh | 44 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); in sanitize() 68 if (!mathValueRecords[i].sanitize (c, this)) in sanitize_math_value_records() 74 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 168 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 172 coverage.sanitize (c, this) && in sanitize() 173 italicsCorrection.sanitize (c, this)); in sanitize() 199 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 203 topAccentCoverage.sanitize (c, this) && in sanitize() 204 topAccentAttachment.sanitize (c, this)); in sanitize() [all …]
|
D | hb-aat-layout-bsln-table.hh | 42 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 60 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 64 lookupTable.sanitize (c))); in sanitize() 78 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 101 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 104 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c))); in sanitize() 121 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 129 case 0: return_trace (parts.format0.sanitize (c)); in sanitize() 130 case 1: return_trace (parts.format1.sanitize (c)); in sanitize() 131 case 2: return_trace (parts.format2.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-color-colr-table.hh | 47 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 74 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 96 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 112 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 128 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 143 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 169 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 173 stops.sanitize (c)); in sanitize() 234 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 252 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function [all …]
|
D | hb-open-file.hh | 66 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 185 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 188 return_trace (c->check_struct (this) && tables.sanitize (c)); in sanitize() 211 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 214 return_trace (table.sanitize (c, this)); in sanitize() 251 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 254 if (unlikely (!u.header.version.sanitize (c))) return_trace (false); in sanitize() 257 case 1: return_trace (u.version1.sanitize (c)); in sanitize() 284 bool sanitize (hb_sanitize_context_t *c, in sanitize() function 289 offset.sanitize (c, data_base) && in sanitize() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-just-table.hh | 48 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 65 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 94 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 112 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 137 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 163 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 183 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 191 case 0: return_trace (u.decompositionAction.sanitize (c)); in sanitize() 192 case 1: return_trace (u.unconditionalAddGlyphAction.sanitize (c)); in sanitize() 193 case 2: return_trace (u.conditionalAddGlyphAction.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-layout-jstf-table.hh | 57 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 61 shrinkageEnableGSUB.sanitize (c, this) && in sanitize() 62 shrinkageDisableGSUB.sanitize (c, this) && in sanitize() 63 shrinkageEnableGPOS.sanitize (c, this) && in sanitize() 64 shrinkageDisableGPOS.sanitize (c, this) && in sanitize() 65 shrinkageJstfMax.sanitize (c, this) && in sanitize() 66 extensionEnableGSUB.sanitize (c, this) && in sanitize() 67 extensionDisableGSUB.sanitize (c, this) && in sanitize() 68 extensionEnableGPOS.sanitize (c, this) && in sanitize() 69 extensionDisableGPOS.sanitize (c, this) && in sanitize() [all …]
|
D | hb-aat-layout-common.hh | 57 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 60 return_trace (arrayZ.sanitize (c, c->get_num_glyphs ())); in sanitize() 62 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 65 return_trace (arrayZ.sanitize (c, c->get_num_glyphs (), base)); in sanitize() 85 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 88 return_trace (c->check_struct (this) && value.sanitize (c)); in sanitize() 90 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 93 return_trace (c->check_struct (this) && value.sanitize (c, base)); in sanitize() 115 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 118 return_trace (segments.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-layout-base-table.hh | 49 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 70 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 99 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 103 deviceTable.sanitize (c, this))); in sanitize() 131 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 134 if (unlikely (!u.format.sanitize (c))) return_trace (false); in sanitize() 136 case 1: return_trace (u.format1.sanitize (c)); in sanitize() 137 case 2: return_trace (u.format2.sanitize (c)); in sanitize() 138 case 3: return_trace (u.format3.sanitize (c)); in sanitize() 171 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function [all …]
|
D | hb-ot-math-table.hh | 44 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function 47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); in sanitize() 68 if (!mathValueRecords[i].sanitize (c, this)) in sanitize_math_value_records() 74 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 168 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 172 coverage.sanitize (c, this) && in sanitize() 173 italicsCorrection.sanitize (c, this)); in sanitize() 199 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 203 topAccentCoverage.sanitize (c, this) && in sanitize() 204 topAccentAttachment.sanitize (c, this)); in sanitize() [all …]
|
D | hb-ot-layout-gdef-table.hh | 75 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 78 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this)); in sanitize() 106 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 131 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 156 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this)); in sanitize() 188 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 191 if (!u.format.sanitize (c)) return_trace (false); in sanitize() 193 case 1: return_trace (u.format1.sanitize (c)); in sanitize() 194 case 2: return_trace (u.format2.sanitize (c)); in sanitize() [all …]
|
D | hb-aat-layout-bsln-table.hh | 42 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 60 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 64 lookupTable.sanitize (c))); in sanitize() 78 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 101 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 104 return_trace (c->check_struct (this) && lookupTable.sanitize (c)); in sanitize() 121 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 129 case 0: return_trace (parts.format0.sanitize (c)); in sanitize() 130 case 1: return_trace (parts.format1.sanitize (c)); in sanitize() 131 case 2: return_trace (parts.format2.sanitize (c)); in sanitize() [all …]
|
D | hb-ot-var-hvar-table.hh | 38 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 106 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 109 return_trace (version.sanitize (c) && in sanitize() 111 varStore.sanitize (c, this) && in sanitize() 112 advMap.sanitize (c, this) && in sanitize() 113 lsbMap.sanitize (c, this) && in sanitize() 114 rsbMap.sanitize (c, this)); in sanitize() 148 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 151 return_trace (static_cast<const HVARVVAR *> (this)->sanitize (c) && in sanitize() 152 vorgMap.sanitize (c, this)); in sanitize()
|
D | hb-open-file.hh | 66 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 189 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 192 return_trace (c->check_struct (this) && tables.sanitize (c)); in sanitize() 215 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 218 return_trace (table.sanitize (c, this)); in sanitize() 255 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function 258 if (unlikely (!u.header.version.sanitize (c))) return_trace (false); in sanitize() 261 case 1: return_trace (u.version1.sanitize (c)); in sanitize() 288 bool sanitize (hb_sanitize_context_t *c, in sanitize() function 293 offset.sanitize (c, data_base) && in sanitize() [all …]
|