Home
last modified time | relevance | path

Searched refs:Close (Results 1 - 25 of 327) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc41 ~File() { Close(); } in ~File()
45 Close(); in operator =()
52 void Close() { in Close() function in tint::utils::__anon26162::File
85 void Close() { in Close() function in tint::utils::__anon26162::Pipe
86 read.Close(); in Close()
87 write.Close(); in Close()
181 // Close the stdout and stderr writer pipes. in Exec()
183 stdout_pipe.write.Close(); in Exec()
184 stderr_pipe.write.Close(); in Exec()
195 stdin_pipe.write.Close(); in Exec()
[all...]
H A Dcommand_windows.cc37 ~Handle() { Close(); } in ~Handle()
41 Close(); in operator =()
48 void Close() { in Close() function in tint::utils::__anon26164::Handle
86 read.Close(); in Pipe()
87 write.Close(); in Pipe()
168 stdin_pipe.write.Close(); in Exec()
199 stdin_pipe.read.Close(); in Exec()
200 stdout_pipe.write.Close(); in Exec()
201 stderr_pipe.write.Close(); in Exec()
/third_party/nghttp2/integration-tests/
H A Dnghttpx_http2_test.go24 defer st.Close()
51 defer st.Close()
83 defer st.Close()
111 defer st.Close()
139 defer st.Close()
169 defer st.Close()
196 defer st.Close()
224 defer st.Close()
257 defer st.Close()
289 defer st.Close()
[all...]
H A Dnghttpx_http1_test.go22 defer st.Close()
40 defer st.Close()
66 defer st.Close()
90 defer st.Close()
102 defer resp.Body.Close()
113 // defer st.Close()
116 // st.ts.Close()
137 defer st.Close()
165 defer st.Close()
188 defer st.Close()
[all...]
H A Dserver_tester_http3.go24 defer rt.Close()
75 defer resp.Body.Close()
86 connClose: resp.Close,
/third_party/vixl/src/
H A Dcode-generation-scopes-vixl.h87 virtual ~CodeBufferCheckScope() { Close(); } in ~CodeBufferCheckScope()
113 void Close() { in Close() function in vixl::CodeBufferCheckScope
170 virtual ~EmissionCheckScope() { Close(); } in ~EmissionCheckScope()
189 void Close() { in Close() function in vixl::EmissionCheckScope
200 CodeBufferCheckScope::Close(); in Close()
269 virtual ~ExactAssemblyScope() { Close(); } in ~ExactAssemblyScope()
277 void Close() { in Close() function in vixl::ExactAssemblyScope
290 EmissionCheckScope::Close(); in Close()
/third_party/gn/src/base/win/
H A Dscoped_process_information.cc46 Close(); in ~ScopedProcessInformation()
54 void ScopedProcessInformation::Close() { in Close() function in base::win::ScopedProcessInformation
55 process_handle_.Close(); in Close()
56 thread_handle_.Close(); in Close()
63 Close(); in Set()
/third_party/lzma/CPP/Windows/
H A DSecurityUtils.h43 ~CAccessToken() { Close(); } in ~CAccessToken()
44 bool Close() in Close() function in NWindows::NSecurity::CAccessToken
56 Close(); in OpenProcessToken()
63 Close();
99 ~CPolicy() { Close(); } in ~CPolicy()
104 Close(); in Open()
110 NTSTATUS Close() in Close() function
H A DSynchronization.h27 ~CBaseEvent() { Close(); } in ~CBaseEvent()
28 WRes Close() { return Event_Close(&_object); } in Close() function in NWindows::NSynchronization::MY_UNCOPYABLE
143 ~CSemaphore() { Close(); } in ~CSemaphore()
144 WRes Close() { return Semaphore_Close(&_object); } in Close() function in NWindows::NSynchronization::MY_UNCOPYABLE
287 // ~CBaseEvent_WFMO() Z7_override { Close(); }
289 WRes Close() { this->_sync = NULL; return 0; } in Close() function in NWindows::NSynchronization::CBaseEvent_WFMO
345 WRes Close() { this->_sync = NULL; return 0; } in Close() function in NWindows::NSynchronization::Z7_final
H A DClipboard.h15 ~CClipboard() { Close(); } in ~CClipboard()
17 bool Close() throw();
H A DHandle.h17 ~CHandle() { Close(); } in ~CHandle()
19 bool Close() in Close() function in NWindows::MY_UNCOPYABLE
/third_party/node/src/
H A Dhandle_wrap.cc65 void HandleWrap::Close(const FunctionCallbackInfo<Value>& args) { in Close() function in node::HandleWrap
69 wrap->Close(args[0]); in Close()
72 void HandleWrap::Close(Local<Value> close_callback) { in Close() function in node::HandleWrap
90 // be destroyed, we first call Close() to clean up the underlying libuv in OnGCCollect()
95 Close(); in OnGCCollect()
165 SetProtoMethod(isolate, tmpl, "close", HandleWrap::Close); in GetConstructorTemplate()
176 registry->Register(HandleWrap::Close); in RegisterExternalReferences()
H A Dtimer_wrap.cc15 void TimerWrap::Close() { in Close() function in node::TimerWrap
51 void TimerWrapHandle::Close() { in Close() function in node::TimerWrapHandle
54 timer_->Close(); in Close()
80 static_cast<TimerWrapHandle*>(data)->Close(); in CleanupHook()
H A Dtimer_wrap.h29 void Close();
60 ~TimerWrapHandle() { Close(); } in ~TimerWrapHandle()
68 void Close();
H A Dnode_zlib.cc135 void Close();
211 void Close();
231 void Close();
269 Close();
274 void Close() { in Close() function in node::__anon15438::CompressionStream
285 ctx_.Close(); in Close()
289 static void Close(const FunctionCallbackInfo<Value>& args) { in Close() function in node::__anon15438::CompressionStream
292 ctx->Close(); in Close()
410 Close();
431 Close();
733 void ZlibContext::Close() { Close() function in node::__anon15438::ZlibContext
1138 void BrotliEncoderContext::Close() { Close() function in node::__anon15438::BrotliEncoderContext
1186 void BrotliDecoderContext::Close() { Close() function in node::__anon15438::BrotliDecoderContext
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h93 HandleTraits::Close(Handle); in ~ScopedHandle()
104 HandleTraits::Close(Handle); in operator =()
126 static void Close(handle_type h) { in Close() function
148 static void Close(handle_type h) { in Close() function
164 static void Close(handle_type h) { in Close() function
174 static void Close(handle_type h) { in Close() function
/third_party/python/Lib/test/
H A Dtest_msilib.py38 view.Close()
39 db.Close()
55 view.Close()
56 db.Close()
97 db.Close()
103 self.addCleanup(db.Close)
114 self.addCleanup(db.Close)
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc88 bool FileInputStream::Close() { return copying_input_.Close(); } in Close() function in google::protobuf::io::FileInputStream
110 if (!Close()) { in ~CopyingFileInputStream()
116 bool FileInputStream::CopyingFileInputStream::Close() { in Close() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
172 bool FileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream
174 return copying_output_.Close() && flush_succeeded; in Close()
196 if (!Close()) { in ~CopyingFileOutputStream()
202 bool FileOutputStream::CopyingFileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream::CopyingFileOutputStream
H A Dzero_copy_stream_impl.h77 bool Close();
104 bool Close();
155 bool Close();
186 bool Close();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DWindowsSupport.h107 HandleTraits::Close(Handle); in ~ScopedHandle()
118 HandleTraits::Close(Handle); in operator =()
140 static void Close(handle_type h) { in Close() function
162 static void Close(handle_type h) { in Close() function
178 static void Close(handle_type h) { in Close() function
188 static void Close(handle_type h) { in Close() function
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dcbrotli_test.go48 if err := e.Close(); err != nil {
49 t.Errorf("Close()=%v, want nil", err)
53 t.Errorf("No error after Close() + Write()")
64 if err := e.Close(); err != nil {
65 t.Errorf("Close()=%v, want nil", err)
82 if err := e.Close(); err != nil {
83 t.Errorf("Close Error after copied %d bytes: %v", n, err)
113 if err := e.Close(); err != nil {
114 t.Errorf("Close Error after copied %d bytes: %v", n, err)
135 if err := e.Close(); er
[all...]
/third_party/vixl/test/
H A Dtest-code-generation-scopes.cc150 scope.Close(); in TEST()
166 scope.Close(); in TEST()
184 scope.Close(); in TEST()
202 scope.Close(); in TEST()
278 scope.Close(); in TEST()
294 scope.Close(); in TEST()
312 scope.Close(); in TEST()
330 scope.Close(); in TEST()
562 scope.Close(); in TEST_A32()
578 scope.Close(); in TEST()
[all...]
/third_party/gn/src/gn/
H A Dfile_writer_unittest.cc26 EXPECT_TRUE(writer.Close()); in TEST()
43 EXPECT_TRUE(writer.Close()); in TEST()
65 EXPECT_TRUE(writer.Close()); in TEST()
/third_party/ninja/src/
H A Ddeps_log_test.cc68 log1.Close(); in TEST_F()
114 log1.Close(); in TEST_F()
140 log.Close(); in TEST_F()
166 log.Close(); in TEST_F()
208 log.Close(); in TEST_F()
235 log.Close(); in TEST_F()
400 log.Close(); in TEST_F()
464 log.Close(); in TEST_F()
501 log.Close(); in TEST_F()
535 log.Close(); in TEST_F()
[all...]
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc139 void Close() { in Close() function in __anon15477::SocketWrapper
153 Close(); in ExpectEOF()
375 socket.Close(); in TestHttpRequest()
412 well_behaved_socket.Close(); in TEST_F()
434 dropped_connection_socket.Close(); in TEST_F()
511 socket1.Close(); in TEST_F()
524 socket1.Close(); in TEST_F()
538 socket1.Close(); in TEST_F()
594 socket1.Close(); in TEST_F()

Completed in 14 milliseconds

12345678910>>...14