Searched refs:feature_name (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_driver_bug_list.cc17 std::string feature_name; member in struct:gpu::__anon8866::DriverBugInfo
41 list->AddSupportedFeature(kFeatureList[i].feature_name,
H A Dgpu_blacklist_unittest.cc27 const std::string feature_name, GpuFeatureType feature_type) {
42 feature_name +
85 #define GPU_BLACKLIST_FEATURE_TEST(test_name, feature_name, feature_type) \
87 RunFeatureTest(feature_name, feature_type); \
26 RunFeatureTest( const std::string feature_name, GpuFeatureType feature_type) argument
H A Dgpu_control_list.h90 void AddSupportedFeature(const std::string& feature_name, int feature_id);
421 // map a feature_name to feature_id. If the string is not a registered
423 static bool StringToFeature(const std::string& feature_name,
H A Dgpu_control_list.cc1177 const std::string& feature_name, int* feature_id,
1179 FeatureMap::const_iterator iter = feature_map.find(feature_name);
1383 const std::string& feature_name, int feature_id) {
1384 feature_map_[feature_name] = feature_id;
1176 StringToFeature( const std::string& feature_name, int* feature_id, const FeatureMap& feature_map) argument
1382 AddSupportedFeature( const std::string& feature_name, int feature_id) argument
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
H A Dv8_utilities.py205 feature_name = extended_attributes['PerContextEnabled']
206 return 'ContextFeatures::%sEnabled' % uncapitalize(feature_name)
220 feature_name = extended_attributes['RuntimeEnabled']
221 return 'RuntimeEnabledFeatures::%sEnabled' % uncapitalize(feature_name)
/external/chromium_org/chrome/common/extensions/features/
H A Dbase_feature_provider.h33 // Gets the feature |feature_name|, if it exists.
34 virtual Feature* GetFeature(const std::string& feature_name) OVERRIDE;
/external/chromium_org/extensions/common/
H A Dextension_api.cc186 std::string* feature_name) {
191 *feature_name = full_name;
196 *feature_name = full_name.substr(colon_index + 1);
292 const std::string& feature_name = *i; local
293 if (feature_name != api_name && feature_name.find(api_name + ".") == 0) {
294 if (IsAvailable(feature_name, extension, context, url).is_available())
369 std::string feature_name; local
370 SplitDependencyName(full_name, &feature_type, &feature_name);
377 Feature* feature = provider->second->GetFeature(feature_name);
184 SplitDependencyName(const std::string& full_name, std::string* feature_type, std::string* feature_name) argument
[all...]
H A Dmanifest.cc152 for (std::vector<std::string>::const_iterator feature_name =
154 feature_name != feature_names.end(); ++feature_name) {
156 if (!value_->Get(*feature_name, NULL))
159 Feature* feature = manifest_feature_provider->GetFeature(*feature_name);
164 warnings->push_back(InstallWarning(result.message(), *feature_name));
H A Dextension_api.h56 std::string* feature_name);
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_util.py127 def ConstantName(feature_name):
131 for word in feature_name.replace('.', ' ').split()))
H A Dmodel.py54 def __init__(self, feature_name, features):
55 self.name = feature_name
70 def __init__(self, feature_name, feature_def):
71 self.name = feature_name
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc75 static void AddFeature(const std::string& feature_name, argument
81 feature->set_name(feature_name);
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc82 std::string feature_name; local
84 &feature_name);
86 EXPECT_EQ(test_data[i].expected_feature_name, feature_name) << i;
/external/qemu/target-i386/
H A Dhelper.c38 static const char *feature_name[] = { variable
72 if (feature_name[i] && !strcmp (flagname, feature_name[i])) {
1811 feature_name);

Completed in 1679 milliseconds