Home
last modified time | relevance | path

Searched defs:expectMessage (Results 1 – 4 of 4) sorted by relevance

/external/junit/src/main/java/org/junit/rules/
DExpectedException.java209 public void expectMessage(String substring) { in expectMessage() method in ExpectedException
222 public void expectMessage(Matcher<String> matcher) { in expectMessage() method in ExpectedException
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp379 void BaseCase::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::BaseCase
699 void CallbackErrorCase::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::CallbackErrorCase
765 void LogErrorCase::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::LogErrorCase
863 void GetErrorCase::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::GetErrorCase
998 void FilterCase::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::FilterCase
1618 void AsyncCase::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::AsyncCase
1865 void DebugMessageTestContext::expectMessage(GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonb62e16150111::DebugMessageTestContext
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java353 public synchronized void expectMessage(ByteBuffer expectedBuffer, boolean expectedBinary) { in expectMessage() method in PeerConnectionEndToEndTest.ObserverExpectations
/external/pytorch/aten/src/ATen/core/op_registration/
Dop_registration_test.cpp289 std::string expectMessage = expectedMessageForBackend(key); in TEST() local