Searched defs:feature (Results 1 - 25 of 65) sorted by relevance

123

/external/webp/src/dsp/
H A Dcpu.c48 static int x86CPUInfo(CPUFeature feature) { argument
51 if (feature == kSSE2) {
54 if (feature == kSSE3) {
61 static int AndroidCPUInfo(CPUFeature feature) { argument
64 // if (feature == kNEON) {
75 static int armCPUInfo(CPUFeature feature) { argument
76 (void)feature;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc23 // No CPU feature is available => straight C path.
24 int GetCPUInfoNoASM(CPUFeature feature) { argument
25 (void)feature;
53 // Actual feature detection for x86.
54 static int GetCPUInfo(CPUFeature feature) { argument
57 if (feature == kSSE2) {
60 if (feature == kSSE3) {
67 static int GetCPUInfo(CPUFeature feature) { argument
68 (void)feature;
/external/oprofile/daemon/
H A Dopd_extended.h27 const char* feature; member in struct:opd_ext_feature
61 * Parse the specified extended feature
73 * Print out extended feature statistics in oprofiled.log file
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp52 bool DOMImplementationFront::hasFeature(const String& feature, const String& version) const argument
54 return reinterpret_cast<const DOMImplementation*>(this)->hasFeature(feature, version);
67 DOMImplementationFront* DOMImplementationFront::getInterface(const String& feature) argument
69 return reinterpret_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getInterface(feature));
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitglobals.cpp199 static GtkWidget* currentToplevelCallback(WebKitSoupAuthDialog* feature, SoupMessage* message, gpointer userData) argument
/external/e2fsprogs/lib/e2p/
H A Dfeature.c2 * feature.c --- convert between features and strings
22 struct feature { struct
28 static struct feature feature_list[] = {
80 static struct feature jrnl_feature_list[] = {
93 struct feature *f;
124 struct feature *f;
167 struct feature *f;
198 struct feature *f;
253 * Edit a feature set array as requested by the user. The ok_array,
256 * then use it tell whether or not it is OK to clear a filesystem feature
[all...]
/external/valgrind/main/tests/
H A Ds390x_features.c16 // - 0 if the machine provides the asked-for feature and the cpu
18 // - 1 the machine does not provide the asked-for feature or the
20 // - 2 if the asked-for feature isn't recognised (this will be the case for
21 // any feature if run on a non-s390x machine).
27 // s390x_features <feature> [<machine-model>]
192 static int go(char *feature, char *cpu) argument
201 if (strcmp(feature, "s390x-zarch") == 0 ) {
203 } else if (strcmp(feature, "s390x-n3") == 0 ) {
205 } else if (strcmp(feature, "s390x-stfle") == 0 ) {
207 } else if (strcmp(feature, "s390
276 go(char *feature, char *cpu) argument
[all...]
/external/kernel-headers/original/linux/
H A Duhid.h99 struct uhid_feature_req feature; member in union:uhid_event::__anon7212
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp75 static bool isSVG10Feature(const String &feature) argument
97 return svgFeatures.contains(feature);
100 static bool isSVG11Feature(const String &feature) argument
105 // Sadly, we cannot claim to implement any of the SVG 1.1 generic feature sets
170 return svgFeatures.contains(feature);
180 bool DOMImplementation::hasFeature(const String& feature, const String& version) argument
182 String lower = feature.lower();
201 if ((version.isEmpty() || version == "1.1") && feature.startsWith("http://www.w3.org/tr/svg11/feature#", false)) {
202 if (isSVG11Feature(feature
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGElement.cpp106 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const argument
108 return DOMImplementation::hasFeature(feature, version);
/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp176 void WebPage::requestPermission(QWebFrame* frame, QWebPage::Feature feature) argument
178 setFeaturePermission(frame, feature, PermissionGrantedByUser);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java77 public boolean isSupported(String feature, String version) {return false;} argument
167 * specialized APIs of the specified feature and version. The
170 * @param feature The name of the feature requested (case-insensitive).
171 * @param version This is the version number of the feature to test. If
173 * any version of the feature will cause the method to return an
174 * object that supports at least one version of the feature.
176 * the specified feature and version, if any, or <code>null</code> if
178 * feature. If the <code>DOMObject</code> returned by this method
185 public Object getFeature(String feature, Strin argument
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser_list.cc539 Browser::WindowFeature feature) {
542 p, Browser::TYPE_ANY, feature, kMatchCanSupportWindowFeature);
546 Browser::TYPE_ANY, feature,
538 FindBrowserWithFeature(Profile* p, Browser::WindowFeature feature) argument
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.h191 /* [in] */ BSTR feature,
415 /* [in] */ BSTR feature,
417 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
646 /* [in] */ BSTR feature,
648 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
414 isSupported( BSTR feature, BSTR version, BOOL* result) argument
645 isSupported( BSTR feature, BSTR version, BOOL* result) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.c2 * hostapd / Hardware feature query and different modes
72 struct hostapd_hw_modes *feature = &modes[i]; local
75 for (j = 0; j < feature->num_channels; j++) {
83 if (feature->channels[j].flag &
87 feature->channels[j].flag |=
89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
93 feature->mode,
94 feature->channels[j].chan,
95 feature->channels[j].freq,
96 feature
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c2 * hostapd / Hardware feature query and different modes
72 struct hostapd_hw_modes *feature = &modes[i]; local
75 for (j = 0; j < feature->num_channels; j++) {
83 if (feature->channels[j].flag &
87 feature->channels[j].flag |=
89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
93 feature->mode,
94 feature->channels[j].chan,
95 feature->channels[j].freq,
96 feature
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.c2 * hostapd / Hardware feature query and different modes
72 struct hostapd_hw_modes *feature = &modes[i]; local
75 for (j = 0; j < feature->num_channels; j++) {
83 if (feature->channels[j].flag &
87 feature->channels[j].flag |=
89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
93 feature->mode,
94 feature->channels[j].chan,
95 feature->channels[j].freq,
96 feature
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderContext.java101 /** A stack that hold the parent structure of currently loaded feature. */
288 * This method adds a loaded feature to the map. The key is its unique old
292 * the address of the feature
294 * the name of the feature
296 * the filled structure of the feature
297 * @param feature
298 * the feature we want to store
300 public void addLoadedFeatures(Long oldMemoryAddress, String featureName, Structure structure, Object feature) { argument
301 if (oldMemoryAddress == null || structure == null || feature == null) {
304 Object[] storedData = new Object[] { structure, feature };
[all...]
/external/qemu/hw/
H A Dbt-hid.c98 } dataother, datain, dataout, feature, intrdataout; member in struct:bt_hid_device_s
120 s->feature.len = 0;
283 s->feature.buffer, MIN(rlen, s->feature.len));
300 s->feature.len = len - 1;
301 memcpy(s->feature.buffer, data + 1, s->feature.len);
364 memcpy(s->feature.buffer + s->feature.len, data + 1, len - 1);
365 s->feature
[all...]
/external/v8/src/
H A Dplatform-nullos.cc213 bool OS::ArmCpuHasFeature(CpuFeature feature) { argument
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java974 public boolean isSupported(String feature, String version) argument
1101 public Object getFeature(String feature, String version) { argument
1102 return isSupported(feature, version) ? this : null;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java173 * Set an implementation dependent feature.
177 * @param featureId A feature URL.
178 * @param state true if this feature should be on, false otherwise.
557 * Tests whether DTM DOM implementation implements a specific feature and
558 * that feature is supported by this node.
559 * @param feature The name of the feature to test.
560 * @param version This is the version number of the feature to test.
562 * specified, supporting any version of the feature will cause the
564 * @return Returns <code>true</code> if the specified feature i
567 isSupported(String feature, String version) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java700 * Tests whether the DOM implementation implements a specific feature and
701 * that feature is supported by this node.
702 * @param feature The name of the feature to test. This is the same name
705 * @param version This is the version number of the feature to test. In
707 * specified, supporting any version of the feature will cause the
713 public boolean isSupported(String feature, String version) argument
1232 * specialized APIs of the specified feature and version. The
1235 * @param feature The name of the feature requeste
1250 getFeature(String feature, String version) argument
[all...]
/external/expat/amiga/include/libraries/
H A Dexpat.h536 enum XML_FeatureEnum feature; member in struct:__anon5370
/external/expat/lib/
H A Dexpat.h1025 enum XML_FeatureEnum feature; member in struct:__anon5376

Completed in 9466 milliseconds

123