Home
last modified time | relevance | path

Searched refs:ignoreMessages (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DAbstractBenchmark.java436 final AtomicBoolean ignoreMessages = new AtomicBoolean(); in startStreamingCalls() local
443 if (!ignoreMessages.getAndSet(true)) { in startStreamingCalls()
490 final AtomicBoolean ignoreMessages = new AtomicBoolean(); in startFlowControlledStreamingCalls() local
498 if (!ignoreMessages.getAndSet(true)) { in startFlowControlledStreamingCalls()
/external/angle/src/tests/test_utils/
DANGLETest.cpp61 if (testPlatformContext->ignoreMessages) in TestPlatform_logError()
72 if (testPlatformContext->ignoreMessages) in TestPlatform_logWarning()
562 gPlatformContext.ignoreMessages = false; in ANGLETestSetUp()
1442 gPlatformContext.ignoreMessages = true; in ScopedIgnorePlatformMessages()
1447 gPlatformContext.ignoreMessages = false; in ~ScopedIgnorePlatformMessages()
DANGLETest.h339 bool ignoreMessages = false; member
/external/angle/src/tests/gl_tests/
DTextureTest.cpp3680 ScopedIgnorePlatformMessages ignoreMessages; in TEST_P() local