HomeSort by relevance Sort by last modified time
    Searched refs:sanitize (Results 51 - 75 of 396) sorted by null

1 23 4 5 6 7 8 91011>>

  /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
  /build/soong/androidmk/cmd/androidmk/
android.go 36 "LOCAL_SANITIZE": sanitize(""),
37 "LOCAL_SANITIZE_DIAG": sanitize("diag."),
93 "LOCAL_SANITIZE_RECOVER": "sanitize.recover",
417 func sanitize(sub string) func(ctx variableAssignmentContext) error { func
425 return fmt.Errorf("unsupported sanitize expression")
433 ctx.file.errorf(ctx.mkvalue, "unsupported sanitize expression")
440 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+v.Value, bpTrue, true)
448 return fmt.Errorf("sanitize expected a string, got %s", v.Type())
453 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+"misc_undefined", misc, true)
androidmk_test.go 278 sanitize: {
295 sanitize: {
316 sanitize: {
  /build/soong/cc/
cc.go 294 sanitize *sanitize
325 if c.sanitize != nil {
326 c.AddProperties(c.sanitize.props()...)
488 module.sanitize = &sanitize{}
534 if c.sanitize != nil {
535 flags = c.sanitize.flags(ctx, flags)
611 if c.sanitize != nil {
612 c.sanitize.begin(ctx
    [all...]
llndk_library.go 146 module.sanitize = nil
androidmk.go 83 if c.sanitize != nil {
84 c.subAndroidMk(&ret, c.sanitize)
  /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...]
  /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...]
  /external/fmtlib/test/
gtest-extra-test.cc 46 std::string sanitize(const std::string &s) { function in namespace:__anon19448
388 EXPECT_EQ("censored", sanitize(redir.restore_and_read()));
389 EXPECT_EQ("", sanitize(redir.restore_and_read()));
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 149 HtmlSanitizer.sanitize(input, policy);
EbayPolicyExample.java 214 // Fetch the HTML to sanitize.
233 // Use the policy defined above to sanitize the HTML.
234 HtmlSanitizer.sanitize(html, POLICY_DEFINITION.apply(renderer));
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerFuzzerTest.java 131 HtmlSanitizer.sanitize(fuzzyHtml, DO_NOTHING_POLICY);
HtmlStreamRendererTest.java 295 HtmlSanitizer.sanitize(htmlInput, new HtmlSanitizer.Policy() {
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 406 msg = self.sanitize(msg)
545 msg = self.sanitize(msg)
617 def sanitize(self, msg): member in class:Checker
620 msg.args = self.sanitize(msg.args)
  /external/python/cpython2/Tools/webchecker/
webchecker.py 406 msg = self.sanitize(msg)
545 msg = self.sanitize(msg)
617 def sanitize(self, msg): member in class:Checker
620 msg.args = self.sanitize(msg.args)
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java 403 org.owasp.html.HtmlSanitizer.sanitize(rawHtml, policy);
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 664 private String sanitize(String input) { method in class:RingtonePickerActivity.LocalizedCursor
681 mResources.getValue(mNamePrefix + sanitize(defaultName), value, false);
  /build/soong/ui/build/
config.go 427 if sanitize := strings.Fields(v); inList("address", sanitize) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 417 self.assertEqual(self.client.sanitize('foo'), repr('foo'))
418 self.assertEqual(self.client.sanitize('pass 12345'), repr('pass *****'))
419 self.assertEqual(self.client.sanitize('PASS 12345'), repr('PASS *****'))

Completed in 754 milliseconds

1 23 4 5 6 7 8 91011>>