HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 426 - 450 of 882) sorted by null

<<11121314151617181920>>

  /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/chromium_org/chrome/browser/ui/
browser.h 366 // Returns true if the Browser supports the specified feature. The value of
370 // feature use |CanSupportWindowFeature|.
371 bool SupportsWindowFeature(WindowFeature feature) const;
373 // Returns true if the Browser can support the specified feature. See comment
375 bool CanSupportWindowFeature(WindowFeature feature) const;
784 bool SupportsWindowFeatureImpl(WindowFeature feature,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 517 CSSFontFeatureValue* feature = toCSSFontFeatureValue(item); local
518 settings->append(FontFeature(feature->tag(), feature->value()));
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharp.swg     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 530 hb_feature_t feature;
532 feature.tag = HB_TAG(tag[0], tag[1], tag[2], tag[3]);
533 feature.value = settings->at(i).value();
534 feature.start = 0;
535 feature.end = static_cast<unsigned>(-1);
536 m_features.append(feature);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 382 # tests for -m$1 toggling the feature given in $2. If $2 is empty $1 is used.
385 local feature="$2"
386 [ -n "$feature" ] || feature="$opt"
388 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then
389 RTCD_OPTIONS="${RTCD_OPTIONS}--disable-$feature "
391 soft_enable "$feature"
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 382 # tests for -m$1 toggling the feature given in $2. If $2 is empty $1 is used.
385 local feature="$2"
386 [ -n "$feature" ] || feature="$opt"
388 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then
389 RTCD_OPTIONS="${RTCD_OPTIONS}--disable-$feature "
391 soft_enable "$feature"
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 382 # tests for -m$1 toggling the feature given in $2. If $2 is empty $1 is used.
385 local feature="$2"
386 [ -n "$feature" ] || feature="$opt"
388 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then
389 RTCD_OPTIONS="${RTCD_OPTIONS}--disable-$feature "
391 soft_enable "$feature"
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 236 * Return a summary of the device's feature as a semi-colon-delimited list of colon separated
277 * @return list of feature names from sdk
285 String feature = (String) field.get(null); local
286 features.add(feature);
321 // Null feature name means this feature is the open gl es version feature.
327 return "No feature for Open GL ES version.";
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 42 #include "extensions/common/features/feature.h"
475 extensions::Feature* feature = feature_provider->GetFeature("app.runtime"); local
476 return feature->IsAvailableToExtension(extension).is_available();
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 357 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {
358 switch (feature) {
  /external/chromium_org/gpu/config/
gpu_control_list_unittest.cc 20 #define EXPECT_SINGLE_FEATURE(feature_set, feature) \
21 EXPECT_TRUE(feature_set.size() == 1 && feature_set.count(feature) == 1)
74 // Default control list settings: all feature are allowed.
  /external/chromium_org/remoting/webapp/
host_controller.js 95 remoting.HostController.Feature = {
101 * @param {remoting.HostController.Feature} feature The feature to test for.
105 remoting.HostController.prototype.hasFeature = function(feature, callback) {
108 this.hostDispatcher_.hasFeature(feature, callback);
325 remoting.HostController.Feature.OAUTH_CLIENT,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 37 #define MAYBE_SKIP_TEST(feature) \
38 if (!(feature())) { \
39 LOG(LS_INFO) << "Feature disabled... skipping"; \
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
query.c 449 * Query the implementation's support for a specific feature.
452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature,
458 switch (feature) {
  /external/lldb/scripts/Python/interface/
SBTypeCategory.i 12 %feature("docstring",
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 449 * Query the implementation's support for a specific feature.
452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature,
458 switch (feature) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /sdk/emulator/opengl/
Android.mk 54 # For the import/export feature to work properly, you must include
  /development/ndk/platforms/android-3/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
pkt_sched.h 56 unsigned short feature; member in struct:tc_ratespec
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 167 const ClientPhishingRequest::Feature& feature = local
169 EXPECT_EQ(0U, features->count(feature.name()));
170 (*features)[feature.name()] = feature.value();
175 // Feature extraction takes ownership of the request object
205 int num_pending_; // Number of pending feature extractions.
386 // We shouldn't have a feature for the last redirect in the chain, since it
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 383 // Determines whether this controller's window supports a given feature (i.e.,
384 // whether a given feature is or can be shown in the window).
385 // TODO(viettrungluu): |feature| is really should be |Browser::Feature|, but I
387 - (BOOL)supportsWindowFeature:(int)feature;
  /external/chromium_org/pdf/
out_of_process_instance.h 133 virtual void DocumentHasUnsupportedFeature(const std::string& feature);
294 // Used so that we only tell the browser once about an unsupported feature, to
299 // the stats if a feature shows up many times per document.
pdf_engine.h 169 // Notifies that an unsupported feature in the PDF was encountered.
170 virtual void DocumentHasUnsupportedFeature(const std::string& feature) = 0;

Completed in 1722 milliseconds

<<11121314151617181920>>