HomeSort by relevance Sort by last modified time
    Searched defs:service_url (Results 1 - 3 of 3) sorted by null

  /system/weaved/buffet/
buffet_config.h 43 std::string service_url; member in struct:buffet::final::Options
  /external/libweave/include/weave/
settings.h 63 std::string service_url; member in struct:weave::Settings
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
webapp_test_util.py 290 self.bad_path_connection = self.CreateTransport(self.service_url + '_x')
313 self.connection = self.CreateTransport(self.service_url)
315 def CreateTransport(self, service_url, protocol=protojson):
317 return transport.HttpTransport(service_url, protocol=protocol)
345 def service_url(self): member in class:WebServerTestBase
384 request = urllib2.Request('%s.%s' % (self.service_url, method),

Completed in 70 milliseconds