HomeSort by relevance Sort by last modified time
    Searched refs:SetResponse (Results 1 - 19 of 19) 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_org/google_apis/gcm/engine/
checkin_request_unittest.cc 83 void SetResponse(ResponseScenario response_scenario);
169 void CheckinRequestTest::SetResponse(ResponseScenario response_scenario) {
230 SetResponse(VALID_RESPONSE);
247 SetResponse(VALID_RESPONSE);
288 SetResponse(VALID_RESPONSE);
300 SetResponse(MISSING_ANDROID_ID);
305 SetResponse(VALID_RESPONSE);
317 SetResponse(MISSING_SECURITY_TOKEN);
322 SetResponse(VALID_RESPONSE);
334 SetResponse(ANDROID_ID_IS_ZER0)
    [all...]
  /external/chromium_org/remoting/host/
token_validator_factory_impl_unittest.cc 57 void SetResponse(const std::string& headers, const std::string& response) {
124 void SetResponse(const std::string& headers, const std::string& response) {
128 context->SetResponse(headers, response);
142 SetResponse(net::URLRequestTestJob::test_headers(),
155 SetResponse(net::URLRequestTestJob::test_error_headers(), std::string());
167 SetResponse(net::URLRequestTestJob::test_headers(),
180 SetResponse(net::URLRequestTestJob::test_error_headers(), std::string());
  /external/chromium_org/content/shell/renderer/test_runner/
mock_credential_manager_client.h 26 void SetResponse(blink::WebCredential* credential);
mock_credential_manager_client.cc 17 void MockCredentialManagerClient::SetResponse(
test_runner.cc     [all...]
  /external/chromium_org/net/url_request/
test_url_request_interceptor.cc 73 void SetResponse(const GURL& url,
161 void TestURLRequestInterceptor::SetResponse(const GURL& url,
166 base::Bind(&Delegate::SetResponse,
179 base::Bind(&Delegate::SetResponse,
test_url_request_interceptor.h 29 // passed to "SetResponse" are required to use |scheme| and |hostname|.
33 // either SetResponse() or SetResponseIgnoreQuery() asynchronously. It
45 void SetResponse(const GURL& url, const base::FilePath& path);
47 // Identical to SetResponse, except that query parameters are ignored on
  /external/chromium_org/components/component_updater/test/
crx_downloader_unittest.cc 184 get_interceptor_->SetResponse(expected_crx_url, test_file);
218 get_interceptor_->SetResponse(expected_crx_url, test_file);
249 get_interceptor_->SetResponse(expected_crx_url, test_file);
271 get_interceptor_->SetResponse(expected_crx_url, test_file);
297 get_interceptor_->SetResponse(expected_crx_url, test_file);
329 get_interceptor_->SetResponse(expected_crx_url, test_file);
360 get_interceptor_->SetResponse(expected_crx_url, test_file);
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_apitest.cc 184 void SetResponse(const GURL& url, const std::string& response) {
278 api_flow_factory_.SetResponse(
281 api_flow_factory_.SetResponse(
  /external/chromium_org/google_apis/gaia/
oauth2_token_service_request_unittest.cc 66 // Use SetResponse to vary the response to token requests.
72 void SetResponse(const GoogleServiceAuthError& error,
113 void MockOAuth2TokenService::SetResponse(const GoogleServiceAuthError& error,
207 oauth2_service_->SetResponse(
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 320 get_interceptor_->SetResponse(
427 get_interceptor_->SetResponse(
515 get_interceptor_->SetResponse(
727 get_interceptor_->SetResponse(
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 825 void SetResponse(const std::string& headers, const std::string& data) {
830 void SetResponse(const std::string& headers) {
831 SetResponse(headers, std::string());
    [all...]
  /external/chromium_org/net/quic/
quic_http_stream_test.cc 255 void SetResponse(const std::string& status, const std::string& body) {
379 SetResponse("404 Not Found", std::string());
507 SetResponse("200 OK", std::string());
557 SetResponse("200 OK", std::string());
607 SetResponse("200 OK", std::string());
654 SetResponse("200 OK", std::string());
698 SetResponse("404 OK", "hello world!");
738 SetResponse("404 OK", "hello world!");
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation_unittest.cc 85 get_interceptor_->SetResponse(GURL(kTestImageUrl),
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl_unittest.cc 50 // Use |SetResponse| to vary the response to token requests.
59 void SetResponse(const GoogleServiceAuthError& error,
100 void MockOAuth2TokenService::SetResponse(const GoogleServiceAuthError& error,

Completed in 523 milliseconds