/development/samples/CubeLiveWallpaper/ |
AndroidManifest.xml | 25 <uses-feature android:name="android.software.live_wallpaper" /> 27 <uses-feature android:name="android.software.live_wallpaper" />
|
/development/samples/HoneycombGallery/ |
AndroidManifest.xml | 25 <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> 27 <uses-feature android:name="android.hardware.camera" android:required="false" />
|
/external/chromium/chrome/browser/ |
gpu_data_manager.h | 65 // Inserting disable-feature switches into renderer process command-line 66 // in correspondance to preliminary gpu feature flags.
|
/external/llvm/include/llvm/Support/ |
Host.h | 56 /// \param Features - A string mapping feature names to either 59 /// all valid LLVM feature names.
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DefaultAddressResolver.java | 39 * feature. The address resolover is consulted to convert a Hop into a meaningful address. The default 45 * This feature is also useful for DNS SRV lookup which is not implemented by the RI at present.
|
/external/valgrind/unittest/ |
old_test_suite.h | 43 FEATURE = 1 << 0, 89 TestAdder(void_func_void_t f, int id, int flags = FEATURE) {
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_domimplementationfeaturexml.js | 80 DOMImplementation object whose "hasFeature(feature, 81 version)" method is invoked with "feature" equal to "html" or "xml".
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_domimplementationfeaturexml.js | 80 DOMImplementation object whose "hasFeature(feature, 81 version)" method is invoked with "feature" equal to "html" or "xml".
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domimplementationregistry07.js | 72 DOMImplementationRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0") should return 90 domImpl = domImplRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0");
|
domimplementationregistry18.js | 72 DOMImplementationRegistry.getDOMImplementationList("http://www.example.com/bogus-feature 99.0") 89 domImplList = domImplRegistry.getDOMImplementationList("http://www.example.com/bogus-feature 99.0");
|
/external/webkit/Source/WebCore/dom/ |
DOMImplementation.h | 47 static bool hasFeature(const String& feature, const String& version); 51 DOMImplementation* getInterface(const String& feature);
|
/frameworks/base/core/java/android/net/ |
IConnectivityManager.aidl | 59 int startUsingNetworkFeature(int networkType, in String feature, 62 int stopUsingNetworkFeature(int networkType, in String feature);
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementationSource.java | 29 * are required. This is a space separated list in which each feature 49 * are required. This is a space separated list in which each feature
|
/libcore/luni/src/main/java/org/xml/sax/ |
package.html | 14 <h2> SAX2 Standard Feature Flags </h2> 17 feature flags which can be used to examine and perhaps modify 21 Currently defined standard feature URIs have the prefix 29 <th>Feature ID</th> 191 <td> Controls whether, when the <em>namespace-prefixes</em> feature 217 Support for any other feature flags is entirely optional. 222 or may choose not to expose the feature flag. 225 of these standard feature flags, but not while parsing.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cramfs_fs.h | 58 __u32 flags; /* feature flags */ 67 * Feature flags
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
ns_core.c | 21 // Set Feature Extraction Parameters 51 // fluctuation limit of lrt feature 54 //limit on the max and min values for the feature thresholds 64 //criteria of weight of histogram peak to accept/reject feature 169 //feature quantities 187 inst->priorModelPars[0] = LRT_FEATURE_THR; //default threshold for lrt feature 192 inst->priorModelPars[3] = (float)0.5; //threshold for template-difference feature: 194 inst->priorModelPars[4] = (float)1.0; //default weighting parameter for lrt feature 196 // spectral flatness feature 198 // spectral difference feature [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 46 /** Flag for the "options panel" feature. This is enabled by default. */ 48 /** Flag for the "no title" feature, turning off the title at the top 51 /** Flag for the progress indicator feature */ 61 /** Flag for custom title. You cannot combine this feature with other title features. */ 73 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over 236 * time onCreatePanelMenu() is called for this feature. [all...] |
/frameworks/base/docs/html/guide/appendix/ |
market-filters.jd | 38 href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a></code></li> 209 href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a> 218 </strong>The manifest includes <code><uses-feature 223 </strong>The manifest does not include a <code><uses-feature></code> 227 href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a> 231 <code><uses-permission></code> elements as feature requirements equivalent 232 to those declared in <code><uses-feature></code> elements. See < [all...] |
/development/ndk/platforms/android-5/samples/hello-gl2/ |
AndroidManifest.xml | 35 <uses-feature android:glEsVersion="0x00020000"/>
|
/development/samples/BasicGLSurfaceView/ |
AndroidManifest.xml | 23 <uses-feature android:glEsVersion="0x00020000" />
|
/development/samples/NFCDemo/res/values/ |
strings.xml | 25 <!-- Heading for the text of the content in the "my tag" feature. -->
|
/development/samples/Support4Demos/res/values/ |
styles.xml | 28 fullscreen theme, because they don't support some feature that help
|
/external/bison/lib/ |
xalloc-die.c | 42 safety feature if exit_failure is 0 (which shouldn't happen). */
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.debugger.html | 12 Although not finalized, this API is feature rich. There is a proof of concept
|
/external/clang/test/CodeGen/ |
arm-vector-arguments.c | 5 // RUN: -target-feature +soft-float-abi \
|