/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireMemoryTransferServiceTests.cpp | 362 EXPECT_CALL(*mockBufferMapCallback, Call(WGPUBufferMapAsyncStatus_Success, _)).Times(1); in TEST_F() 370 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 375 EXPECT_CALL(clientMemoryTransferService, OnReadHandleDestroy(clientHandle)).Times(1); in TEST_F() 376 EXPECT_CALL(serverMemoryTransferService, OnReadHandleDestroy(serverHandle)).Times(1); in TEST_F() 397 EXPECT_CALL(clientMemoryTransferService, OnReadHandleDestroy(clientHandle)).Times(1); in TEST_F() 399 EXPECT_CALL(serverMemoryTransferService, OnReadHandleDestroy(serverHandle)).Times(1); in TEST_F() 400 EXPECT_CALL(api, BufferDestroy(apiBuffer)).Times(1); in TEST_F() 430 EXPECT_CALL(*mockBufferMapCallback, Call(WGPUBufferMapAsyncStatus_Error, _)).Times(1); in TEST_F() 436 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 441 EXPECT_CALL(clientMemoryTransferService, OnReadHandleDestroy(clientHandle)).Times(1); in TEST_F() [all …]
|
D | WireInjectDeviceTests.cpp | 51 .Times(Exactly(1)); in TEST_F() 52 EXPECT_CALL(api, OnDeviceSetLoggingCallback(serverDevice, nullptr, nullptr)).Times(Exactly(1)); in TEST_F() 54 .Times(Exactly(1)); in TEST_F() 84 .Times(Exactly(1)); in TEST_F() 85 EXPECT_CALL(api, OnDeviceSetLoggingCallback(serverDevice, nullptr, nullptr)).Times(Exactly(1)); in TEST_F() 87 .Times(Exactly(1)); in TEST_F() 106 EXPECT_CALL(api, OnDeviceSetUncapturedErrorCallback(serverDevice, nullptr, nullptr)).Times(1); in TEST_F() 107 EXPECT_CALL(api, OnDeviceSetLoggingCallback(serverDevice, nullptr, nullptr)).Times(1); in TEST_F() 108 EXPECT_CALL(api, OnDeviceSetDeviceLostCallback(serverDevice, nullptr, nullptr)).Times(1); in TEST_F() 146 .Times(Exactly(1)); in TEST_F() [all …]
|
D | WireDisconnectTests.cpp | 45 EXPECT_CALL(api, DeviceCreateCommandEncoder(_, _)).Times(Exactly(0)); in TEST_F() 73 .Times(Exactly(1)); in TEST_F() 90 .Times(Exactly(1)); in TEST_F() 94 EXPECT_CALL(mockDeviceLostCallback, Call(_, _, _)).Times(Exactly(0)); in TEST_F() 113 EXPECT_CALL(mockDeviceLostCallback, Call(_, _, _)).Times(Exactly(0)); in TEST_F() 127 .Times(Exactly(1)); in TEST_F() 134 EXPECT_CALL(mockDeviceLostCallback, Call(_, _, _)).Times(Exactly(0)); in TEST_F() 157 EXPECT_CALL(api, QueueRelease(apiQueue)).Times(1).InSequence(s1); in TEST_F() 158 EXPECT_CALL(api, CommandEncoderRelease(apiCommandEncoder)).Times(1).InSequence(s2); in TEST_F() 159 EXPECT_CALL(api, SamplerRelease(apiSampler)).Times(1).InSequence(s3); in TEST_F() [all …]
|
D | WireErrorCallbackTests.cpp | 118 .Times(1); in TEST_F() 135 .Times(1); in TEST_F() 143 EXPECT_CALL(api, DevicePushErrorScope(apiDevice, WGPUErrorFilter_Validation)).Times(1); in TEST_F() 159 .Times(1); in TEST_F() 170 EXPECT_CALL(api, DevicePushErrorScope(apiDevice, WGPUErrorFilter_Validation)).Times(2); in TEST_F() 190 .Times(1); in TEST_F() 196 .Times(1); in TEST_F() 204 EXPECT_CALL(api, DevicePushErrorScope(apiDevice, WGPUErrorFilter_Validation)).Times(2); in TEST_F() 224 .Times(1); in TEST_F() 230 .Times(1); in TEST_F() [all …]
|
D | WireTest.cpp | 45 EXPECT_CALL(api, OnDeviceSetUncapturedErrorCallback(_, _, _)).Times(Exactly(1)); in SetUp() 46 EXPECT_CALL(api, OnDeviceSetLoggingCallback(_, _, _)).Times(Exactly(1)); in SetUp() 47 EXPECT_CALL(api, OnDeviceSetDeviceLostCallback(_, _, _)).Times(Exactly(1)); in SetUp() 98 .Times(Exactly(1)); in TearDown() 99 EXPECT_CALL(api, OnDeviceSetLoggingCallback(apiDevice, nullptr, nullptr)).Times(Exactly(1)); in TearDown() 101 .Times(Exactly(1)); in TearDown() 132 EXPECT_CALL(api, QueueRelease(apiQueue)).Times(1); in DeleteServer() 133 EXPECT_CALL(api, DeviceRelease(apiDevice)).Times(1); in DeleteServer() 139 .Times(Exactly(1)); in DeleteServer() 140 EXPECT_CALL(api, OnDeviceSetLoggingCallback(apiDevice, nullptr, nullptr)).Times(Exactly(1)); in DeleteServer() [all …]
|
D | WireBufferMappingTests.cpp | 118 EXPECT_CALL(*mockBufferMapCallback, Call(WGPUBufferMapAsyncStatus_Success, _)).Times(1); in TEST_F() 126 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 142 EXPECT_CALL(*mockBufferMapCallback, Call(WGPUBufferMapAsyncStatus_Error, _)).Times(1); in TEST_F() 166 .Times(1); in TEST_F() 197 .Times(1); in TEST_F() 220 .Times(1); in TEST_F() 248 .Times(1); in TEST_F() 271 .Times(1); in TEST_F() 292 EXPECT_CALL(*mockBufferMapCallback, Call(WGPUBufferMapAsyncStatus_Success, _)).Times(1); in TEST_F() 304 EXPECT_CALL(*mockBufferMapCallback, Call(WGPUBufferMapAsyncStatus_Error, _)).Times(1); in TEST_F() [all …]
|
D | WireCreatePipelineAsyncTests.cpp | 119 .Times(1); in TEST_F() 148 .Times(1); in TEST_F() 181 .Times(1); in TEST_F() 214 .Times(1); in TEST_F() 248 .Times(1); in TEST_F() 276 .Times(1); in TEST_F() 303 .Times(1); in TEST_F() 326 .Times(1); in TEST_F() 355 .Times(1); in TEST_F() 361 EXPECT_CALL(api, QueueRelease(apiQueue)).Times(1).InSequence(s1); in TEST_F() [all …]
|
D | WireQueueTests.cpp | 59 EXPECT_CALL(*mockQueueWorkDoneCallback, Call(WGPUQueueWorkDoneStatus_Success, this)).Times(1); in TEST_F() 72 EXPECT_CALL(*mockQueueWorkDoneCallback, Call(WGPUQueueWorkDoneStatus_Error, this)).Times(1); in TEST_F() 87 .Times(1); in TEST_F() 97 .Times(1); in TEST_F() 134 .Times(1 + testData.numRequests); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
D | DestroyObjectTests.cpp | 56 EXPECT_CALL(*mTexture.Get(), DestroyImpl).Times(1); in GetTexture() 65 EXPECT_CALL(*mPipelineLayout.Get(), DestroyImpl).Times(1); in GetPipelineLayout() 79 EXPECT_CALL(*mVsModule.Get(), DestroyImpl).Times(1); in GetVertexShaderModule() 92 EXPECT_CALL(*mCsModule.Get(), DestroyImpl).Times(1); in GetComputeShaderModule() 109 EXPECT_CALL(bindGroupMock, DestroyImpl).Times(1); in TEST_F() 120 EXPECT_CALL(*bindGroupMock, DestroyImpl).Times(1); in TEST_F() 134 EXPECT_CALL(bindGroupLayoutMock, DestroyImpl).Times(1); in TEST_F() 145 EXPECT_CALL(*bindGroupLayoutMock, DestroyImpl).Times(1); in TEST_F() 161 EXPECT_CALL(bufferMock, DestroyImpl).Times(1); in TEST_F() 171 EXPECT_CALL(bufferMock, DestroyImpl).Times(1); in TEST_F() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireMemoryTransferServiceTests.cpp | 441 .Times(1); in TEST_F() 449 EXPECT_CALL(clientMemoryTransferService, OnReadHandleDestroy(clientHandle)).Times(1); in TEST_F() 452 EXPECT_CALL(serverMemoryTransferService, OnReadHandleDestroy(serverHandle)).Times(1); in TEST_F() 453 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 481 EXPECT_CALL(serverMemoryTransferService, OnReadHandleDestroy(serverHandle)).Times(1); in TEST_F() 487 .Times(1); in TEST_F() 490 EXPECT_CALL(clientMemoryTransferService, OnReadHandleDestroy(clientHandle)).Times(1); in TEST_F() 496 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 515 .Times(1); in TEST_F() 542 .Times(1); in TEST_F() [all …]
|
D | WireFenceTests.cpp | 94 EXPECT_CALL(api, QueueSignal(apiQueue, apiFence, signalValue)).Times(1); in DoQueueSignal() 124 EXPECT_CALL(*mockDeviceErrorCallback, Call(_, _)).Times(0); in TEST_F() 136 EXPECT_CALL(*mockDeviceErrorCallback, Call(_, _)).Times(1); in TEST_F() 140 EXPECT_CALL(*mockDeviceErrorCallback, Call(_, _)).Times(1); in TEST_F() 144 EXPECT_CALL(*mockDeviceErrorCallback, Call(_, _)).Times(0); in TEST_F() 148 EXPECT_CALL(*mockDeviceErrorCallback, Call(_, _)).Times(1); in TEST_F() 158 .Times(1); in TEST_F() 165 .Times(1); in TEST_F() 186 .Times(1) in TEST_F() 190 .Times(1) in TEST_F() [all …]
|
D | WireBufferMappingTests.cpp | 154 .Times(1); in TEST_F() 159 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 177 .Times(1); in TEST_F() 196 .Times(1); in TEST_F() 221 .Times(1); in TEST_F() 245 .Times(1); in TEST_F() 259 .Times(1); in TEST_F() 283 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() 334 .Times(1); in TEST_F() 342 EXPECT_CALL(api, BufferUnmap(apiBuffer)).Times(1); in TEST_F() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | FenceTests.cpp | 96 .Times(1); in TEST_P() 100 .Times(1); in TEST_P() 104 .Times(1); in TEST_P() 108 .Times(1); in TEST_P() 129 .Times(1); in TEST_P() 145 .Times(1); in TEST_P() 149 .Times(1); in TEST_P() 153 .Times(1); in TEST_P() 157 .Times(1); in TEST_P() 184 .Times(1); in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | pragma_test.cpp | 23 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _, false)).Times(0); in TEST_F() 25 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 38 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 51 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 62 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _, _)).Times(0); in TEST_F() 64 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 78 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 106 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 135 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _, false)).Times(0); in TEST_P()
|
D | version_test.cpp | 24 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 39 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 61 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 92 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 109 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 201 EXPECT_CALL(mDirectiveHandler, handleVersion(_, _, _)).Times(0); in TEST_P()
|
D | error_test.cpp | 24 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 37 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 50 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 74 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | pragma_test.cpp | 23 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _, false)).Times(0); in TEST_F() 25 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 38 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 51 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 62 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _, _)).Times(0); in TEST_F() 64 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 78 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 106 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 135 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _, false)).Times(0); in TEST_P()
|
D | version_test.cpp | 24 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 39 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 61 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 92 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 109 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 201 EXPECT_CALL(mDirectiveHandler, handleVersion(_, _, _)).Times(0); in TEST_P()
|
D | error_test.cpp | 24 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 37 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 50 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F() 74 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ErrorScopeValidationTests.cpp | 65 EXPECT_CALL(*mockDevicePopErrorScopeCallback, Call(WGPUErrorType_NoError, _, this)).Times(1); in TEST_F() 78 EXPECT_CALL(*mockDevicePopErrorScopeCallback, Call(WGPUErrorType_Validation, _, this)).Times(1); in TEST_F() 93 EXPECT_CALL(*mockDevicePopErrorScopeCallback, Call(WGPUErrorType_NoError, _, this)).Times(1); in TEST_F() 99 .Times(1); in TEST_F() 114 EXPECT_CALL(*mockDevicePopErrorScopeCallback, Call(WGPUErrorType_Validation, _, this)).Times(1); in TEST_F() 120 .Times(1); in TEST_F() 133 EXPECT_CALL(*mockDevicePopErrorScopeCallback, Call(WGPUErrorType_NoError, _, this)).Times(1); in TEST_F() 148 .Times(1); in TEST_F() 199 .Times(1); in TEST_F() 203 .Times(1); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | periodic_sampler_test.cc | 44 EXPECT_CALL(sampler, period()).Times(3).WillRepeatedly(Return(16)); in TEST() 65 EXPECT_CALL(sampler, period()).Times(2).WillRepeatedly(Return(16)); in TEST() 83 EXPECT_CALL(sampler, period()).Times(3).WillRepeatedly(Return(0)); in TEST() 93 EXPECT_CALL(sampler, period()).Times(3).WillRepeatedly(Return(1)); in TEST() 108 EXPECT_CALL(sampler, period()).Times(2).WillRepeatedly(Return(0)); in TEST() 120 EXPECT_CALL(sampler, period()).Times(2).WillRepeatedly(Return(16)); in TEST() 122 .Times(2) in TEST()
|
/third_party/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 130 .Times(AnyNumber()); in TEST() 320 .Times(0); in TEST() 323 .Times(0); in TEST() 343 .Times(1) in TEST() 378 .Times(1) in TEST() 379 .Times(2); in TEST() 393 .Times(1); in TEST() 427 .Times(AnyNumber()); in TEST() 479 .Times(AnyNumber()) in TEST() 584 .Times(0); in TEST() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | BufferValidationTests.cpp | 173 .Times(1); in TEST_F() 187 .Times(1); in TEST_F() 219 .Times(1); in TEST_F() 234 .Times(1); in TEST_F() 246 .Times(1); in TEST_F() 250 .Times(1); in TEST_F() 263 .Times(1); in TEST_F() 267 .Times(1); in TEST_F() 282 .Times(1); in TEST_F() 298 .Times(1); in TEST_F() [all …]
|
D | FenceValidationTests.cpp | 45 EXPECT_CALL(*mockFenceOnCompletionCallback, Call(status, expectation)).Times(1); in TestOnCompletion() 100 .Times(1); in TEST_F() 105 .Times(1); in TEST_F() 117 .Times(1); in TEST_F() 123 .Times(1); in TEST_F() 152 .Times(1); in TEST_F()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-diy-fp.cc | 54 DiyFp product = DiyFp::Times(diy_fp1, diy_fp2); in TEST() 64 product = DiyFp::Times(diy_fp1, diy_fp2); in TEST() 71 product = DiyFp::Times(diy_fp1, diy_fp2); in TEST() 77 product = DiyFp::Times(diy_fp1, diy_fp2); in TEST() 87 product = DiyFp::Times(diy_fp1, diy_fp2); in TEST()
|