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

12

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeSanitizer.cpp42 PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize() function in class:WebCore::OpenTypeSanitizer
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-hmtx-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
H A Dhb-ot-maxp-table.hh50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
H A Dhb-ot-head-table.hh54 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::head
H A Dhb-ot-hhea-table.hh47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
H A Dhb-ot-name-table.hh59 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::NameRecord
106 if (!nameRecord[i].sanitize (c, string_pool)) return TRACE_RETURN (false);
110 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::name
H A Dhb-open-file-private.hh56 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TableRecord
105 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetTable
133 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeaderVersion1
135 return TRACE_RETURN (table.sanitize (c, this));
172 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeader
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
177 case 1: return TRACE_RETURN (u.version1.sanitize (c));
234 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OpenTypeFontFile
236 if (unlikely (!u.tag.sanitize (c))) return TRACE_RETURN (false);
241 case TrueTypeTag: return TRACE_RETURN (u.fontFace.sanitize (
[all...]
H A Dhb-ot-layout-gdef-table.hh74 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AttachList
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
104 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat1
130 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat2
153 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat3
155 return TRACE_RETURN (c->check_struct (this) && deviceTable.sanitize (c, this));
181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValue
183 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
185 case 1: return TRACE_RETURN (u.format1.sanitize (
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigGlyph
256 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigCaretList
278 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSetsFormat1
302 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSets
367 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GDEF
[all...]
H A Dhb-open-type-private.hh185 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
280 /* Template to sanitize an object. */
284 static hb_blob_t *sanitize (hb_blob_t *blob) { function in struct:OT::Sanitizer
304 sane = t->sanitize (c);
309 /* sanitize again to ensure no toe-stepping */
311 sane = t->sanitize (c);
567 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::IntType
593 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LONGDATETIME
667 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FixedVersion
702 inline bool sanitize (hb_sanitize_context_ function in struct:OT::GenericOffsetTo
711 inline bool sanitize (hb_sanitize_context_t *c, void *base, T user_data) { function in struct:OT::GenericOffsetTo
801 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GenericArrayOf
816 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::GenericArrayOf
826 inline bool sanitize (hb_sanitize_context_t *c, void *base, T user_data) { function in struct:OT::GenericArrayOf
879 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetListOf
884 inline bool sanitize (hb_sanitize_context_t *c, T user_data) { function in struct:OT::OffsetListOf
924 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::HeadlessArrayOf
[all...]
H A Dhb-ot-layout-common-private.hh67 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::Record
70 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
122 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
124 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
135 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
199 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
202 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
238 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
241 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (
261 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
372 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
404 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
444 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
485 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
595 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
651 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
737 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
832 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
943 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
986 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1027 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1119 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
[all...]
H A Dhb-ot-layout-gsub-table.hh100 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat1
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
176 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat2
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
233 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubst
235 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
237 case 1: return TRACE_RETURN (u.format1.sanitize (c));
238 case 2: return TRACE_RETURN (u.format2.sanitize (
304 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Sequence
376 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubstFormat1
421 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubst
527 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubstFormat1
572 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubst
670 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Ligature
748 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSet
832 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubstFormat1
880 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubst
999 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubstFormat1
1042 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubst
1096 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::SubstLookupSubTable
1316 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::SubstLookup
1354 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUB
[all...]
H A Dhb-ot-layout-gpos-table.hh151 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
152 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
153 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
154 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
196 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat1
251 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat2
279 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat3
281 return TRACE_RETURN (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (
314 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Anchor
346 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) { function in struct:OT::AnchorMatrix
371 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::MarkRecord
417 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkArray
452 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat1
500 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat2
532 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePos
624 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { function in struct:OT::PairSet
673 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat1
761 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
821 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
844 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
957 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
986 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1047 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1084 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1166 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1204 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1282 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1322 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1389 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1506 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1530 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GPOS
[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/harfbuzz_ng/src/
H A Dhb-ot-hmtx-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
H A Dhb-ot-maxp-table.hh50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
H A Dhb-ot-head-table.hh54 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::head
H A Dhb-ot-hhea-table.hh47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
H A Dhb-ot-name-table.hh59 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::NameRecord
106 if (!nameRecord[i].sanitize (c, string_pool)) return TRACE_RETURN (false);
110 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::name
H A Dhb-open-file-private.hh56 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TableRecord
105 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetTable
133 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeaderVersion1
135 return TRACE_RETURN (table.sanitize (c, this));
172 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeader
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
177 case 1: return TRACE_RETURN (u.version1.sanitize (c));
234 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OpenTypeFontFile
236 if (unlikely (!u.tag.sanitize (c))) return TRACE_RETURN (false);
241 case TrueTypeTag: return TRACE_RETURN (u.fontFace.sanitize (
[all...]
H A Dhb-ot-layout-gdef-table.hh74 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AttachList
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
104 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat1
130 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat2
153 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat3
155 return TRACE_RETURN (c->check_struct (this) && deviceTable.sanitize (c, this));
181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValue
183 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
185 case 1: return TRACE_RETURN (u.format1.sanitize (
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigGlyph
256 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigCaretList
278 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSetsFormat1
302 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSets
367 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GDEF
[all...]
H A Dhb-open-type-private.hh185 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
280 /* Template to sanitize an object. */
284 static hb_blob_t *sanitize (hb_blob_t *blob) { function in struct:OT::Sanitizer
304 sane = t->sanitize (c);
309 /* sanitize again to ensure no toe-stepping */
311 sane = t->sanitize (c);
567 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::IntType
593 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LONGDATETIME
667 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FixedVersion
702 inline bool sanitize (hb_sanitize_context_ function in struct:OT::GenericOffsetTo
711 inline bool sanitize (hb_sanitize_context_t *c, void *base, T user_data) { function in struct:OT::GenericOffsetTo
801 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GenericArrayOf
816 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::GenericArrayOf
826 inline bool sanitize (hb_sanitize_context_t *c, void *base, T user_data) { function in struct:OT::GenericArrayOf
879 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetListOf
884 inline bool sanitize (hb_sanitize_context_t *c, T user_data) { function in struct:OT::OffsetListOf
924 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::HeadlessArrayOf
[all...]
H A Dhb-ot-layout-gsub-table.hh100 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat1
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
176 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat2
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
233 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubst
235 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
237 case 1: return TRACE_RETURN (u.format1.sanitize (c));
238 case 2: return TRACE_RETURN (u.format2.sanitize (
297 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Sequence
369 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubstFormat1
414 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubst
520 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubstFormat1
565 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubst
663 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Ligature
741 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSet
825 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubstFormat1
873 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubst
992 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubstFormat1
1035 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubst
1089 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::SubstLookupSubTable
1309 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::SubstLookup
1347 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUB
[all...]
H A Dhb-ot-layout-common-private.hh67 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::Record
70 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
122 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
124 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
136 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
200 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
203 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
239 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
242 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (
262 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
373 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
405 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
445 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
486 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
596 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
652 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
738 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
833 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
944 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
987 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1028 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1120 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
[all...]
/external/smack/src/org/xbill/DNS/
H A DMnemonic.java69 this.prefix = sanitize(prefix);
103 sanitize(String str) { method in class:Mnemonic
132 str = sanitize(str);
147 str = sanitize(str);
191 str = sanitize(str);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php62 <input type="text" size="60" id="q" name="q"<?php print ($_GET["q"] ? " value=\"" . sanitize($_GET["q"], "text") . "\"" : ""); ?>/>
78 $title = "<span>$rows results total</span>Showing results " . ($offset + 1) . "-" . ($offset + $pagesize > $rows ? $rows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . sanitize($_GET["q"], "text"));
79 $title = ($rows == 0 ? "No results found for " . sanitize($_GET["q"], "text") . "" : $title);
214 function sanitize($str, $type = "url") function
223 $text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&amp;p=$page\">$innertext</a>" : $innertext);

Completed in 345 milliseconds

12