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

  /external/smack/src/org/xbill/DNS/
SetResponse.java 15 public class SetResponse {
58 private static final SetResponse unknown = new SetResponse(UNKNOWN);
59 private static final SetResponse nxdomain = new SetResponse(NXDOMAIN);
60 private static final SetResponse nxrrset = new SetResponse(NXRRSET);
66 SetResponse() {}
68 SetResponse(int type, RRset rrset) {
75 SetResponse(int type)
    [all...]
Cache.java 403 protected synchronized SetResponse
410 SetResponse sr;
435 sr = new SetResponse(SetResponse.SUCCESSFUL);
459 sr = new SetResponse(SetResponse.SUCCESSFUL);
463 sr = new SetResponse(SetResponse.NXRRSET);
471 return new SetResponse(SetResponse.CNAME
    [all...]
Zone.java 330 private synchronized SetResponse
338 SetResponse sr;
341 return SetResponse.ofType(SetResponse.NXDOMAIN);
365 return new SetResponse(SetResponse.DELEGATION,
371 sr = new SetResponse(SetResponse.SUCCESSFUL);
385 sr = new SetResponse(SetResponse.SUCCESSFUL)
    [all...]
Lookup.java 406 processResponse(Name name, SetResponse response) {
453 SetResponse sr = cache.lookupRecords(current, type, credibility);
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h 31 void SetResponse(const std::string url, const FilePath& path);
33 // A helper function to call SetResponse on the I/O thread.
autoupdate_interceptor.cc 71 void AutoUpdateInterceptor::SetResponse(const std::string url,
89 NewRunnableMethod(this, &AutoUpdateInterceptor::SetResponse, url, path));
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.h 26 // passed to "SetResponse" are required to use |scheme| and |hostname|.
34 void SetResponse(const GURL& url, const base::FilePath& path);
36 // Identical to SetResponse except that query parameters are ignored on
url_request_prepackaged_interceptor.cc 66 void SetResponse(const GURL& url,
154 void URLRequestPrepackagedInterceptor::SetResponse(
160 base::Bind(&Delegate::SetResponse,
171 base::Bind(&Delegate::SetResponse,
  /external/chromium_org/chrome/browser/component_updater/test/
crx_downloader_unittest.cc 155 interceptor.SetResponse(
176 interceptor.SetResponse(
200 interceptor.SetResponse(
222 interceptor.SetResponse(
242 interceptor.SetResponse(
267 interceptor.SetResponse(
291 interceptor.SetResponse(
component_updater_service_unittest.cc 423 get_interceptor_->SetResponse(
511 get_interceptor_->SetResponse(
600 get_interceptor_->SetResponse(
825 get_interceptor_->SetResponse(
    [all...]
  /external/chromium_org/chrome/browser/apps/
ad_view_browsertest.cc 146 interceptor.SetResponse(url, file_path);
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 639 void SetResponse(const std::string& headers, const std::string& data) {
644 void SetResponse(const std::string& headers) {
645 SetResponse(headers, std::string());
    [all...]

Completed in 213 milliseconds