/external/parameter-framework/upstream/utility/test/ |
D | utility.cpp | 60 CAPTURE(Catch::toString(test.input)); 86 CAPTURE(Catch::toString(test.input)); 88 CAPTURE(test.separator); 120 CAPTURE(Catch::toString(test.input)); 121 CAPTURE(test.keyValueSep); 122 CAPTURE(test.itemSep); 143 CAPTURE(test.initial); 144 CAPTURE(test.title); 160 CAPTURE(str); 168 CAPTURE(str); [all …]
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Message.tests.cpp | 105 CAPTURE( i ); 125 CAPTURE( i ); 204 CAPTURE( a, b, c, a + b, a+b, c > b, a == 1 ); 238 CAPTURE(std::vector<int>{1, 2, 3}[0, 1, 2], 241 CAPTURE((helper_1436<int, int>{12, -12}), 243 CAPTURE( (1, 2), (2, 3) );
|
D | Compilation.tests.cpp | 147 CAPTURE(dummy); 174 CAPTURE(uarr); 176 CAPTURE(sarr);
|
D | Exception.tests.cpp | 197 CAPTURE( answer );
|
D | ToStringGeneral.tests.cpp | 48 CAPTURE(i);
|
/external/parameter-framework/upstream/bindings/c/ |
D | Test.cpp | 60 CAPTURE(pfwGetLastError(pfw)); in REQUIRE_FAILURE() 70 CAPTURE(pfwGetLastError(pfw)); in REQUIRE_SUCCESS() 275 CAPTURE(criterionName); 287 CAPTURE(criterionName); 293 CAPTURE(criterionName);
|
/external/catch2/docs/ |
D | logging.md | 123 **CAPTURE(** _expression1_, _expression2_, ... **)** 126 convenience, we provide the `CAPTURE` macro, that can take a variable, 130 e.g. `CAPTURE( theAnswer );` will log message "theAnswer := 42", while 133 CAPTURE( a, b, c, a + b, c > b, a == 1); 150 `CAPTURE( (std::pair<int, int>{1, 2}) );`
|
D | list-of-examples.md | 31 - Logging: [CAPTURE - Capture expression](../examples/140-Log-Capture.cpp)
|
D | release-notes.md | 124 * Fixed `CAPTURE` asserting for non-trivial captures (#1436, #1448) 182 * `CAPTURE` macro is now variadic 663 * `CAPTURE(expr)` now stringifies `expr` in the same way assertion macros do (#639)
|
/external/clang/test/CodeGenObjC/ |
D | blocks.m | 76 // CHECK-NEXT: [[CAPTURE:%.*]] = load [[TEST2]]*, [[TEST2]]** [[X]] 77 // CHECK-NEXT: store [[TEST2]]* [[CAPTURE]], [[TEST2]]** [[T6]]
|
D | arc-blocks.m | 182 …// CHECK: [[CAPTURE:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0… 184 // CHECK-NEXT: store i8* [[T0]], i8** [[CAPTURE]] 517 …// CHECK: [[CAPTURE:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0… 520 // CHECK-NEXT: store i8* [[T1]], i8** [[CAPTURE]], align 8
|
/external/catch2/include/ |
D | catch.hpp | 220 #define CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE",__VA… macro 386 #define CAPTURE( msg ) (void)(0) macro
|
/external/v8/src/regexp/ |
D | regexp-parser.cc | 216 if (group_type == CAPTURE) { in ParseDisjunction() 582 SubexpressionType subexpr_type = CAPTURE; in ParseOpenParenthesis() 684 if (subexpr_type == CAPTURE) { in ParseOpenParenthesis() 1005 if (s->group_type() != CAPTURE) continue; in IsInsideCaptureGroup()
|
D | regexp-parser.h | 224 CAPTURE, // All positive values represent captures. enumerator
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | segment_ttrk.cl | 191 // CAPTURE ALL CONDITIONS WE CARE ABOUT
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | segment_ttrk.cl | 191 // CAPTURE ALL CONDITIONS WE CARE ABOUT
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 14705 #define CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE",__VA… macro 14869 #define CAPTURE( msg ) (void)(0) macro
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.sw.approved.txt | 1742 CAPTURE can deal with complex expressions 1758 CAPTURE can deal with complex expressions involving commas
|
/external/bcc/tests/cc/ |
D | catch.hpp | 10397 #define CAPTURE( msg ) INTERNAL_CATCH_INFO( #msg " := " << msg, "CAPTURE" ) macro
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 3027 SESSION IV. IMAGE CAPTURE, TEXT CAPTURE, OVERVIEW OF TEXT AND
|