Home
last modified time | relevance | path

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

1234

/external/webrtc/webrtc/system_wrappers/source/
Dcpu_features.cc22 int GetCPUInfoNoASM(CPUFeature feature) { in GetCPUInfoNoASM()
52 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo()
65 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo()
/external/libchrome/base/
Dfeature_list.cc135 bool FeatureList::IsEnabled(const Feature& feature) { in IsEnabled()
144 FieldTrial* FeatureList::GetFieldTrial(const Feature& feature) { in GetFieldTrial()
211 bool FeatureList::IsFeatureEnabled(const Feature& feature) { in IsFeatureEnabled()
234 FieldTrial* FeatureList::GetAssociatedFieldTrial(const Feature& feature) { in GetAssociatedFieldTrial()
287 bool FeatureList::CheckFeatureIdentity(const Feature& feature) { in CheckFeatureIdentity()
/external/webp/src/dsp/
Dcpu.c119 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo()
172 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo()
185 static int armCPUInfo(CPUFeature feature) { in armCPUInfo()
211 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
/external/valgrind/tests/
Dmips_features.c47 static int go(char *feature) in go()
106 static int go(char *feature) in go()
Ds390x_features.c201 static int go(char *feature, char *cpu) in go()
293 static int go(char *feature, char *cpu) in go()
/external/e2fsprogs/lib/e2p/
Dfeature.c23 struct feature { struct
29 static struct feature feature_list[] = { argument
/external/syslinux/gpxe/src/core/
Dmain.c36 struct feature *feature; in main() local
/external/libtextclassifier/common/
Dfeature-descriptors.h94 const FeatureFunctionDescriptor &feature(int i) const { in feature() function
135 const FeatureFunctionDescriptor &feature(int i) const { in feature() function
/external/harfbuzz_ng/src/
Dhb-common.cc702 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix()
751 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices()
776 parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_postfix()
788 parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) in parse_one_feature()
815 hb_feature_t *feature) in hb_feature_from_string()
847 hb_feature_to_string (hb_feature_t *feature, in hb_feature_to_string()
Dhb-uniscribe.cc281 active_feature_t feature; member
631 active_feature_t feature; in _hb_uniscribe_shape() local
655 active_feature_t feature; in _hb_uniscribe_shape() local
689 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); in _hb_uniscribe_shape() local
712 active_feature_t *feature = active_features.push (); in _hb_uniscribe_shape() local
717 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape() local
Dmain.cc152 const Feature &feature = g.get_feature (n_feature); in main() local
Dhb-coretext.cc318 unsigned int feature; member
340 active_feature_t feature; member
585 active_feature_t feature; in _hb_coretext_shape() local
609 active_feature_t feature; in _hb_coretext_shape() local
692 active_feature_t *feature = active_features.push (); in _hb_coretext_shape() local
697 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape() local
/external/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()
/external/vulkan-validation-layers/
Dgenerator.py53 def regSortCategoryKey(feature): argument
65 def regSortNameKey(feature): argument
70 def regSortFeatureVersionKey(feature): argument
75 def regSortExtensionNumberKey(feature): argument
/external/webrtc/webrtc/libjingle/xmpp/
Dmucroomdiscoverytask.cc49 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE); in HandleResult() local
Dmucroomconfigtask.cc57 for (std::vector<std::string>::const_iterator feature = room_features.begin(); in MakeRequest() local
/external/syslinux/gpxe/src/include/gpxe/
Dfeatures.h73 struct feature { struct
78 /** Named feature table */ argument
/external/libcxxabi/test/libcxxabi/test/
Dconfig.py36 def has_cpp_feature(self, feature, required_value): argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DFetchValidator.java123 String feature = (String) enumeration.nextElement(); in allPresent() local
/external/compiler-rt/lib/scudo/
Dscudo_utils.cpp81 bool testCPUFeature(CPUFeature feature) in testCPUFeature()
/external/autotest/client/cros/a11y/
Da11y_test_base.py73 def _set_feature(self, feature, value): argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java77 public boolean isSupported(String feature, String version) {return false;} in isSupported()
185 public Object getFeature(String feature, String version) { in getFeature()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java263 public final boolean supports(String feature, String version) in supports()
279 public final boolean isSupported(String feature, String version) in isSupported()
1418 public boolean hasFeature(String feature,String version) in hasFeature()
1449 public Object getFeature(String feature, String version) { in getFeature()
1500 public Object getFeature(String feature, String version) { in getFeature()
/external/bison/src/
Dgetargs.h137 enum feature enum

1234