/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | CompactHashSetTest.java | 40 List<Feature<?>> allFeatures = in suite() local 62 .withFeatures(allFeatures) in suite() 81 .withFeatures(allFeatures) in suite()
|
D | CompactLinkedHashSetTest.java | 40 List<Feature<?>> allFeatures = in suite() local 63 .withFeatures(allFeatures) in suite()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | CompactHashSetTest.java | 40 List<Feature<?>> allFeatures = in suite() local 62 .withFeatures(allFeatures) in suite() 81 .withFeatures(allFeatures) in suite()
|
D | CompactLinkedHashSetTest.java | 40 List<Feature<?>> allFeatures = in suite() local 63 .withFeatures(allFeatures) in suite()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformBlockTests.cpp | 299 const deUint32 allFeatures = ~0u; in init() local 305 …dom features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 11200); in init() 306 …ll random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 11250); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 733 const deUint32 allFeatures = ~disabled; in init() local 750 …ay", "All random features, shared buffer", numCases*2, stage, allFeatures|FEATURE_INSTANC… in init() 751 …All random features, out of order member offsets", numCases*2, stage, allFeatures|FEATURE_OUT_OF_… in init() 752 … "All random features, missing interface members", numCases*2, stage, allFeatures|FEATURE_MISSING… in init() 753 …ll random features, unordered and missing members", numCases*2, stage, allFeatures|FEATURE_OUT_OF_… in init()
|
/external/angle/third_party/vulkan-headers/src/registry/ |
D | genvk.py | 95 allFeatures = allExtensions = r'.*' 101 featuresPat = makeREstring(features, allFeatures)
|
/external/vulkan-headers/registry/ |
D | genvk.py | 92 allFeatures = allExtensions = r'.*' 98 featuresPat = makeREstring(features, allFeatures)
|
/external/vulkan-validation-layers/scripts/ |
D | lvl_genvk.py | 73 allFeatures = allExtensions = '.*' 80 featuresPat = makeREstring(features, allFeatures)
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 708 const deUint32 allFeatures = ~FEATURE_ARRAYS_OF_ARRAYS; in init() local 725 …random features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 200); in init() 726 … "All random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 250); in init()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1036 const VkFormatFeatureFlags allFeatures = VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT in getPhysicalDeviceFormatProperties() local 1056 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties() 1057 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties() 1058 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 889 …const deUint32 allFeatures = ~FEATURE_OUT_OF_ORDER_OFFSETS & ~FEATURE_16BIT_STORAGE & ~FEATURE_8… in init() local 926 …ers", UniformBlockCase::BUFFERMODE_PER_BLOCK, use8BitStorage|use16BitStorage|allFeatures, 50, 200); in init() 927 …uffer", UniformBlockCase::BUFFERMODE_SINGLE, use8BitStorage|use16BitStorage|allFeatures, 50, 250); in init() 929 …UniformBlockCase::BUFFERMODE_PER_BLOCK, use8BitStorage|use16BitStorage|allFeatures | FEATURE_OUT_O… in init()
|