Home
last modified time | relevance | path

Searched refs:close (Results 4501 - 4525 of 6915) sorted by relevance

1...<<181182183184185186187188189190>>...277

/third_party/libinput/test/
H A Dtest-switch.c769 close(fd); in START_TEST()
837 close(fd); in START_TEST()
898 close(fd); in START_TEST()
/third_party/mksh/
H A Dshf.c79 close(fd); in shf_open()
229 /* Flush and close file descriptor, free the shf structure */
237 if (close(shf->fd) < 0) in shf_close()
248 /* Flush and close file descriptor, don't free file structure */
256 if (close(shf->fd) < 0) in shf_fdclose()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp699 close(fd); in Bm_function_Flock()
1464 close(oldFd); in Bm_function_Renameat()
1470 close(newFd); in Bm_function_Renameat()
/third_party/node/deps/openssl/openssl/engines/
H A De_devcrypto.c1239 close(fd); in open_devcrypto()
1243 close(fd); in open_devcrypto()
1257 ret = close(cfd); in close_devcrypto()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py89 self.addCleanup(self.loop.close)
110 self.addCleanup(self.loop.close)
907 self.addCleanup(self.loop.close)
/third_party/openssl/engines/
H A De_devcrypto.c1239 close(fd); in open_devcrypto()
1243 close(fd); in open_devcrypto()
1257 ret = close(cfd); in close_devcrypto()
/third_party/python/Lib/test/
H A Dtest_zipimport.py816 os.close(fd)
830 fp.close()
839 fp.close()
H A Dtest_uuid.py658 os.close(fds[0])
664 os.close(fds[1])
665 self.addCleanup(os.close, fds[0])
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp216 close(handle); in IgnoreSignalSemaphore()
794 close(defaultFd); in TEST_P()
904 close(defaultFd); in TEST_P()
/third_party/python/Modules/
H A Dmmapmodule.c164 (void) close(m_obj->fd); in mmap_object_dealloc()
182 PyErr_SetString(PyExc_BufferError, "cannot close "\ in mmap_close_method()
192 TODO - should we check for errors in the close operations??? in mmap_close_method()
220 (void) close(fd); in mmap_close_method()
533 /* close the file mapping */ in mmap_resize_method()
897 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},
1365 close(devzero); in new_mmap_object()
1478 Python code can close it on us */ in new_mmap_object()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc75 using google::protobuf::io::win32::close;
2534 close(duped_stdin_); in TearDown()
2547 close(fd); in RedirectStdinFromFile()
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py116 def close(self): member in TextWriter
117 return self._writer.close()
199 out.close()
/third_party/skia/modules/canvaskit/
H A Dinterface.js136 CanvasKit.Path.prototype.addPoly = function(points, close) {
138 this._addPoly(ptr, points.length / 2, close);
227 CanvasKit.Path.prototype.close = function() {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c149 close(mounts); in wpa_debug_open_linux_tracing()
185 close(trace_fd); in wpa_debug_open_linux_tracing()
967 close(out_fd); in wpa_debug_open_file()
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp221 close(fd); in WriteToFile()
401 fin.close(); in GetBinderPeerPids()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp355 close(privFd_); in ReleaseMmapBuffer()
360 close(bufferFd_); in ReleaseMmapBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp437 fileOutStream.close(); in HWTEST_F()
438 fileStream.close(); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp279 dumpInFile.close(); in DumpSingleInput()
442 dumpOutFile.close(); in DumpOutput()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp425 inFile_->close(); in ReleaseInFile()
475 inFile_->close(); in StartVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp366 inFile_->close(); in ReleaseInFile()
416 inFile_->close(); in StartVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp346 inFile_->close(); in ReleaseInFile()
396 inFile_->close(); in StartVideoDecoder()
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp528 close(fd_); in Close()
546 std::cout << "Failed to close file" << std::endl; in ReadFile()
620 flagFile.close(); in AddDevice()
679 std::cout << "Device close failed" << std::endl; in CheckCommand()
708 {"close", no_argument, nullptr, 'C'}, in SelectOptions()
880 std::cout << "commands for close: " << std::endl; in ShowUsage()
881 std::cout << "-C <pid> --close <pid> close <pid> -close a pid " << std::endl; in ShowUsage()
882 std::cout << "-C all --close al in ShowUsage()
[all...]
/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp590 close(serverFd); in HWTEST_F()
593 close(toReturnClientFd); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp109 HILOGW("close handle failed with errno:%{public}d!", errno); in CloseHandle()
657 jsonFileStream.close(); in ParseJsonObj()
662 jsonFileStream.close(); in ParseJsonObj()
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp298 close(fd); in HWTEST_F()
363 close(fd); in HWTEST_F()

Completed in 42 milliseconds

1...<<181182183184185186187188189190>>...277