/external/libchrome/base/test/ |
D | scoped_feature_list.cc | 26 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/ |
D | feature_util.cc | 61 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()
|
D | feature.proto | 87 map<string, Feature> feature = 1; field 99 repeated Feature feature = 1; field
|
D | feature_util_test.cc | 41 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/ |
D | cpu_features.cc | 22 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/ |
D | cpu.c | 119 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/ |
D | cpu_feature_guard.cc | 30 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/ |
D | feature.c | 23 struct feature { struct 29 static struct feature feature_list[] = { argument
|
/external/libchrome/base/ |
D | feature_list.cc | 199 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/ |
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
|
/external/grpc-grpc/examples/cpp/route_guide/ |
D | route_guide_client.cc | 79 Feature feature; in GetFeature() local 88 Feature feature; in ListFeatures() local 190 bool GetOneFeature(const Point& point, Feature* feature) { in GetOneFeature()
|
D | helper.cc | 75 bool TryParseOne(Feature* feature) { in TryParseOne() 148 Feature feature; in ParseDb() local
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_sensors_temp.c | 71 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/ |
D | feature-descriptors.h | 92 const FeatureFunctionDescriptor &feature(int i) const { in feature() function 132 const FeatureFunctionDescriptor &feature(int i) const { in feature() function
|
/external/vixl/src/ |
D | cpu-features.cc | 35 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/ |
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()
|
/external/vulkan-headers/registry/ |
D | generator.py | 54 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/ |
D | RouteGuideUtil.java | 35 public static boolean exists(Feature feature) { in exists()
|
/external/grpc-grpc/examples/php/route_guide/ |
D | route_guide_client.php | 30 function printFeature($feature)
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 873 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/ |
D | RouteGuideUtil.java | 77 public static boolean exists(Feature feature) { in exists()
|
D | RouteGuideClient.java | 74 Feature feature; in getFeature() local 115 Feature feature = features.next(); in listFeatures() local
|
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_client.js | 41 function featureCallback(error, feature) { argument 85 call.on('data', function(feature) { argument
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | mucroomdiscoverytask.cc | 49 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE); in HandleResult() local
|