/external/grpc-grpc/test/core/end2end/ |
D | cq_verifier.cc | 47 typedef struct expectation { struct 48 struct expectation* next; argument 54 } expectation; argument
|
D | cq_verifier_internal.h | 24 typedef struct expectation expectation; typedef
|
/external/skia/tests/ |
D | PDFDocumentTest.cpp | 150 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
|
D | PDFMetadataAttributeTest.cpp | 48 for (const char* expectation : expectations) { in DEF_TEST() local
|
/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
|
D | OutcomeStore.java | 72 Expectation expectation = expectationStore.get(outcome); in read() 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/buildtools/third_party/libc++/trunk/test/libcxx/gdb/ |
D | gdb_pretty_printer_test.sh.cpp | 100 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/ |
D | SingleQuoteTest.java | 39 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 | rpc_gtest_event_handler.cc | 88 TestExpectation expectation{ in OnTestPartResult() local
|
D | logging_event_handler.cc | 123 const TestExpectation& expectation) { in TestCaseExpect()
|
D | framework.cc | 137 TestExpectation expectation = { in CurrentTestExpectSimple() local
|
D | unit_test_service.cc | 131 const TestExpectation& expectation) { in WriteTestCaseExpectation()
|
/external/cronet/net/dns/ |
D | httpssvc_metrics.cc | 85 base::StringPiece expectation = "ExpectNoerror"; in BuildMetricName() local
|
/external/libchrome/ui/gfx/geometry/ |
D | axis_transform2d_unittest.cc | 65 AxisTransform2d expectation(0.625f, Vector2dF(11.875f, 32.5f)); in TEST() local
|
/external/junit/src/main/java/org/junit/rules/ |
D | ExpectedException.java | 282 String expectation= StringDescription.toString(matcherBuilder.build()); in missingExceptionMessage() local
|
/external/mesa3d/.gitlab-ci/tracie/ |
D | tracie.py | 147 def gitlab_check_trace(project_url, device_name, trace, expectation): argument
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 136 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/ |
D | tf_tensor_view_test.cc | 206 const char expectation[] = R"( in TEST() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 150 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
|