HomeSort by relevance Sort by last modified time
    Searched full:sanitized (Results 26 - 50 of 271) sorted by null

12 3 4 5 6 7 8 91011

  /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...]
  /build/soong/android/
paths_test.go 281 name: "sanitized system binary",
292 name: "sanitized vendor binary",
305 name: "sanitized system native test binary",
317 name: "sanitized vendor native test binary",
  /external/compiler-rt/test/asan/TestCases/
printf-2.c 23 // Check that %s is sanitized.
  /external/iproute2/
README 34 4. This package includes matching sanitized kernel headers because
  /packages/apps/Dialer/java/com/android/dialer/util/
MoreStrings.java 52 // sanitized phone numbers.
  /external/curl/src/
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;
  /system/tools/hidl/
Coordinator.h 65 // will return "hardware/interfaces/nfc/1.0" (if sanitized = false)
66 // or "hardware/interfaces/nfc/V1_0" (if sanitized = true).
69 bool sanitized = false) const;
  /hardware/qcom/media/msm8998/
configure.ac 109 AC_ARG_WITH([sanitized-headers],
110 [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])],
  /hardware/qcom/media/sdm845/
configure.ac 99 AC_ARG_WITH([sanitized-headers],
100 [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])],
  /external/libcxx/test/support/
filesystem_dynamic_test_helper.py 19 # All paths used should be sanitized
  /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 */);
256 status_t onConfigPlayback(const AudioPlaybackRate &rate /* sanitized */);
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 73 AString sanitized = uriDebugString(mLastURI); local
74 mName = String8::format("MediaHTTP(%s)", sanitized.c_str());
  /frameworks/av/media/libstagefright/codec2/vndk/include/util/
C2ParamUtils.h 209 C2String sanitized = C2String(s, underscores - extraUnderscores); local
210 sanitized.append(s + prefix.size() + underscores +
212 sanitizedNames.push_back(camelCaseToDashed(sanitized));
  /cts/tests/autofillservice/src/android/autofillservice/cts/
PreFilledLoginActivityTest.java 77 // ...dynamic text should be sanitized.
Helper.java 430 * Asserts a text-base node is sanitized.
436 throw new AssertionError("text on sanitized field " + resourceId + ": " + text);
476 * Asserts a text-base node exists and is sanitized.
596 * Asserts a text-base node exists and is sanitized.
606 * Asserts a list-based node exists and is sanitized.
615 * Asserts a toggle node exists and is sanitized.
    [all...]
  /external/curl/lib/
cookie.h 33 char *spath; /* sanitized cookie path */
  /external/libmojo/base/android/
jni_string.cc 69 // a trusted source. We can't guarantee that all UTF8 will be sanitized before
  /external/owasp/sanitizer/src/tests/org/owasp/html/
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),
AntiSamyTest.java     [all...]
SanitizersTest.java 244 String sanitized = "" local
261 assertEquals(sanitized, s.sanitize(input));
  /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
  /build/make/core/
config_sanitizers.mk 146 # Undefined symbols can occur if a non-sanitized library links
147 # sanitized static libraries. That's OK, because the executable
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorCtsHelper.java 276 * @return The sanitized string.
278 * @throws SensorTestPlatformException If the string cannot be sanitized.

Completed in 2101 milliseconds

12 3 4 5 6 7 8 91011