HomeSort by relevance Sort by last modified time
    Searched refs:sanitize (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 22 template <typename Type> static bool sanitize() { function
26 bool closure = sanitize<int>();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeSanitizer.h 47 PassRefPtr<SharedBuffer> sanitize();
OpenTypeSanitizer.cpp 42 PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize() function in class:WebCore::OpenTypeSanitizer
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 74 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 (c))
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...]
hb-open-file-private.hh 56 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 (c))
    [all...]
hb-ot-hmtx-table.hh 55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
hb-ot-maxp-table.hh 50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
hb-ot-layout-gpos-table.hh 151 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 (c, this))
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...]
hb-ot-layout-gsub-table.hh 100 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 (c))
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...]
hb-ot-layout-common-private.hh 67 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 (c, this))
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...]
hb-ot-hhea-table.hh 47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
hb-tt-font.cc 54 tt->hhea_blob = Sanitizer<hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
hb-ot-name-table.hh 59 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
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 74 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 (c))
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...]
hb-open-file-private.hh 56 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 (c))
    [all...]
hb-ot-hmtx-table.hh 55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
hb-ot-maxp-table.hh 50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
hb-ot-layout-gpos-table.hh 151 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 (c, this))
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
763 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
823 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
846 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
959 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
988 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1050 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1087 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1170 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1208 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1287 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1327 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1394 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1511 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1535 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsub-table.hh 100 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 (c))
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...]
hb-ot-layout-common-private.hh 67 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 (c, this))
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...]
hb-ot-hhea-table.hh 47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
hb-tt-font.cc 54 tt->hhea_blob = Sanitizer<hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizer_IllegalCharacterValueSanitizerTest.java 27 assertEquals("Joe User", sanitizer.sanitize("Joe<User"));
UrlQuerySanitizerTest.java 147 assertEquals("Joe_User", vs.sanitize("Joe<User"));
149 assertEquals("Joe User", vs.sanitize("Joe<>\0User"));
151 assertEquals("Joe User", vs.sanitize("Joe\0User"));
153 assertEquals("Joe_User", vs.sanitize("Joe User"));
155 assertEquals("Joe User&", vs.sanitize("Joe User&"));
157 assertEquals("Joe_User&", vs.sanitize("Joe User&"));
159 assertEquals("Joe User ", vs.sanitize("Joe User&"));
161 assertEquals("Joe User&Smith%B5'\'", vs.sanitize("Joe User&Smith%B5'\'"));
163 assertEquals("Joe_User&Smith%B5'\'", vs.sanitize("Joe User&Smith%B5'\'"));
208 public String sanitize(String value)
    [all...]
  /external/smack/src/org/xbill/DNS/
Mnemonic.java 69 this.prefix = sanitize(prefix);
103 sanitize(String str) { method in class:Mnemonic
132 str = sanitize(str);
147 str = sanitize(str);
191 str = sanitize(str);

Completed in 1634 milliseconds

1 2 3 4