Home
last modified time | relevance | path

Searched refs:AND_THEN (Results 1 – 18 of 18) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/
DBitParameter.cpp83 AND_THEN ("Set/Get a BitParameter type parameter in real value space") {
104 AND_THEN ("Set/Get a BitParameter type parameter in real value space") {
128 AND_THEN ("Set/Get a BitParameter type parameter in boolean") {
143 AND_THEN ("Set/Get a BitParameter type parameter in boolean") {
DBoolean.cpp63 AND_THEN ("Set/Get a Boolean type parameter in real value space") {
84 AND_THEN ("Set/Get boolean type parameter handle") {
102 AND_THEN ("Set/Get integer type parameter handle") {
127 AND_THEN ("Set/Get a Boolean type parameter in real value space") {
DInteger.cpp112 AND_THEN ("Set/Get a integer type parameter in real value space") {
133 AND_THEN ("Set/Get a integer type parameter in raw value space") {
158 AND_THEN ("Set/Get integer type parameter handle") {
183 AND_THEN ("Set/Get double type parameter handle") {
DEnumParameter.cpp79 AND_THEN ("Set/Get a EnumParameter type parameter in real value space") {
100 AND_THEN ("Set/Get a EnumParameter type parameter in raw value space") {
139 AND_THEN ("Set/Get a EnumParameter type parameter in Integer value space") {
DFloatingPoint.cpp83 AND_THEN ("Set/Get a floating point parameter in real value space") {
108 AND_THEN ("Set/Get a floating point parameter in raw value space") {
147 AND_THEN ("Set/Get floating point parameter handle") {
DLinear.cpp87 AND_THEN ("Set/Get a Loagaritmic point parameter in real value space") {
112 AND_THEN ("Set/Get double type parameter handle") {
DFixedPoint.cpp82 AND_THEN ("Set/Get a Fixed Point type parameter in real value space") {
105 AND_THEN ("Set/Get a Fixed Point parameter in raw value space") {
DBasic.cpp78 AND_THEN ("The logger should have stored info and warning log") {
89 AND_THEN ("The record logger should NOT have stored any info or "
Dplan.md49 * AND_THEN the logger should have stored info and warning log
57 * AND_THEN the record logger should NOT have stored any info or warning log
203 * AND_THEN the logger should have stored the plugin specific info and warning log
212 * (AND_THEN the domain list should contain the domain name)
218 * (AND_THEN the domain configuration list should contain the configuration name)
220 * (AND_THEN the domain configuration list should not contain the configuration name)
225 * (AND_THEN the domain list should not contain the domain name)
230 * (AND_THEN the domain list should be empty)
DLogarithmic.cpp89 AND_THEN ("Set/Get a Loagaritmic point parameter in real value space") {
DAutoSync.cpp114 AND_THEN ("Tuning is off") {
DHandle.cpp636 AND_THEN ("Getting it back should give the same value") {
656 AND_THEN ("Getting it back should give the same value") {
/external/catch2/projects/SelfTest/UsageTests/
DBDD.tests.cpp47 AND_THEN("do that")REQUIRE(itDoesThat());
/external/catch2/include/
Dcatch.hpp267 #define AND_THEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " And: " << desc ) macro
427 #define AND_THEN( desc ) macro
/external/parameter-framework/upstream/
D.clang-format90 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, GIVEN, WHEN, AND_WHEN, THEN, AND_THEN,
/external/catch2/docs/
Dtest-cases-and-sections.md87 * **AND_THEN(** _something_ **)**
/external/catch2/single_include/catch2/
Dcatch.hpp14751 #define AND_THEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " And: " << desc ) macro
14910 #define AND_THEN( desc ) macro
/external/bcc/tests/cc/
Dcatch.hpp10440 #define AND_THEN( desc ) SECTION( std::string(" And: ") + desc, "" ) macro