HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 51 - 75 of 2827) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/data/etc/
android.hardware.faketouch.multitouch.jazzhand.xml 20 <feature name="android.hardware.faketouch.multitouch" />
21 <feature name="android.hardware.faketouch.multitouch.distinct" />
22 <feature name="android.hardware.faketouch.multitouch.jazzhand" />
23 <feature name="android.hardware.faketouch" />
android.hardware.touchscreen.multitouch.distinct.xml 20 <feature name="android.hardware.touchscreen" />
21 <feature name="android.hardware.touchscreen.multitouch" />
22 <feature name="android.hardware.touchscreen.multitouch.distinct" />
23 <feature name="android.hardware.faketouch" />
handheld_core_hardware.xml 26 <feature name="android.hardware.camera" />
27 <feature name="android.hardware.location" />
28 <feature name="android.hardware.location.network" />
29 <feature name="android.hardware.sensor.compass" />
30 <feature name="android.hardware.sensor.accelerometer" />
31 <feature name="android.hardware.bluetooth" />
32 <feature name="android.hardware.touchscreen" />
33 <feature name="android.hardware.microphone" />
34 <feature name="android.hardware.screen.portrait" />
35 <feature name="android.hardware.screen.landscape" /
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.adt/
.project 3 <name>adt-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.adt.ndk/
.project 3 <name>adt-ndk-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.ddms/
.project 3 <name>ddms-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.gldebugger/
.project 3 <name>gldebugger-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.hierarchyviewer/
.project 3 <name>hierarchyviewer-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.pdt/
.project 3 <name>pdt-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.tests/
.project 3 <name>adt-tests-feature</name>
  /sdk/eclipse/features/com.android.ide.eclipse.traceview/
.project 3 <name>traceview-feature</name>
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 55 * <p>State of secure processing feature.</p>
111 * <p>Set a feature for this <code>XPathFactory</code> and
115 * Feature names are fully qualified {@link java.net.URI}s.
119 * it creates cannot support the feature.
120 * It is possible for an <code>XPathFactory</code> to expose a feature
127 * @param name Feature name.
128 * @param value Is feature state <code>true</code> or <code>false</code>.
132 * it creates cannot support this feature.
139 // feature name cannot be null
152 // all done processing feature
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 1 page.title=&lt;uses-feature&gt;
12 <li><a href="#market-feature-filtering">Android Market and Feature-Based Filtering</a>
16 <li><a href="#bt-permission-handling">Special handling for Bluetooth feature</a></li>
24 <li><a href="#permissions">Permissions that Imply Feature Requirements</a></li>
36 <pre class="stx">&lt;uses-feature android:<a href="#name">name</a>="<em>string</em>"
49 <p style="color:#669999;">Android Market and <code style="color:#669999;">&lt;uses-feature&gt;</code> elements</p>
52 devices. One of the ways Market filters applications is by feature compatibility.</p>
55 <code>&lt;uses-feature&gt;</code> elements in each application's manifest, to
56 establish the app's feature needs. Market then shows or hides the application t
    [all...]
  /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...]
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.js 61 // Feature map
79 'disabled_software': 'feature-yellow',
80 'disabled_off': 'feature-red',
81 'software': 'feature-yellow',
82 'unavailable_off': 'feature-red',
83 'unavailable_software': 'feature-yellow',
84 'enabled': 'feature-green'
90 var featureStatusList = this.querySelector('.feature-status-list');
99 // feature status list
103 var feature = gpuInfo.featureStatus.featureStatus[i]
    [all...]
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 31 const SubtargetFeatureKV *ProcFeatures; // Processor feature list
39 uint64_t FeatureBits; // Feature bits for current CPU + FS
54 /// getFeatureBits - Return the feature bits.
61 /// feature string), recompute and return feature bits.
64 /// ToggleFeature - Toggle a feature and returns the re-computed feature
68 /// ToggleFeature - Toggle a feature and returns the re-computed feature
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported01.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. XXX is NOT a legal value for the feature parameter.
38 * The method should return "false" since XXX is not a valid feature.
42 * node object on which the "isSupported(feature,version)"
43 * method is invoked with "feature" equal to "XXX" and version to "1.0".
44 * The method should return a boolean "false" since XXX is not a valid feature.
domimplementationfeaturecore.java 47 * The "feature" parameter in the
48 * "hasFeature(feature,version)" method is the package name
49 * of the feature. Legal values are XML and HTML and CORE.
50 * (Test for feature core, lower case)
54 * DOMImplementation object whose "hasFeature(feature,
55 * version)" method is invoked with feature equal to "core".
domimplementationfeaturexmlversion2.java 47 * The "feature" parameter in the
48 * "hasFeature(feature,version)" method is the package name
49 * of the feature. Legal values are XML and HTML.
50 * (Test for feature "xml" and version "2.0")
54 * DOMImplementation object whose "hasFeature(feature,
55 * version)" method is invoked with "feature" equal to "xml".
  /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/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...]

Completed in 635 milliseconds

1 23 4 5 6 7 8 91011>>