Home
last modified time | relevance | path

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

12345678

/external/libchrome/base/test/
Dscoped_feature_list.cc26 for (const Feature& feature : features) { in GetFeatureVector() local
35 StringPiece GetFeatureName(StringPiece feature) { in GetFeatureName()
66 for (StringPiece feature : features_list) { in OverrideFeatures() local
131 void ScopedFeatureList::InitAndEnableFeature(const Feature& feature) { in InitAndEnableFeature()
136 const Feature& feature, in InitAndEnableFeatureWithFieldTrialOverride()
141 void ScopedFeatureList::InitAndDisableFeature(const Feature& feature) { in InitAndDisableFeature()
145 void ScopedFeatureList::InitWithFeatureState(const Feature& feature, in InitWithFeatureState()
205 const Feature& feature, in InitAndEnableFeatureWithParameters()
/external/tensorflow/tensorflow/core/example/
Dfeature_util.cc61 const Feature& feature) { in GetFeatureValues()
67 Feature* feature) { in GetFeatureValues()
73 const Feature& feature) { in GetFeatureValues()
78 protobuf::RepeatedField<float>* GetFeatureValues<float>(Feature* feature) { in GetFeatureValues()
84 const Feature& feature) { in GetFeatureValues()
89 protobuf::RepeatedPtrField<string>* GetFeatureValues<string>(Feature* feature) { in GetFeatureValues()
Dfeature.proto87 map<string, Feature> feature = 1; field
99 repeated Feature feature = 1; field
Dfeature_util_test.cc41 Feature feature; in TEST() local
61 Feature feature; in TEST() local
108 Feature feature; in TEST() local
130 Feature feature; in TEST() local
179 Feature feature; in TEST() local
201 Feature feature; in TEST() local
353 auto feature = GetFeatureList("tag", se); in TEST() local
/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/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/tensorflow/tensorflow/core/platform/
Dcpu_feature_guard.cc30 void CheckFeatureOrDie(CPUFeature feature, const string& feature_name) { in CheckFeatureOrDie()
45 void CheckIfFeatureUnused(CPUFeature feature, const string& feature_name, in CheckIfFeatureUnused()
/external/e2fsprogs/lib/e2p/
Dfeature.c23 struct feature { struct
29 static struct feature feature_list[] = { argument
/external/libchrome/base/
Dfeature_list.cc199 bool FeatureList::IsEnabled(const Feature& feature) { in IsEnabled()
208 FieldTrial* FeatureList::GetFieldTrial(const Feature& feature) { in GetFieldTrial()
302 bool FeatureList::IsFeatureEnabled(const Feature& feature) { in IsFeatureEnabled()
325 FieldTrial* FeatureList::GetAssociatedFieldTrial(const Feature& feature) { in GetAssociatedFieldTrial()
419 bool FeatureList::CheckFeatureIdentity(const Feature& feature) { in CheckFeatureIdentity()
/external/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
/external/grpc-grpc/examples/cpp/route_guide/
Droute_guide_client.cc79 Feature feature; in GetFeature() local
88 Feature feature; in ListFeatures() local
190 bool GetOneFeature(const Point& point, Feature* feature) { in GetOneFeature()
Dhelper.cc75 bool TryParseOne(Feature* feature) { in TryParseOne()
148 Feature feature; in ParseDb() local
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c71 const sensors_feature *feature; member
251 const sensors_chip_name *chip, const sensors_feature *feature, in create_object()
273 const sensors_feature *feature; in build_sensor_list() local
/external/libtextclassifier/lang_id/common/fel/
Dfeature-descriptors.h92 const FeatureFunctionDescriptor &feature(int i) const { in feature() function
132 const FeatureFunctionDescriptor &feature(int i) const { in feature() function
/external/vixl/src/
Dcpu-features.cc35 static uint64_t MakeFeatureMask(CPUFeatures::Feature feature) { in MakeFeatureMask()
141 std::ostream& operator<<(std::ostream& os, CPUFeatures::Feature feature) { in operator <<()
163 vixl::CPUFeatures::Feature feature = in begin() 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-headers/registry/
Dgenerator.py54 def regSortCategoryKey(feature): argument
66 def regSortNameKey(feature): argument
71 def regSortFeatureVersionKey(feature): argument
76 def regSortExtensionNumberKey(feature): argument
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideUtil.java35 public static boolean exists(Feature feature) { in exists()
/external/grpc-grpc/examples/php/route_guide/
Droute_guide_client.php30 function printFeature($feature)
/external/harfbuzz_ng/src/
Dhb-common.cc873 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix()
922 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices()
947 parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_postfix()
959 parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) in parse_one_feature()
986 hb_feature_t *feature) in hb_feature_from_string()
1018 hb_feature_to_string (hb_feature_t *feature, in hb_feature_to_string()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideUtil.java77 public static boolean exists(Feature feature) { in exists()
DRouteGuideClient.java74 Feature feature; in getFeature() local
115 Feature feature = features.next(); in listFeatures() local
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js41 function featureCallback(error, feature) { argument
85 call.on('data', function(feature) { argument
/external/webrtc/webrtc/libjingle/xmpp/
Dmucroomdiscoverytask.cc49 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE); in HandleResult() local

12345678