Home
last modified time | relevance | path

Searched refs:portValue (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965PortAttributeHandler.java67 private static int[] parsePortAttribute(final String portValue) in parsePortAttribute() argument
69 StringTokenizer st = new StringTokenizer(portValue, ","); in parsePortAttribute()
110 public void parse(final SetCookie cookie, final String portValue) in parse() argument
117 if (portValue != null && portValue.trim().length() > 0) { in parse()
118 int[] ports = parsePortAttribute(portValue); in parse()
/external/testng/src/test/java/test/remote/
DRemoteTest.java52 private void launchRemoteTestNG(final String portArg, final int portValue) { in launchRemoteTestNG() argument
57 portArg, Integer.toString(portValue), "-dontexit", in launchRemoteTestNG()
64 private void runTest(String arg, int portValue, IMessageSender sms) { in runTest() argument
65 p("Launching RemoteTestNG on port " + portValue); in runTest()
66 launchRemoteTestNG(arg, portValue); in runTest()