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

  /external/jetty/src/java/org/eclipse/jetty/http/
HttpCookie.java 26 private final String _domain; field in class:HttpCookie
40 _domain = null;
55 _domain = domain;
71 _domain = null;
84 _domain = domain;
99 _domain = domain;
142 return _domain;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
dnsproxy.py 198 self.domain = self._domain(self.wire_domain)
215 def _domain(cls, wire_domain): member in class:UdpDnsHandler
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/swf/
test_layer1.py 63 _domain = BOTO_SWF_UNITTEST_DOMAIN variable in class:SimpleWorkflowLayer1TestBase
93 r = self.conn.register_domain(self._domain,
104 r = self.conn.register_workflow_type(self._domain,
121 r = self.conn.register_activity_type(self._domain,
152 if info['name'] == self._domain:
164 r = self.conn.list_workflow_types(self._domain, 'REGISTERED')
180 r = self.conn.list_activity_types(self._domain, 'REGISTERED')
199 self.conn.list_closed_workflow_executions(self._domain,
202 self.conn.list_closed_workflow_executions(self._domain,
205 self.conn.list_closed_workflow_executions(self._domain,
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/jmx/
MBeanContainer.java 65 private String _domain = null; field in class:MBeanContainer
123 _domain = domain;
133 return _domain;
303 String domain = _domain;
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 45 private String _domain; field in class:ServiceInfoImpl
188 this._domain = map.get(Fields.Domain);
214 this._domain = info.getDomain();
713 return (_domain != null ? _domain : "local");
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 

Completed in 694 milliseconds