/external/compiler-rt/test/asan/TestCases/Linux/ |
asan_rt_confict_test-1.cc | 1 // Test that preloading dynamic runtime to statically sanitized
|
asan_preload_test-1.cc | 1 // Test that non-sanitized executables work with sanitized shared libs
|
kernel-area.cc | 4 // Test that kernel area is not sanitized on 32-bit machines.
|
/device/google/marlin/dataservices/ |
configure.ac | 17 AC_ARG_WITH(sanitized-headers, 18 AS_HELP_STRING([--with-sanitized-headers=DIR], 19 [Specify the location of the sanitized Linux headers]),
|
/device/huawei/angler/dataservices/ |
configure.ac | 16 AC_ARG_WITH(sanitized-headers, 17 AS_HELP_STRING([--with-sanitized-headers=DIR], 18 [Specify the location of the sanitized Linux headers]),
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
ExamplesTest.java | 82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); local 83 assertEquals("<p>Hello World</p>", sanitized); 89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); local 90 assertEquals("<p>Hello World</p>", sanitized); 96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); local 98 sanitized);
|
HtmlSanitizerTest.java | 254 String sanitized = sanitize(stringRepeatedTimes("<div>", 20000)); local 255 int n = sanitized.length() / "<div></div>".length(); 258 assertEquals(sanitized.substring(0, middle), 260 assertEquals(sanitized.substring(middle),
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
control | 17 to be sanitized before sending to DBus.
|
/external/libbrillo/brillo/ |
cryptohome.h | 45 // Checks whether |sanitized| has the format of a sanitized username. 46 BRILLO_EXPORT bool IsSanitizedUserName(const std::string& sanitized); 48 // Returns a sanitized form of |username|. For x != y, SanitizeUserName(x) !=
|
cryptohome.cc | 112 bool IsSanitizedUserName(const std::string& sanitized) { 114 return (sanitized.length() == 2 * SHA_DIGEST_LENGTH) && 115 base::HexStringToBytes(sanitized, &bytes);
|
/external/compiler-rt/test/asan/TestCases/ |
printf-2.c | 23 // Check that %s is sanitized.
|
printf-3.c | 22 // Check that %n is sanitized.
|
printf-4.c | 20 // Check that size of output buffer is sanitized.
|
printf-5.c | 21 // Check that format string is sanitized.
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
MoreStrings.java | 30 // sanitized phone numbers.
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 38 * parameters are sanitized: 45 * // converts the '+' to a ' '. Then the string is sanitized, which 108 * @return the sanitized unencoded value 300 * @return the sanitized value 637 * Get a set of all of the parameters found in the sanitized query. 647 * An array list of all of the parameter value pairs in the sanitized 657 * Check if a parameter exists in the current sanitized query. 659 * @return true if the paramater exists in the current sanitized queary. 666 * Get the value for a parameter in the current sanitized query. 670 * @return the sanitized unencoded value of the parameter [all...] |
/frameworks/av/media/libstagefright/http/ |
MediaHTTP.cpp | 69 AString sanitized = uriDebugString(uri); local 70 mName = String8::format("MediaHTTP(%s)", sanitized.c_str());
|
/external/iproute2/ |
README | 34 4. This package includes matching sanitized kernel headers because
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/ |
map_wake_ups_test.html | 56 // The name of this wake-up gets sanitized.
|
/build/core/ |
config_sanitizers.mk | 74 # Undefined symbols can occur if a non-sanitized library links 75 # sanitized static libraries. That's OK, because the executable
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_cpu_x86.h | 129 uint32_t cs; /* WinNT.h says "must be sanitized" */ 130 uint32_t eflags; /* WinNT.h says "must be sanitized" */
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.h | 54 status_t setPlaybackSettings(const AudioPlaybackRate &rate /* sanitized */); 242 status_t onConfigPlayback(const AudioPlaybackRate &rate /* sanitized */);
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
function_handle.py | 10 """Raised if an abspath cannot be sanitized based on an app's source paths."""
|
/external/curl/lib/ |
cookie.h | 33 char *spath; /* sanitized cookie path */
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlSanitizer.java | 53 * the sanitized output is deemed untrustworthy and is shown in a sandboxed webview with 369 * @return the sanitized form of the <code>rawHtml</code>; <code>null</code> if 381 // create the builder into which the sanitized email will be written 384 // create the renderer that will write the sanitized HTML to the builder
|