/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | blocking_observable.cpp | 6 SCENARIO("blocking first sample"){ 14 SCENARIO("blocking first empty sample"){ 26 SCENARIO("blocking first error sample"){ 39 SCENARIO("blocking last sample"){ 47 SCENARIO("blocking last empty sample"){ 59 SCENARIO("blocking last error sample"){ 73 SCENARIO("blocking count sample"){ 81 SCENARIO("blocking count error sample"){ 95 SCENARIO("blocking sum sample"){ 103 SCENARIO("blocking sum empty sample"){ [all …]
|
D | math.cpp | 6 SCENARIO("first sample"){ 17 SCENARIO("first empty sample"){ 34 SCENARIO("last sample"){ 45 SCENARIO("last empty sample"){ 62 SCENARIO("count sample"){ 73 SCENARIO("count error sample"){ 92 SCENARIO("sum sample"){ 103 SCENARIO("sum empty sample"){ 120 SCENARIO("sum error sample"){ 138 SCENARIO("average sample"){ [all …]
|
D | subscribe.cpp | 6 SCENARIO("subscribe by subscriber"){ 16 SCENARIO("subscribe by observer"){ 28 SCENARIO("subscribe by on_next"){ 36 SCENARIO("subscribe by on_next and on_error"){ 51 SCENARIO("subscribe by on_next and on_completed"){ 60 SCENARIO("subscribe by subscription, on_next, and on_completed"){ 75 SCENARIO("subscribe by on_next, on_error, and on_completed"){ 91 SCENARIO("subscribe unsubscribe"){
|
D | window.cpp | 6 SCENARIO("window count sample"){ 22 SCENARIO("window count+skip sample"){ 38 SCENARIO("window period+skip+coordination sample"){ 59 SCENARIO("window period+skip sample"){ 79 SCENARIO("window period+skip overlapping sample"){ 99 SCENARIO("window period+skip empty sample"){ 118 SCENARIO("window period+coordination sample"){ 137 SCENARIO("window period sample"){ 155 SCENARIO("window period+count+coordination sample"){ 176 SCENARIO("window period+count sample"){ [all …]
|
D | buffer.cpp | 6 SCENARIO("buffer count sample"){ 22 SCENARIO("buffer count+skip sample"){ 40 SCENARIO("buffer period+skip+coordination sample"){ 67 SCENARIO("buffer period+skip sample"){ 87 SCENARIO("buffer period+skip overlapping sample"){ 107 SCENARIO("buffer period+skip empty sample"){ 126 SCENARIO("buffer period+coordination sample"){ 145 SCENARIO("buffer period sample"){ 163 SCENARIO("buffer period+count+coordination sample"){ 184 SCENARIO("buffer period+count sample"){
|
D | range.cpp | 6 SCENARIO("range sample"){ 18 SCENARIO("threaded range sample"){ 36 SCENARIO("subscribe_on range sample"){ 56 SCENARIO("range concat sample"){ 78 SCENARIO("range merge sample"){ 100 SCENARIO("threaded range concat sample"){ 127 SCENARIO("threaded range merge sample"){
|
D | replay.cpp | 8 SCENARIO("replay sample"){ 31 SCENARIO("threaded replay sample"){ 65 SCENARIO("replay count sample"){ 88 SCENARIO("threaded replay count sample"){ 122 SCENARIO("replay period sample"){ 145 SCENARIO("threaded replay period sample"){ 179 SCENARIO("replay count+period sample"){ 202 SCENARIO("threaded replay count+period sample"){
|
D | timer.cpp | 6 SCENARIO("timepoint timer sample"){ 17 SCENARIO("duration timer sample"){ 28 SCENARIO("threaded timepoint timer sample"){ 41 SCENARIO("threaded duration timer sample"){
|
D | interval.cpp | 6 SCENARIO("immediate interval sample"){ 18 SCENARIO("threaded immediate interval sample"){ 31 SCENARIO("interval sample"){ 44 SCENARIO("threaded interval sample"){
|
D | reduce.cpp | 6 SCENARIO("reduce sample"){ 26 SCENARIO("reduce empty sample"){ 40 SCENARIO("reduce exception from accumulator sample"){ 64 SCENARIO("reduce exception from result selector sample"){
|
D | publish.cpp | 9 SCENARIO("publish_synchronized sample"){ 40 SCENARIO("publish subject sample"){ 71 SCENARIO("publish behavior sample"){ 102 SCENARIO("publish diamond bgthread sample"){ 148 SCENARIO("publish diamond samethread sample"){
|
/external/parameter-framework/upstream/utility/test/ |
D | utility.cpp | 44 SCENARIO("join<int>") 68 SCENARIO("asString(list)") 97 SCENARIO("asString(map)") 129 SCENARIO("appendTitle") 157 SCENARIO("isNotHexadecimal") 165 SCENARIO("isHexadecimal") 195 SCENARIO("binaryCopy bit exactness")
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | zip.cpp | 4 SCENARIO("zip never/never", "[zip][join][operators]"){ 59 SCENARIO("zip never N", "[zip][join][operators]"){ 112 SCENARIO("zip never/empty", "[zip][join][operators]"){ 168 SCENARIO("zip empty/never", "[zip][join][operators]"){ 224 SCENARIO("zip empty/empty", "[zip][join][operators]"){ 283 SCENARIO("zip empty N", "[zip][join][operators]"){ 340 SCENARIO("zip empty/return", "[zip][join][operators]"){ 400 SCENARIO("zip return/empty", "[zip][join][operators]"){ 460 SCENARIO("zip never/return", "[zip][join][operators]"){ 517 SCENARIO("zip return/never", "[zip][join][operators]"){ [all …]
|
D | sequence_equal.cpp | 4 SCENARIO("sequence_equal - source never emits", "[sequence_equal][operators]"){ 50 SCENARIO("sequence_equal - other source never emits", "[sequence_equal][operators]"){ 96 SCENARIO("sequence_equal - both sources never emit any items", "[sequence_equal][operators]"){ 137 SCENARIO("sequence_equal - both sources emit the same sequence of items", "[sequence_equal][operato… 192 SCENARIO("sequence_equal - first source emits less items than the second one", "[sequence_equal][op… 246 SCENARIO("sequence_equal - second source emits less items than the first one", "[sequence_equal][op… 300 SCENARIO("sequence_equal - sources emit different sequence of items", "[sequence_equal][operators]"… 355 SCENARIO("sequence_equal - sources emit items in a different order", "[sequence_equal][operators]"){ 410 SCENARIO("sequence_equal - source observable is empty", "[sequence_equal][operators]"){ 458 SCENARIO("sequence_equal - other observable is empty", "[sequence_equal][operators]"){ [all …]
|
D | combine_latest.cpp | 4 SCENARIO("combine_latest interleaved with tail", "[combine_latest][join][operators]"){ 74 SCENARIO("combine_latest consecutive", "[combine_latest][join][operators]"){ 139 SCENARIO("combine_latest consecutive ends with error left", "[combine_latest][join][operators]"){ 204 SCENARIO("combine_latest consecutive ends with error right", "[combine_latest][join][operators]"){ 271 SCENARIO("combine_latest never N", "[combine_latest][join][operators]"){ 324 SCENARIO("combine_latest empty N", "[combine_latest][join][operators]"){ 381 SCENARIO("combine_latest never/empty", "[combine_latest][join][operators]"){ 437 SCENARIO("combine_latest empty/never", "[combine_latest][join][operators]"){ 493 SCENARIO("combine_latest empty/return", "[combine_latest][join][operators]"){ 553 SCENARIO("combine_latest return/empty", "[combine_latest][join][operators]"){ [all …]
|
D | with_latest_from.cpp | 4 SCENARIO("with_latest_from interleaved with tail", "[with_latest_from][join][operators]"){ 73 SCENARIO("with_latest_from consecutive", "[with_latest_from][join][operators]"){ 138 SCENARIO("with_latest_from consecutive ends with error left", "[with_latest_from][join][operators]"… 203 SCENARIO("with_latest_from consecutive ends with error right", "[with_latest_from][join][operators]… 270 SCENARIO("with_latest_from never N", "[with_latest_from][join][operators]"){ 323 SCENARIO("with_latest_from empty N", "[with_latest_from][join][operators]"){ 380 SCENARIO("with_latest_from never/empty", "[with_latest_from][join][operators]"){ 436 SCENARIO("with_latest_from empty/never", "[with_latest_from][join][operators]"){ 492 SCENARIO("with_latest_from empty/return", "[with_latest_from][join][operators]"){ 552 SCENARIO("with_latest_from return/empty", "[with_latest_from][join][operators]"){ [all …]
|
D | reduce.cpp | 4 SCENARIO("reduce some data with seed", "[reduce][operators]"){ 59 SCENARIO("accumulate some data with seed", "[accumulate][reduce][operators]"){ 114 SCENARIO("average some data", "[reduce][average][operators]"){ 157 SCENARIO("sum some data", "[reduce][sum][operators]"){ 200 SCENARIO("max", "[reduce][max][operators]"){ 247 SCENARIO("max, empty", "[reduce][max][operators][!throws]"){ 288 SCENARIO("max, error", "[reduce][max][operators]"){ 329 SCENARIO("min", "[reduce][min][operators]"){ 375 SCENARIO("min, empty", "[reduce][min][operators][!throws]"){ 416 SCENARIO("min, error", "[reduce][min][operators]"){
|
D | distinct.cpp | 4 SCENARIO("distinct - never", "[distinct][operators]"){ 42 SCENARIO("distinct - empty", "[distinct][operators]"){ 83 SCENARIO("distinct - return", "[distinct][operators]"){ 126 SCENARIO("distinct - throw", "[distinct][operators]"){ 169 SCENARIO("distinct - all changes", "[distinct][operators]"){ 218 SCENARIO("distinct - all same", "[distinct][operators]"){ 264 SCENARIO("distinct - some changes", "[distinct][operators]"){ 315 SCENARIO("distinct - strings", "[distinct][operators]"){ 361 SCENARIO("distinct - system_clock's duration", "[distinct][operators]") { 409 SCENARIO("distinct - high_resolution_clock's duration", "[distinct][operators]") { [all …]
|
D | distinct_until_changed.cpp | 4 SCENARIO("distinct_until_changed - never", "[distinct_until_changed][operators]"){ 39 SCENARIO("distinct_until_changed - empty", "[distinct_until_changed][operators]"){ 78 SCENARIO("distinct_until_changed - return", "[distinct_until_changed][operators]"){ 119 SCENARIO("distinct_until_changed - throw", "[distinct_until_changed][operators]"){ 160 SCENARIO("distinct_until_changed - all changes", "[distinct_until_changed][operators]"){ 207 SCENARIO("distinct_until_changed - all same", "[distinct_until_changed][operators]"){ 251 SCENARIO("distinct_until_changed - some changes", "[distinct_until_changed][operators]"){ 314 SCENARIO("distinct_until_changed - custom type", "[distinct_until_changed][operators]"){ 365 SCENARIO("distinct_until_changed - custom predicate", "[distinct_until_changed][operators]"){
|
D | buffer.cpp | 8 SCENARIO("buffer count partial window", "[buffer][operators]"){ 55 SCENARIO("buffer count full windows", "[buffer][operators]"){ 103 SCENARIO("buffer count full and partial windows", "[buffer][operators]"){ 151 SCENARIO("buffer count error", "[buffer][operators]"){ 199 SCENARIO("buffer count skip less", "[buffer][operators]"){ 249 SCENARIO("buffer count skip more", "[buffer][operators]"){ 297 SCENARIO("buffer count basic", "[buffer][operators]"){ 351 SCENARIO("buffer count disposed", "[buffer][operators]"){ 403 SCENARIO("buffer count error 2", "[buffer][operators]"){ 458 SCENARIO("buffer with time on intervals", "[buffer_with_time][operators][long][!hide]"){ [all …]
|
D | element_at.cpp | 4 SCENARIO("element_at - never", "[element_at][operators]"){ 39 SCENARIO("element_at - empty", "[element_at][operators]"){ 80 SCENARIO("element_at - first", "[element_at][operators]"){ 121 SCENARIO("element_at - throw", "[element_at][operators]"){ 162 SCENARIO("element_at - non-first", "[element_at][operators]"){ 206 SCENARIO("element_at - last in a sequence", "[element_at][operators]"){ 250 SCENARIO("element_at - invalid index", "[element_at][operators]"){
|
D | take_until.cpp | 5 SCENARIO("take_until trigger on_next", "[take_until][take][operators]"){ 67 SCENARIO("take_until, preempt some data next", "[take_until][take][operators]"){ 129 SCENARIO("take_until, preempt some data error", "[take_until][take][operators]"){ 192 SCENARIO("take_until, no-preempt some data empty", "[take_until][take][operators]"){ 255 SCENARIO("take_until, no-preempt some data never", "[take_until][take][operators]"){ 317 SCENARIO("take_until, preempt never next", "[take_until][take][operators]"){ 372 SCENARIO("take_until, preempt never error", "[take_until][take][operators]"){ 428 SCENARIO("take_until, no-preempt never empty", "[take_until][take][operators]"){ 480 SCENARIO("take_until, no-preempt never never", "[take_until][take][operators]"){ 531 SCENARIO("take_until, preempt before first produced", "[take_until][take][operators]"){ [all …]
|
D | repeat.cpp | 5 SCENARIO("repeat, basic test", "[repeat][operators]"){ 59 SCENARIO("repeat, 0 times case", "[repeat][operators]"){ 100 SCENARIO("repeat, infinite observable test", "[repeat][operators]"){ 144 SCENARIO("repeat, error test", "[repeat][operators]"){ 192 SCENARIO("countable repeat, basic test", "[repeat][operators]"){ 246 SCENARIO("countable repeat, dispose test", "[repeat][operators]"){ 295 SCENARIO("countable repeat, infinite observable test", "[repeat][operators]"){ 339 SCENARIO("countable repeat, error test", "[repeat][operators]"){
|
D | scan.cpp | 6 SCENARIO("scan: issue 41", "[scan][operators][issue][!hide]"){ 22 SCENARIO("scan: seed, never", "[scan][operators]"){ 64 SCENARIO("scan: seed, empty", "[scan][operators]"){ 109 SCENARIO("scan: seed, return", "[scan][operators]"){ 156 SCENARIO("scan: seed, throw", "[scan][operators]"){ 203 SCENARIO("scan: seed, some data", "[scan][operators]"){ 256 SCENARIO("scan: seed, accumulator throws", "[scan][operators][!throws]"){
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/ |
D | subscription.cpp | 11 SCENARIO("observe subscription", "[!hide]"){ 29 SCENARIO("for loop subscribes to map", "[!hide][for][just][subscribe][long][perf]"){ 74 SCENARIO("for loop subscribes to combine_latest", "[!hide][for][just][combine_latest][subscribe][lo… 112 SCENARIO("synchronized range debug", "[!hide][subscribe][range][synchronize_debug][synchronize][lon… 221 SCENARIO("observe_on range debug", "[!hide][subscribe][range][observe_on_debug][observe_on][long][p… 327 SCENARIO("subscription traits", "[subscription][traits]"){ 342 SCENARIO("non-subscription traits", "[subscription][traits]"){ 367 SCENARIO("subscription static", "[subscription]"){ 402 SCENARIO("subscription empty", "[subscription]"){ 424 SCENARIO("subscription composite", "[subscription]"){
|