HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 13 // No CPU feature is available => straight C path.
14 int GetCPUInfoNoASM(CPUFeature feature) {
15 (void)feature;
39 // Actual feature detection for x86.
40 static int GetCPUInfo(CPUFeature feature) {
43 if (feature == kSSE2) {
46 if (feature == kSSE3) {
53 static int GetCPUInfo(CPUFeature feature) {
54 (void)feature;
  /bionic/libc/kernel/arch-x86/asm/
alternative_32.h 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
alternative_32.h 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
alternative_32.h 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java 52 public boolean hasFeature(String feature, String version) {
54 if (feature.startsWith("+")) {
55 feature = feature.substring(1);
62 if (feature.equalsIgnoreCase("Core")) {
64 } else if (feature.equalsIgnoreCase("XML")) {
66 } else if (feature.equalsIgnoreCase("XMLVersion")) {
87 public Object getFeature(String feature, String version) {
88 return hasFeature(feature, version) ? this : null;
  /external/webkit/Source/JavaScriptCore/wtf/
NullPtr.h 35 #define __has_feature(feature) 0
  /external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 24 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
25 // returns true if the CPU supports the feature.
27 // No CPU feature is available => straight C path.
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 29 * Test if the DOM implementation implements a specific feature.
30 * @param feature The name of the feature to test (case-insensitive). The
36 * @param version This is the version number of the feature to test. In
38 * not specified, supporting any version of the feature causes the
40 * @return <code>true</code> if the feature is implemented in the
43 public boolean hasFeature(String feature,
45 if (feature.equals("Core")) {
69 * not support the <code>"XML"</code> feature, if they choose not to
73 * the feature to see if it requires this method
    [all...]
DOMTestIncompatibleException.java 50 public static DOMTestIncompatibleException incompatibleFeature(String feature,
53 "Implementation does not support feature \"");
54 buf.append(feature);
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 23 * Test if the DOM implementation implements a specific feature and
25 * @param feature The name of the feature to test.
26 * @param version This is the version number of the feature to test.
27 * @return <code>true</code> if the feature is implemented in the
30 public boolean hasFeature(String feature,
49 * support the feature "XML" and the language exposed through the
95 * <code>"XML"</code> feature but a non-null namespace URI was
101 * support the feature "XML" and the language exposed through the
112 * specialized APIs of the specified feature and version, as specifie
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 32 #info-view .feature-green {
36 #info-view .feature-yellow {
40 #info-view .feature-red {
  /external/kernel-headers/original/asm-x86/
alternative_32.h 47 #define alternative(oldinstr, newinstr, feature) \
53 " .byte %c0\n" /* feature bit */ \
59 ".previous" :: "i" (feature) : "memory")
71 #define alternative_input(oldinstr, newinstr, feature, input...) \
77 " .byte %c0\n" /* feature bit */ \
83 ".previous" :: "i" (feature), ##input)
86 #define alternative_io(oldinstr, newinstr, feature, output, input...) \
92 " .byte %c[feat]\n" /* feature bit */ \
98 ".previous" : output : [feat] "i" (feature), ##input)
  /dalvik/tests/052-verifier-fun/src/
Main.java 96 BlahFeature feature = null; // interface ref local
100 feature = new BlahOne();
103 feature = new BlahTwo();
107 feature.doStuff();
  /external/webkit/Source/WebCore/bindings/objc/
DOMImplementationFront.cpp 52 bool DOMImplementationFront::hasFeature(const String& feature, const String& version) const
54 return reinterpret_cast<const DOMImplementation*>(this)->hasFeature(feature, version);
67 DOMImplementationFront* DOMImplementationFront::getInterface(const String& feature)
69 return reinterpret_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getInterface(feature));
DOMImplementationFront.h 47 bool hasFeature(const String& feature, const String& version) const;
50 DOMImplementationFront* getInterface(const String& feature);
  /external/webkit/Tools/QtTestBrowser/
webpage.h 60 void requestPermission(QWebFrame* frame, QWebPage::Feature feature);
61 void featurePermissionRequestCanceled(QWebFrame* frame, QWebPage::Feature feature);
  /external/icu4c/layout/
LookupProcessor.cpp 184 // one feature.
185 for (le_int32 feature = 0; feature < featureCount; feature += 1) {
186 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
207 // If this is the required feature, add its lookups
213 // If we added lookups from the required feature, sort them
218 for (le_uint16 feature = 0; feature < featureCount; feature += 1)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 71 for (FeatureInfo feature : mPackageManager.getSystemAvailableFeatures()) {
72 mAvailableFeatures.add(feature.name);
235 /** Get a list of feature constants in PackageManager matching a prefix. */
242 String feature = (String) field.get(null); local
243 features.add(feature);
273 * Check that if the PackageManager declares a sensor feature that the device has at least
274 * one sensor that matches that feature. Also check that if a PackageManager does not declare
362 private void assertAvailable(String feature) {
363 assertTrue("PackageManager#hasSystemFeature should return true for " + feature,
364 mPackageManager.hasSystemFeature(feature));
    [all...]
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 75 static bool isSVG10Feature(const String &feature)
97 return svgFeatures.contains(feature);
100 static bool isSVG11Feature(const String &feature)
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)
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.right(feature.length() - 35))
    [all...]
DOMImplementation.h 47 static bool hasFeature(const String& feature, const String& version);
51 DOMImplementation* getInterface(const String& feature);
DOMImplementation.idl 29 [OldStyleObjC] boolean hasFeature(in DOMString feature,
  /external/e2fsprogs/lib/e2p/
feature.c 2 * feature.c --- convert between features and strings
21 struct feature { struct
27 static struct feature feature_list[] = {
79 static struct feature jrnl_feature_list[] = {
92 struct feature *f;
123 struct feature *f;
166 struct feature *f;
197 struct feature *f;
252 * Edit a feature set array as requested by the user. The ok_array,
255 * then use it tell whether or not it is OK to clear a filesystem feature
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/
features.pm 79 die "Unknown feature: $featureName" unless $symbolName;
85 my ($feature, $required) = @_;
88 my $hasFeature = hasFeature($feature, $path);

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 910