Home
last modified time | relevance | path

Searched refs:sanitized (Results 1 – 15 of 15) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesScripts() local
83 assertEquals("<p>Hello World</p>", sanitized); in testSanitizeRemovesScripts()
89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesOnclick() local
90 assertEquals("<p>Hello World</p>", sanitized); in testSanitizeRemovesOnclick()
96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testTextAllowedInLinks() local
98 sanitized); in testTextAllowedInLinks()
DAntiSamyTest.java775 String sanitized = sanitize(html);
776 int index = Strings.toLowerCase(sanitized).indexOf(
779 "`" + sanitized + "` from `" + html + "` contains `" +
786 String sanitized = sanitize(html);
787 int index = Strings.toLowerCase(sanitized).indexOf(
790 "`" + sanitized + "` from `" + html + "` does not contain `" +
795 private static void assertSanitized(String html, String sanitized) {
796 assertEquals(sanitized, sanitize(html));
DHtmlSanitizerTest.java254 String sanitized = sanitize(stringRepeatedTimes("<div>", 20000)); in testDeeplyNestedTagsDoS() local
255 int n = sanitized.length() / "<div></div>".length(); in testDeeplyNestedTagsDoS()
258 assertEquals(sanitized.substring(0, middle), in testDeeplyNestedTagsDoS()
260 assertEquals(sanitized.substring(middle), in testDeeplyNestedTagsDoS()
DSanitizersTest.java244 String sanitized = "" in testIssue9StylesInTables() local
261 assertEquals(sanitized, s.sanitize(input)); in testIssue9StylesInTables()
/external/libbrillo/brillo/
Dcryptohome.cc112 bool IsSanitizedUserName(const std::string& sanitized) { in IsSanitizedUserName() argument
114 return (sanitized.length() == 2 * SHA_DIGEST_LENGTH) && in IsSanitizedUserName()
115 base::HexStringToBytes(sanitized, &bytes); in IsSanitizedUserName()
Dcryptohome.h46 BRILLO_EXPORT bool IsSanitizedUserName(const std::string& sanitized);
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/
Dcontrol17 to be sanitized before sending to DBus.
/external/iproute2/
DREADME34 4. This package includes matching sanitized kernel headers because
/external/libusb-compat/
DChangeLog66 libusb-0.1 on BSD, where endpoint addresses are sanitized for all control
/external/cros/system_api/dbus/cryptohome/
Drpc.proto112 // Returns the filesystem-sanitized username.
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake269 # Can be used to build sanitized versions of libc++ for running unit tests.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc149 "by default kernel area on 32-bit platforms will not be sanitized")
Dsanitizer_common_interceptors.inc5139 // buggy code path while the non-sanitized build of the same code works fine.
/external/tcpdump/
DCHANGES459 sanitized all files to modified BSD license
/external/libusb/
DChangeLog1211 sanitized error returns from synchronous I/O functions