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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 23 // No CPU feature is available => straight C path.
24 int GetCPUInfoNoASM(CPUFeature feature) {
25 (void)feature;
53 // Actual feature detection for x86.
54 static int GetCPUInfo(CPUFeature feature) {
57 if (feature == kSSE2) {
60 if (feature == kSSE3) {
67 static int GetCPUInfo(CPUFeature feature) {
68 (void)feature;
  /bionic/libc/kernel/arch-x86/asm/
alternative_32.h 36 #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")
37 #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)
39 #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 36 #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")
37 #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)
39 #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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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)
  /prebuilts/ndk/android-ndk-r7/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
  /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/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
35 // returns true if the CPU supports the feature.
37 // No CPU feature is available => straight C path.
  /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 191 // one feature.
192 for (le_int32 feature = 0; feature < featureCount; feature += 1) {
193 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
217 // If this is the required feature, add its lookups
223 // If we added lookups from the required feature, sort them
228 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
365 private void assertAvailable(String feature) {
366 assertTrue("PackageManager#hasSystemFeature should return true for " + feature,
367 mPackageManager.hasSystemFeature(feature));
    [all...]
  /external/valgrind/main/tests/
s390x_features.c 16 // - 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)
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, "s390x-ldisp") == 0 )
    [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...]
  /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

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>