/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 2068 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough. 6296 close: function () { 6401 close: function () { 6403 watcher.close(); 6448 close: function () { 6481 close: function () { 6582 close: function () { 6699 childWatcher.close(); 6941 close: function () { 6944 watcher.close(); [all...] |
/third_party/backends/backend/ |
H A D | microtek2.c | 176 /* close all leftover Scanners */ in sane_exit() 904 close(ms->fd[1]); in cancel_scan() 5504 if (sanei_thread_is_forked()) close(ms->fd[1]); in sane_start() 7160 if (sanei_thread_is_forked()) close(ms->fd[0]); in reader_process()
|
H A D | umax.c | 75 . - sane_close() : close opened scanner-device, do_cancel, free buffer and handle 4954 close(scanner->pipe_read_fd); in reader_process() 5007 fclose(fp); /* close write end of pipe */ in reader_process() 8008 close(scanner->pipe_write_fd); in sane_start() 8064 close(scanner->pipe_read_fd); in sane_read()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2310 reader.close(); in TestCases() 5814 baos.close(); in TestBasicSerializationRoundTrip() 5820 ois.close(); in TestBasicSerializationRoundTrip() 6583 // For Java, we should get *pretty close* to 2^31. in Test20037_ScientificIntegerOverflow()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2307 reader.close(); in TestCases() 5814 baos.close(); in TestBasicSerializationRoundTrip() 5820 ois.close(); in TestBasicSerializationRoundTrip() 6618 // For Java, we should get *pretty close* to 2^31. in Test20037_ScientificIntegerOverflow()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | mm.h | 592 void (*close)(struct vm_area_struct *area);
member
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_Vdec.c | 1713 close(gpu_fd); in Rockchip_OMX_ComponentConstructor()
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/ |
H A D | Rkvpu_OMX_Venc.c | 447 close(gpu_fd); in Rkvpu_ProcessStoreMetaData()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | fore200e.c | 1276 activate ? "open" : "close", vcc->itf, vcc->vpi, vcc->vci); in fore200e_activate_vcin() 3002 .close = fore200e_close,
|
H A D | he.c | 167 .close = he_close, 2342 HPRINTK("close vcc %p %d.%d\n", vcc, vcc->vpi, vcc->vci); in he_close() 2350 HPRINTK("close rx cid 0x%x\n", cid); in he_close() 2352 /* 2.7.2.2 close receive operation */ in he_close() 2354 /* wait for previous close (if any) to finish */ in he_close() 2358 HPRINTK("close cid 0x%x RCC_BUSY\n", cid); in he_close() 2376 hprintk("close rx timeout cid 0x%x\n", cid); in he_close() 2378 HPRINTK("close rx cid 0x%x complete\n", cid); in he_close() 2386 HPRINTK("close tx cid 0x%x\n", cid); in he_close() 2394 * TBRQ, the host issues the close comman in he_close() [all...] |
H A D | eni.c | 1085 * the manual calls "too close". in do_tx() 2205 .close = eni_close,
|
H A D | lanai.c | 2273 /* close a vcc */ 2542 .close = lanai_close,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_sys.c | 2061 input_dev->close = wacom_close; in wacom_allocate_input()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 1987 md->input->close = cyttsp4_mt_close; in cyttsp4_mt_probe()
|
H A D | atmel_mxt_ts.c | 844 /* Touch no longer active, close out slot */ in mxt_proc_t9_message() 952 /* close out slot */ in mxt_proc_t100_message() 2053 input_dev->close = mxt_input_close; in mxt_initialize_input_device()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 491 struct vfpf_close_tlv *req = &bp->vf2pf_mbox->req.close; in bnx2x_vfpf_close_vf()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | hso.c | 1290 /* close the requested serial port */ 1298 /* Open failed, no close cleanup required */ in hso_serial_close() 1309 /* do the actual close */ in hso_serial_close() 1326 /* close the requested serial port */ 3211 .close = hso_serial_close,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | mxser.c | 2317 .close = mxser_close,
|
H A D | rocket.c | 2315 .close = rp_close,
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | devio.c | 215 .close = usbdev_vm_close
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 265 * DTR is dropped if the hangup on close termio flag is on. Calls to 2560 .close = uart_close,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1086 .close = mmap_user_close,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 589 void (*close)(struct vm_area_struct * area); member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 1965 close(FD(evsel, cpu, thread)); in evsel__open_cpu()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | inode.c | 545 tcon->ses->server->ops->close(xid, tcon, &fid);
|