/external/chromium_org/extensions/common/ |
feature_switch.h | 18 // A switch that can turn a feature on or off. Typically controlled via 44 ScopedOverride(FeatureSwitch* feature, bool override_value); 52 // |switch_name| can be NULL, in which case the feature is controlled solely
|
manifest.cc | 14 #include "extensions/common/features/feature.h" 143 // Check every feature to see if its in the manifest. Note that this means 160 Feature* feature = manifest_feature_provider->GetFeature(*feature_name); local 161 Feature::Availability result = feature->IsAvailableToManifest( 257 Feature* feature = FeatureProvider::GetManifestFeatures()->GetFeature(key); local 258 if (!feature) 261 return feature->IsAvailableToManifest [all...] |
/external/chromium_org/extensions/common/features/ |
base_feature_provider.h | 25 // provider create plain old Feature instances. 30 // Gets the feature |feature_name|, if it exists. 31 virtual Feature* GetFeature(const std::string& feature_name) const OVERRIDE; 32 virtual Feature* GetParent(Feature* feature) const OVERRIDE; 33 virtual std::vector<Feature*> GetChildren(const Feature& parent) const 39 typedef std::map<std::string, linked_ptr<Feature> > FeatureMap;
|
/external/chromium_org/extensions/common/manifest_handlers/ |
requirements_info.cc | 118 std::string feature; local 119 if ((*feature_iter)->GetAsString(&feature)) { 120 if (feature == "webgl") { 122 } else if (feature == "css3d") {
|
permissions_parser.cc | 15 #include "extensions/common/features/feature.h" 118 // associated with them are available because the feature system does not 131 // Verify feature availability of permissions. 138 Feature* feature = permission_features->GetFeature(iter->name()); local 140 // The feature should exist since we just got an APIPermission for it. The 142 DCHECK(feature) << "Could not find feature for " << iter->name(); 144 if (!feature) { 149 Feature::Availability availability [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
main.cc | 135 printf (" No required feature\n"); 138 printf (" %d feature(s) found in language system\n", num_features); 140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, 147 printf (" %d feature(s) found in table\n", num_features); 149 const Feature &feature = g.get_feature (n_feature); local 150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features, 152 feature.get_lookup_count()); 154 int num_lookups = feature.get_lookup_count (); 155 printf (" %d lookup(s) found in feature\n", num_lookups) [all...] |
hb-ot-shape.cc | 116 const hb_feature_t *feature = &user_features[i]; local 117 map->add_feature (feature->tag, feature->value, 118 (feature->start == 0 && feature->end == (unsigned int) -1) ? 370 const hb_feature_t *feature = &c->user_features[i]; local 371 if (!(feature->start == 0 && feature->end == (unsigned int)-1)) { 373 hb_mask_t mask = map->get_mask (feature->tag, &shift); 374 buffer->set_masks (feature->value << shift, mask, feature->start, feature->end) [all...] |
/external/oprofile/daemon/ |
opd_extended.h | 3 * OProfile Extended Feature 23 * OProfile Extended Feature Table Entry 26 // Feature name 27 const char* feature; member in struct:opd_ext_feature 28 // Feature handlers 61 * Parse the specified extended feature 73 * Print out extended feature statistics in oprofiled.log file
|
/external/chromium_org/chrome/browser/safe_browsing/ |
environment_data_collection_win_unittest.cc | 73 // Look through dll entries and check that none contains the LSP feature. 80 if (process_report.dll(i).feature(j) == 101 // feature. 108 if (process_report.dll(i).feature(j) ==
|
/external/chromium_org/tools/json_schema_compiler/ |
features_compiler.py | 23 # Load in the feature permissions from the JSON file. 32 for feature_def, feature in feature_defs.iteritems(): 33 feature_list.append(CreateFeature(feature_def, feature))
|
/external/lldb/scripts/Python/interface/ |
SBCommandInterpreter.i | 12 %feature("docstring",
|
SBCommandReturnObject.i | 12 %feature("docstring",
|
SBError.i | 12 %feature("docstring",
|
SBTypeSynthetic.i | 12 %feature("docstring",
|
SBBreakpoint.i | 12 %feature("docstring", 140 %feature("docstring", " 148 %feature("docstring", "
|
SBTarget.i | 193 %feature("docstring", 267 %feature("docstring", " 351 %feature("docstring", " 394 %feature("docstring", " 418 %feature("docstring", " 443 %feature("docstring", " 472 %feature("docstring", " 559 %feature("docstring", " 594 %feature("docstring", " 613 %feature("docstring", [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDocumentBuilderFactory.java | 108 public boolean hasFeature(String feature, String version) { 109 return domImpl.hasFeature(feature, version);
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 464 * Tests whether the DOM implementation implements a specific feature and 465 * that feature is supported by this node, as specified in . 466 * @param feature The name of the feature to test. 467 * @param version This is the version number of the feature to test. 468 * @return Returns <code>true</code> if the specified feature is 472 public boolean isSupported(String feature, 575 * supports the feature "HTML" [<a href='http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109'>DOM Level 2 HTML</a>] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test___future__.py | 27 for feature in features: 28 value = getattr(__future__, feature) 55 "feature is missing a .compiler_flag attr")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test___future__.py | 27 for feature in features: 28 value = getattr(__future__, feature) 55 "feature is missing a .compiler_flag attr")
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
braille_captions_background.js | 6 * captions feature is enabled. 15 * Key set in local storage when this feature is enabled. 33 * feature changes. 46 * Returns whether the braille captions feature is enabled. 98 * Returns a display state representing the state of the captions feature.
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/ |
gmaven-runtime-api-1.5.jar | |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 48 * Simple storage class for data about an Android feature. 50 static class Feature { 52 * The name of the feature. Should be one of the PackageManager.FEATURE* 74 public Feature(String name, boolean required) { 84 } else if (o == null || !(o instanceof Feature)) { 87 Feature feature = (Feature) o; local 88 return name.equals(feature.name) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
UseCounter.h | 61 enum Feature { 480 // "count" sets the bit for this feature to 1. Repeated calls are ignored. 481 static void count(const Document&, Feature); 484 static void count(const ExecutionContext*, Feature); 486 void count(Feature); 488 // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation 497 static void countDeprecation(const LocalDOMWindow*, Feature); 498 static void countDeprecation(ExecutionContext*, Feature); 499 static void countDeprecation(const Document&, Feature); 500 String deprecationMessage(Feature); [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
enhanced_bookmarks_features.cc | 17 #include "extensions/common/features/feature.h" 34 extensions::Feature* feature = feature_provider->GetFeature("metricsPrivate"); local 35 return feature && feature->IsIdInWhitelist(ext_id); 183 // enhanced bookmark feature is turned off. This is to have some images 184 // available so that in the future, when the feature is turned on, the user
|