Home
last modified time | relevance | path

Searched +full:- +full:cr (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/external/cronet/stable/third_party/libc++/src/test/std/time/time.zone/time.zone.zonedtime/
Ddeduction.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
17 // zoned_time() -> zoned_time<seconds>;
21 // -> zoned_time<common_type_t<Duration, seconds>>;
24 // using time-zone-representation = // exposition only
31 // -> zoned_time<seconds, time-zone-representation<TimeZonePtrOrName>>;
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/time/time.zone/time.zone.zonedtime/
Ddeduction.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
17 // zoned_time() -> zoned_time<seconds>;
21 // -> zoned_time<common_type_t<Duration, seconds>>;
24 // using time-zone-representation = // exposition only
31 // -> zoned_time<seconds, time-zone-representation<TimeZonePtrOrName>>;
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/doc/refcard/
Dspirit-reference.tex21 % dvipdfm -l -m 0.97 -x 1.5in -o spirit-reference.pdf spirit-reference.dvi
41 % produces three already-reduced pages.
45 % ready-to-use 8.5 x 11 inch reference card.
56 % Version 1.0 - October 2014
57 % Version 1.1 - July 2016
100 % This multi-way format was designed by Stephen Gildea
105 \voffset -.7in
116 \hoffset -.75in
117 \voffset -.745in
162 %% in case we never use \columnb (two-column mode)
[all …]
/external/rust/android-crates-io/crates/csv/examples/data/bench/
Dgtfs-mbta-stop-times.csv2 "Logan-22-Weekday-trip","08:00:00","08:00:00","Logan-Subway",1,"",0,1,0
3 "Logan-22-Weekday-trip","08:04:00","08:04:00","Logan-RentalCarCenter",2,"",0,1,0
4 "Logan-22-Weekday-trip","08:09:00","08:09:00","Logan-A",3,"",0,0,0
5 "Logan-22-Weekday-trip","08:12:00","08:12:00","Logan-B",4,"",0,0,0
6 "Logan-22-Weekday-trip","08:17:00","08:17:00","Logan-Subway",5,"",1,0,0
7 "Logan-22-Weekend-trip","12:00:00","12:00:00","Logan-Subway",1,"",0,1,0
8 "Logan-22-Weekend-trip","12:04:00","12:04:00","Logan-RentalCarCenter",2,"",0,0,0
9 "Logan-22-Weekend-trip","12:09:00","12:09:00","Logan-A",3,"",0,0,0
10 "Logan-22-Weekend-trip","12:12:00","12:12:00","Logan-B",4,"",0,0,0
11 "Logan-22-Weekend-trip","12:17:00","12:17:00","Logan-Subway",5,"",1,0,0
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.ctor/
Dstring_view_zoned_time_duration2_time_zone_ptr2_choose.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
29 namespace cr = std::chrono;
32 struct cr::zoned_traits<int> {
37 using ptr = const cr::time_zone*; in test_duration_conversion()
38 ptr tz = cr::locate_zone("UTC"); in test_duration_conversion()
[all …]
Dtime_zone_ptr_zoned_time_duration2_time_zone_ptr2_choose.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
27 namespace cr = std::chrono;
30 struct cr::zoned_traits<int> {
35 using ptr = const cr::time_zone*; in main()
36 ptr tz = cr::locate_zone("UTC"); in main()
[all …]
Dtime_zone_pointer_sys_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using ptr = const cr::time_zone*; in main()
33 static_assert(std::constructible_from<cr::zoned_time<cr::seconds, ptr>, ptr>); in main()
34 static_assert(!std::convertible_to<ptr, cr::zoned_time<cr::seconds, ptr>>); in main()
[all …]
Dstring_view_zoned_time_duration2_time_zone_ptr2.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
29 namespace cr = std::chrono;
32 struct cr::zoned_traits<int> {
37 using ptr = const cr::time_zone*; in test_duration_conversion()
38 ptr tz = cr::locate_zone("UTC"); in test_duration_conversion()
[all …]
Dtime_zone_pointer_local_time_choose.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
34 using ptr = const cr::time_zone*; in main()
35 ptr tz = cr::locate_zone("Etc/GMT+1"); in main()
36 cr::zoned_time<cr::seconds> zt{tz, cr::local_seconds{cr::seconds{0}}, cr::choose::earliest}; in main()
[all …]
Dstring_view_local_time_choose.pass.cpp1 //===----------------------------------------------------------------------===/
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
34cr::zoned_time<cr::seconds> zt{"Etc/GMT+1", cr::local_seconds{cr::seconds{0}}, cr::choose::earlies… in main()
36 assert(zt.get_time_zone() == cr::locate_zone("Etc/GMT+1")); in main()
37 assert(zt.get_sys_time() == cr::sys_seconds{cr::hours{1}}); in main()
[all …]
Dtime_zone_pointer_local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using ptr = const cr::time_zone*; in main()
33 ptr tz = cr::locate_zone("Etc/GMT+1"); in main()
34 cr::zoned_time<cr::seconds> zt{tz, cr::local_seconds{cr::seconds{0}}}; in main()
[all …]
Dtime_zone_ptr_zoned_time_duration2_time_zone_ptr2.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
27 namespace cr = std::chrono;
30 struct cr::zoned_traits<int> {
35 using ptr = const cr::time_zone*; in main()
36 ptr tz = cr::locate_zone("UTC"); in main()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.ctor/
Dstring_view_zoned_time_duration2_time_zone_ptr2_choose.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
29 namespace cr = std::chrono;
32 struct cr::zoned_traits<int> {
37 using ptr = const cr::time_zone*; in test_duration_conversion()
38 ptr tz = cr::locate_zone("UTC"); in test_duration_conversion()
[all …]
Dtime_zone_ptr_zoned_time_duration2_time_zone_ptr2_choose.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
27 namespace cr = std::chrono;
30 struct cr::zoned_traits<int> {
35 using ptr = const cr::time_zone*; in main()
36 ptr tz = cr::locate_zone("UTC"); in main()
[all …]
Dtime_zone_pointer_sys_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using ptr = const cr::time_zone*; in main()
33 static_assert(std::constructible_from<cr::zoned_time<cr::seconds, ptr>, ptr>); in main()
34 static_assert(!std::convertible_to<ptr, cr::zoned_time<cr::seconds, ptr>>); in main()
[all …]
Dstring_view_zoned_time_duration2_time_zone_ptr2.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
29 namespace cr = std::chrono;
32 struct cr::zoned_traits<int> {
37 using ptr = const cr::time_zone*; in test_duration_conversion()
38 ptr tz = cr::locate_zone("UTC"); in test_duration_conversion()
[all …]
Dtime_zone_pointer_local_time_choose.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
34 using ptr = const cr::time_zone*; in main()
35 ptr tz = cr::locate_zone("Etc/GMT+1"); in main()
36 cr::zoned_time<cr::seconds> zt{tz, cr::local_seconds{cr::seconds{0}}, cr::choose::earliest}; in main()
[all …]
Dstring_view_local_time_choose.pass.cpp1 //===----------------------------------------------------------------------===/
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
34cr::zoned_time<cr::seconds> zt{"Etc/GMT+1", cr::local_seconds{cr::seconds{0}}, cr::choose::earlies… in main()
36 assert(zt.get_time_zone() == cr::locate_zone("Etc/GMT+1")); in main()
37 assert(zt.get_sys_time() == cr::sys_seconds{cr::hours{1}}); in main()
[all …]
Dtime_zone_pointer_local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using ptr = const cr::time_zone*; in main()
33 ptr tz = cr::locate_zone("Etc/GMT+1"); in main()
34 cr::zoned_time<cr::seconds> zt{tz, cr::local_seconds{cr::seconds{0}}}; in main()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.members/
Dassign.local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
38 namespace cr = std::chrono;
43 // common_type_t<duration, seconds> -> duration in test_unique()
45 using duration = cr::nanoseconds; in test_unique()
46 using sys_time_point = cr::sys_time<duration>; in test_unique()
[all …]
Dget_local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using duration = cr::nanoseconds; in test_callable_with_non_const_and_const_objects()
33 using time_point = cr::sys_time<duration>; in test_callable_with_non_const_and_const_objects()
34 using local_time_point = cr::local_time<duration>; in test_callable_with_non_const_and_const_objects()
[all …]
Doperator_local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using duration = cr::nanoseconds; in test_callable_with_non_const_and_const_objects()
33 using time_point = cr::sys_time<duration>; in test_callable_with_non_const_and_const_objects()
34 using local_time_point = cr::local_time<duration>; in test_callable_with_non_const_and_const_objects()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.members/
Dassign.local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
38 namespace cr = std::chrono;
43 // common_type_t<duration, seconds> -> duration in test_unique()
45 using duration = cr::nanoseconds; in test_unique()
46 using sys_time_point = cr::sys_time<duration>; in test_unique()
[all …]
Dget_local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using duration = cr::nanoseconds; in test_callable_with_non_const_and_const_objects()
33 using time_point = cr::sys_time<duration>; in test_callable_with_non_const_and_const_objects()
34 using local_time_point = cr::local_time<duration>; in test_callable_with_non_const_and_const_objects()
[all …]
Doperator_local_time.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
12 // XFAIL: libcpp-has-no-experimental-tzdb
13 // XFAIL: availability-tzdb-missing
28 namespace cr = std::chrono;
32 using duration = cr::nanoseconds; in test_callable_with_non_const_and_const_objects()
33 using time_point = cr::sys_time<duration>; in test_callable_with_non_const_and_const_objects()
34 using local_time_point = cr::local_time<duration>; in test_callable_with_non_const_and_const_objects()
[all …]

12345678910>>...48