Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp87 const string testExtensions = (OPTYPE_CLUSTERED == caseDef.opType) in getExtHeader() local
90 const string extensions = testExtensions in getExtHeader()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto2ExtensionLookupSchemaTest.java63 public void testExtensions() throws Exception { in testExtensions() method in Proto2ExtensionLookupSchemaTest
DLazyMessageLiteTest.java290 public void testExtensions() throws Exception { in testExtensions() method in LazyMessageLiteTest
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2403 def testExtensions(self): member in ByteSizeTest