/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...] |
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...] |
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...] |
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...] |
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();
|
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();
|
buffer.cpp | 658 auto ys1 = rx::observable<>::interval(start, period, so).take(5); variable 660 ys1.concat(so, ys2) [all...] |
/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);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
intrinsic_resize.rs | 62 uint32_t ys1 = (uint32_t) max(0, starty + 1); 72 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1)); 73 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1)); 74 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 75 float4 p13 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys1)); 112 uint32_t ys1 = (uint32_t) max(0, starty + 1); 122 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys1)); 123 float3 p11 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys1)); 124 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys1)); 125 float3 p13 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys1)); [all...] |
/external/pdfium/core/fxcodec/jbig2/ |
JBig2_Image.cpp | 270 int32_t ys1; 274 ys1 = pDst->m_nHeight - y; 276 ys1 = m_nHeight; 278 if (ys0 >= ys1 || xs0 >= xs1) 284 int32_t h = ys1 - ys0; 698 int32_t ys1 = y + sh > pDst->m_nHeight ? pDst->m_nHeight - y : sh; 701 if ((ys0 >= ys1) || (xs0 >= xs1)) { 705 int32_t h = ys1 - ys0; [all...] |