Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 171) sorted by relevance

1234567

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch29 .../time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp | 1 +
30 .../time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp | 1 +
31 .../time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp | 1 +
32 .../time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp | 1 +
33 .../time/time.duration/time.duration.arithmetic/op_modEQrep.pass.cpp | 1 +
34 .../time/time.duration/time.duration.arithmetic/op_timesEQ.pass.cpp | 1 +
35 test/utilities/time/time.point/time.point.arithmetic/op_+EQ.pass.cpp | 1 +
36 test/utilities/time/time.point/time.point.arithmetic/op_-EQ.pass.cpp | 1 +
58 create mode 120000 test/utilities/time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp
59 create mode 120000 test/utilities/time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp99 static void _Init_timeinfo_base(_Time_Info_Base& table, _Locale_time * time) { in _Init_timeinfo_base() argument
100 table._M_time_format = _Locale_t_fmt(time); in _Init_timeinfo_base()
108 table._M_date_format = _Locale_d_fmt(time); in _Init_timeinfo_base()
109 table._M_date_time_format = _Locale_d_t_fmt(time); in _Init_timeinfo_base()
110 table._M_long_date_format = _Locale_long_d_fmt(time); in _Init_timeinfo_base()
111 table._M_long_date_time_format = _Locale_long_d_t_fmt(time); in _Init_timeinfo_base()
114 static void _Init_timeinfo(_Time_Info& table, _Locale_time * time) { in _Init_timeinfo() argument
117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i); in _Init_timeinfo()
119 table._M_dayname[i+7] = _Locale_full_dayofweek(time, i); in _Init_timeinfo()
121 table._M_monthname[i] = _Locale_abbrev_monthname(time, i); in _Init_timeinfo()
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dsys_time_h.m41 # Configure a replacement for <sys/time.h>.
21 gl_CHECK_NEXT_HEADERS([sys/time.h])
34 #include <sys/time.h>
36 #include <time.h>
52 SYS_TIME_H=sys/time.h
Dgettimeofday.m420 [[#include <sys/time.h>
35 SYS_TIME_H=sys/time.h
60 #include <sys/time.h>
61 #include <time.h>
81 SYS_TIME_H=sys/time.h
Dwint_t.m417 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
21 #include <time.h>
Dwctob.m473 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
77 #include <time.h>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
Dcategory.pass.cpp35 assert(std::locale::time); in main()
41 & std::locale::time in main()
47 | std::locale::time in main()
56 test(std::locale::time); in main()
/ndk/tests/device/test-libc++-static-full/
DBROKEN_RUN182 FAIL: localization___locale.categories___category.time___locale.time.get.byname___date_order
183 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
187 FAIL: localization___locale.categories___category.time___locale.time.get.byname___date_order_wide
188 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
192 FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_date
193 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
197 FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_date_wide
198 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
202 FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_monthname
203 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
[all …]
/ndk/tests/device/test-libc++-shared-full/
DBROKEN_RUN182 FAIL: localization___locale.categories___category.time___locale.time.get.byname___date_order
183 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
187 FAIL: localization___locale.categories___category.time___locale.time.get.byname___date_order_wide
188 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
192 FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_date
193 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
197 FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_date_wide
198 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
202 FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_monthname
203 cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
[all …]
/ndk/sources/cxx-stl/stlport/stlport/
Dtime.h30 # include_next <time.h>
32 # include _STLP_NATIVE_C_HEADER(time.h)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dctime35 time_t time(time_t* timer);
48 #include <time.h>
63 using ::time;
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgettimeofday.c130 tv->tv_sec = timebuf.time; in rpl_gettimeofday()
139 tv->tv_sec = time (NULL); in rpl_gettimeofday()
/ndk/sources/third_party/googletest/googletest/samples/
Dsample5_unittest.cc68 start_time_ = time(NULL); in SetUp()
75 const time_t end_time = time(NULL); in TearDown()
/ndk/sources/cxx-stl/system/include/
Dctime34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
/ndk/sources/cxx-stl/gabi++/include/
Dctime34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_xml_test_utils.py173 time = element.getAttributeNode('time')
174 time.value = re.sub(r'^\d+(\.\d+)?$', '*', time.value)
/ndk/sources/android/support/include/
Dtime.h33 #include_next <time.h>
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctime.h49 using _STLP_VENDOR_CSTD::time;
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dorder_only77 # TEST #6 -- now we do it again: this time foo won't be built
101 # TEST #8 -- now we do it again: this time foo.w won't be built
/ndk/tests/device/test-basic-exceptions/
DREADME6 modules at the same time.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dtime_h.pass.cpp32 static_assert((std::is_same<decltype(time(&t)), time_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dctime.pass.cpp32 static_assert((std::is_same<decltype(std::time(&t)), std::time_t>::value), ""); in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dnegative26 # Again, but this time while reading the makefile.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
Dtested_elsewhere.pass.cpp31 static_assert((std::is_same<decltype(std::time(&t)), std::time_t>::value), ""); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp216 locale tmp(locale::classic(), tested_locales[i], locale::time); in test_supported_locale()
312 locale loc(locale::classic(), "C", locale::time); in time_by_name()
324 locale loc(locale::classic(), "", locale::time); in time_by_name()

1234567