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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
bucket_listing_ref.py 45 def url_string(self): member in class:BucketListingRef
77 self._url_string = storage_url.url_string
94 self._url_string = storage_url.url_string
111 self._url_string = storage_url.url_string
storage_url.py 100 def url_string(self): member in class:StorageUrl
101 raise NotImplementedError('url_string not overridden')
108 return isinstance(other, StorageUrl) and self.url_string == other.url_string
111 return hash(self.url_string)
125 def __init__(self, url_string, is_stream=False):
128 match = FILE_OBJECT_REGEX.match(url_string)
132 self.object_name = url_string
138 return _FileUrl(self.url_string)
153 return self.url_string
156 def url_string(self): member in class:_FileUrl
250 def url_string(self): member in class:_CloudUrl
    [all...]
  /system/connectivity/shill/
http_url_unittest.cc 29 : url_string(in_url_string),
37 : url_string(in_url_string),
43 string url_string; member in struct:shill::StringAndResult
57 bool result = url_.ParseFromString(GetParam().url_string);
connection_health_checker.cc 134 void ConnectionHealthChecker::AddRemoteURL(const string& url_string) {
138 if (!url.ParseFromString(url_string)) {
140 << url_string << "."; local
connection_diagnostics.cc 178 bool ConnectionDiagnostics::Start(const string& url_string) {
179 SLOG(this, 3) << __func__ << "(" << url_string << ")"; local
187 if (!target_url_->ParseFromString(url_string)) {
188 LOG(ERROR) << "Failed to parse URL string: " << url_string;
193 if (!portal_detector_->Start(url_string)) {
204 const string& url_string, const PortalDetector::Result& result) {
205 SLOG(this, 3) << __func__ << "(" << url_string << ")"; local
213 if (!target_url_->ParseFromString(url_string)) {
214 LOG(ERROR) << "Failed to parse URL string: " << url_string;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 669 milliseconds