/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 157 __be32 s_feature_compat; /* compatible feature set */ 158 __be32 s_feature_incompat; /* incompatible feature set */ 159 __be32 s_feature_ro_compat; /* readonly-compatible feature set */
|
/system/media/wilhelm/src/ |
entry.c | 63 switch (option->feature) { 71 SL_LOGE("unknown engine option: feature=%u data=%u", 72 option->feature, option->data);
|
/system/media/wilhelm/tests/sandbox/ |
engine.c | 87 options[0].feature = 0x12345; 105 options[0].feature = SL_ENGINEOPTION_THREADSAFE; 107 options[1].feature = SL_ENGINEOPTION_LOSSOFCONTROL;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
UnImplNode.java | 700 * Tests whether the DOM implementation implements a specific feature and 701 * that feature is supported by this node. 702 * @param feature The name of the feature to test. This is the same name 705 * @param version This is the version number of the feature to test. In 707 * specified, supporting any version of the feature will cause the 713 public boolean isSupported(String feature, String version) 1232 * specialized APIs of the specified feature and version. The 1235 * @param feature The name of the feature requested (case-insensitive) [all...] |
/external/oprofile/doc/ |
internals.xml | [all...] |
/libcore/luni/src/main/java/org/xml/sax/ext/ |
EntityResolver2.java | 33 * <em>http://xml.org/sax/features/use-entity-resolver2</em> feature flag 34 * set to <em>true</em> (which is its default value when the feature is 49 * that support this particular feature. 50 * They will insist that feature flag have a value of "true", and the 153 * a class of entities (parameter or general) through use of feature
|
/sdk/eclipse/buildConfig/ |
build.properties | 28 product=/plugin or feature id/path/to/.product 121 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde. 126 #The generated suffix is computed according to the content of the feature 151 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo 153 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 66 * a kernel struct super_block. This will allow us to call the feature-test 179 * Data structures used by the directory indexing feature 528 * Note: the difference between the compatible feature set and 529 * the incompatible feature set is that if there is a bit set 530 * in the incompatible feature set that the kernel doesn't 534 * about a feature in either the compatible or incompatible 535 * feature set, it must abort and not try to meddle with 541 __u32 s_feature_compat; /* compatible feature set */ 542 __u32 s_feature_incompat; /* incompatible feature set */ 543 __u32 s_feature_ro_compat; /* readonly-compatible feature set * [all...] |
/external/opencv/cv/src/ |
cvhaar.cpp | 68 CvHidHaarFeature feature; member in struct:CvHidHaarTreeNode 316 CvHaarFeature* feature = classifier->haar_feature + l; local 322 if( fabs(feature->rect[2].weight) < DBL_EPSILON || 323 feature->rect[2].r.width == 0 || 324 feature->rect[2].r.height == 0 ) 325 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) ); 528 CvHaarFeature* feature = local 533 &cascade->stage_classifier[i].classifier[j].node[l].feature; 551 r[k] = feature->rect[k].r 2173 CvHaarFeature* feature = &tree->haar_feature[k]; local [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 348 * This feature determines whether the parser processes 360 * This feature determines whether namespace attributes are 362 * the default value is false. This feature cannot be changed 372 * This feature determines whether the document declaration 377 * If this feature is activated, then the document declaration 383 * The default value of this feature is false. It cannot be changed 393 * If this feature is activated, all validation errors as 397 * <p><strong>Please Note:</strong> This feature can not be changed 416 * @exception XmlPullParserException If the feature is not supported or can not be set 417 * @exception IllegalArgumentException If string with the feature name is nul [all...] |
/external/kernel-headers/original/linux/ |
ext3_fs.h | 441 * Note: the difference between the compatible feature set and 442 * the incompatible feature set is that if there is a bit set 443 * in the incompatible feature set that the kernel doesn't 447 * about a feature in either the compatible or incompatible 448 * feature set, it must abort and not try to meddle with 454 __le32 s_feature_compat; /* compatible feature set */ 455 /*60*/ __le32 s_feature_incompat; /* incompatible feature set */ 456 __le32 s_feature_ro_compat; /* readonly-compatible feature set */ 506 * a kernel struct super_block. This will allow us to call the feature-test 534 * Feature set definition [all...] |
/external/llvm/utils/TableGen/ |
SubtargetEmitter.cpp | 82 // Begin feature table 86 // For each feature 89 // Next feature 90 Record *Feature = FeatureList[i]; 92 const std::string &Name = Feature->getName(); 93 const std::string &CommandLineName = Feature->getValueAsString("Name"); 94 const std::string &Desc = Feature->getValueAsString("Desc"); 98 // Emit as { "feature", "description", featureEnum, i1 | i2 | ... | in } 105 Feature->getValueAsListOfDefs("Implies"); 125 // End feature tabl [all...] |
/external/wpa_supplicant_8/src/ap/ |
hw_features.c | 2 * hostapd / Hardware feature query and different modes 72 struct hostapd_hw_modes *feature = &modes[i]; local 75 for (j = 0; j < feature->num_channels; j++) { 83 if (feature->channels[j].flag & 87 feature->channels[j].flag |= 89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED) 93 feature->mode, 94 feature->channels[j].chan, 95 feature->channels[j].freq, 96 feature->channels[j].max_tx_power) [all...] |
/frameworks/base/core/java/android/os/ |
Debug.java | 407 * method is made available to the "emulator -trace" feature. There 603 * external allocation tracking feature was removed in Honeycomb. 615 * external allocation tracking feature was removed in Honeycomb. 627 * The external allocation tracking feature was removed in 640 * allocation requests. The external allocation tracking feature 663 * current thread. The external allocation tracking feature was 676 * external allocation tracking feature was removed in Honeycomb. 711 * external allocation tracking feature was removed in Honeycomb. 721 * external allocation tracking feature was removed in Honeycomb. 731 * external allocation tracking feature was removed in Honeycomb [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Document.java | 372 * support the <code>"XML"</code> feature, since namespaces were 441 * support the <code>"XML"</code> feature, since namespaces were 515 * "XML" feature. 523 * this document supports the "XML" feature, the value is 525 * feature, the value is always <code>null</code>. Changing this 532 * <code>DOMImplementation.hasFeature(feature, version)</code> method 539 * the "XML" feature defined in this specification. <code>Document</code> 540 * objects supporting a version of the "XMLVersion" feature must not 548 * this document supports the "XML" feature, the value is 550 * feature, the value is always <code>null</code>. Changing thi [all...] |
/external/stlport/stlport/stl/config/ |
user_config.h | 107 * by default to rename std:: for the user to stlport::. If you do not want this feature, 212 * Some compilers support the automatic linking feature. 215 * For the moment, this feature is only supported and implemented within STLport 290 * a container of void*. This feature has shown very good result on object files size 294 * - with compilers not supporting partial template specialization feature, you won't 311 * to use this feature at STLport built time you will have to define the
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
SAXParserFactory.java | 182 * <p>Sets the particular feature in the underlying implementation of 187 * <p>All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature. 188 * When the feature is</p> 198 * When the feature is <code>false</code>, the implementation will processing XML according to the XML specifications without 203 * @param name The name of the feature to be set. 204 * @param value The value of the feature to be set.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 107 * by default to rename std:: for the user to stlport::. If you do not want this feature, 212 * Some compilers support the automatic linking feature. 215 * For the moment, this feature is only supported and implemented within STLport 290 * a container of void*. This feature has shown very good result on object files size 294 * - with compilers not supporting partial template specialization feature, you won't 311 * to use this feature at STLport built time you will have to define the
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 107 * by default to rename std:: for the user to stlport::. If you do not want this feature, 212 * Some compilers support the automatic linking feature. 215 * For the moment, this feature is only supported and implemented within STLport 290 * a container of void*. This feature has shown very good result on object files size 294 * - with compilers not supporting partial template specialization feature, you won't 311 * to use this feature at STLport built time you will have to define the
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 107 * by default to rename std:: for the user to stlport::. If you do not want this feature, 212 * Some compilers support the automatic linking feature. 215 * For the moment, this feature is only supported and implemented within STLport 290 * a container of void*. This feature has shown very good result on object files size 294 * - with compilers not supporting partial template specialization feature, you won't 311 * to use this feature at STLport built time you will have to define the
|
/bionic/libc/kernel/common/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/development/ndk/platforms/android-3/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/development/pdk/docs/source/ |
report-bugs.jd | 31 href="http://code.google.com/p/android/issues/entry?template=Feature%20request">Request 32 a New Feature</a> - use this for a feature you'd like to see in a future
|
/docs/source.android.com/src/source/ |
life-of-a-bug.md | 26 intended only for bugs and feature requests related to the Android software 129 typically used for feature requests instead of bugs. That is, an AOSP 139 This bug has been fixed (or feature implemented) in
|
report-bugs.md | 42 - [Feature Request](http://code.google.com/p/android/issues/entry?template=Feature%20request) - use this for a feature you'd like to see in a future verison
|