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

1 2 3 4

  /prebuilts/go/darwin-x86/doc/progs/
defer.go 40 func CopyFile(dstName, srcName string) (written int64, err error) {
46 dst, err := os.Create(dstName)
defer2.go 42 func CopyFile(dstName, srcName string) (written int64, err error) {
49 dst, err := os.Create(dstName)
  /prebuilts/go/linux-x86/doc/progs/
defer.go 40 func CopyFile(dstName, srcName string) (written int64, err error) {
46 dst, err := os.Create(dstName)
defer2.go 42 func CopyFile(dstName, srcName string) (written int64, err error) {
49 dst, err := os.Create(dstName)
  /external/mesa3d/src/mesa/main/
copyimage.c 143 * "INVALID_VALUE is generated if either <srcName> or <dstName> does
456 GLuint dstName, GLenum dstTarget, GLint dstLevel,
477 dstName, _mesa_enum_to_string(dstTarget), dstLevel,
492 if (!prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth,
  /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 )
GLES32.spec 2 void glCopyImageSubData ( 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 )
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 25 // matchZoneKey checks if stdname and dstname match the corresponding key
28 func matchZoneKey(zones registry.Key, kname string, stdname, dstname string) (matched bool, err2 error) {
55 if dlt != dstname && dstname != stdname {
62 // whose zone names are stdname and dstname and returns the English name.
63 func toEnglishName(stdname, dstname string) (string, error) {
75 matched, err := matchZoneKey(k, name, stdname, dstname)
99 dstName := syscall.UTF16ToString(z.DaylightName[:])
101 englishName, err := toEnglishName(stdName, dstName)
109 return extractCAPS(stdName), extractCAPS(dstName)
    [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 25 // matchZoneKey checks if stdname and dstname match the corresponding key
28 func matchZoneKey(zones registry.Key, kname string, stdname, dstname string) (matched bool, err2 error) {
55 if dlt != dstname && dstname != stdname {
62 // whose zone names are stdname and dstname and returns the English name.
63 func toEnglishName(stdname, dstname string) (string, error) {
75 matched, err := matchZoneKey(k, name, stdname, dstname)
99 dstName := syscall.UTF16ToString(z.DaylightName[:])
101 englishName, err := toEnglishName(stdName, dstName)
109 return extractCAPS(stdName), extractCAPS(dstName)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java     [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp     [all...]
olsontz.cpp 715 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
784 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java     [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...]
GLES32.java 247 // C function void glCopyImageSubData ( 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 )
256 int dstName,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
  /external/bzip2/
bzip2.c 1050 void applySavedTimeInfoToOutputFile ( Char *dstName )
1059 retVal = utime ( dstName, &uTimBuf );
    [all...]
  /external/mesa3d/include/GL/
glxext.h 515 typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
517 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
    [all...]
wglext.h 649 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint (…)
    [all...]
  /external/swiftshader/include/GL/
glxext.h 532 typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
534 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
    [all...]
wglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h     [all...]

Completed in 732 milliseconds

1 2 3 4