Home
last modified time | relevance | path

Searched +defs:socket +defs:input +defs:port (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/phpunit/
H A Demulatoragent.php4 var $socket=NULL; variable in emulatorAgent
10 function Start($adresse,$port, $function_prolog) {
39 function sendProlog($input) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/
H A DSocketTransportService.java99 Socket socket; in accept() local
105 InputStream input = socket.getInputStream(); in accept() local
122 int port = 0; in attach() local
133 public Connection attach(final String host, final int port, in attach()
216 private void readHandshake(InputStream input) throws IOException { in readHandshake()
283 int port = -1; in startListening() local
/dports/graphics/processing/processing-1.5.1/modes/java/libraries/net/src/processing/net/
H A DClient.java51 Socket socket; field in Client
53 int port; field in Client
56 public InputStream input; field in Client
69 public Client(PApplet parent, String host, int port) { in Client()
117 public Client(PApplet parent, Socket socket) throws IOException { in Client()
/dports/devel/spark/spark-2.1.1/streaming/src/test/java/org/apache/spark/streaming/
H A DJavaReceiverAPISuite.java65 JavaReceiverInputDStream<String> input = in testReceiver() local
103 private int port = -1; field in JavaReceiverAPISuite.JavaSocketReceiver
126 Socket socket = null; in receive() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DCustomEditor.java48 private final Socket socket; field in CustomEditor
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor()
61 … DataInputStream input = new DataInputStream(new BufferedInputStream(socket.getInputStream())); in loop() local
H A DMyExecutionControl.java73 int port = listener.getLocalPort(); in make() local
96 Socket socket = listener.accept(); in make() local
103 Map<String, InputStream> input = new HashMap<>(); in make() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dmain.cpp75 quint16 port = 0; member in PerfTcpSocket
100 QCommandLineOption input(QLatin1String("input"), in main() local
112 QCommandLineOption port(QLatin1String("port"), in main() local
235 PerfTcpSocket *socket = new PerfTcpSocket(&app, parser.value(host), in main() local
423 PerfTcpSocket *socket = static_cast<PerfTcpSocket *>(infile.data()); in main() local
448 PerfTcpSocket::PerfTcpSocket(QCoreApplication *app, const QString &host, quint16 port) : in PerfTcpSocket()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Dtest_utils.cpp53 bool test::Utils::contains(const std::string& input, const std::string& search) { in contains()
136 std::vector<std::string> test::Utils::explode(const std::string& input, in explode()
156 std::string test::Utils::indent(const std::string& input, unsigned int indent) { in indent()
210 std::string test::Utils::replace_all(const std::string& input, const std::string& from, in replace_all()
222 std::string test::Utils::shorten(const std::string& input, in shorten()
241 std::string test::Utils::to_lower(const std::string& input) { in to_lower()
247 std::string test::Utils::trim(const std::string& input) { in trim()
260 bool test::Utils::wait_for_port(const std::string& ip_address, unsigned short port, in wait_for_port()
265 Socket socket; in wait_for_port() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/pipes/
H A DCommonStub.java39 protected Socket socket = null; field in CommonStub
102 int port = Integer.parseInt(System.getenv("mapreduce.pipes.command.port")); in initSoket() local
107 InputStream input = socket.getInputStream(); in initSoket() local
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/test/
H A DTestUDPSocket.cpp51 uint32_t input = 0; in CheckMessageContent() local
91 UDPClientListener::OnPacketReceived(nsIUDPSocket* socket, in OnPacketReceived()
95 uint16_t port; in OnPacketReceived() local
151 UDPServerListener::OnPacketReceived(nsIUDPSocket* socket, in OnPacketReceived()
155 uint16_t port; in OnPacketReceived() local
/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/gtest/
H A DTestUDPSocket.cpp48 uint32_t input = 0; in CheckMessageContent() local
88 UDPClientListener::OnPacketReceived(nsIUDPSocket* socket, in OnPacketReceived()
92 uint16_t port; in OnPacketReceived() local
149 UDPServerListener::OnPacketReceived(nsIUDPSocket* socket, in OnPacketReceived()
153 uint16_t port; in OnPacketReceived() local

123456789