/external/chromium_org/v8/test/webkit/ |
date-parse-comments-test.js | 41 var timeZoneOffset = Date.parse(" Dec 25 1995 1:30 ") - Date.parse(" Dec 25 1995 1:30 GMT "); 43 testDateParse("Dec ((27) 26 (24)) 25 1995 1:30 PM UTC", "819898200000"); 44 testDateParse("Dec 25 1995 1:30 PM UTC (", "819898200000"); 45 testDateParse("Dec 25 1995 1:30 (PM)) UTC", "NaN"); 46 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) GMT (EST)", "819849600000"); 47 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996)", "819849600000 + timeZoneOffset"); 49 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) GMT (EST)", "819855000000"); 50 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40)", "819855000000 + timeZoneOffset"); 51 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 ", "819855000000 + timeZoneOffset") [all...] |
date-constructor.js | 36 var timeZoneOffset = Date.parse("Dec 25 1995") - Date.parse("Dec 25 1995 GMT");
|
/external/grub/docs/ |
mdate-sh | 105 Dec) month=December; nummonth=12;; 128 Dec) month=December; nummonth=12;; 149 Dec) nummonthtod=12;;
|
/external/libffi/ |
mdate-sh | 114 Dec) month=December; nummonth=12;; 156 Dec) month=December; nummonth=12;; 180 Dec) nummonthtod=12;;
|
/ndk/sources/host-tools/make-3.81/config/ |
mdate-sh | 114 Dec) month=December; nummonth=12;; 156 Dec) month=December; nummonth=12;; 180 Dec) nummonthtod=12;;
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
mdate-sh | 117 Dec) month=December; nummonth=12;; 159 Dec) month=December; nummonth=12;; 183 Dec) nummonthtod=12;;
|
/external/bison/build-aux/ |
mdate-sh | 134 Dec) month=December; nummonth=12;; 178 Dec) month=December; nummonth=12;; 202 Dec) nummonthtod=12;;
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BasicPreconditioners.h | 109 typedef DiagonalPreconditioner<_MatrixType> Dec; 110 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 114 dec()._solve(rhs(),dst);
|
IterativeSolverBase.h | 241 typedef IterativeSolverBase<Derived> Dec; 242 EIGEN_MAKE_SPARSE_SOLVE_HELPERS(Dec,Rhs) 246 dec().derived()._solve_sparse(rhs(),dst);
|
BiCGSTAB.h | 241 typedef BiCGSTAB<_MatrixType, _Preconditioner> Dec; 242 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 246 dec()._solve(rhs(),dst);
|
ConjugateGradient.h | 238 typedef ConjugateGradient<_MatrixType,_UpLo,_Preconditioner> Dec; 239 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 243 dec()._solve(rhs(),dst);
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
IncompleteLU.h | 100 typedef IncompleteLU<_MatrixType> Dec; 101 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 105 dec()._solve(rhs(),dst);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-396.js | 38 assertEquals('1995', DateYear(new Date('Dec 25, 1995'))); 39 assertEquals('2005', DateYear(new Date('Dec 25, 2005')));
|
/external/v8/test/mjsunit/regress/ |
regress-396.js | 38 assertEquals('1995', DateYear(new Date('Dec 25, 1995'))); 39 assertEquals('2005', DateYear(new Date('Dec 25, 2005')));
|
/external/zlib/src/watcom/ |
watcom_l.mak | 3 # Last updated: 28-Dec-2005
|
watcom_f.mak | 3 # Last updated: 28-Dec-2005
|
/external/elfutils/ |
elfutils.spec | 185 * Wed Dec 31 2008 Roland McGrath <roland@redhat.com> 0.138-1 259 * Mon Dec 18 2006 Ulrich Drepper <drepper@redhat.com> 0.125-1 305 * Tue Dec 6 2005 Ulrich Drepper <drepper@redhat.com> 0.118-1 440 * Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3 505 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2 508 * Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2 511 * Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4 516 * Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2 519 * Fri Dec 6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2 522 * Tue Dec 3 2002 Jeff Johnson <jbj@redhat.com> 0.65- [all...] |
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 553 typedef CholmodBase<_MatrixType,_UpLo,Derived> Dec; 554 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 558 dec()._solve(rhs(),dst); 566 typedef CholmodBase<_MatrixType,_UpLo,Derived> Dec; 567 EIGEN_MAKE_SPARSE_SOLVE_HELPERS(Dec,Rhs) 571 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/UmfPackSupport/ |
UmfPackSupport.h | 405 typedef UmfPackLU<_MatrixType> Dec; 406 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 410 dec()._solve(rhs(),dst); 418 typedef UmfPackLU<_MatrixType> Dec; 419 EIGEN_MAKE_SPARSE_SOLVE_HELPERS(Dec,Rhs) 423 dec()._solve(rhs(),dst);
|
/external/v8/test/mjsunit/ |
date.js | 37 var date0 = Date.parse("Dec 25 1995 1:30"); 38 var date1 = Date.parse("Dec 25, 1995 1:30"); 39 var date2 = Date.parse("Dec 25 1995, 1:30"); 40 var date3 = Date.parse("Dec 25, 1995, 1:30");
|
/external/clang/lib/Analysis/ |
ThreadSafety.cpp | [all...] |
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 716 typedef PastixBase<_MatrixType> Dec; 717 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 721 dec()._solve(rhs(),dst); 729 typedef PastixBase<_MatrixType> Dec; 730 EIGEN_MAKE_SPARSE_SOLVE_HELPERS(Dec,Rhs) 734 dec()._solve_sparse(rhs(),dst);
|
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 588 typedef PardisoImpl<_Derived> Dec; 589 EIGEN_MAKE_SOLVE_HELPERS(Dec,Rhs) 593 dec()._solve(rhs(),dst); 601 typedef PardisoImpl<Derived> Dec; 602 EIGEN_MAKE_SPARSE_SOLVE_HELPERS(Dec,Rhs) 606 dec().derived()._solve_sparse(rhs(),dst);
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 16 # Sat 24 Dec 2005 148 1.0 Mon 13 Dec 2004-2005
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 20 @ $Date: 2006-12-11 14:33:26 -0800 (Mon, 11 Dec 2006) $
|