HomeSort by relevance Sort by last modified time
    Searched defs:Headers (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/net/server/
http_server_response_info.h 37 typedef std::vector<std::pair<std::string, std::string> > Headers;
40 Headers headers_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 1 """Manage HTTP Response Headers
30 class Headers:
32 """Manage a collection of HTTP response headers"""
34 def __init__(self,headers):
35 if type(headers) is not ListType:
36 raise TypeError("Headers must be a list of name/value tuples")
37 self._headers = headers
40 """Return the total number of headers, including duplicates."""
126 return "Headers(%r)" % self._headers
129 """str() returns the formatted headers, complete with end line
    [all...]
handlers.py 5 from headers import Headers
62 headers_class = Headers # must be a Headers-like class
73 headers = None variable in class:BaseHandler
147 self.headers['Content-Length'] = str(self.bytes_sent)
157 if 'Content-Length' not in self.headers:
160 def start_response(self, status, headers,exc_info=None):
166 # Re-raise original exception if headers sent
170 elif self.headers is not None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 1 """Manage HTTP Response Headers
30 class Headers:
32 """Manage a collection of HTTP response headers"""
34 def __init__(self,headers):
35 if type(headers) is not ListType:
36 raise TypeError("Headers must be a list of name/value tuples")
37 self._headers = headers
40 """Return the total number of headers, including duplicates."""
126 return "Headers(%r)" % self._headers
129 """str() returns the formatted headers, complete with end line
    [all...]
handlers.py 5 from headers import Headers
62 headers_class = Headers # must be a Headers-like class
73 headers = None variable in class:BaseHandler
147 self.headers['Content-Length'] = str(self.bytes_sent)
157 if 'Content-Length' not in self.headers:
160 def start_response(self, status, headers,exc_info=None):
166 # Re-raise original exception if headers sent
170 elif self.headers is not None
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Headers.java 29 * use {@code Request} and {@code Response} for interpreted headers. This class
45 public final class Headers {
48 private Headers(Builder builder) {
105 public Headers getAll(Set<String> fieldNames) {
168 * appropriate for headers from the remote peer.
206 public Headers build() {
207 return new Headers(this);
  /external/clang/include/clang/Lex/
ModuleMap.h 11 // module as it relates to headers.
46 /// \brief The directory used for Clang-supplied, builtin include headers,
116 HeadersMap Headers;
118 /// \brief Mapping from directories with umbrella headers to the module
121 /// This mapping is used to map headers that haven't explicitly been named
210 /// \param SourceMgr The source manager used to find module files and headers.
212 /// since they will refer to the same headers.
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 44 HeaderSearch &Headers;
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
140 FileManager &FM = Headers.getFileMgr();
165 if (const HeaderMap *HM = Headers.CreateHeaderMap(FE)) {
245 // Ignore the sys root, we *always* look for clang headers relative to
275 AddPath("/boot/develop/headers/os", System, false);
276 AddPath("/boot/develop/headers/os/app", System, false);
277 AddPath("/boot/develop/headers/os/arch", System, false);
278 AddPath("/boot/develop/headers/os/device", System, false);
279 AddPath("/boot/develop/headers/os/drivers", System, false)
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 313 // secondary loop headers.
589 /// \brief Find extra irreducible headers.
597 LoopData::NodeList &Headers, LoopData::NodeList &Others) {
613 Headers.push_back(Irr.Node);
618 assert(Headers.size() >= 2 && "Should be irreducible");
619 if (Headers.size() == InSCC.size()) {
621 std::sort(Headers.begin(), Headers.end());
625 // Look for extra headers from irreducible sub-SCCs.
627 // Entry blocks are already headers
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 278 std::vector<BasicBlock*> Headers;
280 Headers.push_back(Header);
336 // Keep track of new headers and latches as we create them, so that
339 Headers.push_back(New);
381 BasicBlock *Dest = Headers[j];
411 if (*SI == Headers[i])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 4 from wsgiref.headers import Headers
131 "AssertionError: Headers (('Content-Type', 'text/plain')) must"
294 self.assertEqual(len(Headers([])),0)
295 self.assertEqual(len(Headers(test[:])),1)
296 self.assertEqual(Headers(test[:]).keys(), ['x'])
297 self.assertEqual(Headers(test[:]).values(), ['y'])
298 self.assertEqual(Headers(test[:]).items(), test)
299 self.assertFalse(Headers(test).items() is test) # must be copy!
301 h=Headers([])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 4 from wsgiref.headers import Headers
131 "AssertionError: Headers (('Content-Type', 'text/plain')) must"
294 self.assertEqual(len(Headers([])),0)
295 self.assertEqual(len(Headers(test[:])),1)
296 self.assertEqual(Headers(test[:]).keys(), ['x'])
297 self.assertEqual(Headers(test[:]).values(), ['y'])
298 self.assertEqual(Headers(test[:]).items(), test)
299 self.assertFalse(Headers(test).items() is test) # must be copy!
301 h=Headers([])
    [all...]
  /frameworks/base/core/java/android/net/http/
Headers.java 31 * Manages received headers
35 public final class Headers {
97 // keep any headers that require direct access in a presized
150 // Catch-all for headers not explicitly handled
154 public Headers() {
204 Log.v(LOGTAG, "Headers.headers(): error parsing"
440 * Reports all non-null headers to the callback
452 HttpLog.v("Headers.getHeaders() extra: " + i + " " +
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
http.h 186 HTTP_REQUEST_HEADERS Headers;
224 HTTP_RESPONSE_HEADERS Headers;
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 447 milliseconds