Home
last modified time | relevance | path

Searched refs:testAttributes (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Tests/
DSanityTest.cs68 … var testAttributes = m.GetCustomAttributes(typeof(NUnit.Framework.TestAttribute), true); in DiscoverAllTestClasses()
70 if (testAttributes.Length > 0 || testCaseAttributes.Length > 0) in DiscoverAllTestClasses()
/third_party/vk-gl-cts/modules/egl/
DteglQuerySurfaceTests.cpp459 …void testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo…
467 void SurfaceAttribCase::testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType,… in testAttributes() function in deqp::egl::SurfaceAttribCase
593 testAttributes(display, *surface, EGL_WINDOW_BIT, info); in executeForConfig()
622 testAttributes(display, *surface, EGL_PIXMAP_BIT, info); in executeForConfig()
668 testAttributes(display, *surface, EGL_PBUFFER_BIT, info); in executeForConfig()
/third_party/python/Lib/test/
Dtest_file.py37 def testAttributes(self): member in AutoFileTests
Dtest_fileio.py56 def testAttributes(self): member in AutoFileTests
Dtest_exceptions.py401 def testAttributes(self): member in ExceptionTests
Dtest_socket.py4910 def testAttributes(self): member in FileObjectClassTestCase