/third_party/skia/src/gpu/tessellate/ |
H A D | Tessellation.cpp | 37 void close() { fPath.close(); } in close() function in skgpu::__anon18868::PathChopper 118 chopper.close(); in PreChopPathCurves()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemoryExternalMac.hpp | 81 ::close(shm_fd_); in ~OpaqueFdExternalMemory() 135 close(fd); 146 close(fd);
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | Decoder.java | 46 close(); in fail() 126 void close() throws IOException { in close() method in Decoder 132 source.close(); in close()
|
/third_party/toybox/toys/other/ |
H A D | lspci.c | 61 close(dirfd); in do_lspci() 67 close(fd); in do_lspci() 71 close(dirfd); in do_lspci()
|
/third_party/skia/third_party/externals/freetype/builds/vms/ |
H A D | ftsystem.c | 188 /* The function to close a stream. */ 256 close( file ); in FT_BASE_DEF() 261 stream->close = ft_close_stream; in FT_BASE_DEF() 271 close( file ); in FT_BASE_DEF()
|
/third_party/skia/third_party/externals/angle2/android/ |
H A D | compress_symbols.py | 41 dynsym_out.close() 53 funcsyms_out.close() 62 keep_symbols.close()
|
/third_party/skia/gn/ |
H A D | compile_sksl_tests.py | 29 worklist.close() 44 open(path, 'wb').close() 108 worklist.close()
|
/third_party/skia/gm/ |
H A D | skbug1719.cpp | 42 clipPath.close(); in DEF_SIMPLE_GM_BG() 51 drawPath.close(); in DEF_SIMPLE_GM_BG() 61 drawPath.close(); in DEF_SIMPLE_GM_BG()
|
/third_party/rust/crates/rustix/src/io/ |
H A D | mod.rs | 3 mod close; modules 32 pub use close::close;
|
/third_party/skia/docs/examples/ |
H A D | ChromeMDRefreshTab.cpp | 63 path.close(); in REG_FIDDLE() 109 right_path.close(); in REG_FIDDLE() 132 left_path.close(); in REG_FIDDLE()
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_include_guards.py | 58 f.close() 69 f.close() 81 f.close()
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/ |
H A D | bin2stream.py | 68 self.wfile.close() 95 server.socket.close() 108 server.socket.close()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_hw.c | 70 if (close(hw->fd)) { in snd_rawmidi_hw_close() 72 SYSMSG("close failed"); in snd_rawmidi_hw_close() 300 .close = snd_rawmidi_hw_close, 392 close(fd); in snd_rawmidi_hw_open() 397 close(fd); in snd_rawmidi_hw_open() 412 close(fd); in snd_rawmidi_hw_open() 417 close(fd); in snd_rawmidi_hw_open() 466 close(fd); in snd_rawmidi_hw_open()
|
/third_party/backends/backend/ |
H A D | hp-handle.c | 118 close (this->pipe_write_fd); in reader_thread() 135 /* Forked child must close read end of pipe */ in reader_process() 136 close (this->pipe_read_fd); in reader_process() 148 close (this->pipe_write_fd); in reader_process() 187 { /* After fork(), parent must close writing end of pipe */ in hp_handle_startReader() 189 close (this->pipe_write_fd); in hp_handle_startReader() 197 close (this->pipe_write_fd); in hp_handle_startReader() 200 close (this->pipe_read_fd); in hp_handle_startReader() 234 close(this->pipe_read_fd); in hp_handle_stopScan()
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 58 #define close(fd) closesocket(fd) macro 209 close(ctx->fd); in mbedtls_net_connect() 260 close(ctx->fd); in mbedtls_net_bind() 270 close(ctx->fd); in mbedtls_net_bind() 282 close(ctx->fd); in mbedtls_net_bind() 728 close(ctx->fd); 735 * Gracefully close the connection 747 close(ctx->fd);
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 384 * Need to close file descriptor, otherwise synchronous umount in fuse_kern_unmount() 387 close(fd); in fuse_kern_unmount() 439 close(fds[0]); in fuse_mount_fusermount() 440 close(fds[1]); in fuse_mount_fusermount() 464 close(fds[1]); in fuse_mount_fusermount() 473 close(fds[0]); in fuse_mount_fusermount() 475 close(fds[1]); in fuse_mount_fusermount() 589 close(fd); in fuse_mount_sys()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_tcp_style.c | 342 close(clt_sk[i]); in main() 344 close(accept_sk[i]); in main() 347 /* Do a connect, send and a close to ESTABLISH and CLOSE an in main() 354 close(clt2_sk); in main() 369 /* Receive the message sent before doing a close. */ in main() 393 close(accept2_sk); in main() 461 close(clt2_sk); in main() 462 close(accept2_sk); in main() 463 close(listen_sk); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_dlopen_ext_test.cpp | 199 close(fd); in CreateTempRelroFile() 304 close(fd); in HWTEST_F() 309 close(fd); in HWTEST_F() 340 close(fd); in HWTEST_F() 345 close(fd); in HWTEST_F() 375 close(fd); in HWTEST_F() 380 close(fd); in HWTEST_F()
|
/third_party/skia/tests/ |
H A D | PathMeasureTest.cpp | 102 // Test the behavior following a close not followed by a move. in DEF_TEST() 107 path.close(); in DEF_TEST() 253 path.moveTo(4, 4).close().close().close(); // zero-length in test_empty_contours() 255 path.moveTo(5, 5).lineTo(5, 5).close(); // zero-length in test_empty_contours() 256 path.moveTo(5, 5).lineTo(5, 5).close().close(); // zero-length in test_empty_contours()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 195 client.close() 199 client.close() 206 client.close() 213 client.close() 217 client.close() 244 client.close() 649 clf.close()
|
H A D | wps-nfc.py | 231 client.close() 235 client.close() 242 client.close() 249 client.close() 253 client.close() 282 client.close() 520 clf.close()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 195 client.close() 199 client.close() 206 client.close() 213 client.close() 217 client.close() 244 client.close() 649 clf.close()
|
H A D | wps-nfc.py | 231 client.close() 235 client.close() 242 client.close() 249 client.close() 253 client.close() 282 client.close() 520 clf.close()
|
/third_party/gn/src/base/files/ |
H A D | file_util.cc | 67 file1.close(); in ContentsEqual() 68 file2.close(); in ContentsEqual() 73 file1.close(); in ContentsEqual() 74 file2.close(); in ContentsEqual()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-tcp.c | 85 * Correctly close a single socket. 88 jerryx_debugger_tcp_close_socket (jerryx_socket socket_id) /**< socket to close */ in jerryx_debugger_tcp_close_socket() 93 close (socket_id); in jerryx_debugger_tcp_close_socket() 345 close (tcp_socket); in jerryx_debugger_tcp_create() 351 close (tcp_socket); in jerryx_debugger_tcp_create() 369 header_p->close = jerryx_debugger_tcp_close; in jerryx_debugger_tcp_create()
|