Home
last modified time | relevance | path

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

/external/grpc-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()
/external/python/apitools/samples/iam_sample/
Diam_client_test.py37 def testAttributes(self): member in DnsGenClientSanityTest
/external/deqp/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()
/external/python/apitools/samples/dns_sample/
Dgen_dns_client_test.py38 def testAttributes(self): member in DnsGenClientSanityTest
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DFileTest.java36 public void testAttributes() { in testAttributes() method in FileTest
DDosAttributeProviderTest.java108 public void testAttributes() { in testAttributes() method in DosAttributeProviderTest
DBasicAttributeProviderTest.java144 public void testAttributes() { in testAttributes() method in BasicAttributeProviderTest
DPosixAttributeProviderTest.java118 public void testAttributes() { in testAttributes() method in PosixAttributeProviderTest
/external/python/cpython2/Lib/test/
Dtest_file.py39 def testAttributes(self): member in AutoFileTests
Dtest_exceptions.py208 def testAttributes(self): member in ExceptionTests
Dtest_fileio.py54 def testAttributes(self): member in AutoFileTests
Dtest_file2k.py41 def testAttributes(self): member in AutoFileTests
/external/python/cpython3/Lib/test/
Dtest_file.py37 def testAttributes(self): member in AutoFileTests
Dtest_fileio.py56 def testAttributes(self): member in AutoFileTests
Dtest_exceptions.py407 def testAttributes(self): member in ExceptionTests
Dtest_socket.py4910 def testAttributes(self): member in FileObjectClassTestCase