/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 456 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData() argument 477 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData() 492 if (!prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1261 String dstName = null; in writeZone() local 1317 && name.equals(dstName) in writeZone() 1331 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1334 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1341 dstName = name; in writeZone() 1415 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1418 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1428 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1432 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 1230 String dstName = null; in writeZone() local 1286 && name.equals(dstName) in writeZone() 1300 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1303 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1310 dstName = name; in writeZone() 1384 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1387 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1397 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone() 1401 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 1913 UnicodeString dstName; in writeZone() local 1974 && name.compare(dstName) == 0 in writeZone() 1988 … writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone() 1991 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone() 2001 dstName = name; in writeZone() 2090 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone() 2093 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone() 2106 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone() 2110 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
|
D | olsontz.cpp | 715 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)"); in initTransitionRules() local 722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | OlsonTimeZone.java | 1122 String dstName = getID() + "(DST)"; in initTransitionRules() local 1129 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 1169 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | OlsonTimeZone.java | 1124 String dstName = getID() + "(DST)"; in initTransitionRules() local 1131 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules() 1171 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
|
/external/swiftshader/include/GL/ |
D | glxext.h | 456 … srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget… 458 … srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget…
|
D | wglext.h | 642 …GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget… 644 …GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget…
|
D | glcorearb.h | 2496 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 2540 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1816 String dstName = "Ekaterinburg Daylight Time"; in TestT8943() local 1826 atzRule = new AnnualTimeZoneRule(dstName, 18000000, 3600000, dtRule, 2000, 2010); in TestT8943() 1834 … atzRule = new AnnualTimeZoneRule(dstName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule.MAX_YEAR); in TestT8943()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1815 String dstName = "Ekaterinburg Daylight Time"; in TestT8943() local 1825 atzRule = new AnnualTimeZoneRule(dstName, 18000000, 3600000, dtRule, 2000, 2010); in TestT8943() 1833 … atzRule = new AnnualTimeZoneRule(dstName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule.MAX_YEAR); in TestT8943()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 649 …GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget… 651 …GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget…
|
D | glxext.h | 515 … srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget… 517 … srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget…
|
D | glcorearb.h | 2521 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 2565 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget…
|
/external/bzip2/ |
D | bzip2.c | 1050 void applySavedTimeInfoToOutputFile ( Char *dstName ) in applySavedTimeInfoToOutputFile() argument 1059 retVal = utime ( dstName, &uTimBuf ); in applySavedTimeInfoToOutputFile()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 2627 UnicodeString dstName("Ekaterinburg Daylight Time"); in TestT8943() local 2637 atzRule = new AnnualTimeZoneRule(dstName, 18000000, 3600000, dtRule, 2000, 2010); in TestT8943() 2645 …atzRule = new AnnualTimeZoneRule(dstName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule::MAX_YEAR); in TestT8943()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.cpp | 4421 char * dstName = dst.pTexture[dstTexID].pszName; local 4425 while(*srcName != '\0' && *dstName != '\0') 4427 if(*srcName != *dstName) 4445 ++dstName;
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 280 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 282 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 1105 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 1107 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 284 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 286 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 1152 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 1154 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget…
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1102 deUint32 dstName, in copyImage() argument 1117 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(), in copyImage()
|
/external/mesa3d/include/GLES3/ |
D | gl32.h | 1724 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… 1768 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 724 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… argument 732 DE_UNREF(dstName);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 583 …srcLevel, glw::GLint srcX, glw::GLint srcY, glw::GLint srcZ, glw::GLuint dstName, glw::GLenum dstT… argument 586 …" << srcLevel << ", " << srcX << ", " << srcY << ", " << srcZ << ", " << dstName << ", " << toHex(… 587 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 655 …um srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget… argument 660 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,…
|