HomeSort by relevance Sort by last modified time
    Searched defs:ys1 (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/
minus.pass.cpp 58 years ys1 = y - year{i}; local
60 assert(ys1.count() == 1223 - i);
  /external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
amb_variadic.cpp 10 auto ys1 = sc.make_hot_observable({ variable
26 return ys1
39 THEN("there was one subscription and one unsubscription to the ys1"){
43 auto actual = ys1.subscriptions();
72 auto ys1 = sc.make_hot_observable({ variable
85 return ys1
100 THEN("there was one subscription and one unsubscription to the ys1"){
104 auto actual = ys1.subscriptions();
125 auto ys1 = sc.make_hot_observable({ variable
138 return ys1
178 auto ys1 = sc.make_cold_observable({ variable
256 auto ys1 = sc.make_cold_observable({ variable
334 auto ys1 = sc.make_cold_observable({ variable
412 auto ys1 = sc.make_cold_observable({ variable
487 auto ys1 = sc.make_cold_observable({ variable
561 auto ys1 = sc.make_hot_observable({ variable
    [all...]
amb.cpp 11 auto ys1 = sc.make_hot_observable({ variable
24 o_on.next(100, ys1),
55 THEN("there was one subscription and one unsubscription to the ys1"){
59 auto actual = ys1.subscriptions();
89 auto ys1 = sc.make_hot_observable({ variable
99 o_on.next(100, ys1),
131 THEN("there was one subscription and one unsubscription to the ys1"){
135 auto actual = ys1.subscriptions();
157 auto ys1 = sc.make_cold_observable({ variable
179 o_on.next(100, ys1),
251 auto ys1 = sc.make_cold_observable({ variable
345 auto ys1 = sc.make_cold_observable({ variable
436 auto ys1 = sc.make_cold_observable({ variable
520 auto ys1 = sc.make_cold_observable({ variable
602 auto ys1 = sc.make_cold_observable({ variable
735 auto ys1 = sc.make_cold_observable({ variable
826 auto ys1 = sc.make_cold_observable({ variable
918 auto ys1 = sc.make_hot_observable({ variable
    [all...]
buffer.cpp 658 auto ys1 = rx::observable<>::interval(start, period, so).take(5); variable
660 ys1.concat(so, ys2)
    [all...]
merge_delay_error.cpp 15 auto ys1 = sc.make_cold_observable({ variable
43 o_on.next(300, ys1),
91 THEN("there was one subscription and one unsubscription to the ys1"){
95 auto actual = ys1.subscriptions();
125 auto ys1 = sc.make_cold_observable({ variable
157 return ys1
185 THEN("there was one subscription and one unsubscription to the ys1"){
189 auto actual = ys1.subscriptions();
219 auto ys1 = sc.make_cold_observable({ variable
225 on.error(220, std::runtime_error("merge_delay_error on_error from ys1")),
    [all...]
switch_on_next.cpp 11 auto ys1 = sc.make_cold_observable({ variable
38 o_on.next(300, ys1),
79 THEN("there was 1 subscription/unsubscription to ys1"){
83 auto actual = ys1.subscriptions();
115 auto ys1 = sc.make_cold_observable({ variable
142 o_on.next(300, ys1),
178 THEN("there was 1 subscription/unsubscription to ys1"){
182 auto actual = ys1.subscriptions();
212 auto ys1 = sc.make_cold_observable({ variable
231 o_on.next(300, ys1),
330 auto ys1 = sc.make_cold_observable({ variable
    [all...]
concat.cpp 100 auto ys1 = sc.make_cold_observable({ variable
128 o_on.next(300, ys1),
176 THEN("there was one subscription and one unsubscription to the ys1"){
180 auto actual = ys1.subscriptions();
merge.cpp 100 auto ys1 = sc.make_cold_observable({ variable
128 o_on.next(300, ys1),
176 THEN("there was one subscription and one unsubscription to the ys1"){
180 auto actual = ys1.subscriptions();
210 auto ys1 = sc.make_cold_observable({ variable
241 return ys1
269 THEN("there was one subscription and one unsubscription to the ys1"){
273 auto actual = ys1.subscriptions();

Completed in 861 milliseconds