Home
last modified time | relevance | path

Searched refs:allFeatures (Results 1 – 13 of 13) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJacksonFeatureSet.java30 public static <F extends JacksonFeature> JacksonFeatureSet<F> fromDefaults(F[] allFeatures) { in fromDefaults() argument
32 if (allFeatures.length > 31) { in fromDefaults()
33 final String desc = allFeatures[0].getClass().getName(); in fromDefaults()
36 desc, allFeatures.length)); in fromDefaults()
40 for (F f : allFeatures) { in fromDefaults()
/external/guava/guava-tests/test/com/google/common/collect/
DCompactHashSetTest.java43 List<Feature<?>> allFeatures = in suite() local
66 .withFeatures(allFeatures) in suite()
80 .withFeatures(allFeatures) in suite()
99 .withFeatures(allFeatures) in suite()
DCompactLinkedHashSetTest.java43 List<Feature<?>> allFeatures = in suite() local
67 .withFeatures(allFeatures) in suite()
81 .withFeatures(allFeatures) in suite()
/external/guava/android/guava-tests/test/com/google/common/collect/
DCompactHashSetTest.java43 List<Feature<?>> allFeatures = in suite() local
65 .withFeatures(allFeatures) in suite()
84 .withFeatures(allFeatures) in suite()
DCompactLinkedHashSetTest.java42 List<Feature<?>> allFeatures = in suite() local
65 .withFeatures(allFeatures) in suite()
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp299 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/
DvktTransformFeedbackFuzzLayoutTests.cpp733 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/vulkan-headers/registry/
Dgenvk.py90 allFeatures = allExtensions = r'.*'
96 featuresPat = makeREstring(features, allFeatures)
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dgenvk.py100 allSpirv = allFeatures = allExtensions = r'.*'
107 featuresPat = makeREstring(features, allFeatures)
/external/vulkan-validation-layers/scripts/
Dlvl_genvk.py73 allFeatures = allExtensions = '.*'
80 featuresPat = makeREstring(features, allFeatures)
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1122 const VkFormatFeatureFlags allFeatures = VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT in getPhysicalDeviceFormatProperties() local
1142 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1143 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1144 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp791 const deUint32 allFeatures = ~FEATURE_ARRAYS_OF_ARRAYS; in init() local
808 …random features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 200); in init()
809 … "All random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 250); in init()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp889 …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()