HomeSort by relevance Sort by last modified time
    Searched full:sanitize (Results 226 - 250 of 839) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
sanitize-address-field-padding.cpp 3 // RUN: echo 'src:*sanitize-address-field-padding.cpp=field-padding' > %t.file.blacklist
8 // Try to emulate -save-temps option and make sure -disable-llvm-passes will not run sanitize instrumentation.
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlSanitizer.java 95 * @param html A snippet of HTML to sanitize. {@code null} is treated as the
102 public static void sanitize(@Nullable String html, final Policy policy) { method in class:HtmlSanitizer
  /frameworks/layoutlib/rename_font/
build_font.py 219 return sanitize(string)
222 def sanitize(string): function
build_font_single.py 203 return sanitize(string)
206 def sanitize(string): function
  /tools/tradefederation/core/src/com/android/tradefed/result/
XmlResultReporter.java 194 String stackText = sanitize(testResult.getStackTrace());
205 private String sanitize(String text) { method in class:XmlResultReporter
  /external/owasp/sanitizer/distrib/javadoc/org/owasp/html/
HtmlSanitizer.html 156 <TD><CODE><B><A HREF="../../../org/owasp/html/HtmlSanitizer.html#sanitize(java.lang.String, org.owasp.html.HtmlSanitizer.Policy)">sanitize</A></B>(java.lang.String&nbsp;html,
202 <A NAME="sanitize(java.lang.String, org.owasp.html.HtmlSanitizer.Policy)"><!-- --></A><H3>
203 sanitize</H3>
205 public static void <A HREF="../../../src-html/org/owasp/html/HtmlSanitizer.html#line.102"><B>sanitize</B></A>(<FONT SIZE="-1">@Nullable</FONT>
220 <DT><B>Parameters:</B><DD><CODE>html</CODE> - A snippet of HTML to sanitize. <code>null</code> is treated as the
  /build/soong/cc/
library.go 224 sanitize *sanitize
419 if library.sanitize.inSanitizerDir() {
760 sanitize: module.sanitize,
llndk_library.go 146 module.sanitize = nil
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
Sanitizers.html 38 <FONT color="green">035</FONT> * These policies can be used to sanitize content.<a name="line.35"></a>
41 <FONT color="green">038</FONT> * Sanitizers.FORMATTING.sanitize({@code "&lt;b&gt;Hello, World!&lt;/b&gt;"})<a name="line.38"></a>
46 <FONT color="green">043</FONT> * System.out.println(sanitizer.sanitize({@code "&lt;p&gt;Hello, &lt;b&gt;World!&lt;/b&gt;"}));<a name="line.43"></a>
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/examples/
SlashdotPolicyExample.html 101 <FONT color="green">098</FONT> // Fetch the HTML to sanitize.<a name="line.98"></a>
120 <FONT color="green">117</FONT> // Use the policy defined above to sanitize the HTML.<a name="line.117"></a>
121 <FONT color="green">118</FONT> HtmlSanitizer.sanitize(html, POLICY_DEFINITION.apply(renderer));<a name="line.118"></a>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 97 SelectionManager.sanitize(selection);
162 SelectionManager.sanitize(selection);
280 SelectionManager.sanitize(selection);
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorCtsHelper.java 275 * @param value The string to sanitize.
285 "Unable to sanitize string '%s' for file name.",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 142 print '*welcome*', self.sanitize(self.welcome)
160 # Internal: "sanitize" a string for printing
161 def sanitize(self, s): member in class:FTP
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
185 print '*get*', self.sanitize(line)
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
    [all...]
  /external/libusb-compat/
ChangeLog 63 Sanitize more endpoint addresses
67 and bulk transfers. (Linux and Darwin also sanitize some of these)
  /external/mesa3d/src/compiler/nir/
nir_constant_expressions.py 343 ## Sanitize the C value to a proper NIR bool
370 ## Sanitize the C value to a proper NIR bool
  /external/python/cpython2/Lib/
ftplib.py 145 print '*welcome*', self.sanitize(self.welcome)
163 # Internal: "sanitize" a string for printing
164 def sanitize(self, s): member in class:FTP
175 if self.debugging > 1: print '*put*', self.sanitize(line)
180 if self.debugging: print '*cmd*', self.sanitize(line)
190 print '*get*', self.sanitize(line)
216 if self.debugging: print '*resp*', self.sanitize(resp)
240 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
    [all...]
  /external/testng/src/main/java/org/testng/xml/
LaunchSuite.java 325 Collection<String> methodNames= sanitize(entry.getValue());
348 private Collection<String> sanitize(Collection<String> source) { method in class:LaunchSuite.ClassesAndMethodsSuite
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 142 print '*welcome*', self.sanitize(self.welcome)
160 # Internal: "sanitize" a string for printing
161 def sanitize(self, s): member in class:FTP
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
185 print '*get*', self.sanitize(line)
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 142 print '*welcome*', self.sanitize(self.welcome)
160 # Internal: "sanitize" a string for printing
161 def sanitize(self, s): member in class:FTP
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
185 print '*get*', self.sanitize(line)
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 142 print '*welcome*', self.sanitize(self.welcome)
160 # Internal: "sanitize" a string for printing
161 def sanitize(self, s): member in class:FTP
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
185 print '*get*', self.sanitize(line)
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 142 print '*welcome*', self.sanitize(self.welcome)
160 # Internal: "sanitize" a string for printing
161 def sanitize(self, s): member in class:FTP
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
185 print '*get*', self.sanitize(line)
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
    [all...]
  /build/soong/
Android.bp 121 "cc/sanitize.go",
  /docs/source.android.com/zh-cn/security/overview/
implement.html 207 <li>????????? <code>ioctl(BLKSECDISCARD)</code> ????????????????? eMMC ????????? Secure Erase ? Secure Trim ????? eMMC 4.5 ???????????????? Erase ? Trim ???????? Sanitize ???</li>
  /external/autotest/site_utils/stats/
apache_access_log_metrics.py 125 @param endpoint: The endpoint to sanitize.
  /external/clang/docs/
ControlFlowIntegrity.rst 71 ``-fno-sanitize`` flag to narrow down the set of schemes as desired.
73 ``-fsanitize=cfi -fno-sanitize=cfi-nvcall,cfi-icall``
84 flow integrity violation. You can use the :ref:`-fno-sanitize-trap=
263 Use **-f[no-]sanitize-cfi-cross-dso** to enable the cross-DSO control

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>