HomeSort by relevance Sort by last modified time
    Searched refs:ys3 (Results 1 - 7 of 7) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
amb_variadic.cpp 18 auto ys3 = sc.make_hot_observable({ variable
27 | rxo::amb(ys2, ys3)
55 THEN("there was one subscription and one unsubscription to the ys3"){
59 auto actual = ys3.subscriptions();
192 auto ys3 = sc.make_cold_observable({ variable
204 .amb(ys2, ys3)
237 THEN("there was one subscription and one unsubscription to the ys3"){
241 auto actual = ys3.subscriptions();
270 auto ys3 = sc.make_cold_observable({ variable
282 .amb(ys2, ys3)
348 auto ys3 = sc.make_cold_observable({ variable
423 auto ys3 = sc.make_cold_observable({ variable
498 auto ys3 = sc.make_cold_observable({ variable
    [all...]
merge_delay_error.cpp 33 auto ys3 = sc.make_cold_observable({ variable
45 o_on.next(500, ys3),
107 THEN("there was one subscription and one unsubscription to the ys3"){
111 auto actual = ys3.subscriptions();
144 auto ys3 = sc.make_cold_observable({ variable
158 .merge_delay_error(ys2, ys3);
201 THEN("there was one subscription and one unsubscription to the ys3"){
205 auto actual = ys3.subscriptions();
239 auto ys3 = sc.make_cold_observable({ variable
253 .merge_delay_error(ys2, ys3);
    [all...]
amb.cpp 19 auto ys3 = sc.make_hot_observable({ variable
26 o_on.next(100, ys3),
71 THEN("there was one subscription and one unsubscription to the ys3"){
75 auto actual = ys3.subscriptions();
171 auto ys3 = sc.make_cold_observable({ variable
181 o_on.next(100, ys3),
231 THEN("there was one subscription and one unsubscription to the ys3"){
235 auto actual = ys3.subscriptions();
265 auto ys3 = sc.make_cold_observable({ variable
275 o_on.next(100, ys3),
356 auto ys3 = sc.make_cold_observable({ variable
445 auto ys3 = sc.make_cold_observable({ variable
529 auto ys3 = sc.make_cold_observable({ variable
616 auto ys3 = sc.make_cold_observable({ variable
749 auto ys3 = sc.make_cold_observable({ variable
840 auto ys3 = sc.make_cold_observable({ variable
    [all...]
merge.cpp 118 auto ys3 = sc.make_cold_observable({ variable
130 o_on.next(500, ys3),
192 THEN("there was one subscription and one unsubscription to the ys3"){
196 auto actual = ys3.subscriptions();
228 auto ys3 = sc.make_cold_observable({ variable
242 .merge(ys2, ys3);
285 THEN("there was one subscription and one unsubscription to the ys3"){
289 auto actual = ys3.subscriptions();
switch_on_next.cpp 29 auto ys3 = sc.make_cold_observable({ variable
40 o_on.next(500, ys3),
95 THEN("there was 1 subscription/unsubscription to ys3"){
99 auto actual = ys3.subscriptions();
133 auto ys3 = sc.make_cold_observable({ variable
144 o_on.next(500, ys3),
194 THEN("there was 1 subscription/unsubscription to ys3"){
196 auto actual = ys3.subscriptions();
concat.cpp 118 auto ys3 = sc.make_cold_observable({ variable
130 o_on.next(500, ys3),
192 THEN("there was one subscription and one unsubscription to the ys3"){
196 auto actual = ys3.subscriptions();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 64 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
84 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
85 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
86 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
87 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
114 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
134 float3 p30 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys3));
135 float3 p31 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys3));
136 float3 p32 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys3));
137 float3 p33 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys3));
    [all...]

Completed in 1829 milliseconds