Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/rust/daemon/src/http_server/
Dhttp_request.rs55 let mut headers = Vec::new(); in parse_http_request() localVariable
107 let mut headers = http::HeaderMap::new(); in test_parse() localVariable
122 let mut headers = http::HeaderMap::new(); in test_parse_without_body() localVariable
137 let mut headers = http::HeaderMap::new(); in test_parse_without_content_length() localVariable
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DEmail.java74 private void addHeader(List<String> headers, String name, String value) { in addHeader()
85 private void addHeaders(List<String> headers, String name, Collection<String> values) { in addHeaders()
112 final ArrayList<String> headers = new ArrayList<String>(); in send() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DEmailTest.java154 final Map<String, String> headers = new HashMap<String, String>(); in testSend_simple() local
173 final Map<String, String> headers = new HashMap<String, String>(); in testSend_htmlEmail() local
248 private String extractBody(String data, Map<String, String> headers) { in extractBody() argument
/tools/netsim/ui/dist/js/
Ddevice-observer.js1 …s.device.name}set name(e){this.device.name=e}get position(){const e={x:0,y:0,z:0};return"position"…
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dprotected_data.rs27 let mut headers = recipient.unprotected.rest; in from_cose_encrypt() localVariable
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1205 List<String> headers = in displayDevicesInfo() local