/third_party/jsframework/runtime/main/extend/mediaquery/ |
D | mediaQuery.ts | 239 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/ |
D | cpu.c | 125 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/ |
D | cpu-features.cc | 70 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/ |
D | attribute.cpp | 244 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/ |
D | hb-ms-feature-ranges.cc | 43 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
|
D | hb-common.cc | 764 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()
|
D | hb-aat-map.cc | 58 const AAT::FeatureName* feature = &face->table.feat->get_feature (mapping->aatFeatureType); in add_feature() local
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | fuzz_utils.h | 68 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/ |
D | Features.cpp | 25 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/ |
D | device.cc | 100 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/ |
D | GPUAdapter.cpp | 80 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/ |
D | interfacedocgenerator.py | 42 def writeNewInterfaces(self, feature, key, title, markup, fp): argument 95 def makeInterfaceFile(self, feature): argument
|
D | scriptgenerator.py | 79 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/ |
D | debug.h | 47 #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/ |
D | makeindex.py | 73 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/ |
D | gxvfeat.c | 54 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/ |
D | makeindex.py | 73 feature = None, argument 94 def addkey(dict, feature): argument 213 def addMenuLink(key, feature, fp): argument
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_sensors_temp.c | 72 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/ |
D | version_features.c | 787 int mbedtls_version_check_feature(const char *feature) in mbedtls_version_check_feature()
|
/third_party/rust/crates/nix/src/ |
D | macros.rs | 2 macro_rules! feature { macro
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ScriptList.java | 31 public void addFeature(Feature feature) in addFeature() 166 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature()
|
D | FeatureList.java | 28 public void addFeature(Feature feature) in addFeature()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures.cpp | 193 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/ |
D | debug.cpp | 42 void assert_has_bound_scheduler(const char* feature) { in assert_has_bound_scheduler()
|
/third_party/vulkan-headers/registry/ |
D | generator.py | 53 def regSortCategoryKey(feature): argument 75 def regSortOrderKey(feature): argument 81 def regSortNameKey(feature): argument 87 def regSortFeatureVersionKey(feature): argument 94 def regSortExtensionNumberKey(feature): argument
|