Home
last modified time | relevance | path

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

/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
Dtexinfo.tex2380 \space\number\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/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}.
Dmake.info-23012 location until at least one year after the last time you
3065 and add to it an item stating at least the title, year, new
3068 the Document, create one stating the title, year, authors,
/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/device/test-stlport_static-exception/
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
DCOPYING3635 Copyright (C) <year> <name of author>
655 <program> 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/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_shared-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/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING636 Copyright (C) <year> <name of author>
656 <program> Copyright (C) <year> <name of author>
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3635 Copyright (C) <year> <name of author>
655 <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
/ndk/sources/host-tools/nawk-20071023/
DFIXES107 fixed another 25-year-old RE bug, in split. it's another failure
/ndk/sources/host-tools/make-3.81/
DChangeLog290 * main.c: Update the copyright year in the version output.