| /external/angle/include/platform/ |
| D | Feature.h | 101 struct Feature struct 115 const FeatureCategory category; argument 131 inline Feature::Feature(const Feature &other) = default; argument
|
| /external/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 32 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 36 static inline bool hasFlag(StringRef Feature) { in hasFlag() 45 static inline std::string StripFlag(StringRef Feature) { in StripFlag() 50 static inline bool isEnabled(StringRef Feature) { in isEnabled() 107 for (auto &Feature : FeatTable) in Help() local 154 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature() 177 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 243 for (const std::string &Feature : Features) { in getFeatureBits() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validation_state.h | 66 struct Feature { struct 67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 74 bool variable_pointers = false; 77 bool variable_pointers_storage_buffer = false; 80 bool group_ops_reduce_and_scans = false; 83 bool declare_int8_type = false; 87 bool env_relaxed_block_layout = false; 91 bool use_int8_type = false; [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validation_state.h | 66 struct Feature { struct 67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 74 bool variable_pointers = false; 77 bool variable_pointers_storage_buffer = false; 80 bool group_ops_reduce_and_scans = false; 83 bool declare_int8_type = false; 87 bool env_relaxed_block_layout = false; 91 bool use_int8_type = false; [all …]
|
| /external/angle/third_party/spirv-tools/src/source/val/ |
| D | validation_state.h | 66 struct Feature { struct 67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 74 bool variable_pointers = false; 77 bool variable_pointers_storage_buffer = false; 80 bool group_ops_reduce_and_scans = false; 83 bool declare_int8_type = false; 87 bool env_relaxed_block_layout = false; 91 bool use_int8_type = false; [all …]
|
| /external/libchrome/base/ |
| D | feature_list.h | 35 struct BASE_EXPORT Feature { struct 43 const FeatureState default_state; argument 48 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument
|
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | Feature.java | 13 class Feature extends TaggedRecord class 19 public Feature(String theFeatureTag) in Feature() method in Feature
|
| /external/skia/modules/skshaper/include/ |
| D | SkShaper.h | 94 struct Feature { struct 95 SkFourByteTag tag; 96 uint32_t value; 97 size_t start; // Offset to the start (utf8) element of the run. 98 size_t end; // Offset to one past the last (utf8) element of the run.
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
| D | UnsupportedZipFeatureException.java | 95 public static class Feature implements java.io.Serializable { class in UnsupportedZipFeatureException 125 private Feature(final String name) { in Feature() method in UnsupportedZipFeatureException.Feature
|
| /external/grpc-grpc/examples/cpp/route_guide/ |
| D | helper.h | 26 class Feature; variable
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/ |
| D | Feature.java | 29 public interface Feature<T> { interface
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
| D | Feature.java | 29 public interface Feature<T> { interface
|
| /external/grpc-grpc/examples/ruby/lib/ |
| D | route_guide_pb.rb | 34 Feature = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Feature").msgclass constant
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sparse_cross_op.cc | 78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anone44c5bc40111::SparseTensorColumn 87 tstring SparseTensorColumn<tstring>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anone44c5bc40111::SparseTensorColumn 95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anone44c5bc40111::SparseTensorColumn 119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anone44c5bc40111::DenseTensorColumn 127 tstring DenseTensorColumn<tstring>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anone44c5bc40111::DenseTensorColumn 133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anone44c5bc40111::DenseTensorColumn
|
| /external/libpng/contrib/arm-neon/ |
| D | linux.c | 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
|
| /external/grpc-grpc/examples/python/multiplex/ |
| D | route_guide_pb2.py | 256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( variable
|
| /external/grpc-grpc/examples/python/route_guide/ |
| D | route_guide_pb2.py | 256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( variable
|
| /external/tensorflow/tensorflow/core/example/ |
| D | feature.proto | 76 message Feature { message
|
| /external/dagger2/java/dagger/internal/codegen/ |
| D | ProcessingEnvironmentCompilerOptions.java | 262 enum Feature implements EnumOption<FeatureStatus> { enum in ProcessingEnvironmentCompilerOptions 286 Feature() { in Feature() method in ProcessingEnvironmentCompilerOptions.Feature 290 Feature(FeatureStatus defaultValue) { in Feature() method in ProcessingEnvironmentCompilerOptions.Feature
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | F__e_a_t.py | 112 class Feature(object): class
|
| /external/grpc-grpc/examples/protos/ |
| D | route_guide.proto | 77 message Feature { message
|
| /external/grpc-grpc-java/examples/src/main/proto/ |
| D | route_guide.proto | 76 message Feature { message
|
| /external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
| D | route_guide.proto | 76 message Feature { message
|
| /external/vixl/src/ |
| D | cpu-features.h | 187 enum Feature { enum
|