Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 934) sorted by relevance

12345678910>>...38

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DDefaultRequestDirectorTest.java66 … HttpResponse response = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldGetHttpResponseFromExecute() local
80 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldPreferPendingResponses() local
92 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule() local
105 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule_MatchingMethod() local
154 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule_WithTextResponse() local
167 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in clearHttpResponseRules_shouldRemoveAllRules() local
180 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in clearPendingHttpResponses() local
197 … HttpResponse response = requestDirector.execute(null, new HttpGet("http://matching.uri"), null); in shouldReturnRequestsByRule_WithCustomRequestMatcher() local
211 … HttpResponse response = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldGetHttpResponseFromExecuteSimpleApi() local
275 HttpResponse response = client.execute(new HttpGet("http://www.nowhere.org")); in shouldSupportBasicResponseHandlerHandleResponse() local
[all …]
/external/chromium_org/remoting/host/setup/
Dme2me_native_messaging_host.cc109 scoped_ptr<base::DictionaryValue> response(new base::DictionaryValue()); in OnMessage() local
169 scoped_ptr<base::DictionaryValue> response) { in ProcessHello()
182 scoped_ptr<base::DictionaryValue> response) { in ProcessClearPairedClients()
202 scoped_ptr<base::DictionaryValue> response) { in ProcessDeletePairedClient()
231 scoped_ptr<base::DictionaryValue> response) { in ProcessGetHostName()
240 scoped_ptr<base::DictionaryValue> response) { in ProcessGetPinHash()
261 scoped_ptr<base::DictionaryValue> response) { in ProcessGenerateKeyPair()
272 scoped_ptr<base::DictionaryValue> response) { in ProcessUpdateDaemonConfig()
290 scoped_ptr<base::DictionaryValue> response) { in ProcessGetDaemonConfig()
300 scoped_ptr<base::DictionaryValue> response) { in ProcessGetPairedClients()
[all …]
Dme2me_native_messaging_host_unittest.cc33 void VerifyHelloResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyHelloResponse()
42 void VerifyGetHostNameResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyGetHostNameResponse()
51 void VerifyGetPinHashResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyGetPinHashResponse()
60 void VerifyGenerateKeyPairResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyGenerateKeyPairResponse()
69 void VerifyGetDaemonConfigResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyGetDaemonConfigResponse()
80 scoped_ptr<base::DictionaryValue> response) { in VerifyGetUsageStatsConsentResponse()
94 void VerifyStopDaemonResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyStopDaemonResponse()
103 void VerifyGetDaemonStateResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyGetDaemonStateResponse()
113 scoped_ptr<base::DictionaryValue> response) { in VerifyUpdateDaemonConfigResponse()
122 void VerifyStartDaemonResponse(scoped_ptr<base::DictionaryValue> response) { in VerifyStartDaemonResponse()
[all …]
/external/chromium_org/chrome/test/chromedriver/chrome/
Dadb_impl.cc31 void OnResponse(int result, const std::string& response) { in OnResponse()
38 std::string* response, const base::TimeDelta& timeout) { in GetResponse()
84 std::string response; in GetDevices() local
102 std::string response; in ForwardPort() local
120 std::string response; in SetCommandLineFile() local
139 std::string response; in CheckAppInstalled() local
152 std::string response; in ClearAppData() local
165 std::string response; in SetDebugApp() local
173 std::string response; in Launch() local
189 std::string response; in ForceStop() local
[all …]
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp116 StringExtractorGDBRemote response; in QueryNoAckModeSupported() local
135 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported() local
151 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported() local
171 StringExtractorGDBRemote response; in GetSyncThreadStateSupported() local
222 StringExtractorGDBRemote response; in GetThreadSuffixSupported() local
237 StringExtractorGDBRemote response; in GetVContSupported() local
295 StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse()
310 StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse()
527 StringExtractorGDBRemote &response in SendContinuePacketAndWaitForResponse()
909 StringExtractorGDBRemote response; in GetCurrentProcessID() local
[all …]
/external/chromium_org/net/server/
Dhttp_server_response_info_unittest.cc12 HttpServerResponseInfo response; in TEST() local
18 HttpServerResponseInfo response; in TEST() local
25 HttpServerResponseInfo response; in TEST() local
35 HttpServerResponseInfo response = HttpServerResponseInfo::CreateFor404(); in TEST() local
43 HttpServerResponseInfo response = in TEST() local
/external/chromium_org/net/ftp/
Dftp_ctrl_response_buffer_unittest.cc33 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
52 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
69 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
94 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
114 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
134 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
156 net::FtpCtrlResponse response = buffer_.PopResponse(); in TEST_F() local
Dftp_network_transaction.cc119 bool ExtractPortFromEPSVResponse(const net::FtpCtrlResponse& response, in ExtractPortFromEPSVResponse()
149 bool ExtractPortFromPASVResponse(const net::FtpCtrlResponse& response, in ExtractPortFromPASVResponse()
381 FtpCtrlResponse response = ctrl_response_buffer_->PopResponse(); in ProcessCtrlResponse() local
766 const FtpCtrlResponse& response) { in ProcessResponseUSER()
797 const FtpCtrlResponse& response) { in ProcessResponsePASS()
823 const FtpCtrlResponse& response) { in ProcessResponseSYST()
882 int FtpNetworkTransaction::ProcessResponsePWD(const FtpCtrlResponse& response) { in ProcessResponsePWD()
936 const FtpCtrlResponse& response) { in ProcessResponseTYPE()
964 const FtpCtrlResponse& response) { in ProcessResponseEPSV()
998 const FtpCtrlResponse& response) { in ProcessResponsePASV()
[all …]
/external/chromium_org/chrome/renderer/resources/extensions/
Dmedia_galleries_custom_bindings.js14 function createFileSystemObjectsAndUpdateMetadata(response) { argument
37 function(name, request, response) { argument
45 function(name, request, response) { argument
53 function(name, request, response) { argument
71 function(name, request, response) { argument
113 function(name, request, response) { argument
Dchrome_web_view_internal_custom_bindings.js81 function(name, request, response) { argument
96 function(name, request, response) { argument
109 function(name, request, response) { argument
119 function(name, request, response) { argument
/external/chromium_org/chromeos/dbus/
Dshill_device_client_unittest.cc116 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
143 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
159 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
185 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
203 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
223 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
248 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
273 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
298 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
324 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
[all …]
Dshill_service_client_unittest.cc89 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
117 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
143 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
167 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
190 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
221 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
241 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
262 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
284 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
Dshill_manager_client_unittest.cc109 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
136 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
186 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
210 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
230 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
250 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
271 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
295 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
318 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
357 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() local
[all …]
Ddebug_daemon_client.cc334 dbus::Response* response) { in OnGetDebugLogs()
345 dbus::Response* response) { in OnSetDebugMode()
355 dbus::Response* response) { in OnGetRoutes()
371 dbus::Response* response) { in OnGetNetworkStatus()
380 dbus::Response* response) { in OnGetModemStatus()
389 dbus::Response* response) { in OnGetWiMaxStatus()
398 dbus::Response* response) { in OnGetNetworkInterfaces()
407 dbus::Response* response) { in OnGetPerfData()
427 dbus::Response* response) { in OnGetAllLogs()
450 dbus::Response* response) { in OnGetUserLogFiles()
[all …]
/external/chromium_org/media/blink/
Dtest_response_generator.cc34 WebURLResponse response(gurl_); in Generate200() local
53 WebURLResponse response(gurl_); in Generate206() local
83 WebURLResponse response(gurl_); in Generate404() local
90 WebURLResponse response(gurl_); in GenerateFileResponse() local
/external/apache-http/src/org/apache/http/protocol/
DHttpRequestExecutor.java85 final HttpResponse response) { in canResponseHaveBody()
124 HttpResponse response = doSendRequest(request, conn, context); in execute() local
203 HttpResponse response = null; in doSendRequest() local
279 HttpResponse response = null; in doReceiveResponse() local
311 final HttpResponse response, in postProcess()
/external/chromium_org/sync/engine/
Dsyncer_proto_util.cc46 void LogResponseProfilingData(const ClientToServerResponse& response) { in LogResponseProfilingData()
162 ModelTypeSet GetTypesToMigrate(const ClientToServerResponse& response) { in GetTypesToMigrate()
206 const ClientToServerResponse& response, in VerifyResponseBirthday()
238 const sync_pb::ClientToServerResponse& response) { in IsSyncDisabledByAdmin()
267 ClientToServerResponse* response) { in PostAndProcessHeaders()
299 const ClientToServerResponse& response) { in GetThrottleDelay()
347 ClientToServerResponse* response, in PostClientToServerMessage()
549 const sync_pb::ClientToServerResponse& response) { in PersistBagOfChips()
581 const sync_pb::GetUpdatesResponse& response) { in GetUpdatesResponseString()
593 const ClientToServerResponse& response) { in ClientToServerResponseDebugString()
/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java54 HttpResponse response, in isAuthenticationRequested()
58 HttpResponse response, in getChallenges()
63 HttpResponse response, in selectScheme()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DFetchResponseData.cpp34 FetchResponseData* response = new FetchResponseData(BasicType, m_status, m_statusMessage); in createBasicFilteredResponse() local
56 FetchResponseData* response = new FetchResponseData(CORSType, m_status, m_statusMessage); in createCORSFilteredResponse() local
78 FetchResponseData* response = new FetchResponseData(OpaqueType, 0, ""); in createOpaqueFilteredResponse() local
83 void FetchResponseData::populateWebServiceWorkerResponse(WebServiceWorkerResponse& response) in populateWebServiceWorkerResponse()
/external/chromium_org/components/cdm/renderer/
Dandroid_key_systems.cc25 SupportedKeySystemResponse response; in QueryKeySystemSupport() local
39 SupportedKeySystemResponse response = QueryKeySystemSupport( in AddAndroidWidevine() local
64 SupportedKeySystemResponse response = QueryKeySystemSupport(*it); in AddAndroidPlatformKeySystems() local
/external/chromium_org/dbus/
Dend_to_end_sync_unittest.cc65 scoped_ptr<Response> response( in TEST_F() local
86 scoped_ptr<Response> response( in TEST_F() local
96 scoped_ptr<Response> response( in TEST_F() local
105 scoped_ptr<Response> response( in TEST_F() local
121 scoped_ptr<Response> response( in TEST_F() local
137 scoped_ptr<Response> response( in TEST_F() local
Dmock_unittest.cc74 void OnResponse(Response* response) { in OnResponse()
101 scoped_ptr<Response> response = Response::CreateEmpty(); in CreateMockProxyResponse() local
124 Response* response = CreateMockProxyResponse(method_call, timeout_ms); in HandleMockProxyResponseWithMessageLoop() local
135 Response* response) { in RunResponseCallback()
156 scoped_ptr<Response> response( in TEST_F() local
180 scoped_ptr<Response> response( in TEST_F() local
/external/chromium_org/content/browser/geolocation/
Dwifi_data_provider_linux.cc148 scoped_ptr<dbus::Response> response( in GetAccessPointData() local
180 scoped_ptr<dbus::Response> response( in GetAdapterDeviceList() local
208 scoped_ptr<dbus::Response> response( in GetAccessPointsForAdapter() local
238 scoped_ptr<dbus::Response> response( in GetAccessPointsForAdapter() local
262 scoped_ptr<dbus::Response> response( in GetAccessPointsForAdapter() local
286 scoped_ptr<dbus::Response> response( in GetAccessPointsForAdapter() local
302 scoped_ptr<dbus::Response> response( in GetAccessPointsForAdapter() local
336 scoped_ptr<dbus::Response> response = access_point_proxy->CallMethodAndBlock( in GetAccessPointProperty() local
/external/chromium_org/extensions/renderer/resources/
Dcontext_menus_custom_bindings.js58 apiFunctions.setCustomCallback('create', function(name, request, response) { argument
73 apiFunctions.setCustomCallback('remove', function(name, request, response) { argument
81 apiFunctions.setCustomCallback('update', function(name, request, response) { argument
92 function(name, request, response) { argument
/external/chromium_org/chrome/test/chromedriver/server/
Dhttp_handler_unittest.cc33 scoped_ptr<net::HttpServerResponseInfo> response) { in OnResponse()
45 net::HttpServerResponseInfo response; in TEST() local
55 net::HttpServerResponseInfo response; in TEST() local
69 net::HttpServerResponseInfo response; in TEST() local
89 net::HttpServerResponseInfo response; in TEST() local
102 net::HttpServerResponseInfo response; in TEST() local
114 net::HttpServerResponseInfo response; in TEST() local

12345678910>>...38