Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 25 of 65) 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/skia/tests/
DPDFDocumentTest.cpp150 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains()
183 for (const char* expectation : expectations) { in DEF_TEST() local
199 for (const char* expectation : moreExpectations) { in DEF_TEST() local
226 for (const char* expectation : expectations) { in DEF_TEST() local
DPDFMetadataAttributeTest.cpp48 for (const char* expectation : expectations) { in DEF_TEST() local
/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
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowFileObserverTest.java69 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/buildtools/third_party/libc++/trunk/test/libcxx/gdb/
Dgdb_pretty_printer_test.sh.cpp100 const char *expectation) { in ComparePrettyPrintToChars()
107 const char *expectation) { in ComparePrettyPrintToRegex()
114 const char *expectation) { in CompareExpressionPrettyPrintToChars()
121 const char *expectation) { in CompareExpressionPrettyPrintToRegex()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
DSingleQuoteTest.java39 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes()
/external/pigweed/pw_unit_test/
Drpc_light_event_handler.cc51 const TestExpectation& expectation) { in TestCaseExpect()
Dgoogletest_style_event_handler.cc121 const TestCase& test_case, const TestExpectation& expectation) { in TestCaseExpect()
Drpc_gtest_event_handler.cc88 TestExpectation expectation{ in OnTestPartResult() local
Dlogging_event_handler.cc123 const TestExpectation& expectation) { in TestCaseExpect()
Dframework.cc137 TestExpectation expectation = { in CurrentTestExpectSimple() local
Dunit_test_service.cc131 const TestExpectation& expectation) { in WriteTestCaseExpectation()
/external/cronet/net/dns/
Dhttpssvc_metrics.cc85 base::StringPiece expectation = "ExpectNoerror"; in BuildMetricName() local
/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/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp136 const std::function<bool(CommonDebugInfoInstructions)>& expectation, in DoesDebugInfoOperandMatchExpectation()
153 const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& in DoesDebugInfoOperandMatchExpectation()
175 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local
220 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local
247 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation = in ValidateOperandDebugType() local
256 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local
/external/tensorflow/tensorflow/lite/kernels/shim/
Dtf_tensor_view_test.cc206 const char expectation[] = R"( in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp150 const std::function<bool(CommonDebugInfoInstructions)>& expectation, in DoesDebugInfoOperandMatchExpectation()
167 const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& in DoesDebugInfoOperandMatchExpectation()
189 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local
234 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local
261 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation = in ValidateOperandDebugType() local
270 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local

123