Searched defs:sanitize (Results 1 - 25 of 43) sorted by relevance

12

/external/harfbuzz_ng/src/
H A Dhb-ot-maxp-table.hh51 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::maxp
H A Dhb-ot-glyf-table.hh47 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::loca
73 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::glyf
H A Dhb-ot-hmtx-table.hh58 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::hmtxvmtx
H A Dhb-ot-head-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::head
H A Dhb-ot-post-table.hh45 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::postV2Tail
48 return_trace (numberOfGlyphs.sanitize (c) &&
67 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::post
75 return_trace (v2.sanitize (c));
H A Dhb-ot-var-avar-table.hh37 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AxisValueMap
96 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::avar
99 if (unlikely (!(version.sanitize (c) &&
108 if (unlikely (!map->sanitize (c)))
H A Dhb-ot-hhea-table.hh52 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::_hea
H A Dhb-ot-name-table.hh59 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::NameRecord
110 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false);
114 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::name
H A Dhb-ot-os2-table.hh46 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::os2
H A Dhb-ot-var-fvar-table.hh37 inline bool sanitize (hb_sanitize_context_t *c, unsigned int axis_count) const function in struct:OT::InstanceRecord
59 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AxisRecord
89 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::fvar
92 return_trace (version.sanitize (c) &&
H A Dhb-ot-var-hvar-table.hh38 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::DeltaSetIndexMap
104 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::HVARVVAR
107 return_trace (version.sanitize (c) &&
109 varStore.sanitize (c, this) &&
110 advMap.sanitize (c, this) &&
111 lsbMap.sanitize (c, this) &&
112 rsbMap.sanitize (c, this));
147 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VVAR
150 return_trace (static_cast<const HVARVVAR *> (this)->sanitize (c) &&
151 vorgMap.sanitize (
[all...]
H A Dhb-open-file-private.hh56 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TableRecord
106 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OffsetTable
135 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TTCHeaderVersion1
138 return_trace (table.sanitize (c, this));
175 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TTCHeader
178 if (unlikely (!u.header.version.sanitize (c))) return_trace (false);
181 case 1: return_trace (u.version1.sanitize (c));
240 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OpenTypeFontFile
243 if (unlikely (!u.tag.sanitize (c))) return_trace (false);
248 case TrueTypeTag: return_trace (u.fontFace.sanitize (
[all...]
H A Dhb-ot-layout-jstf-table.hh57 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::JstfPriority
61 shrinkageEnableGSUB.sanitize (c, this) &&
62 shrinkageDisableGSUB.sanitize (c, this) &&
63 shrinkageEnableGPOS.sanitize (c, this) &&
64 shrinkageDisableGPOS.sanitize (c, this) &&
65 shrinkageJstfMax.sanitize (c, this) &&
66 extensionEnableGSUB.sanitize (c, this) &&
67 extensionDisableGSUB.sanitize (c, this) &&
68 extensionEnableGPOS.sanitize (c, this) &&
69 extensionDisableGPOS.sanitize (
126 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfLangSys
167 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfScript
212 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::JSTF
[all...]
H A Dhb-ot-cbdt-table.hh36 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SmallGlyphMetrics
70 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SBitLineMetrics
99 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::IndexSubtableHeader
115 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const function in struct:OT::IndexSubtableFormat1Or3
145 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const function in struct:OT::IndexSubtable
148 if (!u.header.sanitize (c)) return_trace (false);
150 case 1: return_trace (u.format1.sanitize (c, glyph_count));
151 case 3: return_trace (u.format3.sanitize (c, glyph_count));
191 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::IndexSubtableRecord
196 offsetToSubtable.sanitize (
226 inline bool sanitize (hb_sanitize_context_t *c, unsigned int count) const function in struct:OT::IndexSubtableArray
262 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::BitmapSizeTable
320 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CBLC
367 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CBDT
[all...]
H A Dhb-ot-layout-gdef-table.hh74 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AttachList
77 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
105 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat1
132 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat2
156 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat3
159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this));
188 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValue
191 if (!u.format.sanitize (c)) return_trace (false);
193 case 1: return_trace (u.format1.sanitize (
231 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigGlyph
267 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigCaretList
290 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkGlyphSetsFormat1
315 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkGlyphSets
387 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GDEF
[all...]
H A Dhb-ot-cmap-table.hh54 inline bool sanitize (hb_sanitize_context_t *c) const
146 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableFormat4
204 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableLongGroup
232 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableTrimmed
235 return_trace (c->check_struct (this) && glyphIdArray.sanitize (c));
265 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableLongSegmented
268 return_trace (c->check_struct (this) && groups.sanitize (c));
312 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::UnicodeValueRange
334 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::UVSMapping
374 inline bool sanitize (hb_sanitize_context_ function in struct:OT::VariationSelectorRecord
400 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableFormat14
436 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtable
480 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::EncodingRecord
516 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::cmap
[all...]
/external/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp22 template <typename Type> static bool sanitize() { function
26 bool closure = sanitize<int>();
/external/libcxx/test/support/
H A Dfilesystem_dynamic_test_helper.py20 def sanitize(p): function
45 root_p = sanitize(root_p)
51 root_p = sanitize(root_p)
57 with open(sanitize(fname), 'w') as f:
62 os.mkdir(sanitize(dname))
66 os.symlink(sanitize(source), sanitize(link))
70 os.link(sanitize(source), sanitize(link))
74 os.mkfifo(sanitize(sourc
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlSanitizer.java95 * @param html A snippet of HTML to sanitize. {@code null} is treated as the
102 public static void sanitize(@Nullable String html, final Policy policy) { method in class:HtmlSanitizer
H A DPolicyFactory.java44 * provides a convenient <code>{@link PolicyFactory#sanitize sanitize}</code>
100 public String sanitize(@Nullable String html) { method in class:PolicyFactory
101 return sanitize(html, null, null);
107 * @param html the string of HTML to sanitize.
116 public <CTX> String sanitize( method in class:PolicyFactory
121 HtmlSanitizer.sanitize(
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DBenchmark.java70 n += sanitize(html).length();
93 n += sanitize(html).length();
118 "Full sanitize custom : %12d", (t3 - t2)));
122 "Full sanitize w/ PB : %12d", (t5 - t4)));
132 private static String sanitize(String html) throws Exception { method in class:Benchmark
143 HtmlSanitizer.sanitize(html, new HtmlSanitizer.Policy() {
202 HtmlSanitizer.sanitize(html, policyBuilder.build(renderer));
H A DAntiSamyTest.java92 private static String sanitize(String html) { method in class:AntiSamyTest
95 HtmlSanitizer.sanitize(html, makePolicy(sb));
177 sanitize(html);
241 if (sanitize(s).length() != 0) {
245 if (sanitize(s).length() != 0) {
249 sanitize("<IMG SRC=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>");
250 sanitize("<IMG SRC=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>");
392 sanitize(testStr);
393 sanitize(testStr);
399 sanitize("<
[all...]
H A DHtmlSanitizerTest.java42 assertEquals("", sanitize(""));
43 assertEquals("", sanitize(null));
48 assertEquals("hello world", sanitize("hello world"));
53 assertEquals("&lt;hello world&gt;", sanitize("&lt;hello world&gt;"));
59 sanitize("<b>hello <i>world</i></b>"));
65 sanitize("<b>hello <bogus></bogus><i>world</i></b>"));
71 sanitize("<b>hello <i>world</i>"
79 sanitize("<b>hello <i onclick=\"takeOverWorld(this)\">world</i></b>"));
85 sanitize(
92 sanitize("<
343 private static String sanitize(@Nullable String html) throws Exception { method in class:HtmlSanitizerTest
[all...]
/external/fmtlib/test/
H A Dgtest-extra-test.cc46 std::string sanitize(const std::string &s) { function in namespace:__anon6747
388 EXPECT_EQ("censored", sanitize(redir.restore_and_read()));
389 EXPECT_EQ("", sanitize(redir.restore_and_read()));
/external/testng/src/main/java/org/testng/xml/
H A DLaunchSuite.java325 Collection<String> methodNames= sanitize(entry.getValue());
348 private Collection<String> sanitize(Collection<String> source) { method in class:LaunchSuite.ClassesAndMethodsSuite

Completed in 348 milliseconds

12