Home
last modified time | relevance | path

Searched refs:close (Results 576 - 600 of 4658) sorted by relevance

1...<<21222324252627282930>>...187

/third_party/skia/src/gpu/tessellate/
H A DTessellation.cpp37 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 DVkDeviceMemoryExternalMac.hpp81 ::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 DDecoder.java46 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 Dlspci.c61 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 Dftsystem.c188 /* 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 Dcompress_symbols.py41 dynsym_out.close()
53 funcsyms_out.close()
62 keep_symbols.close()
/third_party/skia/gn/
H A Dcompile_sksl_tests.py29 worklist.close()
44 open(path, 'wb').close()
108 worklist.close()
/third_party/skia/gm/
H A Dskbug1719.cpp42 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 Dmod.rs3 mod close; modules
32 pub use close::close;
/third_party/skia/docs/examples/
H A DChromeMDRefreshTab.cpp63 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 Dcheck_include_guards.py58 f.close()
69 f.close()
81 f.close()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dbin2stream.py68 self.wfile.close()
95 server.socket.close()
108 server.socket.close()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c70 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 Dhp-handle.c118 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 Dnet_sockets.c58 #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 Dmount.c384 * 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 Dtest_tcp_style.c342 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 Dldso_dlopen_ext_test.cpp199 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 DPathMeasureTest.cpp102 // 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 Dp2p-nfc.py195 client.close()
199 client.close()
206 client.close()
213 client.close()
217 client.close()
244 client.close()
649 clf.close()
H A Dwps-nfc.py231 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 Dp2p-nfc.py195 client.close()
199 client.close()
206 client.close()
213 client.close()
217 client.close()
244 client.close()
649 clf.close()
H A Dwps-nfc.py231 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 Dfile_util.cc67 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 Ddebugger-tcp.c85 * 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()

Completed in 14 milliseconds

1...<<21222324252627282930>>...187