HomeSort by relevance Sort by last modified time
    Searched refs:sanitized (Results 1 - 25 of 45) sorted by null

1 2

  /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_operhlp.c 161 char *sanitized; local
162 SANITIZEcode sc = sanitize_file_name(&sanitized, *filename, 0);
166 *filename = sanitized;
tool_urlglob.c 700 char *sanitized; local
701 SANITIZEcode sc = sanitize_file_name(&sanitized, target,
707 target = sanitized;
  /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),
AntiSamyTest.java     [all...]
SanitizersTest.java 244 String sanitized = "" local
261 assertEquals(sanitized, s.sanitize(input));
  /frameworks/base/core/java/android/service/autofill/
DateValueSanitizer.java 79 final Date sanitized = mDateFormat.parse(converted); local
80 if (sDebug) Log.d(TAG, "Sanitized to " + sanitized);
81 return AutofillValue.forDate(sanitized.getTime());
TextValueSanitizer.java 87 final CharSequence sanitized = matcher.replaceAll(mSubst); local
88 return AutofillValue.forText(sanitized);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 105 setDataIsSensitive(!item.sanitized)
169 sanitized: Boolean) = Line(idEntry, label, hints, text, sanitized).also {
182 val sanitized: Boolean) {
189 " (read-only)" + if (sanitized) " (sanitized)" else " (sensitive"
197 text: String, sanitized: Boolean) {
202 var fieldTextItem: Item = Item(this, ++nextId, hints, View.AUTOFILL_TYPE_TEXT, text, true, sanitized)
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 105 setDataIsSensitive(!item.sanitized)
169 sanitized: Boolean) = Line(idEntry, label, hints, text, sanitized).also {
182 val sanitized: Boolean) {
189 " (read-only)" + if (sanitized) " (sanitized)" else " (sensitive"
197 text: String, sanitized: Boolean) {
202 var fieldTextItem: Item = Item(this, ++nextId, hints, View.AUTOFILL_TYPE_TEXT, text, true, sanitized)
  /external/libbrillo/brillo/
cryptohome.cc 112 bool IsSanitizedUserName(const std::string& sanitized) {
114 return (sanitized.length() == 2 * SHA_DIGEST_LENGTH) &&
115 base::HexStringToBytes(sanitized, &bytes);
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) !=
  /frameworks/base/cmds/app_process/
Android.mk 52 # In SANITIZE_LITE mode, we create the sanitized binary in a separate location (but reuse
54 # that depend on sanitized libraries will be relinked, even if they set LOCAL_SANITIZE := never.
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java 212 child.setDataIsSensitive(!item.sanitized);
332 private final boolean sanitized; field in class:CustomVirtualView.Item
340 boolean editable, boolean sanitized) {
346 this.sanitized = sanitized;
357 + (sanitized ? " (sanitized)" : " (sensitive"))
445 String text, boolean sanitized) {
450 autofillType, text, true, sanitized);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java 214 child.setDataIsSensitive(!item.sanitized);
334 private final boolean sanitized; field in class:CustomVirtualView.Item
342 boolean editable, boolean sanitized) {
348 this.sanitized = sanitized;
359 + (sanitized ? " (sanitized)" : " (sensitive"))
447 String text, boolean sanitized) {
452 autofillType, text, true, sanitized);
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 73 AString sanitized = uriDebugString(mLastURI); local
74 mName = String8::format("MediaHTTP(%s)", sanitized.c_str());
  /build/soong/android/
paths_test.go 340 name: "sanitized system binary",
351 name: "sanitized vendor binary",
363 name: "sanitized odm binary",
375 name: "sanitized product binary",
388 name: "sanitized system native test binary",
400 name: "sanitized vendor native test binary",
413 name: "sanitized odm native test binary",
426 name: "sanitized product native test binary",
  /hardware/google/av/codec2/vndk/util/
C2ParamUtils.cpp 165 C2String sanitized = C2String(s, underscores - extraUnderscores); local
166 sanitized.append(s + prefix.size() + underscores +
168 sanitizedNames.push_back(camelCaseToDashed(sanitized));
  /external/nos/host/android/hals/keymaster/
KeymasterDevice.cpp 64 auto sanitized = DigitsOnly(version.substr(*loc)); local
65 if (!sanitized.empty()) {
66 if (sanitized.size() < version.size() - *loc) {
70 value = std::stoi(sanitized);
74 auto sanitized = DigitsOnly(version.substr(*loc, new_loc - *loc)); local
75 if (!sanitized.empty()) {
76 if (sanitized.size() < new_loc - *loc) {
80 value = std::stoi(sanitized);
    [all...]
  /system/tools/hidl/
Coordinator.h 102 // will return "hardware/interfaces/nfc/1.0" (if sanitized = false)
103 // or "hardware/interfaces/nfc/V1_0" (if sanitized = true).
104 status_t getPackagePath(const FQName& fqName, bool relative, bool sanitized,
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 1236 std::string sanitized; local
    [all...]
  /build/make/core/
envsetup.mk 186 # Returns the non-sanitized version of the path provided in $1.
484 # When using SANITIZE_LITE, APKs must not be packaged with sanitized libraries, as they will not
517 # When using SANITIZE_LITE, APKs must not be packaged with sanitized libraries, as they will not
592 # When using SANITIZE_LITE, APKs must not be packaged with sanitized libraries, as they will not
668 # When using SANITIZE_LITE, APKs must not be packaged with sanitized libraries, as they will not
  /cts/tests/sensor/src/android/hardware/cts/
SensorTest.java 315 * but sanitized - all events are the same as the first one delivered except
326 false /* sanitized */, errorsFound);
329 false /* sanitized */, errorsFound);
336 true /* sanitized */, errorsFound);
339 true /* sanitized */, errorsFound);
347 false /* sanitized */, errorsFound);
350 false /* sanitized */, errorsFound);
363 /* sanitized */, errorsFound);
366 false /* sanitized */, errorsFound);
549 * {@link SystemClock#elapsedRealtimeNanos()} and that the events are sanitized/non-sanitized
    [all...]

Completed in 897 milliseconds

1 2