Searched refs:sanitize (Results 51 - 68 of 68) sorted by relevance

123

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlSanitizerFuzzerTest.java131 HtmlSanitizer.sanitize(fuzzyHtml, DO_NOTHING_POLICY);
H A DHtmlStreamRendererTest.java295 HtmlSanitizer.sanitize(htmlInput, new HtmlSanitizer.Policy() {
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DEbayPolicyExample.java214 // Fetch the HTML to sanitize.
233 // Use the policy defined above to sanitize the HTML.
234 HtmlSanitizer.sanitize(html, POLICY_DEFINITION.apply(renderer));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
H A Dhb-uniscribe.cc347 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
H A Dhb-uniscribe.cc346 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js1083 type: this.options.sanitize
1332 out += this.options.sanitize
1587 if (this.options.sanitize) {
1952 sanitize: false,
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp175 static inline void sanitize(std::string &str) { function
419 sanitize(name);
462 sanitize(name);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php776 // sanitize the output of apache_request_headers because
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js4390 if(!(color instanceof d.Color)){ this.sanitize(); }
4394 sanitize: function(){
4459 return t.sanitize(); // dojo.Color
4515 return t.sanitize(); // dojo.Color
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js502 evalJSON: function(sanitize) {
505 if (!sanitize || json.isJSON()) return eval('(' + json + ')');
H A Dconcat-jquery-mootools-prototype.js3711 // Allow a pre-filtering function to sanitize the response
8881 evalJSON: function(sanitize) {
8884 if (!sanitize || json.isJSON()) return eval('(' + json + ')');
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 468 milliseconds

123