Searched defs:time (Results 1 - 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
H A Dexecutors.py1 import time namespace
53 time.sleep(1)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
H A Dformat.py3 import time namespace
55 time.sleep(0.1)
/ndk/tests/device/test-gnustl-full/unit/
H A Dtime_facets_test.cpp216 locale tmp(locale::classic(), tested_locales[i], locale::time); member in class:locale
312 locale loc(locale::classic(), "C", locale::time); member in class:locale
324 locale loc(locale::classic(), "", locale::time); member in class:locale
/ndk/tests/device/test-stlport/unit/
H A Dtime_facets_test.cpp216 locale tmp(locale::classic(), tested_locales[i], locale::time); member in class:locale
312 locale loc(locale::classic(), "C", locale::time); member in class:locale
324 locale loc(locale::classic(), "", locale::time); member in class:locale
/ndk/
H A Dndk-gdb.py29 import time namespace
492 import time
493 end_time = time.time() + timeout_seconds
499 time_left = end_time - time.time()
504 time.sleep(min(0.25, time_left))
629 time.sleep(args.delay)
/ndk/sources/cxx-stl/stlport/src/
H A Dlocale.cpp152 // Insert categories one at a time.
200 L->name += string("LC_TIME=") + _Locale_extract_time_name((c & locale::time) ? time_name : name, buf, 0, &__err_code) + ";";
277 if (c & locale::time)
344 if (c & time) {
440 const locale::category locale::time; member in class:locale
H A Dtime_facets.cpp99 static void _Init_timeinfo_base(_Time_Info_Base& table, _Locale_time * time) { argument
100 table._M_time_format = _Locale_t_fmt(time);
108 table._M_date_format = _Locale_d_fmt(time);
109 table._M_date_time_format = _Locale_d_t_fmt(time);
110 table._M_long_date_format = _Locale_long_d_fmt(time);
111 table._M_long_date_time_format = _Locale_long_d_t_fmt(time);
114 static void _Init_timeinfo(_Time_Info& table, _Locale_time * time) { argument
117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i);
119 table._M_dayname[i+7] = _Locale_full_dayofweek(time, i);
121 table._M_monthname[i] = _Locale_abbrev_monthname(time,
130 _Init_timeinfo(_WTime_Info& table, _Locale_time * time) argument
464 __get_date_order(_Locale_time* time) argument
[all...]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c269 struct _Locale_name_hint* _Locale_get_time_hint(struct _Locale_time* time) argument
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c188 struct _Locale_name_hint* _Locale_get_time_hint(struct _Locale_time* time) argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp128 const locale::category locale::time; member in class:locale
316 if (c & locale::time)
395 if (c & locale::time)
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h353 // Sun Pro CC supports exceptions. However, there is no compile-time way of
427 // -frtti -fno-exceptions, the build fails at link time with undefined
489 # include <time.h> // NOLINT
511 // implementation of it already. At this time, libstdc++ 4.0.0+ and
796 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
829 // are determined at run-time (this is gcc's extension and not part
835 // // not a compile-time constant.
838 // expr is a compile-time constant. (Template arguments must be
839 // determined at compile-time.)
1124 // for compile-time typ
1189 const timespec time = { local
[all...]

Completed in 455 milliseconds