OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amb
(Results
1 - 6
of
6
) sorted by null
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
amb.cpp
6
SCENARIO("
amb
sample"){
7
printf("//! [
amb
sample]\n");
11
auto values = o1.
amb
(o2, o3);
16
printf("//! [
amb
sample]\n");
19
SCENARIO("implicit
amb
sample"){
20
printf("//! [implicit
amb
sample]\n");
25
auto values = base.
amb
();
30
printf("//! [implicit
amb
sample]\n");
35
SCENARIO("threaded
amb
sample"){
36
printf("//! [threaded
amb
sample]\n")
[
all
...]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-amb.hpp
5
/*! \file rx-
amb
.hpp
26
\snippet
amb
.cpp threaded implicit
amb
sample
27
\snippet output.txt threaded implicit
amb
sample
29
\snippet
amb
.cpp implicit
amb
sample
30
\snippet output.txt implicit
amb
sample
32
\snippet
amb
.cpp
amb
sample
33
\snippet output.txt
amb
sampl
61
struct
amb
struct in namespace:rxcpp::operators::detail
90
amb
(const source_type& o, coordination_type sf)
function in struct:rxcpp::operators::detail::amb
[
all
...]
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
amb_variadic.cpp
2
#include "rxcpp/operators/rx-
amb
.hpp"
4
SCENARIO("variadic
amb
never 3", "[
amb
][join][operators]"){
27
| rxo::
amb
(ys2, ys3)
66
SCENARIO("variadic
amb
never empty", "[
amb
][join][operators]"){
86
.
amb
(ys2)
119
SCENARIO("variadic
amb
empty never", "[
amb
][join][operators]"){
139
.
amb
(ys2
[
all
...]
amb.cpp
2
#include "rxcpp/operators/rx-
amb
.hpp"
4
SCENARIO("
amb
never 3", "[
amb
][join][operators]"){
35
| rxo::
amb
()
82
SCENARIO("
amb
never empty", "[
amb
][join][operators]"){
109
.
amb
()
150
SCENARIO("
amb
completes", "[
amb
][join][operators]"){
190
.
amb
()
[
all
...]
/external/deqp-deps/glslang/Test/
runtests
105
$EXE -V -D -Od -e main -H -Od hlsl.explicitDescriptorSet.frag --hlsl-iomap --
amb
--ssb 10 --stb 20 --rsb 4 > $TARGETDIR/hlsl.explicitDescriptorSet.frag.out
108
$EXE -V -D -Od -e main -H -Od hlsl.explicitDescriptorSet.frag --hlsl-iomap --
amb
--ssb 10 --stb 20 --rsb frag 3 > $TARGETDIR/hlsl.explicitDescriptorSet-2.frag.out
133
$EXE -g --relaxed-errors --suppress-warnings --aml --
amb
--hlsl-offsets --nsf --spirv-val \
139
$EXE -g -D -Od -e newMain -g --
amb
--aml --fua --hlsl-iomap --nsf --spirv-val --sib 1 --ssb 2 --sbb 3 --stb 4 --suavb 5 --sub 6 \
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-observable.hpp
[
all
...]
Completed in 269 milliseconds