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

12 3 4 5 6 7 8 91011>>

  /external/elfutils/
Makefile.am 42 --enable-valgrind --enable-sanitize-undefined \
  /external/owasp/sanitizer/src/tests/org/owasp/html/
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(
HtmlPolicyBuilderTest.java 296 HtmlSanitizer.sanitize(src, policy);
  /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...]
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 59 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
hb-open-type-private.hh 172 * Sanitize
199 inline const char *get_name (void) { return "SANITIZE"; }
202 { return format->sanitize (this); }
204 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
223 DEBUG_MSG_LEVEL (SANITIZE, start, 0, +1,
231 DEBUG_MSG_LEVEL (SANITIZE, this->start, 0, -1,
245 DEBUG_MSG_LEVEL (SANITIZE, p, this->debug_depth+1, 0,
261 DEBUG_MSG_LEVEL (SANITIZE, p, this->debug_depth+1, 0,
284 DEBUG_MSG_LEVEL (SANITIZE, p, this->debug_depth+1, 0,
312 /* Template to sanitize an object. *
316 static hb_blob_t *sanitize (hb_blob_t *blob) { function in struct:OT::Sanitizer
643 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::IntType
691 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LONGDATETIME
769 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::FixedVersion
805 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::OffsetTo
816 inline bool sanitize (hb_sanitize_context_t *c, const void *base, T user_data) const function in struct:OT::OffsetTo
894 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ArrayOf
910 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::ArrayOf
921 inline bool sanitize (hb_sanitize_context_t *c, const void *base, T user_data) const function in struct:OT::ArrayOf
971 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OffsetListOf
977 inline bool sanitize (hb_sanitize_context_t *c, T user_data) const function in struct:OT::OffsetListOf
1018 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::HeadlessArrayOf
    [all...]
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 52 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));
319 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Sequence
322 return_trace (substitute.sanitize (c));
396 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MultipleSubstFormat1
399 return_trace (coverage.sanitize (c, this) && sequence.sanitize (c, this))
548 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AlternateSubstFormat1
692 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Ligature
771 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigatureSet
864 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigatureSubstFormat1
1035 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1271 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SubstLookup
1307 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GSUB
    [all...]
hb-ot-layout-gsubgpos-private.hh 928 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LookupRecord
1164 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Rule
1229 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::RuleSet
1312 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat1
1405 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat2
1494 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat3
1717 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainRule
1787 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainRuleSet
1867 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat1
1978 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat2
2102 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat3
2183 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ExtensionFormat1
2296 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GSUBGPOS
    [all...]
hb-ot-font.cc 72 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag));
85 hb_blob_t *_hea_blob = OT::Sanitizer<OT::_hea>::sanitize (face->reference_table (_hea_tag));
99 this->blob = OT::Sanitizer<OT::hmtxvmtx>::sanitize (face->reference_table (_mtx_tag));
117 this->var_blob = OT::Sanitizer<OT::HVARVVAR>::sanitize (face->reference_table (_var_tag));
158 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head));
169 this->loca_blob = OT::Sanitizer<OT::loca>::sanitize (face->reference_table (HB_OT_TAG_loca));
171 this->glyf_blob = OT::Sanitizer<OT::glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
233 cblc_blob = OT::Sanitizer<OT::CBLC>::sanitize (face->reference_table (HB_OT_TAG_CBLC));
234 cbdt_blob = OT::Sanitizer<OT::CBDT>::sanitize (face->reference_table (HB_OT_TAG_CBDT));
350 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap))
    [all...]
hb-face.cc 165 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
425 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
469 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
  /frameworks/av/drm/libmediadrm/
PluginMetricsReporting.cpp 101 String8 sanitize(const String8& input) { function in namespace:android::__anon39702
128 sanitize(vendor).c_str(),
129 sanitize(description).c_str());
  /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(
HtmlSanitizer.java 95 * @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
  /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));
  /build/make/core/
config_sanitizers.mk 99 # Support for local sanitize blacklist paths.
196 my_cflags += -fno-sanitize-trap=signed-integer-overflow,unsigned-integer-overflow
215 my_cflags += -fno-sanitize-recover=all
222 my_cflags += -fno-sanitize-trap=address,thread
300 my_cflags += -fno-sanitize-trap=$(notrap_arg)
  /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...]
  /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);
  /build/soong/cc/
toolchain_library.go 50 module.sanitize = nil
  /system/keymaster/
Android.mk 41 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp

Completed in 366 milliseconds

12 3 4 5 6 7 8 91011>>