Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts239 const feature = condition.match(patt); constant
259 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant
265 const unit: string = feature.length === 3 ? feature[2] : ''; constant
279 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant
306 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant
312 const unit: string = feature.length === 3 ? feature[2] : ''; constant
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c125 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo()
178 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo()
190 static int wasmCPUInfo(CPUFeature feature) { in wasmCPUInfo()
216 static int armCPUInfo(CPUFeature feature) { in armCPUInfo()
242 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
/third_party/vixl/src/
Dcpu-features.cc70 void CPUFeatures::Combine(Feature feature) { in Combine()
78 void CPUFeatures::Remove(Feature feature) { in Remove()
92 std::ostream& operator<<(std::ostream& os, CPUFeatures::Feature feature) { in operator <<()
122 for (CPUFeatures::Feature feature : features) { in operator <<() local
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp244 const auto noArgument = [&](const char* feature) { in handleLoopAttributes()
252 const auto positiveSignedArgument = [&](const char* feature, int& value) { in handleLoopAttributes()
265 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
275 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
290 const auto spirv14 = [&](const char* feature) { in handleLoopAttributes()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc43 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
63 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
117 auto *feature = active_features.find (&event->feature); in hb_ms_setup_features() local
Dhb-common.cc764 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix()
813 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices()
838 parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_postfix()
850 parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) in parse_one_feature()
911 hb_feature_t *feature) in hb_feature_from_string()
943 hb_feature_to_string (hb_feature_t *feature, in hb_feature_to_string()
Dhb-aat-map.cc58 const AAT::FeatureName* feature = &face->table.feat->get_feature (mapping->aatFeatureType); in add_feature() local
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h68 static WEBP_INLINE int GetCPUInfoNoSSE41(CPUFeature feature) { in GetCPUInfoNoSSE41()
73 static WEBP_INLINE int GetCPUInfoNoAVX(CPUFeature feature) { in GetCPUInfoNoAVX()
78 static WEBP_INLINE int GetCPUInfoForceSlowSSSE3(CPUFeature feature) { in GetCPUInfoForceSlowSSSE3()
85 static WEBP_INLINE int GetCPUInfoOnlyC(CPUFeature feature) { in GetCPUInfoOnlyC()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFeatures.cpp25 Feature feature; member
90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature()
122 const char* FeatureEnumToName(Feature feature) { in FeatureEnumToName()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc100 for (const auto& feature : required_features) { in AreAllRequiredFeaturesSupported() local
531 for (const auto& feature : required_features) { in Initialize() local
726 for (const auto& feature : required_features) in Initialize() local
731 for (const auto& feature : required_features) in Initialize() local
782 for (const auto& feature : required_features) { in Initialize() local
832 for (const auto& feature : required_features) { in Initialize() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUAdapter.cpp80 bool has(interop::GPUFeatureName feature) { in has()
86 interop::GPUFeatureName feature; in has() local
95 for (auto feature : enabled_) { in keys() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dinterfacedocgenerator.py42 def writeNewInterfaces(self, feature, key, title, markup, fp): argument
95 def makeInterfaceFile(self, feature): argument
Dscriptgenerator.py79 def addInterfaceMapping(self, api, feature, required): argument
99 def mapInterfaceKeys(self, feature, key): argument
121 def mapInterfaces(self, feature): argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Ddebug.h47 #define MARL_ASSERT_HAS_BOUND_SCHEDULER(feature) \ argument
54 #define MARL_ASSERT_HAS_BOUND_SCHEDULER(feature) argument
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dmakeindex.py73 feature = None, argument
94 def addkey(dict, feature): argument
213 def addMenuLink(key, feature, fp): argument
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c54 FT_UShort feature; member
82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate()
198 FT_UShort feature; in gxv_feat_name_validate() local
/third_party/EGL/sdk/docs/man/html/
Dmakeindex.py73 feature = None, argument
94 def addkey(dict, feature): argument
213 def addMenuLink(key, feature, fp): argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c72 const sensors_feature *feature; member
255 const sensors_chip_name *chip, const sensors_feature *feature, in create_object()
277 const sensors_feature *feature; in build_sensor_list() local
/third_party/mbedtls/library/
Dversion_features.c787 int mbedtls_version_check_feature(const char *feature) in mbedtls_version_check_feature()
/third_party/rust/crates/nix/src/
Dmacros.rs2 macro_rules! feature { macro
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptList.java31 public void addFeature(Feature feature) in addFeature()
166 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature()
DFeatureList.java28 public void addFeature(Feature feature) in addFeature()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.cpp193 for (auto feature : featuresToFillFromBlob) in DeviceFeatures() local
263 bool DeviceFeatures::contains(const std::string &feature, bool throwIfNotExists) const in contains() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Ddebug.cpp42 void assert_has_bound_scheduler(const char* feature) { in assert_has_bound_scheduler()
/third_party/vulkan-headers/registry/
Dgenerator.py53 def regSortCategoryKey(feature): argument
75 def regSortOrderKey(feature): argument
81 def regSortNameKey(feature): argument
87 def regSortFeatureVersionKey(feature): argument
94 def regSortExtensionNumberKey(feature): argument

1234567