Home
last modified time | relevance | path

Searched refs:openListener (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DFileOperationsPanel.java30 ActionListener openListener, in FileOperationsPanel() argument
35 if(openListener != null) { in FileOperationsPanel()
36 openFileButton.addActionListener(openListener); in FileOperationsPanel()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp47 int openListener(std::string Host, int Port) { in openListener() function
108 InFD = OutFD = openListener(Host.str(), Port); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp47 int openListener(std::string Host, int Port) { in openListener() function
108 InFD = OutFD = openListener(Host.str(), Port); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp52 int openListener(std::string Host, std::string PortStr) { in openListener() function
135 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp52 int openListener(std::string Host, std::string PortStr) { in openListener() function
135 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp52 int openListener(std::string Host, std::string PortStr) { in openListener() function
135 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp52 int openListener(std::string Host, std::string PortStr) { in openListener() function
135 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp52 int openListener(std::string Host, std::string PortStr) { in openListener() function
135 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp61 int openListener(std::string Host, std::string PortStr) { in openListener() function
152 InFD = OutFD = openListener(Host.str(), PortStr.str()); in main()
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/examples/realtime-advanced/
H A Drooms.go7 func openListener(roomid string) chan interface{} { func
H A Droutes.go76 listener := openListener(roomid)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/examples/realtime-chat/
H A Drooms.go7 func openListener(roomid string) chan interface{} { func
H A Dmain.go25 listener := openListener(roomid)
/dports/www/firefox/firefox-99.0/devtools/docs/contributor/backend/
H A Dclient-api.md43 DevToolsServer.openListener(2929); // A connection on port 2929.
143 // DevToolsServer.openListener(port);
/dports/www/firefox-esr/firefox-91.8.0/devtools/docs/backend/
H A Dclient-api.md43 DevToolsServer.openListener(2929); // A connection on port 2929.
148 // DevToolsServer.openListener(port);
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/docs/backend/
H A Dclient-api.md43 DevToolsServer.openListener(2929); // A connection on port 2929.
148 // DevToolsServer.openListener(port);
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/docs/backend/
H A Dclient-api.md43 DevToolsServer.openListener(2929); // A connection on port 2929.
154 // DevToolsServer.openListener(port);
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/docs/backend/
H A Dclient-api.md46 DebuggerServer.openListener(2929); // A connection on port 2929.
170 // DebuggerServer.openListener(port);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/
H A DHttpServer.java727 openListener(); in start()
765 void openListener() throws Exception { in openListener() method in HttpServer