HomeSort by relevance Sort by last modified time
    Searched defs:sanitize (Results 26 - 50 of 382) sorted by null

12 3 4 5 6 7 8 91011>>

  /build/soong/cc/
sanitize.go 45 minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer", "-fno-sanitize-recover=integer"}
82 Sanitize struct {
121 type sanitize struct { type
132 func (sanitize *sanitize) props() []interface{} {
133 return []interface{}{&sanitize.Properties}
136 func (sanitize *sanitize) begin(ctx BaseModuleContext) {
137 s := &sanitize.Properties.Sanitiz
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 50 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::loca
73 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::glyf
99 hb_blob_t *head_blob = Sanitizer<head>::sanitize (face->reference_table (HB_OT_TAG_head));
110 loca_blob = Sanitizer<loca>::sanitize (face->reference_table (HB_OT_TAG_loca));
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
hb-ot-hmtx-table.hh 59 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::hmtxvmtx
77 hb_blob_t *os2_blob = Sanitizer<os2>::sanitize (face->reference_table (T::os2Tag));
90 hb_blob_t *_hea_blob = Sanitizer<_hea>::sanitize (face->reference_table (T::headerTag));
104 blob = Sanitizer<hmtxvmtx>::sanitize (face->reference_table (T::tableTag));
122 var_blob = Sanitizer<HVARVVAR>::sanitize (face->reference_table (T::variationsTag));
hb-ot-layout-jstf-table.hh 57 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::JstfPriority
61 shrinkageEnableGSUB.sanitize (c, this) &&
62 shrinkageDisableGSUB.sanitize (c, this) &&
63 shrinkageEnableGPOS.sanitize (c, this) &&
64 shrinkageDisableGPOS.sanitize (c, this) &&
65 shrinkageJstfMax.sanitize (c, this) &&
66 extensionEnableGSUB.sanitize (c, this) &&
67 extensionDisableGSUB.sanitize (c, this) &&
68 extensionEnableGPOS.sanitize (c, this) &&
69 extensionDisableGPOS.sanitize (c, this) &
126 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfLangSys
167 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfScript
212 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::JSTF
    [all...]
hb-ot-os2-table.hh 46 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::os2
hb-ot-var-fvar-table.hh 37 inline bool sanitize (hb_sanitize_context_t *c, unsigned int axis_count) const function in struct:OT::InstanceRecord
59 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AxisRecord
89 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::fvar
92 return_trace (version.sanitize (c) &&
hb-ot-var-hvar-table.hh 38 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::DeltaSetIndexMap
104 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::HVARVVAR
107 return_trace (version.sanitize (c) &&
109 varStore.sanitize (c, this) &&
110 advMap.sanitize (c, this) &&
111 lsbMap.sanitize (c, this) &&
112 rsbMap.sanitize (c, this));
147 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VVAR
150 return_trace (static_cast<const HVARVVAR *> (this)->sanitize (c) &&
151 vorgMap.sanitize (c, this))
    [all...]
hb-open-file-private.hh 59 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TableRecord
121 inline bool sanitize (hb_sanitize_context_t *c) const
124 return_trace (c->check_struct (this) && tables.sanitize (c));
147 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TTCHeaderVersion1
150 return_trace (table.sanitize (c, this));
187 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TTCHeader
190 if (unlikely (!u.header.version.sanitize (c))) return_trace (false);
193 case 1: return_trace (u.version1.sanitize (c));
252 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OpenTypeFontFile
255 if (unlikely (!u.tag.sanitize (c))) return_trace (false)
    [all...]
hb-ot-post-table.hh 53 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::postV2Tail
56 return_trace (glyphNameIndex.sanitize (c));
72 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::post
80 return_trace (v2.sanitize (c));
89 blob = Sanitizer<post>::sanitize (face->reference_table (HB_OT_TAG_post));
hb-ot-kern-table.hh 59 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::KernPair
84 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::KernSubTableFormat0
87 return_trace (pairs.sanitize (c));
100 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::KernClassTable
103 return_trace (firstGlyph.sanitize (c) && classes.sanitize (c));
129 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::KernSubTableFormat2
132 return_trace (rowWidth.sanitize (c) &&
133 leftClassTable.sanitize (c, this) &&
134 rightClassTable.sanitize (c, this) &
164 inline bool sanitize (hb_sanitize_context_t *c, unsigned int format) const function in struct:OT::KernSubTable
204 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::KernSubTableWrapper
235 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::KernTable
348 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::kern
    [all...]
hb-ot-layout-gdef-table.hh 74 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AttachList
77 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
105 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat1
132 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat2
156 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat3
159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this));
188 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValue
191 if (!u.format.sanitize (c)) return_trace (false);
193 case 1: return_trace (u.format1.sanitize (c))
231 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigGlyph
267 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigCaretList
290 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkGlyphSetsFormat1
315 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkGlyphSets
387 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GDEF
    [all...]
  /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
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 149 HtmlSanitizer.sanitize(input, policy);
  /build/soong/androidmk/cmd/androidmk/
android.go 52 "LOCAL_SANITIZE": sanitize(""),
53 "LOCAL_SANITIZE_DIAG": sanitize("diag."),
122 "LOCAL_SANITIZE_RECOVER": "sanitize.recover",
412 func sanitize(sub string) func(ctx variableAssignmentContext) error { func
420 return fmt.Errorf("unsupported sanitize expression")
428 ctx.file.errorf(ctx.mkvalue, "unsupported sanitize expression")
435 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+v.Value, bpTrue, true)
443 return fmt.Errorf("sanitize expected a string, got %s", v.Type())
448 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+"misc_undefined", misc, true)
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlStreamRendererTest.java 295 HtmlSanitizer.sanitize(htmlInput, new HtmlSanitizer.Policy() {
  /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
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
AdvancedHtmlSanitizerTest.java 12 sanitize("<html>\n" +
49 sanitize("'';!--\"<XSS>=&{()}", "&#39;&#39;;!--&#34;&#61;&amp;{()}");
50 sanitize("<img src=javascript:alert(String.fromCharCode(88,83,83))>", "");
51 sanitize("\\\";alert('XSS');//", "\\&#34;;alert(&#39;XSS&#39;);//");
52 sanitize("<br size=\"&{alert('XSS')}\">", "<br />");
53 sanitize("<xss style=\"xss:expression(alert('XSS'))\">", "");
54 sanitize("<xss style=\"behavior: url(xss.htc);\">", "");
55 sanitize("¼script¾alert(¢XSS¢)¼/script¾", "¼script¾alert(¢XSS¢)¼/script¾");
56 sanitize("<xml><i><b><img src=\"javas<!-- -->cript:alert('XSS')\"></b></i></xml>",
58 sanitize("<xml src=\"xsstest.xml\" id=I></xml>", "")
534 private void sanitize(String dirtyHTML, String expectedHTML) { method in class:AdvancedHtmlSanitizerTest
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
MetricsXMLResultReporter.java 161 String stackText = sanitize(testResult.getStackTrace());
199 private String sanitize(String text) { method in class:MetricsXMLResultReporter
XmlResultReporter.java 191 String stackText = sanitize(testResult.getStackTrace());
202 private String sanitize(String text) { method in class:XmlResultReporter
  /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/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/python/cpython3/Lib/
ftplib.py 162 print('*welcome*', self.sanitize(self.welcome))
180 # Internal: "sanitize" a string for printing
181 def sanitize(self, s): member in class:FTP
191 print('*put*', self.sanitize(line))
196 if self.debugging: print('*cmd*', self.sanitize(line))
206 print('*get*', self.sanitize(line))
236 print('*resp*', self.sanitize(resp))
261 print('*put urgent*', self.sanitize(line))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScoringParams.java 248 + sanitize(params));
287 * Sanitize a string to make it safe for printing.
291 public String sanitize(String params) { method in class:ScoringParams
  /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...]

Completed in 787 milliseconds

12 3 4 5 6 7 8 91011>>