Home
last modified time | relevance | path

Searched defs:ExpectedError (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError() function in glcts::DrawBuffersIndexedNegative
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DEchoMessages.cs720 public global::Grpc.Testing.ErrorStatus ExpectedError { property in Grpc.Testing.RequestParams
/third_party/python/Lib/test/
Dtest_itertools.py799 class ExpectedError(Exception): class