/external/chromium_org/chrome/common/extensions/features/ |
chrome_channel_feature_filter.cc | 55 ChromeChannelFeatureFilter::ChromeChannelFeatureFilter(SimpleFeature* feature) 56 : SimpleFeatureFilter(feature), channel_has_been_set_(false) {} 70 if (!channel_has_been_set_ && feature()->dependencies().empty()) { 71 return feature()->name() + 78 Feature::Availability ChromeChannelFeatureFilter::IsAvailableToManifest( 83 Feature::Platform platfortm) const { 85 return Feature::CreateAvailability( 86 Feature::UNSUPPORTED_CHANNEL, 90 feature()->name().c_str(), 94 return Feature::CreateAvailability(Feature::IS_AVAILABLE, std::string()) [all...] |
/external/chromium_org/extensions/common/ |
extension_api.cc | 21 #include "extensions/common/features/feature.h" 244 bool ExtensionAPI::IsAnyFeatureAvailableToContext(const Feature& api, 246 Feature::Context context, 255 const std::vector<Feature*> features = provider->second->GetChildren(api); 256 for (std::vector<Feature*>::const_iterator feature = features.begin(); 257 feature != features.end(); 258 ++feature) { 259 if (IsAvailable(**feature, extension, context, url).is_available()) 265 Feature::Availability ExtensionAPI::IsAvailable(const std::string& full_name 269 Feature* feature = GetFeatureDependency(full_name); local 298 Feature* feature = GetFeatureDependency(full_name); local [all...] |
/external/lldb/scripts/Python/interface/ |
SBFrame.i | 12 %feature("docstring", 96 %feature("docstring", " 104 %feature("docstring", " 122 %feature("docstring", " 130 %feature("docstring", " 146 %feature("docstring", " 184 %feature("docstring", " 204 %feature("docstring", " 217 %feature("docstring", " 245 %feature("docstring", [all...] |
SBCompileUnit.i | 12 %feature("docstring", 89 %feature("docstring", "
|
/external/chromium_org/extensions/browser/ |
file_highlighter.cc | 103 std::string feature = GetFeature(); local 104 if (!feature.empty()) 105 dict->SetString(kHighlightKey, base::UTF8ToUTF16(feature)); 146 bool ManifestHighlighter::FindBounds(const std::string& feature, 152 // The feature may be quoted. 155 if (contents_.substr(start_ + 1, quote_end - 1 - start_) == feature) { 156 FindBoundsEnd(feature, quote_end + 1); 159 // If it's not the feature, then we can skip the quoted section. 162 } else if (contents_.substr(start_, feature.size()) == feature) { [all...] |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyopers.swg | 17 To dispatch to a statically defined function, use %feature("python:<slot>"), 31 %feature("python:tp_hash") MyClass "myHashFunc"; 37 use %feature("python:slot"). For example: 45 %feature("python:slot", "tp_hash", functype="hashfunc") MyClass::myHashFunc; 51 the "functype" attribute of the feature enables SWIG to generate 61 operation, you may use %feature("python:slot") like this: 69 %feature("python:slot", "Py_LT") MyClass::lessThan; 92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname; 93 #define %pycompare(pyname,oper,comptype) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:compare", #comptype) oper; %feature("python:compare", #comptype) pyname [all...] |
/external/valgrind/main/none/tests/s390x/ |
fpext_warn.stderr.exp | 4 feature requires the floating point extension facility. 10 feature requires the floating point extension facility. 16 feature requires the floating point extension facility.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
features_utility.py | 6 Utility functions for working with the Feature abstraction. Features are grouped 7 into a dictionary by name. Each Feature is guaranteed to have the following two 9 name - a string, the name of the feature 12 A Feature may have other keys from a _features.json file as well. Features with 37 '''Returns true if this feature should be ignored. Features are ignored if 50 # Some feature names correspond to a list, typically because they're 52 # everybody else. Force a list down to a single feature by attempting to 63 # Multiple available values probably implies different feature 109 relevant to |platform|. Feature values are unmodified; callers should 112 return dict((name, feature) for name, feature in features.iteritems( [all...] |
/external/icu/icu4c/source/layout/ |
LookupProcessor.cpp | 201 // one feature. 205 for (le_uint32 feature = 0; LE_SUCCESS(success)&&(feature < featureCount); feature += 1) { 206 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature, success)); 236 // If this is the required feature, add its lookups 242 // If we added lookups from the required feature, sort them 247 for (le_uint16 feature = 0; feature < featureCount; feature += 1) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codeop.py | 134 for feature in _features: 135 if codeob.co_flags & feature.compiler_flag: 136 self.flags |= feature.compiler_flag
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codeop.py | 134 for feature in _features: 135 if codeob.co_flags & feature.compiler_flag: 136 self.flags |= feature.compiler_flag
|
/external/chromium_org/ppapi/thunk/ |
ppb_pdf_api.h | 30 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
build.properties | 21 #The type of the top level element we are building, generally "feature" 22 topLevelElementType = feature 27 product=/plugin or feature id/path/to/.product 84 #Sort bundles depenedencies across all features instead of just within a given feature. 138 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde. 143 #The generated suffix is computed according to the content of the feature 174 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo 176 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
|
/frameworks/base/tests/FeatureSplit/feature1/ |
Android.mk | 29 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk)
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi_hal.h | 65 /* Feature enums */ 90 #define IS_SUPPORTED_FEATURE(feature, featureSet) IS_MASK_SET(feature, fetureSet) 91 #define IS_UNSUPPORTED_FEATURE(feature, featureSet) IS_MASK_RESET(feature, fetureSet) 93 /* Feature set */ 97 * Each row represents a valid feature combination; 121 /* include various feature headers */
|
/prebuilts/misc/common/swig/include/2.0.11/ |
intrusive_ptr.i | 51 %feature("smartptr", noblock=1) TYPE { SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > } 57 %feature("smartptr", noblock=1) TYPE { SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > }
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-coretext.cc | 213 unsigned int feature; member in struct:feature_record_t 222 return a->rec.feature < b->rec.feature ? -1 : a->rec.feature > b->rec.feature ? 1 : 235 active_feature_t feature; member in struct:feature_event_t 240 active_feature_t::cmp (&a->feature, &b->feature); 459 active_feature_t feature; local 460 feature.rec.feature = mapping->aatFeatureType 483 active_feature_t feature; local 569 active_feature_t *feature = active_features.push (); local 574 active_feature_t *feature = active_features.find (&event->feature); local [all...] |
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 213 unsigned int feature; member in struct:feature_record_t 222 return a->rec.feature < b->rec.feature ? -1 : a->rec.feature > b->rec.feature ? 1 : 235 active_feature_t feature; member in struct:feature_event_t 240 active_feature_t::cmp (&a->feature, &b->feature); 459 active_feature_t feature; local 460 feature.rec.feature = mapping->aatFeatureType 483 active_feature_t feature; local 567 active_feature_t *feature = active_features.push (); local 572 active_feature_t *feature = active_features.find (&event->feature); local [all...] |
/build/core/combo/arch/x86/ |
silvermont.mk | 1 # This file contains feature macro definitions specific to the
|
x86-atom.mk | 1 # This file contains feature macro definitions specific to the
|
/build/core/combo/arch/x86_64/ |
silvermont.mk | 1 # This file contains feature macro definitions specific to the
|
x86_64-atom.mk | 1 # This file contains feature macro definitions specific to the
|
x86_64.mk | 1 # This file contains feature macro definitions specific to the
|
/external/chromium_org/build/android/pylib/host_driven/ |
tests_annotations.py | 89 def Feature(feature_list): 91 for feature in feature_list: 92 AnnotatedFunctions._AddFunction('Feature:%s' % feature, function) 93 return AnnotatedFunctions._AddFunction('Feature', function)
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
accessibility_features_apitest.cc | 69 const char* const GetPrefForFeature(const std::string& feature) { 70 if (feature == "spokenFeedback") 72 if (feature == "largeCursor") 74 if (feature == "stickyKeys") 76 if (feature == "highContrast") 78 if (feature == "screenMagnifier") 80 if (feature == "autoclick") 82 if (feature == "virtualKeyboard") 99 EXPECT_TRUE(pref_name) << "Invalid feature " << enabled_features[i]; 107 EXPECT_TRUE(pref_name) << "Invalid feature " << disabled_features[i] [all...] |