HomeSort by relevance Sort by last modified time
    Searched defs:WriteHeader (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/net/http/
npn_test.go 127 func (w http09Writer) WriteHeader(int) {} // no headers
filetransport.go 80 pr.WriteHeader(500)
104 func (pr *populateResponse) WriteHeader(code int) {
116 pr.WriteHeader(StatusOK)
cookie_test.go 147 func (ho headerOnlyResponseWriter) WriteHeader(int) {
transfer.go 254 func (t *transferWriter) WriteHeader(w io.Writer) error {
743 // read after an HTTP Handler calls WriteHeader or Write on its
  /prebuilts/go/linux-x86/src/net/http/
npn_test.go 127 func (w http09Writer) WriteHeader(int) {} // no headers
filetransport.go 80 pr.WriteHeader(500)
104 func (pr *populateResponse) WriteHeader(code int) {
116 pr.WriteHeader(StatusOK)
cookie_test.go 147 func (ho headerOnlyResponseWriter) WriteHeader(int) {
transfer.go 254 func (t *transferWriter) WriteHeader(w io.Writer) error {
743 // read after an HTTP Handler calls WriteHeader or Write on its
  /external/curl/tests/libtest/
lib1509.c 29 size_t WriteHeader(void *ptr, size_t size, size_t nmemb, void *stream);
47 easy_setopt(curl, CURLOPT_HEADERFUNCTION, *WriteHeader);
89 size_t WriteHeader(void *ptr, size_t size, size_t nmemb, void *stream)
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
constant_pcm_packet_source.cc 44 WriteHeader(packet_memory);
52 void ConstantPcmPacketSource::WriteHeader(uint8_t* packet_memory) {
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child.go 184 r.WriteHeader(http.StatusOK)
189 func (r *response) WriteHeader(code int) {
  /prebuilts/go/linux-x86/src/net/http/cgi/
child.go 184 r.WriteHeader(http.StatusOK)
189 func (r *response) WriteHeader(code int) {
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 31 // Call WriteHeader to begin a new file, and then call Write to supply that file's data,
41 hdrBuff block // buffer to use in writeHeader when writing a regular header
42 paxHdrBuff block // buffer to use in writeHeader when writing a PAX header
76 // WriteHeader writes hdr and prepares to accept the file's contents.
77 // WriteHeader calls Flush if it is not the first header.
79 func (tw *Writer) WriteHeader(hdr *Header) error {
80 return tw.writeHeader(hdr, true)
83 // WriteHeader writes hdr and prepares to accept the file's contents.
84 // WriteHeader calls Flush if it is not the first header.
88 func (tw *Writer) writeHeader(hdr *Header, allowPax bool) error
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 18 // Code is the HTTP response code set by WriteHeader.
20 // Note that if a Handler never calls WriteHeader or Write,
67 // writeHeader writes a header if it was not written yet and
74 func (rw *ResponseRecorder) writeHeader(b []byte, str string) {
93 rw.WriteHeader(200)
98 rw.writeHeader(buf, "")
107 rw.writeHeader(nil, str)
114 // WriteHeader sets rw.Code. After it is called, changing rw.Header
116 func (rw *ResponseRecorder) WriteHeader(code int) {
141 rw.WriteHeader(200
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 31 // Call WriteHeader to begin a new file, and then call Write to supply that file's data,
41 hdrBuff block // buffer to use in writeHeader when writing a regular header
42 paxHdrBuff block // buffer to use in writeHeader when writing a PAX header
76 // WriteHeader writes hdr and prepares to accept the file's contents.
77 // WriteHeader calls Flush if it is not the first header.
79 func (tw *Writer) WriteHeader(hdr *Header) error {
80 return tw.writeHeader(hdr, true)
83 // WriteHeader writes hdr and prepares to accept the file's contents.
84 // WriteHeader calls Flush if it is not the first header.
88 func (tw *Writer) writeHeader(hdr *Header, allowPax bool) error
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 18 // Code is the HTTP response code set by WriteHeader.
20 // Note that if a Handler never calls WriteHeader or Write,
67 // writeHeader writes a header if it was not written yet and
74 func (rw *ResponseRecorder) writeHeader(b []byte, str string) {
93 rw.WriteHeader(200)
98 rw.writeHeader(buf, "")
107 rw.writeHeader(nil, str)
114 // WriteHeader sets rw.Code. After it is called, changing rw.Header
116 func (rw *ResponseRecorder) WriteHeader(code int) {
141 rw.WriteHeader(200
    [all...]
  /external/v8/src/
compilation-statistics.cc 101 static void WriteHeader(std::ostream& os) {
136 if (!ps.machine_output) WriteHeader(os);
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 92 r.WriteHeader(http.StatusOK)
97 func (r *response) WriteHeader(code int) {
122 r.WriteHeader(http.StatusOK)
267 r.WriteHeader(http.StatusInternalServerError)
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 92 r.WriteHeader(http.StatusOK)
97 func (r *response) WriteHeader(code int) {
122 r.WriteHeader(http.StatusOK)
267 r.WriteHeader(http.StatusInternalServerError)
  /external/webrtc/webrtc/modules/audio_coding/test/
RTPFile.cc 139 void RTPFile::WriteHeader() {
  /external/v8/src/interpreter/
mkpeephole.cc 50 void WriteHeader(std::ostream& os);
239 WriteHeader(os);
248 void PeepholeActionTableWriter::WriteHeader(std::ostream& os) {
  /frameworks/base/cmds/incidentd/src/
Section.cpp 40 Section::WriteHeader(ReportRequestSet* requests, size_t size) const
196 WriteHeader(requests, buffer.size());
  /system/nvram/core/
nvram_manager.cpp 282 if ((result = WriteHeader(Optional<uint32_t>(index))) != NV_RESULT_SUCCESS ||
349 result = WriteHeader(Optional<uint32_t>(index));
380 // Set the |disable_create_| flag and call |WriteHeader| to persist the flag
386 nvram_result_t result = WriteHeader(Optional<uint32_t>());
571 return WriteHeader(Optional<uint32_t>());
769 WriteHeader(Optional<uint32_t>());
818 nvram_result_t NvramManager::WriteHeader(Optional<uint32_t> provisional_index) {
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 110 void MachObjectWriter::WriteHeader(unsigned NumLoadCommands,
681 WriteHeader(NumLoadCommands, LoadCommandsSize,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 606 if (!WriteHeader(packet_info, buffer, &header_length))
617 bool RtpPacketizerVp9::WriteHeader(const PacketInfo& packet_info,

Completed in 987 milliseconds

1 2