Home
last modified time | relevance | path

Searched refs:year (Results 1 – 25 of 31) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/config/
Dmdate-sh167 *:*) set `date`; eval year=\$$#
186 year=`expr $year - 1`
188 *) year=$3;;
192 echo $day $month $year
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dmdate-sh170 *:*) set `date`; eval year=\$$#
189 year=`expr $year - 1`
191 *) year=$3;;
195 echo $day $month $year
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp198 # define __is_leap(year)\ argument
199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
393 int year = t->tm_year + __TM_YEAR_BASE; in __write_formatted_timeT() local
397 year--; in __write_formatted_timeT()
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()
401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()
404 ++year; in __write_formatted_timeT()
411 val = (long)(year % 100 + 100) % 100; in __write_formatted_timeT()
414 val = (long)year; in __write_formatted_timeT()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dreadin.good1 ``Democracy will not come today, this year,
Dreadin.inp1 ``Democracy will not come today, this year,
Ddistrib.good17 year in the bag of one bee:
Ddistrib.inp16 year in the bag of one bee:
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.am25 { echo Copyright year not updated; exit 1; }
Dconfigure.ac16 [Define to the copyright year printed by --version.])
DCOPYING.DOC169 location until at least one year after the last time you distribute an
210 to it an item stating at least the title, year, new authors, and
213 stating the title, year, authors, and publisher of the Document as
DMakefile.in1039 { echo Copyright year not updated; exit 1; }
DCOPYING636 Copyright (C) <year> <name of author>
656 <program> Copyright (C) <year> <name of author>
Dconfig_h.in22 /* Define to the copyright year printed by --version. */
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest.py181 year=int(match.group(1)), month=int(match.group(2)),
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi176 location until at least one year after the last time you distribute an
234 to it an item stating at least the title, year, new authors, and
237 stating the title, year, authors, and publisher of the Document as
419 Copyright (C) @var{year} @var{your name}.
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/ndk/tests/build/lambda-defarg3/
DCOPYING294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/ndk/build/tools/toolchain-licenses/
DCOPYING294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/ndk/tests/abcc/jni/mman-win32/
DLICENSE.TXT294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/ndk/tests/device/test-stlport_static-exception/
DCOPYING294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__config696 # define _LIBCPP_STD_VER 13 // current year, or date of c++14 ratification
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3635 Copyright (C) <year> <name of author>
655 <program> Copyright (C) <year> <name of author>
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING636 Copyright (C) <year> <name of author>
656 <program> Copyright (C) <year> <name of author>
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpng.h685 png_uint_16 year; /* full year, as in, 1995 */ member

12