HomeSort by relevance Sort by last modified time
    Searched full:service_path (Results 26 - 32 of 32) sorted by null

12

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote_test.py 349 state = remote.HttpRequestState(service_path='/bar')
350 self.assertEquals('/bar', state.service_path)
375 "service_path='/bar' "
383 service_path='/bar',
remote.py 778 service_path: Path on HTTP service where service is mounted. This path
785 service_path=None,
793 service_path: Assigned to property.
802 self.__service_path = service_path
820 def service_path(self): member in class:HttpRequestState
831 for name in ['http_method', 'service_path']:
    [all...]
  /external/libbrillo/brillo/glib/
dbus.h 163 // supplied \param object at \param service_path on the \param connection.
173 const char* service_path,
  /external/autotest/client/cros/networking/
shill_proxy.py 550 for service_path in all_services:
552 service_path)
shill_xmlrpc_server.py 330 service_path = self._wifi_proxy.manager.FindMatchingService(
333 self._wifi_proxy.DBUS_TYPE_SERVICE, service_path)
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
discovery.py 358 return '%(root)supload/%(service_path)s%(path)s' % {
360 'service_path': root_desc['servicePath'],
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py 487 '/my_service' == state.service_path and
    [all...]

Completed in 2266 milliseconds

12