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

1 2 3

  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 22 template <typename Type> static bool sanitize() { function
26 bool closure = sanitize<int>();
  /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));
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
hb-ot-head-table.hh 54 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::head
hb-open-type-private.hh 161 * Sanitize
181 inline const char *get_name (void) { return "SANITIZE"; }
185 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
202 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, +1,
210 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, -1,
224 (&this->debug_depth, "SANITIZE", this->blob, NULL,
238 (&this->debug_depth, "SANITIZE", this->blob, NULL,
261 (&this->debug_depth, "SANITIZE", this->blob, NULL,
280 /* Template to sanitize an object. */
284 static hb_blob_t *sanitize (hb_blob_t *blob) function in struct:OT::Sanitizer
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_t *c, void *base) { 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...]
hb-ot-layout-gsubgpos-private.hh 901 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LookupRecord
1134 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Rule
1198 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RuleSet
1280 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ContextFormat1
1372 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ContextFormat2
1460 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ContextFormat3
1499 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Context
1690 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainRule
1759 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainRuleSet
1838 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContextFormat1
1948 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContextFormat2
2069 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContextFormat3
2115 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContext
2141 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ExtensionFormat1
2198 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Extension
2254 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUBGPOS
    [all...]
  /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/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeSanitizer.h 48 PassRefPtr<SharedBuffer> sanitize();
OpenTypeSanitizer.cpp 42 PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize() function in class:WebCore::OpenTypeSanitizer
  /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);
  /system/core/init/
util.h 35 void sanitize(char *p);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 62 <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);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 52 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 100 * A functor used to sanitize a single query value.
105 * Sanitize an unencoded value.
109 public String sanitize(String value); method in interface:UrlQuerySanitizer.ValueSanitizer
113 * Sanitize values based on which characters they contain. Illegal
287 * Sanitize a value.
301 public String sanitize(String value) { method in class:UrlQuerySanitizer.IllegalCharacterValueSanitizer
416 * @return the current ValueSanitizer used to sanitize unregistered
426 * @param sanitizer set the ValueSanitizer used to sanitize unregistered
764 * effective value sanitizer for the parameter and uses it to sanitize
779 String sanitizedValue = valueSanitizer.sanitize(unescapedValue)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 97 SelectionManager.sanitize(selection);
162 SelectionManager.sanitize(selection);
280 SelectionManager.sanitize(selection);
OutlineDragListener.java 73 SelectionManager.sanitize(mDragSelection);

Completed in 1422 milliseconds

1 2 3