Home
last modified time | relevance | path

Searched refs:ClearResponse (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/system_logs/
H A Dsingle_debug_daemon_log_source_unittest.cc48 void ClearResponse() { response_.clear(); } in ClearResponse() function in system_logs::SingleDebugDaemonLogSourceTest
93 ClearResponse(); in TEST_F()
104 ClearResponse(); in TEST_F()
127 ClearResponse(); in TEST_F()
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/io/
H A DBamHttp_p.cpp98 void BamHttp::ClearResponse() in ClearResponse() function in BamHttp
140 ClearResponse(); in DisconnectSocket()
193 ClearResponse(); in Open()
418 ClearResponse(); in SendGetRequest()
521 ClearResponse(); in SendHeadRequest()
H A DBamHttp_p.h57 void ClearResponse();
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/
H A Dresolver_test.go48 func (w *tstwriter) ClearResponse() { w.msg = nil } func
145 w.ClearResponse()
156 w.ClearResponse()
167 w.ClearResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/model/
H A Dassistant_interaction_model.cc44 ClearResponse(); in ClearInteraction()
120 void AssistantInteractionModel::ClearResponse() { in ClearResponse() function in ash::AssistantInteractionModel
H A Dassistant_interaction_model.h122 void ClearResponse(); in COMPONENT_EXPORT()
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/security/vault/aws-sdk-go-v2-1.5.0/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/
H A Dlogging.go77 func (m *ClientLogMode) ClearResponse() { func
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaCallback.java68 void ClearResponse(){ in ClearResponse() method in InlineJavaCallback
H A DInlineJavaPerlCaller.java149 ijc.ClearResponse() ; in CallPerl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xmlhttprequest/
H A Dxml_http_request.h257 void ClearResponse();
H A Dxml_http_request.cc1246 ClearResponse(); in InternalAbort()
1258 void XMLHttpRequest::ClearResponse() { in ClearResponse() function in blink::XMLHttpRequest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xmlhttprequest/
H A Dxml_http_request.h258 void ClearResponse();
H A Dxml_http_request.cc1239 ClearResponse(); in InternalAbort()
1251 void XMLHttpRequest::ClearResponse() { in ClearResponse() function in blink::XMLHttpRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpWriter.cs1524 wr.ClearResponse(true /* entity */, false /* headers */); in FilterIntegrated()
H A DHttpResponse.cs3478 wr.ClearResponse(clearEntity, clearHeaders); in ClearNativeResponse()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIIS7WorkerRequest.cs1658 internal void ClearResponse(bool clearEntity, bool clearHeaders) { in ClearResponse() method in System.Web.Hosting.IIS7WorkerRequest