/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
ata.h | 230 u8 feature; member in struct:ata_taskfile
|
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
ata.h | 230 u8 feature; member in struct:ata_taskfile
|
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
ata.h | 230 u8 feature; member in struct:ata_taskfile
|
pkt_sched.h | 56 unsigned short feature; member in struct:tc_ratespec
|
/libcore/luni/src/test/java/tests/xml/ |
DomTest.java | 563 @KnownFailure("Dalvik doesn't support the element traversal feature") 568 private void assertFeature(String feature, String version) { 570 + feature + " v. " + version + " but does not."; 571 assertTrue(message, domImplementation.hasFeature(feature, version)); 572 assertNotNull(message, domImplementation.getFeature(feature, version)); 575 private void assertNoFeature(String feature, String version) { 576 assertFalse(domImplementation.hasFeature(feature, version)); 577 assertNull(domImplementation.getFeature(feature, version)); [all...] |
/external/webkit/WebKit/win/ |
DOMHTMLClasses.h | 273 /* [in] */ BSTR feature, 275 /* [retval][out] */ BOOL *result) { return DOMDocument::isSupported(feature, version, result); } 547 /* [in] */ BSTR feature, 549 /* [retval][out] */ BOOL *result) { return DOMElement::isSupported(feature, version, result); } [all...] |
/external/bison/djgpp/ |
djunpack.bat | 49 Rem The following uses a feature of COPY whereby it does not copy
|
/external/v8/src/ |
platform-linux.cc | 101 bool OS::ArmCpuHasFeature(CpuFeature feature) { 114 switch (feature) {
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JUnitTestCaseAdapter.java | 172 String feature, 174 return docBuilder.getDOMImplementation().hasFeature(feature,version);
|
/external/expat/amiga/include/libraries/ |
expat.h | 536 enum XML_FeatureEnum feature; member in struct:__anon3708
|
/external/webkit/WebKit/win/Interfaces/ |
DOMCore.idl | 71 - (BOOL)hasFeature:(NSString *)feature :(NSString *)version; 73 HRESULT hasFeature([in] BSTR feature, [in] BSTR version, [out, retval] BOOL* result); 193 - (BOOL)isSupported:(NSString *)feature :(NSString *)version; 195 HRESULT isSupported([in] BSTR feature, [in] BSTR version, [out, retval] BOOL* result);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 497 int feature; /*Feature selected, only scaling, zoom, contrast, frosted glass effect, cropping, mirror and rotation*/ local 528 printf("usage: %S <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n", 532 printf("usage: %s <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n", 551 feature= (_wtoi(argv[12])& (0x00FF); /*Use only lower byte*/ 567 feature=atoi(argv[12]) & (0x00FF); /*Use only lower byte*/ 599 /* Assign Parameters according to feature selected*/ 600 switch (feature) /*Assign feature selected feature parameters* [all...] |
/external/expat/lib/ |
expat.h | 992 enum XML_FeatureEnum feature; member in struct:__anon3713 [all...] |
/external/webkit/WebCore/dom/ |
Node.h | 99 static bool isSupported(const String& feature, const String& version);
|
/external/webkit/WebKitTools/Scripts/ |
bisect-builds | 64 my %validBranches = map { $_ => 1 } qw(feature-branch trunk); 93 $branch = "feature-branch" if $branch eq "feature";
|
/external/expat/xmlwf/ |
xmlwf.c | 618 if (features != NULL && features[0].feature != XML_FEATURE_END) { 623 while (features[i].feature != XML_FEATURE_END) {
|
/ndk/build/core/ |
add-application.mk | 67 # NOTE: APP_PLATFORM is an experimental feature for now.
|
/system/media/opensles/libopensles/ |
sles.c | [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 37 This feature is not so useful as the first one, however it will be 45 any applications of this feature, but it is possible that receiver will
|
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 731 To file bug reports or feature requests (other than topics listed in the
|
/external/libxml2/include/libxml/ |
parser.h | [all...] |
/external/stlport/stlport/stl/config/ |
features.h | 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature. [all...] |