| /external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/ |
| D | AsyncTestCase.java | 25 private final Expect expectation; field in AsyncTestCase 28 …estCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation) { in AsyncTestCase() 32 …cTestCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation, in AsyncTestCase() 44 public Expect expectation() { in expectation() method in AsyncTestCase
|
| D | SyncTestCase.java | 23 private final Expect expectation; field in SyncTestCase 26 public SyncTestCase(String description, Runnable operationRunnable, Expect expectation) { in SyncTestCase() 30 …public SyncTestCase(String description, Runnable operationRunnable, Expect expectation, String ski… in SyncTestCase() 41 public Expect expectation() { in expectation() method in SyncTestCase
|
| D | BaseRuleSetClientTest.java | 81 Expect expectation = testCase.expectation(); in runAndVerify() local 104 Expect expectation = testCase.expectation(); in runAndVerify() local
|
| /external/mesa3d/.gitlab-ci/tests/utils/ |
| D | test_lava_log.py | 57 def test_gitlab_section(method, collapsed, expectation): argument 183 def test_hide_sensitive_data(input, expectation, tags): argument 382 def test_detect_failure(messages, expectation): argument
|
| /external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/ |
| D | EndpointTest.java | 29 private final Expectation expectation; field in EndpointTest 219 private Expectation expectation; field in EndpointTest.Builder 227 public Builder expectation(Expectation expectation) { in expectation() argument
|
| /external/skia/tests/ |
| D | PDFDocumentTest.cpp | 151 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains() 184 for (const char* expectation : expectations) { in DEF_TEST() local 200 for (const char* expectation : moreExpectations) { in DEF_TEST() local 229 for (const char* expectation : expectations) { in DEF_TEST() local
|
| D | PDFMetadataAttributeTest.cpp | 51 for (const char* expectation : expectations) { in DEF_TEST() local
|
| D | FilterResultTest.cpp | 249 Expect expectation, in ApplyAction() 262 Expect expectation, in ApplyAction() 273 Expect expectation, in ApplyAction() 284 Expect expectation, in ApplyAction() 328 Expect expectation() const { return fExpectation; } in expectation() function in __anon7161eb540111::ApplyAction 975 TestCase& applyCrop(const SkIRect& crop, Expect expectation) { in applyCrop() 981 Expect expectation, in applyCrop() 999 TestCase& applyTransform(const SkMatrix& matrix, Expect expectation) { in applyTransform() 1005 Expect expectation, in applyTransform() 1020 Expect expectation, in applyColorFilter() [all …]
|
| /external/vogar/src/vogar/ |
| D | AnnotatedOutcome.java | 39 private final Expectation expectation; field in AnnotatedOutcome 44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome()
|
| D | Driver.java | 153 Expectation expectation = run.expectationStore.get(action.getName()); in enqueueActionTasks() local 224 Expectation expectation = run.expectationStore.get(outcome); in recordOutcome() local 239 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome() local
|
| D | XmlReportPrinter.java | 104 Expectation expectation = expectationStore.get(outcome); in testsToSuites() local 151 Expectation expectation = expectationStore.get(outcome); in print() local
|
| D | ExpectationStore.java | 95 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local 207 Expectation expectation = in readExpectation() local
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowFileObserverTest.java | 69 Expectation expectation = new Expectation(FileObserver.CREATE, newFile.getName()); in monitorDirectory() local 108 Expectation expectation = new Expectation(FileObserver.CREATE, newFile.getName()); in monitorFile() local
|
| /external/cronet/third_party/libc++/src/test/libcxx/gdb/ |
| D | gdb_pretty_printer_test.sh.cpp | 106 const char *expectation) { in ComparePrettyPrintToChars() 113 const char *expectation) { in ComparePrettyPrintToRegex() 120 const char *expectation) { in CompareExpressionPrettyPrintToChars() 127 const char *expectation) { in CompareExpressionPrettyPrintToRegex()
|
| /external/mesa3d/.gitlab-ci/tests/ |
| D | test_lava_job_submitter.py | 227 expectation, argument 323 def test_parse_job_result_from_log(message, expectation, mock_proxy): argument
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/ |
| D | SingleQuoteTest.java | 35 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes()
|
| /external/pigweed/pw_unit_test/ |
| D | rpc_light_event_handler.cc | 51 const TestExpectation& expectation) { in TestCaseExpect()
|
| D | googletest_style_event_handler.cc | 121 const TestCase& test_case, const TestExpectation& expectation) { in TestCaseExpect()
|
| D | logging_event_handler.cc | 123 const TestExpectation& expectation) { in TestCaseExpect()
|
| D | rpc_gtest_event_handler.cc | 88 TestExpectation expectation{ in OnTestPartResult() local
|
| /external/pigweed/pw_unit_test/public/pw_unit_test/ |
| D | multi_event_handler.h | 85 const TestExpectation& expectation) override { in TestCaseExpect()
|
| D | test_record_event_handler.h | 80 const TestExpectation& expectation) override { in TestCaseExpect()
|
| /external/cronet/net/dns/ |
| D | httpssvc_metrics.cc | 85 base::StringPiece expectation = "ExpectNoerror"; in BuildMetricName() local
|
| /external/pigweed/pw_unit_test/light_public_overrides/pw_unit_test/ |
| D | framework_backend.h | 515 bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect() 547 bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect() 836 #define _PW_TEST_ASSERT(expectation) \ argument 840 #define _PW_TEST_EXPECT(expectation) \ argument
|
| /external/libchrome/ui/gfx/geometry/ |
| D | axis_transform2d_unittest.cc | 65 AxisTransform2d expectation(0.625f, Vector2dF(11.875f, 32.5f)); in TEST() local
|