/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
ata.h | 230 u8 feature; member in struct:ata_taskfile
|
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
ata.h | 230 u8 feature; member in struct:ata_taskfile
|
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/external/chromium_org/remoting/webapp/ |
client_plugin.js | 104 remoting.ClientPlugin.Feature = { 414 * @param {remoting.ClientPlugin.Feature} feature The feature to test for. 415 * @return {boolean} True if the plugin supports the named feature. 417 remoting.ClientPlugin.prototype.hasFeature = function(feature) { 423 return this.pluginApiFeatures_.indexOf(feature) > -1; 561 if (!this.hasFeature(remoting.ClientPlugin.Feature.SEND_CLIPBOARD_ITEM)) 577 if (this.hasFeature(remoting.ClientPlugin.Feature.NOTIFY_CLIENT_RESOLUTION)) { 594 if (this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pycontainer.swg | 713 %feature("python:slot", "tp_iter", functype="getiterfunc") iterator; 734 %feature("python:slot", "nb_nonzero", functype="inquiry") __nonzero__; 735 %feature("python:slot", "sq_length", functype="lenfunc") __len__; 764 //%feature("python:slot", "sq_item", functype="ssizeargfunc") __getitem__; 765 //%feature("python:slot", "sq_slice", functype="ssizessizeargfunc") __getslice__; 766 //%feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") __setitem__; 767 //%feature("python:slot", "sq_ass_slice", functype="ssizessizeobjargproc") __setslice__; 768 %feature("python:slot", "mp_subscript", functype="binaryfunc") __getitem__; 769 %feature("python:slot", "mp_ass_subscript", functype="objobjargproc") __setitem__;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | 207 def isSupported(self, feature, version): 208 return self.ownerDocument.implementation.hasFeature(feature, version) 219 def getInterface(self, feature): 220 if self.isSupported(feature, None): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | 207 def isSupported(self, feature, version): 208 return self.ownerDocument.implementation.hasFeature(feature, version) 219 def getInterface(self, feature): 220 if self.isSupported(feature, None): [all...] |
/external/chromium_org/extensions/renderer/ |
dispatcher.cc | 27 #include "extensions/common/features/feature.h" 250 Feature::Context context_type = 263 if (context_type == Feature::CONTENT_SCRIPT_CONTEXT) 376 Feature::Availability availability = context->GetAvailability(function_name); 895 Feature* feature = api_feature_provider->GetFeature(api_name); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar | |
/external/chromium_org/chrome/browser/ui/ |
browser.cc | 781 bool Browser::SupportsWindowFeature(WindowFeature feature) const { 782 return SupportsWindowFeatureImpl(feature, true); 785 bool Browser::CanSupportWindowFeature(WindowFeature feature) const { 786 return SupportsWindowFeatureImpl(feature, false); [all...] |
/external/chromium_org/gpu/config/ |
gpu_control_list.cc | 768 std::string feature; local 769 if (feature_value->GetString(i, &feature)) { 770 feature_list.push_back(feature); 772 LOG(WARNING) << "Malformed feature entry " << entry->id(); 778 LOG(WARNING) << "Malformed feature entry " << entry->id(); 1034 int feature = 0; local [all...] |
/external/chromium_org/pdf/pdfium/ |
pdfium_engine.cc | 886 std::string feature; local 889 feature = "XFA"; 892 feature = "Portfolios_Packages"; 896 feature = "Attachment"; 899 feature = "Rights_Management"; 902 feature = "Shared_Review"; 907 feature = "Shared_Form"; 910 feature = "3D"; 913 feature = "Movie"; 916 feature = "Sound" [all...] |
/external/bison/djgpp/ |
djunpack.bat | 48 Rem The following uses a feature of COPY whereby it does not copy
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_service.cc | 620 if (model.rule(i).feature(j) < 0 || 621 model.rule(i).feature(j) > max_index) {
|
/external/chromium_org/gpu/GLES2/ |
gl2extchromium.h | 439 GL_APICALL GLboolean GL_APIENTRY glEnableFeatureCHROMIUM(const char* feature); 442 const char* feature);
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
BisonCSSParser-in.cpp | 1766 UseCounter::Feature feature = UseCounter::NumberOfFeatures; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
InputType.cpp | 948 void InputType::countUsageIfVisible(UseCounter::Feature feature) const 952 UseCounter::count(element().document(), feature);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_multithread_makecurrent.spec | 46 a feature not specified in WGL.
|