HomeSort by relevance Sort by last modified time
    Searched defs:daylight (Results 1 - 25 of 53) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 63 #define daylight _daylight macro
668 /* Reset timezone, altzone, daylight and tzname */
724 PyModule_AddIntConstant(m, "daylight", daylight);
750 PyModule_AddIntConstant(m, "daylight",
758 PyModule_AddIntConstant(m, "daylight",
771 PyModule_AddIntConstant(m, "daylight", _daylight);
822 DST (Daylight Savings Time) flag (-1, 0 or 1)\n\
831 daylight -- whether local time should reflect DST\n\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 63 #define daylight _daylight macro
668 /* Reset timezone, altzone, daylight and tzname */
724 PyModule_AddIntConstant(m, "daylight", daylight);
750 PyModule_AddIntConstant(m, "daylight",
758 PyModule_AddIntConstant(m, "daylight",
771 PyModule_AddIntConstant(m, "daylight", _daylight);
822 DST (Daylight Savings Time) flag (-1, 0 or 1)\n\
831 daylight -- whether local time should reflect DST\n\
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 41 ** in which Daylight Saving Time is never observed.
76 int daylight = 0; variable
112 daylight = 0;
124 daylight = 1;
  /external/python/cpython2/Modules/
timemodule.c 63 #define daylight _daylight macro
668 /* Reset timezone, altzone, daylight and tzname */
724 PyModule_AddIntConstant(m, "daylight", daylight);
750 PyModule_AddIntConstant(m, "daylight",
758 PyModule_AddIntConstant(m, "daylight",
771 PyModule_AddIntConstant(m, "daylight", _daylight);
822 DST (Daylight Savings Time) flag (-1, 0 or 1)\n\
831 daylight -- whether local time should reflect DST\n\
  /external/python/cpython3/PC/
pyconfig.h 210 #define daylight _daylight macro
  /bionic/libc/tzcode/
localtime.c 69 ** in which Daylight Saving Time is never observed.
198 int daylight; variable
285 daylight = 0;
309 daylight = 1;
657 ** and the first transition is to a daylight time
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 812 * from MST with daylight savings.
848 UBool daylight; member in struct:__anon21748
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 49 ** in which Daylight Saving Time is never observed.
220 int daylight = 0; variable
259 daylight = 0;
286 daylight = 1;
577 ** and the first transition is to a daylight time
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 104 * from MST with daylight savings.
220 boolean daylight; field in class:TimeZoneTest.ZoneDescriptor
225 this.daylight = zone.useDaylightTime();
228 ZoneDescriptor(String id, int offset, boolean daylight) {
231 this.daylight = daylight;
242 daylight == that.daylight;
253 (daylight ? "Daylight" : "Standard") + "]"
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 101 * from MST with daylight savings.
217 boolean daylight; field in class:TimeZoneTest.ZoneDescriptor
222 this.daylight = zone.useDaylightTime();
225 ZoneDescriptor(String id, int offset, boolean daylight) {
228 this.daylight = daylight;
239 daylight == that.daylight;
250 (daylight ? "Daylight" : "Standard") + "]"
    [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 

Completed in 342 milliseconds

1 2 3