/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]),
|
/hardware/qcom/display/msmcobalt/ |
configure.ac | 31 AC_ARG_WITH(sanitized-headers, 32 AS_HELP_STRING([--with-sanitized-headers=DIR], 33 [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);
|
/external/curl/src/ |
tool_doswin.h | 41 SANITIZEcode sanitize_file_name(char **const sanitized, const char *file_name, 45 SANITIZEcode msdosify(char **const sanitized, const char *file_name, 47 SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized,
|
tool_doswin.c | 92 static SANITIZEcode msdosify(char **const sanitized, const char *file_name, 95 static SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized, 117 Without this flag colons are sanitized. 120 Without this flag path separators and colons are sanitized. 127 Without this flag if the sanitized filename or path will be too long an error 132 Success: (SANITIZE_ERR_OK) *sanitized points to a sanitized copy of file_name. 133 Failure: (!= SANITIZE_ERR_OK) *sanitized is NULL. 135 SANITIZEcode sanitize_file_name(char **const sanitized, const char *file_name, 143 if(!sanitized) [all...] |
tool_cb_hdr.c | 209 char *sanitized; local 210 SANITIZEcode sc = sanitize_file_name(&sanitized, copy, 0); 214 copy = sanitized;
|
tool_operhlp.c | 161 char *sanitized; local 162 SANITIZEcode sc = sanitize_file_name(&sanitized, *filename, 0); 166 *filename = sanitized;
|
/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...] |
/external/iproute2/ |
README | 34 4. This package includes matching sanitized kernel headers because
|
/external/chromium-trace/catapult/trace_processor/experimental/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 */); 243 status_t onConfigPlayback(const AudioPlaybackRate &rate /* sanitized */);
|