Searched defs:close (Results 1 – 9 of 9) sorted by relevance
19 close(): Promise<void>; method
66 async close(): Promise<void> { method in UsbTransmissionChannel
44 close = async () => { property in PerfCallChainPool
180 close = () => { property in ProcedurePool
223 close = async () => { property in DbPool
27 private close: Function | undefined | null; property in DisassemblingWindow
134 def close(self): member in TelConnect
81 public static void close(Closeable closeable) { in close() method in FileUtils