/external/python/cpython2/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)]) 580 class Feature: 586 add_data(db, "Feature",
|
/external/python/cpython3/Lib/msilib/ |
__init__.py | 258 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None): 260 directory. If no component name is given, the directory name is used. If no feature 261 is given, the current feature is used. If no flags are given, the directory's default 282 if feature is None: 283 feature = current_feature 285 [(feature.id, component)]) 403 class Feature: 409 add_data(db, "Feature",
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
api_test.py | 376 f, experimental_optional_features=converter.Feature.ALL)
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
parse_example_dataset_test.py | 41 feature = feature_pb2.Feature variable 42 features = lambda d: feature_pb2.Features(feature=d) 43 bytes_feature = lambda v: feature(bytes_list=feature_pb2.BytesList(value=v)) 44 int64_feature = lambda v: feature(int64_list=feature_pb2.Int64List(value=v)) 45 float_feature = lambda v: feature(float_list=feature_pb2.FloatList(value=v)) 47 feature_list = lambda l: feature_pb2.FeatureList(feature=l) 164 # Feature "c" is missing a default, this gap will cause failure. 170 # Edge case where the key is there but the feature value is empty 171 original = example(features=features({"c": feature()})) [all...] |
/external/tensorflow/tensorflow/python/kernel_tests/ |
parse_single_example_op_test.py | 39 feature = feature_pb2.Feature variable 40 features = lambda d: feature_pb2.Features(feature=d) 41 bytes_feature = lambda v: feature(bytes_list=feature_pb2.BytesList(value=v)) 42 int64_feature = lambda v: feature(int64_list=feature_pb2.Int64List(value=v)) 43 float_feature = lambda v: feature(float_list=feature_pb2.FloatList(value=v)) 45 feature_list = lambda l: feature_pb2.FeatureList(feature=l) 176 # Feature "c" is missing a default, this gap will cause failure. 182 # Edge case where the key is there but the feature value is empty 183 original = example(features=features({"c": feature()})) [all...] |
parsing_ops_test.py | 45 feature = feature_pb2.Feature variable 46 features = lambda d: feature_pb2.Features(feature=d) 47 bytes_feature = lambda v: feature(bytes_list=feature_pb2.BytesList(value=v)) 48 int64_feature = lambda v: feature(int64_list=feature_pb2.Int64List(value=v)) 49 float_feature = lambda v: feature(float_list=feature_pb2.FloatList(value=v)) 51 feature_list = lambda l: feature_pb2.FeatureList(feature=l) 177 # Feature "c" is missing a default, this gap will cause failure. 182 # Edge case where the key is there but the feature value is empty 183 original = example(features=features({"c": feature()})) [all...] |
/external/vixl/src/aarch64/ |
assembler-aarch64.h | [all...] |
macro-assembler-aarch64.h | [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 89 // mnemonic and will check if the target feature for this mnemonic also 657 /// feature which participates in instruction matching. 659 /// \brief The predicate record for this feature. 662 /// \brief An unique index assigned to represent this feature. 667 /// \brief The name of the enumerated constant identifying this feature. 764 /// getSubtargetFeature - Lookup or create the subtarget feature info for the [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
AsmMatcherEmitter.cpp | 89 // mnemonic and will check if the target feature for this mnemonic also 517 /// feature which participates in instruction matching. 519 /// \brief The predicate record for this feature. 522 /// \brief An unique index assigned to represent this feature. 527 /// \brief The name of the enumerated constant identifying this feature. 621 /// getSubtargetFeature - Lookup or create the subtarget feature info for the 657 if (SubtargetFeatureInfo *Feature = 659 RequiredFeatures.push_back(Feature); [all...] |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
apiviewer.js | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fUniformApiTests.cpp | 751 enum Feature [all...] |
/external/deqp/modules/gles3/functional/ |
es3fUniformApiTests.cpp | 912 enum Feature [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
AtapiPassThru.c | [all...] |
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_linux.go | 599 Feature uint32 614 sa.raw.Feat = sa.Feature [all...] |
ztypes_linux_386.go | 1142 Feature uint8 [all...] |
ztypes_linux_amd64.go | 1160 Feature uint8 [all...] |
ztypes_linux_arm.go | 1130 Feature uint8 [all...] |
ztypes_linux_arm64.go | 1139 Feature uint8 [all...] |
ztypes_linux_mips.go | 1134 Feature uint8 [all...] |
ztypes_linux_mips64.go | 1141 Feature uint8 [all...] |
ztypes_linux_mips64le.go | 1141 Feature uint8 [all...] |
ztypes_linux_mipsle.go | 1134 Feature uint8 [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 89 // mnemonic and will check if the target feature for this mnemonic also 780 /// getSubtargetFeature - Lookup or create the subtarget feature info for the [all...] |