HomeSort by relevance Sort by last modified time
    Searched refs:error_body (Results 1 - 9 of 9) sorted by null

  /external/libweave/src/notification/
xmpp_iq_stanza_handler.cc 121 std::string error_body = local
127 stanza->GetAttributeOrEmpty("to"), error_body);
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 68 error_body = "A server error occurred. Please contact the administrator." variable in class:BaseHandler
313 and 'error_body' attributes to generate an output page. It can
323 return [self.error_body]
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 68 error_body = "A server error occurred. Please contact the administrator." variable in class:BaseHandler
313 and 'error_body' attributes to generate an output page. It can
323 return [self.error_body]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 68 error_body = "A server error occurred. Please contact the administrator." variable in class:BaseHandler
313 and 'error_body' attributes to generate an output page. It can
323 return [self.error_body]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 68 error_body = "A server error occurred. Please contact the administrator." variable in class:BaseHandler
313 and 'error_body' attributes to generate an output page. It can
323 return [self.error_body]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))

Completed in 487 milliseconds