/external/webrtc/src/modules/audio_processing/ns/main/source/ |
nsx_defines.h | 32 //FEATURE EXTRACTION CONFIG 47 //limit on the max and min values for the feature thresholds 52 //criteria of weight of histogram peak to accept/reject feature
|
/frameworks/base/core/java/android/net/ |
EthernetDataTracker.java | 264 * begin using the named feature. The interpretation of {@code feature} 266 * @param feature the name of the feature to be used 271 * implementation+feature combination, except that the value {@code -1} 275 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { 281 * using the named feature. The interpretation of {@code feature} 283 * @param feature the name of the feature that is no longer needed [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
domimplementationhasfeature02.java | 34 * The method "hasFeature(feature,version)" tests if the DOMImplementation implements 35 * a specific feature and if not returns false. 38 * feature and version. Check if the value returned was false.
|
domimplementationhasfeature01.java | 34 * The method "hasFeature(feature,version)" tests if the DOMImplementation implements 35 * a specific feature and if so returns true. 38 * versions as below. Valid feature names are case insensitive and versions "2.0", 39 * "1.0" and if the version is not specified, supporting any version of the feature
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hdreg.h | 78 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 84 task_ioreg_t feature; member in struct:hd_drive_task_hdr 95 task_ioreg_t feature; member in struct:hd_drive_hob_hdr 286 #define SETFEATURES_DIS_RLA 0x55 /* Disable read look-ahead feature */ 298 #define SETFEATURES_EN_RLA 0xAA /* Enable read look-ahead feature */ 470 * 3: Power Management Feature Set 471 * 2: Removable Feature Set 472 * 1: Security Feature Set 473 * 0: SMART Feature Set 481 * 10: 48-bit Address Feature Se [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
Validator.java | 319 * Look up the value of a feature flag. 321 * <p>The feature name is any fully-qualified URI. It is 322 * possible for a {@link Validator} to recognize a feature name but 324 * Some feature values may be available only in specific 330 * @param name The feature name, which is a non-null fully-qualified URI. 331 * @return The current value of the feature (true or false). 332 * @exception org.xml.sax.SAXNotRecognizedException If the feature 335 * {@link Validator} recognizes the feature name but 347 * Set the value of a feature flag. 350 * Feature can be used to control the way a {@link Validator [all...] |
/development/samples/USB/AdbTest/ |
AndroidManifest.xml | 4 <uses-feature android:name="android.hardware.usb.host" />
|
/development/samples/USB/MissileLauncher/ |
AndroidManifest.xml | 4 <uses-feature android:name="android.hardware.usb.host" />
|
/docs/source.android.com/src/tech/encryption/ |
index.md | 21 be done on a new device to get this feature working.
|
/external/astl/ |
README | 5 feature to it as we need them.
|
/external/clang/test/CodeGen/ |
arm-vector-align.c | 5 // RUN: -target-feature +soft-float-abi \
|
/external/clang/test/Lexer/ |
has_extension.c | 9 // Arbitrary feature to test that has_extension is a superset of has_feature
|
/external/clang/test/SemaCXX/ |
cxx0x-return-init-list.cpp | 4 // the C++11 generalized initializer lists feature, which happens to
|
/external/dbus/ |
NEWS | 19 - feature negotiation in the bus daemon
|
/external/dnsmasq/contrib/lease-access/ |
README | 9 This was not added as a security feature but as a mean to handle
|
/external/icu4c/extra/uconv/ |
README | 15 to always be looking for one more feature or option to add to the tool.
|
/external/llvm/utils/lit/lit/ExampleTests/ |
lit.cfg | 26 config.available_features = ['some-feature-name']
|
/external/oprofile/daemon/ |
opd_printf.h | 25 /// extended feature
|
/external/webkit/LayoutTests/http/tests/appcache/ |
disabled.html | 3 <p>Test to ensure the the window.applicationCache attribute is defined but non-functional with the feature disabled.</p>
|
/external/webkit/Source/WebCore/manual-tests/ |
input-type-file-drag-drop.html | 16 <li> Rejecting of file-promise drags (this is probably a bug, not a feature).
|
/frameworks/base/data/etc/ |
android.hardware.camera.front.xml | 19 <feature name="android.hardware.camera.front" />
|
android.hardware.camera.xml | 19 <feature name="android.hardware.camera" />
|
android.hardware.faketouch.xml | 21 <feature name="android.hardware.faketouch" />
|
android.software.sip.xml | 19 <feature name="android.software.sip" />
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
DocumentBuilderFactory.java | 299 * <p>Set a feature for this <code>DocumentBuilderFactory</code> and <code>DocumentBuilder</code>s created by this factory.</p> 302 * Feature names are fully qualified {@link java.net.URI}s. 305 * <code>DocumentBuilder</code>s it creates cannot support the feature. 306 * It is possible for an <code>DocumentBuilderFactory</code> to expose a feature value but be unable to change its state. 310 * All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature. 311 * When the feature is:</p> 326 * @param name Feature name. 327 * @param value Is feature state <code>true</code> or <code>false</code>. 330 * it creates cannot support this feature. 337 * <p>Get the state of the named feature.</p [all...] |