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

1 2 3

  /libcore/luni/src/main/java/java/net/
Socket.java 91 * @param dstName
107 private void tryAllAddresses(String dstName, int dstPort, InetAddress
109 InetAddress[] dstAddresses = InetAddress.getAllByName(dstName);
133 * the parameters {@code dstName} and {@code dstPort}. The socket is bound
140 * @param dstName
149 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException {
150 this(dstName, dstPort, null, 0);
155 * the parameters {@code dstName} and {@code dstPort}. On the local endpoint
163 * @param dstName
176 public Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) throws IOException
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31Ext.spec 15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp     [all...]
olsontz.cpp 713 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
720 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
782 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp     [all...]
olsontz.cpp 713 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
720 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
782 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31Ext.java 411 // C function void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
420 int dstName,
    [all...]
  /external/bzip2/
bzip2.c 1050 void applySavedTimeInfoToOutputFile ( Char *dstName )
1059 retVal = utime ( dstName, &uTimBuf );
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h     [all...]
wglext.h     [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]
wglext.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 607 /* void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) */
610 (JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) {
618 (GLuint)dstName,
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
glxext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 3010 milliseconds

1 2 3