HomeSort by relevance Sort by last modified time
    Searched refs:sanitize (Results 26 - 50 of 419) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 50 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
99 hb_blob_t *head_blob = Sanitizer<head>::sanitize (face->reference_table (HB_OT_TAG_head));
110 loca_blob = Sanitizer<loca>::sanitize (face->reference_table (HB_OT_TAG_loca));
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
hb-ot-cmap-table.hh 54 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_t *c, const void *base) cons 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
499 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::cmap
    [all...]
hb-ot-layout-gpos-table.hh 168 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
169 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
170 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
171 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
215 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
243 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AnchorFormat1
274 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AnchorFormat2
304 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AnchorFormat3
307 return_trace (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (c, this))
340 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Anchor
373 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) const function in struct:OT::AnchorMatrix
399 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::MarkRecord
450 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkArray
486 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SinglePosFormat1
538 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SinglePosFormat2
662 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) const function in struct:OT::PairSet
712 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::PairPosFormat1
793 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::PairPosFormat2
868 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::EntryExitRecord
1004 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CursivePosFormat1
1091 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkBasePosFormat1
1208 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkLigPosFormat1
1322 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkMarkPosFormat1
1481 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::PosLookup
1506 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GPOS
    [all...]
hb-ot-hmtx-table.hh 59 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::hmtxvmtx
77 hb_blob_t *os2_blob = Sanitizer<os2>::sanitize (face->reference_table (T::os2Tag));
90 hb_blob_t *_hea_blob = Sanitizer<_hea>::sanitize (face->reference_table (T::headerTag));
104 blob = Sanitizer<hmtxvmtx>::sanitize (face->reference_table (T::tableTag));
122 var_blob = Sanitizer<HVARVVAR>::sanitize (face->reference_table (T::variationsTag));
hb-open-type-private.hh 175 * Sanitize
192 inline const char *get_name (void) { return "SANITIZE"; }
195 { return format->sanitize (this); }
197 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
216 DEBUG_MSG_LEVEL (SANITIZE, start, 0, +1,
224 DEBUG_MSG_LEVEL (SANITIZE, this->start, 0, -1,
238 DEBUG_MSG_LEVEL (SANITIZE, p, this->debug_depth+1, 0,
254 DEBUG_MSG_LEVEL (SANITIZE, p, this->debug_depth+1, 0,
277 DEBUG_MSG_LEVEL (SANITIZE, p, this->debug_depth+1, 0,
305 /* Template to sanitize an object. *
309 static hb_blob_t *sanitize (hb_blob_t *blob) { function in struct:OT::Sanitizer
627 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::IntType
674 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LONGDATETIME
752 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::FixedVersion
788 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::OffsetTo
799 inline bool sanitize (hb_sanitize_context_t *c, const void *base, T user_data) const function in struct:OT::OffsetTo
877 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ArrayOf
893 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::ArrayOf
904 inline bool sanitize (hb_sanitize_context_t *c, const void *base, T user_data) const function in struct:OT::ArrayOf
954 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OffsetListOf
960 inline bool sanitize (hb_sanitize_context_t *c, T user_data) const function in struct:OT::OffsetListOf
995 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::HeadlessArrayOf
1063 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::BinSearchHeader
    [all...]
hb-ot-name-table.hh 61 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::NameRecord
112 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false);
116 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::name
hb-ot-head-table.hh 55 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::head
hb-ot-hhea-table.hh 47 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::_hea
hb-ot-os2-table.hh 46 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::os2
hb-ot-var-fvar-table.hh 37 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) &&
hb-ot-layout-gsub-table.hh 106 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SingleSubstFormat1
109 return_trace (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
191 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SingleSubstFormat2
194 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c));
317 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Sequence
320 return_trace (substitute.sanitize (c));
394 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MultipleSubstFormat1
397 return_trace (coverage.sanitize (c, this) && sequence.sanitize (c, this))
544 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AlternateSubstFormat1
686 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Ligature
765 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigatureSet
858 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigatureSubstFormat1
1029 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1265 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SubstLookup
1303 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GSUB
    [all...]
hb-ot-post-table.hh 53 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::postV2Tail
56 return_trace (glyphNameIndex.sanitize (c));
72 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::post
80 return_trace (v2.sanitize (c));
89 blob = Sanitizer<post>::sanitize (face->reference_table (HB_OT_TAG_post));
hb-ot-layout-gsubgpos-private.hh 946 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LookupRecord
1209 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Rule
1274 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::RuleSet
1357 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat1
1450 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat2
1539 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat3
1764 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainRule
1834 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainRuleSet
1914 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat1
2025 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat2
2149 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat3
2230 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ExtensionFormat1
2340 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GSUBGPOS
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 61 // Invoke with no arguments to sanitize empty input stream to output.
82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input);
89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input);
96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input);
Benchmark.java 70 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));
HtmlChangeReporterTest.java 72 HtmlSanitizer.sanitize(
  /external/elfutils/
Makefile.am 42 --enable-valgrind --enable-sanitize-undefined \
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
NumericalWatcher.java 47 int newValue = sanitize(unsanitized);
62 private int sanitize(int val) { method in class:NumericalWatcher
  /cts/tests/tests/net/src/android/net/cts/
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...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DateValueSanitizerTest.java 52 assertThat(sanitizer.sanitize(null)).isNull();
58 assertThat(sanitizer.sanitize(AutofillValue.forText("D'OH!"))).isNull();
81 final AutofillValue sanitizedValue = sanitizer.sanitize(inputValue);
  /external/owasp/sanitizer/src/main/org/owasp/html/
PolicyFactory.java 44 * 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/main/org/owasp/html/examples/
SlashdotPolicyExample.java 98 // Fetch the HTML to sanitize.
117 // Use the policy defined above to sanitize the HTML.
118 HtmlSanitizer.sanitize(html, POLICY_DEFINITION.apply(renderer));
  /external/python/cpython3/Lib/email/
_policybase.py 326 return self._fold(name, value, sanitize=True)
337 folded = self._fold(name, value, sanitize=self.cte_type=='7bit')
340 def _fold(self, name, value, sanitize):
345 if sanitize:
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 101 * A functor used to sanitize a single query value.
106 * Sanitize an unencoded value.
110 public String sanitize(String value); method in interface:UrlQuerySanitizer.ValueSanitizer
114 * Sanitize values based on which characters they contain. Illegal
288 * Sanitize a value.
302 public String sanitize(String value) { method in class:UrlQuerySanitizer.IllegalCharacterValueSanitizer
417 * @return the current ValueSanitizer used to sanitize unregistered
427 * @param sanitizer set the ValueSanitizer used to sanitize unregistered
765 * effective value sanitizer for the parameter and uses it to sanitize
780 String sanitizedValue = valueSanitizer.sanitize(unescapedValue)
    [all...]
  /frameworks/base/core/java/android/service/autofill/
DateValueSanitizer.java 37 * <p>For example, to sanitize a credit card expiration date to just its month and year:
62 public AutofillValue sanitize(@NonNull AutofillValue value) { method in class:DateValueSanitizer
64 Log.w(TAG, "sanitize() called with null value");

Completed in 300 milliseconds

12 3 4 5 6 7 8 91011>>