Searched refs:sanitized (Results 1 – 15 of 15) sorted by relevance
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | ExamplesTest.java | 82 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()
|
D | AntiSamyTest.java | 775 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));
|
D | HtmlSanitizerTest.java | 254 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()
|
D | SanitizersTest.java | 244 String sanitized = "" in testIssue9StylesInTables() local 261 assertEquals(sanitized, s.sanitize(input)); in testIssue9StylesInTables()
|
/external/libbrillo/brillo/ |
D | cryptohome.cc | 112 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()
|
D | cryptohome.h | 46 BRILLO_EXPORT bool IsSanitizedUserName(const std::string& sanitized);
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
D | control | 17 to be sanitized before sending to DBus.
|
/external/iproute2/ |
D | README | 34 4. This package includes matching sanitized kernel headers because
|
/external/libusb-compat/ |
D | ChangeLog | 66 libusb-0.1 on BSD, where endpoint addresses are sanitized for all control
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 112 // Returns the filesystem-sanitized username.
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 269 # Can be used to build sanitized versions of libc++ for running unit tests.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 149 "by default kernel area on 32-bit platforms will not be sanitized")
|
D | sanitizer_common_interceptors.inc | 5139 // buggy code path while the non-sanitized build of the same code works fine.
|
/external/tcpdump/ |
D | CHANGES | 459 sanitized all files to modified BSD license
|
/external/libusb/ |
D | ChangeLog | 1211 sanitized error returns from synchronous I/O functions
|