HomeSort by relevance Sort by last modified time
    Searched refs:dstName (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/net/
LinkSocket.java 134 * by dstName and dstPort.
135 * @param dstName the address of the remote host to connect to
138 * @throws UnknownHostException if the given dstName is invalid
143 public void connect(String dstName, int dstPort, int timeout)
145 if (DBG) log("connect(dstName, dstPort, timeout) EX");
150 * by dstName and dstPort.
151 * @param dstName the address of the remote host to connect to
153 * @throws UnknownHostException if the given dstName is invalid
157 public void connect(String dstName, int dstPort)
159 if (DBG) log("connect(dstName, dstPort, timeout) EX")
    [all...]
  /libcore/luni/src/main/java/java/net/
Socket.java 90 * @param dstName
106 private void tryAllAddresses(String dstName, int dstPort, InetAddress
108 InetAddress[] dstAddresses = InetAddress.getAllByName(dstName);
132 * the parameters {@code dstName} and {@code dstPort}. The socket is bound
139 * @param dstName
148 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException {
149 this(dstName, dstPort, null, 0);
154 * the parameters {@code dstName} and {@code dstPort}. On the local endpoint
162 * @param dstName
175 public Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) throws IOException
    [all...]
  /development/tools/jdwpspy/
Net.cpp 469 const char* dstName)
498 prefix[0] = dstName[0];
  /external/icu4c/i18n/
vtzone.cpp     [all...]
olsontz.cpp 696 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
703 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
765 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
    [all...]
  /external/bzip2/
bzip2.c 1050 void applySavedTimeInfoToOutputFile ( Char *dstName )
1059 retVal = utime ( dstName, &uTimBuf );
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 589 milliseconds