Searched refs:dstID (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | putil.cpp | 778 const char *dstID; member 857 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, i… in remapShortTimeZone() argument 861 …fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, dayligh… in remapShortTimeZone() 868 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0) in remapShortTimeZone()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.h | 407 gl::TextureID dstID,
|
D | FrameCapture.cpp | 5621 gl::TextureID dstID, in copyCachedTextureLevel() argument 5651 auto foundDstTextureLevels = mCachedTextureLevelData.find(dstID); in copyCachedTextureLevel() 5655 auto emplaceResult = mCachedTextureLevelData.emplace(dstID, TextureLevels()); in copyCachedTextureLevel()
|