HomeSort by relevance Sort by last modified time
    Searched defs:Feature (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /test/vts/utils/python/web/
feature_utils.py 23 class Feature(object):
24 """Configuration object for a feature.
29 enabled: boolean, True if the feature is enabled, False otherwise
36 """Creates a feature configuration object.
39 toggle_param_name: String, The name of the parameter used to toggle the feature
49 logging.info("Feature disabled in configuration: %s=False", toggle_param_name)
  /packages/apps/TV/common/src/com/android/tv/common/feature/
Feature.java 17 package com.android.tv.common.feature;
22 * A feature is elements of code that are turned off for most users until a feature is fully
35 public interface Feature {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
Feature.java 30 public interface Feature<T> {
31 /** Returns the set of features that are implied by this feature. */
32 Set<Feature<? super T>> getImpliedFeatures();
  /external/libpng/contrib/arm-neon/
linux.c 32 * it gets a match on the 'neon' feature or reaches the end of the stream.
39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine
64 state = Feature;
67 case Feature:
68 /* Match 'FEATURE', ASCII case insensitive. */
76 /* did not match 'feature' */
100 /* Either a bad line format or a 'feature' prefix followed by
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
Feature.java 13 class Feature extends TaggedRecord
19 public Feature(String theFeatureTag)
  /external/libchrome/base/
feature_list.h 24 // Specifies whether a given feature is enabled or disabled by default.
30 // The Feature struct is used to define the default state for a feature. See
32 // for a given feature name - generally defined as a constant global variable or
34 struct BASE_EXPORT Feature {
35 constexpr Feature(const char* name, FeatureState default_state)
37 // The name of the feature. This should be unique to each feature and is used
41 // The default state (i.e. enabled or disabled) for this feature.
45 // The FeatureList class is used to determine whether a given feature is on o
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectExplorer.java 55 * EnumSet.noneOf(Feature.class))}.
68 return exploreObject(rootObject, visitor, EnumSet.noneOf(Feature.class));
79 * <li>If {@link Feature#VISIT_PRIMITIVES} is contained in features,
81 * <li>If {@link Feature#VISIT_NULL} is contained in features, the visitor
99 ObjectVisitor<T> visitor, EnumSet<Feature> features) {
125 if (features.contains(Feature.VISIT_PRIMITIVES)) {
129 if (features.contains(Feature.VISIT_NULL)) {
152 if (features.contains(Feature.VISIT_NULL)) {
159 if (features.contains(Feature.VISIT_PRIMITIVES)) {
249 public enum Feature {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
SubtargetFeature.cpp 28 /// hasFlag - Determine if a feature has a flag; '+' or '-'
30 static inline bool hasFlag(const StringRef Feature) {
31 assert(!Feature.empty() && "Empty string");
33 char Ch = Feature[0];
40 static inline std::string StripFlag(const StringRef Feature) {
41 return hasFlag(Feature) ? Feature.substr(1) : Feature;
46 static inline bool isEnabled(const StringRef Feature) {
47 assert(!Feature.empty() && "Empty string")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 48 * Simple storage class for data about an Android feature.
50 static class Feature {
52 * The name of the feature. Should be one of the PackageManager.FEATURE*
74 public Feature(String name, boolean required) {
84 } else if (o == null || !(o instanceof Feature)) {
87 Feature feature = (Feature) o; local
88 return name.equals(feature.name)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 65 UINT16 Feature; /* when write */
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.h 50 // USB hub class feature selector
135 EFI_USB_PORT_FEATURE Feature;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
TcgStorageUtil.c 23 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature;
763 // Not enough bytes left for Feature descriptor
770 // Report the Feature to the callback
787 The callback function for Get Feature function.
790 @param Feature Input Feature.
791 @param FeatureSize Input Feature size.
799 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature,
807 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) {
808 FindCtx->Feature = Feature;
    [all...]
  /external/python/cpython2/Lib/msilib/
__init__.py 261 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
263 directory. If no component name is given, the directory name is used. If no feature
264 is given, the current feature is used. If no flags are given, the directory's default
285 if feature is None:
286 feature = current_feature
288 [(feature.id, component)])
401 class Feature:
407 add_data(db, "Feature",
  /external/python/cpython3/Lib/msilib/
__init__.py 260 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
262 directory. If no component name is given, the directory name is used. If no feature
263 is given, the current feature is used. If no flags are given, the directory's default
284 if feature is None:
285 feature = current_feature
287 [(feature.id, component)])
405 class Feature:
411 add_data(db, "Feature",
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 55 private static class Feature {
73 if (name.equals(Feature.VALIDATION)
74 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
75 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES)) {
79 if (name.equals(Feature.NAMESPACES)) {
83 if (name.equals(Feature.NAMESPACE_PREFIXES)) {
87 if (name.equals(Feature.STRING_INTERNING)) {
100 if (name.equals(Feature.VALIDATION)
101 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
102 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 731 struct Feature
754 static const Feature features[] =
856 resultCollector.fail("Not returning VK_ERROR_FEATURE_NOT_PRESENT when creating device with feature "
    [all...]
  /external/llvm/lib/Support/
TargetParser.cpp 92 const char *Feature;
97 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
98 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
101 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
356 if (AE.Feature && ArchExt == AE.getName())
357 return AE.Feature;
511 if (AE.Feature && ArchExt == AE.getName())
512 return AE.Feature;
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-subzero/lib/Support/
TargetParser.cpp 96 const char *Feature;
101 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
105 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \
106 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE },
363 if (AE.Feature && ArchExt == AE.getName())
364 return StringRef(AE.Feature);
514 if (AE.Feature && ArchExt == AE.getName())
515 return StringRef(AE.Feature);
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 44 // Returns the fingerprint of nth feature from the specified batch.
45 virtual InternalType Feature(int64 batch, int64 n) const = 0;
66 InternalType Feature(int64 batch, int64 n) const override;
78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const {
87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const {
95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch,
109 InternalType Feature(int64 batch, int64 n) const override;
119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const {
127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const {
133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_cross_op.cc 44 // Returns the fingerprint of nth feature from the specified batch.
45 virtual InternalType Feature(int64 batch, int64 n) const = 0;
66 InternalType Feature(int64 batch, int64 n) const override;
78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const {
87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const {
95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch,
109 InternalType Feature(int64 batch, int64 n) const override;
119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const {
127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const {
133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 59 struct Feature {
327 const Feature& features() const { return features_; }
418 Feature features_;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 456 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None):
458 directory. If no component name is given, the directory name is used. If no feature
459 is given, the current feature is used. If no flags are given, the directory's default
480 if feature is None:
481 feature = current_feature
483 [(feature.id, component)])
585 class Feature:
591 add_data(db, "Feature",
schema.py 79 Feature = Table('Feature')
80 Feature.add_field(1,'Feature',11558)
81 Feature.add_field(2,'Feature_Parent',7462)
82 Feature.add_field(3,'Title',8000)
83 Feature.add_field(4,'Description',8191)
84 Feature.add_field(5,'Display',5378)
85 Feature.add_field(6,'Level',1282)
86 Feature.add_field(7,'Directory_',0x1DFF)
    [all...]

Completed in 974 milliseconds

1 2 3 4 5 6 7 8 91011>>