OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetPort
(Results
1 - 6
of
6
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
RemoteForwardingData.java
19
int
targetPort
;
RemoteAcceptThread.java
29
int
targetPort
;
34
String remoteOriginatorAddress, int remoteOriginatorPort, String targetAddress, int
targetPort
)
42
this.
targetPort
=
targetPort
;
55
s = new Socket(targetAddress,
targetPort
);
ChannelManager.java
475
public int requestGlobalForward(String bindAddress, int bindPort, String targetAddress, int
targetPort
)
483
rfd.
targetPort
=
targetPort
;
1231
remoteOriginatorAddress, remoteOriginatorPort, rfd.targetAddress, rfd.
targetPort
);
[
all
...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java
146
* @param
targetPort
The name of the target port.
149
String targetFilterName, String
targetPort
) {
157
connect(sourceFilter, sourcePort, targetFilter,
targetPort
);
167
* @param
targetPort
The name of the target port.
170
Filter targetFilter, String
targetPort
) {
171
sourceFilter.connect(sourcePort, targetFilter,
targetPort
);
291
String
targetPort
) {
299
String portName = "to" + targetFilter.getName() + "_" +
targetPort
;
300
branch.connect(portName, targetFilter,
targetPort
);
GraphReader.java
209
String
targetPort
) {
213
mTargetPort =
targetPort
;
322
"'targetFilter=\"filter\"
targetPort
=\"port\"'.");
326
targetPortName = attributes.getValue("
targetPort
");
346
assertValueNotNull("
targetPort
", targetPortName);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java
[
all
...]
Completed in 355 milliseconds