Searched refs:date (Results 1 - 25 of 76) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dsibcall-unwind-1.c7 void rfc822_date (char *date) argument
9 do_date (date);
H A Dsibcall-unwind-2.c8 void rfc822_date (char *date) argument
10 do_date (date);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr28116.C11 QDateTime date; local
12 date = date.addSecs(1);
13 return date;
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dextra-semi.mm8 -(void) setExpiration:(Foo *) date;;
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dextra-semi.m8 -(void) setExpiration:(Foo *) date;;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-bitfield2.C11 struct date { struct
13 constexpr date (day dd) : d(dd.n != 7 ? 7 : dd.d) {} function in struct:date
17 constexpr date dt(d);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darrayio_11.f9011 character(len=12) :: date ! yyyymmddhhmm component in type:date_t
21 FILE%date = (/'200612231200', '200712231200', &
28 if ( any (file%date .ne. (/'200608231200', '200709231200', &
35 read (d%date(1:4),'(i4)') time%year
41 write (d%date(5:6),'(i2.2)') m
H A Dderived_constructor_comps_1.f9018 type(date_m) :: date component in type:file_info
36 if (xx%date%month /= -1) call abort
39 if (xx%date%month /= 1) call abort
42 if (xx%date%month /= 2) call abort
45 if (xx%date%month /= 12) call abort
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D8.cc38 const char* date = "%A, the second of %B"; local
52 date, date + traits::length(date));
H A D7.cc38 const char* date = "%A, the second of %B"; local
53 date, date + traits::length(date));
H A D6.cc38 const char* date = "%A, the second of %B"; local
53 date, date + traits::length(date));
H A D9.cc43 const char* date = "%X, %A, the second of %B, %Y"; local
49 // 01 date format
52 date, date + traits::length(date));
H A D5.cc36 const char* date = "%A, the second of %B"; local
51 date, date + traits::length(date));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D5.cc38 const wchar_t* date = L"%A, the second of %B"; local
54 date, date + traits::length(date));
H A D8.cc38 const wchar_t* date = L"%A, the second of %B"; local
54 date, date + traits::length(date));
58 date_ex, date_ex + traits::length(date));
H A D7.cc38 const wchar_t* date = L"%A, the second of %B"; local
54 date, date + traits::length(date));
58 date_ex, date_ex + traits::length(date));
H A D6.cc38 const wchar_t* date = L"%A, the second of %B"; local
54 date, date + traits::length(date));
58 date_ex, date_ex + traits::length(date));
H A D9.cc45 const wchar_t* date = L"%X, %A, the second of %B, %Y"; local
51 // 01 date format
54 date, date + traits::length(date));
/haiku-buildtools/gcc/contrib/reghunt/date_based/
H A Dreg_periodic13 # LOW_DATE: Date string recognized by the date command.
14 # HIGH_DATE: Date string recognized by the date command.
22 # DATE_IN_MSG If set to anything but 0, include the time and date in
69 # Turn seconds since the epoch into a date we can use with source
73 MADE_DATE=`${DATE} -u +"%Y-%m-%d %H:%M %Z" --date "1970-01-01 ${1} seconds"` \
74 || error "make_date: date command failed"
77 # Build the components to test using sources as of a particular date and
78 # run a test case. Pass each of the scripts the date that we're
101 # If DATE isn't defined, use the default date command; the configuration
105 DATE=date
[all...]
H A Dreg_search17 # LOW_DATE: Date string recognized by the date command (local time).
18 # HIGH_DATE: Date string recognized by the date command (local time).
31 # SKIP_LOW If 1, skip verifying the low date of the range;
33 # tested the low date.
34 # SKIP_HIGH If 1, skip verifying the high date of the range;
36 # tested the high date.
39 # HAS_CHANGES Pathname of script to report whether the current date has
43 # DATE_IN_MSG If set to anything but 0, include the time and date in
95 # Turn seconds since the epoch into a date we can use with source
99 MADE_DATE=`${DATE} -u +"%Y-%m-%d %H:%M %Z" --date "197
[all...]
/haiku-buildtools/legacy/binutils/include/nlm/
H A Dppc-ext.h35 /* File creation date in standard Unix time format (seconds since
37 unsigned char date[4]; member in struct:nlm32_powerpc_external_prefix_header
/haiku-buildtools/binutils/include/nlm/
H A Dppc-ext.h36 /* File creation date in standard Unix time format (seconds since
38 unsigned char date[4]; member in struct:nlm32_powerpc_external_prefix_header
/haiku-buildtools/gcc/contrib/
H A Dcheck_makefile_deps.sh12 # Start this script in an up to date build-tree/gcc directory.
38 echo "$0: rerun in an up to date build-tree/gcc directory" >&2
70 LC_ALL=C sort -u > not-up-to-date
71 if test -s not-up-to-date; then
73 echo "$0: error: prerequisites for $obj are not up to date:" >&2
74 cat not-up-to-date >&2
/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dbackward_warning.h34 may be removed without further notice at a future date. Please use a \
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A DMakefile.am34 echo `date` > stamp-subdir;

Completed in 96 milliseconds

1234