HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 251 - 275 of 2354) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.h 45 void Close();
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.h 55 void Close();
  /prebuilts/go/darwin-x86/doc/progs/
defer2.go 47 defer src.Close()
53 defer dst.Close()
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 50 r.Close()
51 defer w.Close()
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 36 defer golden.Close()
54 defer piper.Close()
56 defer pipew.Close()
62 defer zlibw.Close()
74 defer zlibr.Close()
117 err = zlibw.Close()
130 err = zlibw.Close()
219 compressor.Close()
  /prebuilts/go/darwin-x86/src/net/http/
responsewrite_test.go 52 // HTTP/1.1 response with unknown length and Connection: close
62 Close: true,
65 "Connection: close\r\n" +
69 // HTTP/1.1 response with unknown length and not setting connection: close
79 Close: false,
82 "Connection: close\r\n" +
86 // HTTP/1.1 response with unknown length and not setting connection: close, but
98 Close: false,
114 Close: false,
130 Close: false
    [all...]
  /prebuilts/go/darwin-x86/src/net/
udpsock_plan9_test.go 45 defer c1.Close()
52 defer c2.Close()
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix_test.go 35 err = f.Close()
37 t.Fatal("Close failed: ", err)
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
io_test.go 27 f.Close()
63 defer ln.Close()
  /prebuilts/go/linux-x86/doc/progs/
defer2.go 47 defer src.Close()
53 defer dst.Close()
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 50 r.Close()
51 defer w.Close()
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 36 defer golden.Close()
54 defer piper.Close()
56 defer pipew.Close()
62 defer zlibw.Close()
74 defer zlibr.Close()
117 err = zlibw.Close()
130 err = zlibw.Close()
219 compressor.Close()
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 52 // HTTP/1.1 response with unknown length and Connection: close
62 Close: true,
65 "Connection: close\r\n" +
69 // HTTP/1.1 response with unknown length and not setting connection: close
79 Close: false,
82 "Connection: close\r\n" +
86 // HTTP/1.1 response with unknown length and not setting connection: close, but
98 Close: false,
114 Close: false,
130 Close: false
    [all...]
  /prebuilts/go/linux-x86/src/net/
udpsock_plan9_test.go 45 defer c1.Close()
52 defer c2.Close()
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix_test.go 35 err = f.Close()
37 t.Fatal("Close failed: ", err)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
io_test.go 27 f.Close()
63 defer ln.Close()
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]
  /system/bt/tools/mcap_tool/
mcap_test_mdl.h 39 * This will close this MDL connection at the same time
60 * Close this MDL connection
63 bool Close();
  /system/update_engine/
fake_file_writer.h 28 // calls to Open(), Close(), but not do any work. All calls to Write()
52 virtual int Close() {
  /system/update_engine/payload_consumer/
file_writer.cc 47 int DirectFileWriter::Close() {
49 int rc = close(fd_);
  /test/vts/agents/hal/
SocketClientToDriver.h 37 void Close();

Completed in 621 milliseconds

<<11121314151617181920>>