Home
last modified time | relevance | path

Searched defs:featureName (Results 1 – 25 of 27) sorted by relevance

12

/external/cronet/base/android/java/src/org/chromium/base/
DFeatureList.java46 public void addFeatureFlagOverride(String featureName, boolean testValue) { in addFeatureFlagOverride()
54 String featureName, String paramName, String testValue) { in addFieldTrialParamOverride()
58 Boolean getFeatureFlagOverride(String featureName) { in getFeatureFlagOverride()
62 String getFieldTrialParamOverride(String featureName, String paramName) { in getFieldTrialParamOverride()
66 private static String makeKey(String featureName, String paramName) { in makeKey()
157 public static boolean hasTestFeature(String featureName) { in hasTestFeature()
168 public static Boolean getTestValueForFeature(String featureName) { in getTestValueForFeature()
192 public static String getTestValueForFieldTrialParam(String featureName, String paramName) { in getTestValueForFieldTrialParam()
DBaseFeatureList.java29 public static boolean isEnabled(String featureName) { in isEnabled()
39 boolean isEnabled(String featureName); in isEnabled()
DFlag.java28 protected Flag(String featureName) { in Flag()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsExtensionlessTests.cpp51 static void getComputeSourceCode (std::string& computeSourceCode, const std::string& featureName, c… in getComputeSourceCode()
113 …32 getFloatControlsProperty(Context& context, const int fpWideness, const std::string& featureName) in getFloatControlsProperty()
168 …TestContext& testCtx, const char* name, const char* description, const char* featureName, const in… in SpvAsmFloatControlsExtensionlessCase()
227 const char* featureName; in createFloatControlsExtensionlessGroup() member
249 const char* featureName = fpFeatures[execModeNdx].featureName; in createFloatControlsExtensionlessGroup() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DFeatureMatcher.java16 private final String featureName; field in FeatureMatcher
24 …blic FeatureMatcher(Matcher<? super U> subMatcher, String featureDescription, String featureName) { in FeatureMatcher()
/external/angle/src/tests/egl_tests/
DEGLFeatureControlTest.cpp204 testOverrideFeatures([](const std::string &featureName) { return featureName; }); in TEST_P()
211 [](const std::string &featureName) { return angle::ToCamelCase(featureName); }); in TEST_P()
228 std::string featureName = std::string(features[i]->name); in TEST_P() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DMediaCodecInfoBuilder.java417 String featureName = (String) ReflectionHelpers.getField(validFeature, "mName"); in getSupportedFeatures() local
436 String featureName = (String) ReflectionHelpers.getField(validFeature, "mName"); in getRequiredFeatures() local
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dfunctable.py117 def onBeginFeature(self, featureName, featureType): argument
Ddispatch.py358 def onBeginFeature(self, featureName, featureType): argument
492 def onBeginFeature(self, featureName, featureType): argument
Ddecodersnapshot.py215 def onBeginFeature(self, featureName, featureType): argument
Dmarshaling.py688 def onBeginFeature(self, featureName, featureType): argument
Dreservedmarshaling.py779 def onBeginFeature(self, featureName, featureType): argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.cpp101 const char *featureName = featureStructCreationData.name; in DeviceFeatures() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DEncoderUtil.java272 MediaCodecInfo encoderInfo, String mimeType, String featureName) { in isFeatureSupported()
/external/gfxstream-protocols/registry/vulkan/scripts/
Dgenerator.py850 def validateFeature(self, featureType, featureName): argument
/external/angle/util/
DEGLWindow.cpp949 const char *featureName = eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, index); in queryFeatures() local
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp84 const std::string &featureName = iter.first; in overrideFeatures() local
1091 const std::string &featureName = iter.first; in LogFeatureStatus() local
/external/vulkan-headers/registry/
Dgenerator.py947 def validateFeature(self, featureType, featureName): argument
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1740 final String featureName; in claimedDeqpLevelIsRecentEnough() local
1934 final String featureName = tokens[1]; in queryDeviceFeatures() local
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dgenerator.py962 def validateFeature(self, featureType, featureName): argument
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dvulkantypes.py917 def onBeginFeature(self, featureName, featureType): argument
Dcodegen.py908 def onBeginFeature(self, featureName, featureType): argument
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp795 const char* featureName; member
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py1196 def add_feature_reference(self, location, featureName): argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3978 const char* featureName; in testCompressedFormatsSupported() member
3998 const char* const featureName = s_compressedFormatSets[setNdx].featureName; in testCompressedFormatsSupported() local

12