Home
last modified time | relevance | path

Searched refs:test_headers (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc123 std::multiset<std::string> test_headers; variable
125 test_headers.insert(string_utils::Join(": ", pair.first, pair.second));
136 test_headers.begin(), test_headers.end(),
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py984 def test_headers(self): member in TestMIMEApplication