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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote.py 162 status is APPLICATION_ERROR. For use by application to transmit
176 APPLICATION_ERROR: The application is indicating an error.
177 When in this state, RPC should also set application_error.
185 APPLICATION_ERROR = 5
252 STATE = RpcState.APPLICATION_ERROR
280 RpcState.APPLICATION_ERROR: ApplicationError,
    [all...]
transport_test.py 70 self.status = remote.RpcStatus(state=remote.RpcState.APPLICATION_ERROR,
118 self.assertEquals(remote.RpcState.APPLICATION_ERROR, self.rpc.state)
339 self.ResetServer(wsgi_util.static_page('{"state": "APPLICATION_ERROR",'
remote_test.py 732 status = remote.RpcStatus(state=remote.RpcState.APPLICATION_ERROR,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
protorpc.js 89 APPLICATION_ERROR: 'APPLICATION_ERROR'
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service.py 186 remote.RpcState.APPLICATION_ERROR,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers.py 605 remote.RpcState.APPLICATION_ERROR,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 91 if (error.state == 'APPLICATION_ERROR' && error.error_name) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 203 APPLICATION_ERROR = -32500
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 203 APPLICATION_ERROR = -32500
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 203 APPLICATION_ERROR = -32500
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 203 APPLICATION_ERROR = -32500
    [all...]

Completed in 259 milliseconds