Home
last modified time | relevance | path

Searched refs:close (Results 5101 - 5125 of 7959) sorted by relevance

1...<<201202203204205206207208209210>>...319

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java2854 * to close over case BEFORE COMPLEMENTING. This makes in applyPattern()
3660 // Look for the matching close delimiter, either :] or } in applyPropertyPattern()
3661 int close = pattern.indexOf(posix ? ":]" : "}", pos); in applyPropertyPattern()
3662 if (close < 0) { in applyPropertyPattern()
3663 // Syntax error; close delimiter missing in applyPropertyPattern()
3672 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
3675 valueName = pattern.substring(equals+1, close); in applyPropertyPattern()
3680 propName = pattern.substring(pos, close); in applyPropertyPattern()
3701 // Move to the limit position after the close delimiter in applyPropertyPattern()
3702 ppos.setIndex(close in applyPropertyPattern()
[all...]
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1618 BalExitOnFailure1(hr, "Failed to localize confirm close message: %ls", _confirmCloseMessage); in LoadLocalization()
1902 // If the user chose not to close, do *not* let the default window proc handle the message. in WndProc()
2412 BOOL close = FALSE; in OnClose() local
2414 // If we've already succeeded or failed or showing the help page, just close (prompts are annoying if the bootstrapper is done). in OnClose()
2416 close = TRUE; in OnClose()
2419 close = PromptCancel( in OnClose()
2427 // If we're doing progress then we never close, we just cancel to let rollback occur. in OnClose()
2430 if (close) { in OnClose()
2434 close = FALSE; in OnClose()
2437 return close; in OnClose()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp195 std::error_code close() override;
200 RealFile::~RealFile() { close(); } in ~RealFile()
225 std::error_code RealFile::close() { in close() function in RealFile
618 std::error_code close() override { return {}; }
1780 std::error_code close() override { return InnerFile->close(); }
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h914 * close() waits for an unspecified time for any output to drain before dismantling the STREAM.
915 * If the O_NONBLOCK flag is set,close() does not wait for output to drain, and dismantles the STREAM immediately.
916 * CNcomment:如果未设置O_NONBLOCK,并且模块的写入队列中有数据,close()等待未指定的时间,等待任何输出排出,然后再拆卸流.
917 * 如果设置了O_NONBLOCK标志,close()不会等待输出耗尽,并立即取消流CNend
928 #define close(s) closesocket(s) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h52 * The close() function shall close a file descriptor, so that it no longer refers to any file and may be reused.
57 * @param __fd [IN] file descriptor to close.
64 * @retval #0 close file successful.
65 * @retval #-1 An error is encountered and close file failed.
80 int close(int);
113 * @see close | fcntl | open
149 * @see close | fcntl | open
409 * @see close | remove | rename | rmdir
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsleep.S106 @ We keep the change-down close to the actual suspend on SDRAM
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dstart_up.c389 close(fd); in parse_iomem()
/kernel/linux/linux-5.10/drivers/atm/
H A Dambassador.h367 } close; member
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtsdio.c330 hdev->close = btsdio_close; in btsdio_probe()
H A Dhci_ag6xx.c306 .close = ag6xx_close,
H A Dhci_vhci.c115 hdev->close = vhci_close_dev; in __vhci_create_device()
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/
H A Dtestptp.c509 close(fd); in main()
/kernel/linux/linux-5.10/tools/usb/
H A Dtestusb.c338 close (fd); in handle_testdev()
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_list.c146 close(sockfd); in list_exported_devices()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsleep.S107 @ We keep the change-down close to the actual suspend on SDRAM
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c262 close(map_fd); in test_pinning()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_kmem.c232 close(fd); in test_kmem_proc_kpagecgroup()
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c89 if (close(fd) != 0) { in vmaybe_write_file()
90 die("close of %s failed: %s\n", in vmaybe_write_file()
/kernel/linux/linux-6.6/arch/x86/boot/tools/
H A Dbuild.c243 close(fd); in main()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dstart_up.c421 close(fd); in parse_iomem()
/kernel/linux/linux-5.10/drivers/mfd/
H A Ducb1x00-ts.c385 idev->close = ucb1x00_ts_close; in ucb1x00_ts_add()
/kernel/linux/linux-5.10/drivers/media/common/b2c2/
H A Dflexcop.c150 fc->demux.dmx.close(&fc->demux.dmx); in flexcop_dvb_exit()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dad5820.c265 .close = ad5820_close,
H A Ddw9807-vcm.c153 .close = dw9807_close,
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dwalkera0701.c255 w->input_dev->close = walkera0701_close; in walkera0701_attach()

Completed in 29 milliseconds

1...<<201202203204205206207208209210>>...319