/external/llvm/utils/TableGen/ |
SubtargetEmitter.cpp | 169 // Begin feature table 174 // For each feature 177 // Next feature 178 Record *Feature = FeatureList[i]; 180 const std::string &Name = Feature->getName(); 181 const std::string &CommandLineName = Feature->getValueAsString("Name"); 182 const std::string &Desc = Feature->getValueAsString("Desc"); 186 // Emit as { "feature", "description", { featureEnum }, { i1 , i2 , ... , in } } 193 Feature->getValueAsListOfDefs("Implies"); 211 // End feature tabl [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbDesc.c | 936 Usb UsbIo interface to clear the feature. This is should
942 @param Feature The feature to clear.
945 @retval EFI_SUCCESS The device feature is cleared.
946 @retval Others Failed to clear the feature.
953 IN UINT16 Feature,
963 DevReq.Value = Feature;
|
/external/fonttools/Lib/fontTools/varLib/ |
mutator.py | 280 table.FeatureList.FeatureRecord[rec.FeatureIndex].Feature = rec.Feature
|
/external/grpc-grpc/examples/objective-c/route_guide/ |
ViewControllers.m | 62 #pragma mark Demo: Get Feature 65 * Run the getFeature demo. Calls getFeature with a point known to have a feature and a point known 66 * not to have a feature. 82 NSString *str =[NSString stringWithFormat:@"%@\nFound feature called %@ at %@.", self.outputLabel.text, response.location, response.name]; 84 NSLog(@"Found feature called %@ at %@.", response.name, response.location); 150 NSString *str =[NSString stringWithFormat:@"%@\nFound feature at %@ called %@.", self.outputLabel.text, response.location, response.name]; 152 NSLog(@"Found feature at %@ called %@.", response.location, response.name); 180 * Run the recordRoute demo. Sends several randomly chosen points from the pre-generated feature 200 GRXWriter *locations = [[GRXWriter writerWithContainer:features] map:^id(id feature) { 202 location.longitude = [((NSNumber *) feature[@"location"][@"longitude"]) intValue] [all...] |
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
gan_estimator_test.py | 314 feature={ 315 'x': feature_pb2.Feature( 317 'y': feature_pb2.Feature(
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
map_vectorization_test.py | 238 return feature_pb2.Feature(int64_list=feature_pb2.Int64List(value=values)) 241 return feature_pb2.Feature( 249 feature={
|
/external/tensorflow/tensorflow/python/training/ |
training.py | 135 tf_export("train.Feature")(Feature)
|
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/ |
TcgStorageCoreLib.h | 944 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature,
[all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout.cc | 933 const OT::Feature &f = g.get_feature_variation (feature_index, variations_index); [all...] |
hb-aat-layout-morx-table.hh | 843 struct Feature 852 HBUINT16 featureType; /* The type of feature. */ 853 HBUINT16 featureSetting; /* The feature's setting (aka selector). */ 854 HBUINT32 enableFlags; /* Flags for the settings that this feature 857 * feature and setting disable. */ 960 const Feature &feature = featureZ[i]; local 961 hb_aat_layout_feature_type_t type = (hb_aat_layout_feature_type_t) (unsigned int) feature.featureType; 962 hb_aat_layout_feature_selector_t setting = (hb_aat_layout_feature_selector_t) (unsigned int) feature.featureSetting; 967 flags &= feature.disableFlags [all...] |
/external/swiftshader/third_party/LLVM/ |
Makefile | 220 $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/ |
RISCVAsmParser.cpp | 96 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { 97 if (!(getSTI().getFeatureBits()[Feature])) { 104 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { 105 if (getSTI().getFeatureBits()[Feature]) { [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data
162 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented"
273 f = Feature(db, "Python", "Python", "Everything",
287 f = Feature(db, name, title, desc, 1, level, directory=target)
293 for feature, dir, version in items:
306 dir.start_component(dir.logical, feature, 0)
387 # but if this feature is completed, it will also need to add
574 # Feature (Python directory) selection
598 "FEATURE", None, "PathEdit", None)
[all...] |
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
ZipArchiveInputStream.java | 74 * descriptor feature.</li> 371 throw new UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature.SPLITTING); 446 throw new UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature.DATA_DESCRIPTOR, 450 throw new UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature.UNKNOWN_COMPRESSED_SIZE, [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MultimapsCollectionTest.java | 43 import com.google.common.collect.testing.features.Feature; 77 private static final Feature<?>[] FOR_MAP_FEATURES_ONE = { 84 private static final Feature<?>[] FOR_MAP_FEATURES_ANY = {
|
TableCollectionTest.java | 37 import com.google.common.collect.testing.features.Feature; 61 private static final Feature<?>[] COLLECTION_FEATURES = { 66 private static final Feature<?>[] COLLECTION_FEATURES_ORDER = { 72 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE = { 78 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE_ORDER = { [all...] |
/external/python/cpython2/Lib/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented" 277 f = Feature(db, "Python", "Python", "Everything", 291 f = Feature(db, name, title, desc, 1, level, directory=target) 297 for feature, dir, version in items: 310 dir.start_component(dir.logical, feature, 0) 391 # but if this feature is completed, it will also need to add 578 # Feature (Python directory) selection 602 "FEATURE", None, "PathEdit", None) [all...] |
/external/python/cpython3/Lib/distutils/command/ |
bdist_msi.py | 19 from msilib import Directory, Feature, Dialog, add_data 166 "the pre-install-script feature is not yet implemented") 275 f = Feature(db, "Python", "Python", "Everything", 289 f = Feature(db, name, title, desc, 1, level, directory=target) 295 for feature, dir, version in items: 308 dir.start_component(dir.logical, feature, 0) 389 # but if this feature is completed, it will also need to add 577 # Feature (Python directory) selection 601 "FEATURE", None, "PathEdit", None) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
SubtargetEmitter.cpp | 183 // Begin feature table 188 // For each feature 191 // Next feature 192 Record *Feature = FeatureList[i]; 194 StringRef Name = Feature->getName(); 195 StringRef CommandLineName = Feature->getValueAsString("Name"); 196 StringRef Desc = Feature->getValueAsString("Desc"); 200 // Emit as { "feature", "description", { featureEnum }, { i1 , i2 , ... , in } } 206 RecVec ImpliesList = Feature->getValueAsListOfDefs("Implies"); 217 // End feature tabl [all...] |
/external/tensorflow/tensorflow/core/util/ |
example_proto_fast_parsing.cc | 22 #include "tensorflow/core/example/feature.pb_text.h" 68 class Feature { 70 Feature() {} 71 explicit Feature(StringPiece serialized) : serialized_(serialized) {} 255 using FeatureMapEntry = std::pair<StringPiece, Feature>; 317 feature_map_entry->second = parsed::Feature(feature_string_piece); 508 LOG(WARNING) << "Data loss! Feature '" << feature_name 514 "Dense feature appears twice in a tf.Example"); 519 LOG(WARNING) << "Data loss! Feature '" << feature_name 525 "Sparse feature appears twice in a tf.Example") 564 parsed::Feature& feature = name_and_feature.second; local 1316 parsed::Feature& feature = name_and_feature.second; local 2086 const auto& feature = feature_iter->second; local 2155 const auto& feature = all_context_features[e][c.feature_name]; local 2252 const auto& feature = feature_iter->second; local 2354 const auto& feature = all_sequence_features[e][c.feature_name]; local [all...] |
/external/tensorflow/tensorflow/python/feature_column/ |
feature_column_test.py | 272 feature={ 274 feature_pb2.Feature(float_list=feature_pb2.FloatList( 288 feature={ 290 feature_pb2.Feature(float_list=feature_pb2.FloatList( 294 feature={ 296 feature_pb2.Feature(float_list=feature_pb2.FloatList( 450 feature={ 452 feature_pb2.Feature(float_list=feature_pb2.FloatList( 726 feature={ 728 feature_pb2.Feature(bytes_list=feature_pb2.BytesList [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
AtapiPassThru.h | 51 UINT16 Feature; /* when write */
260 // ATAPI Feature Register
[all...] |
/external/clang/include/clang/Basic/ |
TargetInfo.h | 109 /// modify the options to canonicalize the target feature information to match 787 /// This hook is a simple quality of implementation feature to catch errors 802 /// CPU this should include all legal feature strings on the target. 838 /// \brief Enable or disable a specific target feature; 839 /// the feature name must be valid. 849 /// The list is guaranteed to have at most one entry per feature. 862 /// \brief Determine whether the given target has the given feature. 863 virtual bool hasFeature(StringRef Feature) const { [all...] |
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
feature_column_ops_test.py | 124 # Verify that the second call to transform the same feature 562 features, {"feature": real_valued}) [all...] |