Searched refs:feature (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst61 distributions), and as such it's mature, hardened, and feature-rich. Your
98 * Static linking with glibc is rarely used. Use this feature with caution.
/external/chromium_org/pdf/
H A Dinstance.h170 virtual void DocumentHasUnsupportedFeature(const std::string& feature);
488 // Used so that we only tell the browser once about an unsupported feature, to
493 // the stats if a feature shows up many times per document.
H A Dout_of_process_instance.cc1179 const std::string& feature) {
1181 metric += feature;
1178 DocumentHasUnsupportedFeature( const std::string& feature) argument
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h1025 enum XML_FeatureEnum feature; member in struct:__anon11771
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... .File[] features int i java.io.File feature String fileName String unpackedFeatureName java.io.File unPackedFeature ...
/external/expat/lib/
H A Dexpat.h1025 enum XML_FeatureEnum feature; member in struct:__anon21355
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel_unittest.cc44 #define MAYBE_SKIP_TEST(feature) \
45 if (!(rtc::SSLStreamAdapter::feature())) { \
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c776 uint32_t WebPDemuxGetI(const WebPDemuxer* dmux, WebPFormatFeature feature) { argument
779 switch (feature) {
/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapter_unittest.cc64 #define MAYBE_SKIP_TEST(feature) \
65 if (!(rtc::SSLStreamAdapter::feature())) { \
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1551 ** Description Check whether a feature of the serial API is supported.
1555 ** Returns TRUE if the feature is supported
1556 ** FALSE if the feature is not supported
1560 UDRV_API BOOLEAN USERIAL_Feature(tUSERIAL_FEATURE feature) argument
1562 switch (feature)
/external/libpng/projects/owatcom/
H A Dpngconfig.mak134 $# inconsistent feature requests, or even malformed requests, in
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli203 (** Returns the feature string used while creating this target machine. See
/external/webp/src/demux/
H A Ddemux.c776 uint32_t WebPDemuxGetI(const WebPDemuxer* dmux, WebPFormatFeature feature) { argument
779 switch (feature) {
/external/chromium_org/v8/src/
H A Dparser.cc780 for (int feature = 0; feature < v8::Isolate::kUseCounterFeatureCount;
781 ++feature) {
782 use_counts_[feature] = 0;
1378 // Create an empty literal as long as the feature isn't finished.
4051 for (int feature = 0; feature < v8::Isolate::kUseCounterFeatureCount;
4052 ++feature) {
4053 for (int i = 0; i < use_counts_[feature]; ++i) {
4054 isolate()->CountUsage(v8::Isolate::UseCounterFeature(feature));
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js404 "float", "float-offset", "flow-from", "flow-into", "font", "font-feature-settings",
587 "font-family", "src", "unicode-range", "font-variant", "font-feature-settings",
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h1230 xmlHasFeature (xmlFeature feature);
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm32 ; purposes to add a new feature, we strongly encourage contributing a patch
33 ; as this feature might be useful for others as well. Send patches or ideas
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex37 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/libxml2/include/libxml/
H A Dparser.h1236 xmlHasFeature (xmlFeature feature);
/external/stlport/stlport/stl/config/
H A Dfeatures.h148 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c999 GLboolean GL_APIENTRY glEnableFeatureCHROMIUM(const char* feature) { argument
1003 return ext->EnableFeatureCHROMIUM(glGetCurrentContextPPAPI(), feature);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSStyleModel.js1305 this._feature = payload.feature;
1338 feature: function()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection_unittest.cc58 #define MAYBE_SKIP_TEST(feature) \
59 if (!(feature())) { \

Completed in 714 milliseconds

<<1112131415