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

  /external/v8/test/mjsunit/
date-parse.js 59 // Test all the formats in UT timezone.
62 'Sat, 01-Jan-2000 08:00:00 UT',
63 'Sat, 01 Jan 2000 08:00:00 UT',
64 'Jan 01 2000 08:00:00 UT',
65 'Jan 01 08:00:00 UT 2000',
66 'Saturday, 01-Jan-00 08:00:00 UT',
69 'Mon, 01 Jan 2000 08:00:00 UT',
70 'Tue, 01 Jan 2000 08:00:00 UT',
72 '[Saturday] Jan 01 08:00:00 UT 2000',
73 'Ignore all of this stuff because it is annoying 01 Jan 2000 08:00:00 UT',
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AttrNonNullChecker.cpp 69 const RecordType *UT = T->getAsUnionType();
70 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>())
  /external/icu4c/i18n/
astro.cpp 384 double UT = normalize(fTime/(double)HOUR_MS, 24.);
386 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
807 // // 5. Calculate GST at 0h UT of this date
840 // // 11. Convert GST to UT and then to local civil time
841 // double ut = gstToUt(rise ? gstr : gsts);
842 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
843 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
844 // return midnight + (long) (ut * 3600000);
861 // * Convert UT to GST on this date.
863 // * @param ut in hour
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 830 if (const RecordType *UT = T->getAsUnionType())
831 if (UT && UT->getDecl()->hasAttr<TransparentUnionAttr>()) {
832 RecordDecl *UD = UT->getDecl();
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 1091 milliseconds