Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 25 of 47) sorted by relevance

12

/external/libchrome/base/
Dfeature_list.h34 struct BASE_EXPORT Feature { struct
35 constexpr Feature(const char* name, FeatureState default_state) in Feature() argument
42 const FeatureState default_state; argument
50 // command-line or an experiment) to have a defined Feature struct, e.g.: argument
/external/llvm/lib/MC/
DSubtargetFeature.cpp32 static inline bool hasFlag(StringRef Feature) { in hasFlag()
42 static inline std::string StripFlag(StringRef Feature) { in StripFlag()
48 static inline bool isEnabled(StringRef Feature) { in isEnabled()
109 for (auto &Feature : FeatTable) in Help() local
166 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature()
191 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
266 for (auto &Feature : Features) { in getFeatureBits() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DFeature.java13 class Feature extends TaggedRecord class
19 public Feature(String theFeatureTag) in Feature() method in Feature
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { in hasFlag()
40 static inline std::string StripFlag(const StringRef Feature) { in StripFlag()
46 static inline bool isEnabled(const StringRef Feature) { in isEnabled()
56 static inline std::string PrependFlag(const StringRef Feature, in PrependFlag()
230 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, in ToggleFeature()
308 const StringRef Feature = Features[i]; in getFeatureBits() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeature.java30 public interface Feature<T> { interface
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon8ce932760111::SparseTensorColumn
87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon8ce932760111::SparseTensorColumn
95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon8ce932760111::SparseTensorColumn
119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon8ce932760111::DenseTensorColumn
127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon8ce932760111::DenseTensorColumn
133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon8ce932760111::DenseTensorColumn
/external/libpng/contrib/arm-neon/
Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
/external/tensorflow/tensorflow/core/example/
Dfeature.proto76 message Feature { message
/external/tensorflow/tensorflow/contrib/layers/kernels/
Dsparse_feature_cross_kernel.cc78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon0296df8a0111::SparseTensorColumn
87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon0296df8a0111::SparseTensorColumn
95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon0296df8a0111::SparseTensorColumn
119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon0296df8a0111::DenseTensorColumn
127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon0296df8a0111::DenseTensorColumn
133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon0296df8a0111::DenseTensorColumn
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DObjectExplorer.java249 public enum Feature { enum in ObjectExplorer
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp38 for (auto &Feature : Features) { in UsesVectorABI() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp731 struct Feature struct
733 const char* name;
734 size_t offset;
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh491 struct Feature struct
493 inline unsigned int get_lookup_count (void) const in get_lookup_count()
495 inline hb_tag_t get_lookup_index (unsigned int i) const in get_lookup_index()
497 inline unsigned int get_lookup_indexes (unsigned int start_index, in get_lookup_indexes()
502 inline const FeatureParams &get_feature_params (void) const in get_feature_params()
505 inline bool sanitize (hb_sanitize_context_t *c, in sanitize()
553 featureParams; /* Offset to Feature Parameters table (if one
557 IndexArray lookupIndex; /* Array of LookupList indices */
/external/clang/lib/Basic/
DModule.cpp60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
185 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
DTargets.cpp1130 for (const auto &Feature : Features) { in handleTargetFeatures() local
3271 for (const auto &Feature : Features) { in handleTargetFeatures() local
4952 for (const char *Feature : TargetFeatures) in initFeatureMap() local
4972 for (const auto &Feature : Features) { in handleTargetFeatures() local
5042 auto Feature = in handleTargetFeatures() local
5819 for (const auto &Feature : Features) { in handleTargetFeatures() local
6389 auto Feature = std::find(Features.begin(), Features.end(), "+soft-float"); in handleTargetFeatures() local
6804 for (const auto &Feature : Features) { in handleTargetFeatures() local
7514 for (const auto &Feature : Features) { in handleTargetFeatures() local
7787 for (const auto &Feature : Features) { in handleTargetFeatures() local
/external/python/cpython2/Tools/msi/
Dschema.py79 Feature = Table('Feature') variable
/external/python/cpython3/Lib/msilib/
Dschema.py79 Feature = Table('Feature') variable
/external/python/cpython2/Lib/msilib/
Dschema.py79 Feature = Table('Feature') variable
/external/tensorflow/tensorflow/contrib/decision_trees/proto/
Dgeneric_tree_model.proto29 message Feature { message
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc66 class Feature { class
68 Feature() {} in Feature() function in tensorflow::example::__anoncd181bca0111::parsed::Feature
69 explicit Feature(StringPiece serialized) : serialized_(serialized) {} in Feature() function in tensorflow::example::__anoncd181bca0111::parsed::Feature
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp66 TFeatureRecord* Feature) { in GetVerticalGlyphSub()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp90 Record *Feature = FeatureList[i]; in FeatureKeyValues() local
/external/v8/src/debug/
Ddebug.h235 enum Feature { enum
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1940 ReqFeatures.begin(), ReqFeatures.end(), [&](StringRef Feature) { in hasRequiredFeatures()
1944 [&](StringRef Feature) { in hasRequiredFeatures()
/external/clang/lib/Lex/
DModuleMap.cpp1625 static bool shouldAddRequirement(Module *M, StringRef Feature, in shouldAddRequirement()
1674 std::string Feature = Tok.getString(); in parseRequiresDecl() local

12