/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 920 /* can happen during close */ in ugen_fs_set_complete() 1530 struct usb_fs_close close; in ugen_ioctl() local 1531 error = copyin((const void *)u.addr, &close, sizeof(struct usb_fs_close)); in ugen_ioctl() 1535 u.pclose = &close; in ugen_ioctl()
|
H A D | usb_transfer.c | 1893 DPRINTF("close\n"); in usbd_transfer_stop() 1898 (xfer->endpoint->methods->close) (xfer); in usbd_transfer_stop() 1899 /* only close once */ in usbd_transfer_stop() 1905 DPRINTF("close\n"); in usbd_transfer_stop() 1907 /* close here and now */ in usbd_transfer_stop() 1908 (xfer->endpoint->methods->close) (xfer); in usbd_transfer_stop() 2781 DPRINTF("close\n"); in usbd_callback_wrapper_sub() 2783 (xfer->endpoint->methods->close) (xfer); in usbd_callback_wrapper_sub() 2785 /* only close once */ in usbd_callback_wrapper_sub()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberRegressionTests.java | 307 baos.close(); in Test4069754() 312 ois.close(); in Test4069754() 1612 baos.close(); in Test4212072()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberRegressionTests.java | 304 baos.close(); in Test4069754() 309 ois.close(); in Test4069754() 1606 baos.close(); in Test4212072()
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 37 # define close _close macro 1023 close(0); /* Close process stdin. */ in TEST_IMPL() 1783 /* close the pipe and see if we still get events */ in TEST_IMPL() 1805 ASSERT_OK(close(fd[1])); in TEST_IMPL()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 958 self.fp.close() 986 self.fp.close() 2683 root_makefile.close()
|
/third_party/node/tools/ |
H A D | test.py | 67 file.close() 794 os.close(fd_out) 795 os.close(fd_err)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 967 self.fp.close() 995 self.fp.close() 2711 root_makefile.close()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 138 close(dri3_fd); in wsi_x11_check_dri3_compatible() 1693 close(fds[j]); in x11_image_init() 1763 close(fence_fd); in x11_image_init()
|
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 97 self.send_header('Connection', 'close') 119 self.send_header('Connection', 'close') 125 self.send_header('Connection', 'close') 220 self.con.putheader('Connection', 'close') 243 self.addCleanup(self.con.close) 390 """Don't close reader yet so we can check if there was leftover 407 self.assertEqual(response.msg.get("Connection", "close"), "close") 410 reader.close() 627 open(fullpath, 'wb').close() [all...] |
H A D | test_nntplib.py | 440 self.file.close() 1513 def close(self): member in MockSocketTests.check_constructor_error_conditions.MockSocket 1616 reader.close()
|
H A D | test_xmlrpc.py | 666 serv.socket.close() 736 serv.socket.close() 1104 p("close")() 1122 #do some requests with close. 1126 p("close")() #this should trigger a new keep-alive request 1130 p("close")() 1141 #do some requests with close. 1143 p("transport").close() #same as above, really. 1145 p("close")() 1190 p("close")() [all...] |
/third_party/python/Modules/_io/ |
H A D | bufferedio.c | 440 /* Flush and close */ 506 res = PyObject_CallMethodNoArgs(self->raw, &_Py_ID(close)); in buffered_close() 2221 PyObject *ret = _forward_call(self->writer, &_Py_ID(close), NULL); in bufferedrwpair_close() 2226 ret = _forward_call(self->reader, &_Py_ID(close), NULL); in bufferedrwpair_close() 2381 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 2470 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 2567 {"close", (PyCFunction)bufferedrwpair_close, METH_NOARGS}, 2633 {"close", (PyCFunction)buffered_close, METH_NOARGS},
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 105 using google::protobuf::io::win32::close; 513 if (close(file_descriptor) != 0) { in WriteAllToDisk() 515 std::cerr << filename << ": close: " << strerror(error); in WriteAllToDisk() 1075 if (close(fd) != 0) { in PopulateSingleSimpleDescriptorDatabase() 1076 std::cerr << descriptor_set_name << ": close: " << strerror(errno) in PopulateSingleSimpleDescriptorDatabase()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_bsd.c | 1705 close(global->sock); in bsd_global_init() 1717 (void) close(global->route); in bsd_global_deinit() 1718 (void) close(global->sock); in bsd_global_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_tcp.c | 95 close(conn->sock); in dpp_connection_free() 608 close(ctrl->sock); in dpp_controller_free() 1561 close(fd); in dpp_controller_tcp_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_bsd.c | 1715 close(global->sock); in bsd_global_init() 1727 (void) close(global->route); in bsd_global_deinit() 1728 (void) close(global->sock); in bsd_global_deinit()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cmipci.c | 387 * flags to check device open/close 1584 * check device open/close 1818 .close = snd_cmipci_playback_close, 1827 .close = snd_cmipci_capture_close, 1835 .close = snd_cmipci_playback2_close, 1845 .close = snd_cmipci_playback_spdif_close, 1854 .close = snd_cmipci_capture_spdif_close,
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cmipci.c | 383 * flags to check device open/close 1584 * check device open/close 1826 .close = snd_cmipci_playback_close, 1835 .close = snd_cmipci_capture_close, 1843 .close = snd_cmipci_playback2_close, 1853 .close = snd_cmipci_playback_spdif_close, 1862 .close = snd_cmipci_capture_spdif_close,
|
/third_party/backends/backend/ |
H A D | plustek.c | 307 /** Calls the device specific stop and close functions. 391 close( scanner->r_pipe ); in close_pipe() 397 close( scanner->w_pipe ); in close_pipe() 487 close( scanner->r_pipe ); in reader_process() 543 close( scanner->w_pipe ); in reader_process() 1743 DBG( _DBG_ERROR, "close: invalid handle %p\n", handle); in sane_close() 2641 close( s->w_pipe ); in sane_start()
|
H A D | test.c | 1489 close (fd); in reader_process() 1513 close (test_device->pipe); in reader_task() 1541 close (test_device->pipe); in finish_pass() 1571 close (test_device->reader_fds); in finish_pass() 2861 close (test_device->reader_fds); in sane_start()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 2101 * from close and from interrupt 2218 .close = ehci_device_bulk_close, 2259 .close = ehci_device_ctrl_close, 2340 .close = ehci_device_intr_close, 2636 .close = ehci_device_isoc_fs_close, 2926 .close = ehci_device_isoc_hs_close,
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 251 p.close(); in ApplyClose() 453 path.close(); in MakePathFromCmds() 520 path.close(); in PathAddVerbsPointsWeights() 1534 int count, bool close)->void { in EMSCRIPTEN_BINDINGS() 1536 self.addPoly(pts, count, close); in EMSCRIPTEN_BINDINGS()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4xdr.c | 784 struct nfsd4_close *close = &u->close; in nfsd4_decode_close() local 785 if (xdr_stream_decode_u32(argp->xdr, &close->cl_seqid) < 0) in nfsd4_decode_close() 787 return nfsd4_decode_stateid4(argp, &close->cl_stateid); in nfsd4_decode_close() 2563 * The client cares how close together changes can be while still 3782 struct nfsd4_close *close = &u->close; in nfsd4_encode_close() local 3785 return nfsd4_encode_stateid(xdr, &close->cl_stateid); in nfsd4_encode_close() 3988 * Always flush on close in nfsd4_encode_open() 4740 *p++ = cpu_to_be32(1); /* we always set return-on-close */ in nfsd4_encode_layoutget() [all...] |
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | text_gen.cpp | 187 ofs_.close(); in InitOutput()
|