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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 137 int64_t dstoffset; // dst seconds offset from GMT member in struct:ZoneType
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
153 dstoffset == other.dstoffset;
404 type.dstoffset = readcoded(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
427 if (info.types.at(0).dstoffset != 0) {
434 && info.types.at(i).dstoffset == 0) {
1207 int64_t dstoffset; member in struct:SimplifiedZoneType
    [all...]
localtime.c 918 long dstoffset; local
968 name = getoffset(name, &dstoffset);
971 } else dstoffset = stdoffset - SECSPERHOUR;
995 sp->ttis[0].tt_gmtoff = -dstoffset;
1013 dstoffset);
1094 sp->ats[i] += dstoffset -
1113 sp->ttis[1].tt_gmtoff = -dstoffset;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 137 int64_t dstoffset; // dst seconds offset from GMT member in struct:ZoneType
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
153 dstoffset == other.dstoffset;
404 type.dstoffset = readcoded(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
427 if (info.types.at(0).dstoffset != 0) {
434 && info.types.at(i).dstoffset == 0) {
1207 int64_t dstoffset; member in struct:SimplifiedZoneType
    [all...]
localtime.c 918 long dstoffset; local
968 name = getoffset(name, &dstoffset);
971 } else dstoffset = stdoffset - SECSPERHOUR;
995 sp->ttis[0].tt_gmtoff = -dstoffset;
1013 dstoffset);
1094 sp->ats[i] += dstoffset -
1113 sp->ttis[1].tt_gmtoff = -dstoffset;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 60 int srcoffset, dstoffset; local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
76 dst += dstoffset;
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 60 int srcoffset, dstoffset; local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
76 dst += dstoffset;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 60 int srcoffset, dstoffset; local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
76 dst += dstoffset;
  /bionic/libc/tzcode/
localtime.c 943 int_fast32_t dstoffset; local
991 name = getoffset(name, &dstoffset);
994 } else dstoffset = stdoffset - SECSPERHOUR;
1019 sp->ttis[0].tt_gmtoff = -dstoffset;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 44 def __init__(self, offset, name, dstoffset=42):
47 if isinstance(dstoffset, int):
48 dstoffset = timedelta(minutes=dstoffset)
51 self.__dstoffset = dstoffset
62 def __init__(self, offset=None, name=None, dstoffset=None):
63 FixedOffset.__init__(self, offset, name, dstoffset)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 44 def __init__(self, offset, name, dstoffset=42):
47 if isinstance(dstoffset, int):
48 dstoffset = timedelta(minutes=dstoffset)
51 self.__dstoffset = dstoffset
62 def __init__(self, offset=None, name=None, dstoffset=None):
63 FixedOffset.__init__(self, offset, name, dstoffset)
    [all...]

Completed in 8610 milliseconds