Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 25 of 51) sorted by relevance

123

/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc47 typedef struct expectation { struct
48 struct expectation* next; argument
54 } expectation; argument
Dcq_verifier_internal.h24 typedef struct expectation expectation; typedef
/external/vogar/src/vogar/
DAnnotatedOutcome.java39 private final Expectation expectation; field in AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome()
DDriver.java153 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
DXmlReportPrinter.java104 Expectation expectation = expectationStore.get(outcome); in testsToSuites() local
151 Expectation expectation = expectationStore.get(outcome); in print() local
DExpectationStore.java95 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local
207 Expectation expectation = in readExpectation() local
DOutcomeStore.java72 Expectation expectation = expectationStore.get(outcome); in read() local
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue()
/external/skqp/tests/
DPDFDocumentTest.cpp141 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains()
174 for (const char* expectation : expectations) { in DEF_TEST() local
192 for (const char* expectation : moreExpectations) { in DEF_TEST() local
219 for (const char* expectation : expectations) { in DEF_TEST() local
DPDFMetadataAttributeTest.cpp41 for (const char* expectation : expectations) { in DEF_TEST() local
DPDFPrimitivesTest.cpp417 for (const auto& expectation : expectations) { in DEF_TEST() local
437 for (const auto& expectation : expectations) { in DEF_TEST() local
/external/skia/tests/
DPDFDocumentTest.cpp142 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains()
175 for (const char* expectation : expectations) { in DEF_TEST() local
191 for (const char* expectation : moreExpectations) { in DEF_TEST() local
218 for (const char* expectation : expectations) { in DEF_TEST() local
DPDFMetadataAttributeTest.cpp41 for (const char* expectation : expectations) { in DEF_TEST() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
DSingleQuoteTest.java39 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes()
/external/llvm-project/libcxx/test/libcxx/gdb/
Dgdb_pretty_printer_test.sh.cpp94 const char *expectation) { in ComparePrettyPrintToChars()
100 const char *expectation) { in ComparePrettyPrintToRegex()
106 const char *expectation) { in CompareExpressionPrettyPrintToChars()
112 const char *expectation) { in CompareExpressionPrettyPrintToRegex()
/external/pigweed/pw_unit_test/
Drpc_event_handler.cc36 const TestExpectation& expectation) { in TestCaseExpect()
Dlogging_event_handler.cc59 const TestExpectation& expectation) { in TestCaseExpect()
Dsimple_printing_event_handler.cc56 const TestCase& test_case, const TestExpectation& expectation) { in TestCaseExpect()
Dframework.cc117 TestExpectation expectation = { in ExpectationResult() local
Dunit_test_service.cc126 const TestExpectation& expectation) { in WriteTestCaseExpectation()
/external/pigweed/pw_unit_test/public/pw_unit_test/
Dframework.h234 bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect()
434 #define _PW_TEST_EXPECT(lhs, rhs, expectation, expectation_string) \ argument
443 #define _PW_TEST_ASSERT(lhs, rhs, expectation, expectation_string) \ argument
/external/libchrome/ui/gfx/geometry/
Daxis_transform2d_unittest.cc65 AxisTransform2d expectation(0.625f, Vector2dF(11.875f, 32.5f)); in TEST() local
/external/junit/src/main/java/org/junit/rules/
DExpectedException.java282 String expectation= StringDescription.toString(matcherBuilder.build()); in missingExceptionMessage() local
/external/mesa3d/.gitlab-ci/tracie/
Dtracie.py147 def gitlab_check_trace(project_url, device_name, trace, expectation): argument
/external/grpc-grpc/test/core/end2end/tests/
Drequest_with_flags.cc108 grpc_call_error expectation; in test_invoke_request_with_flags() local

123