HomeSort by relevance Sort by last modified time
    Searched refs:Feature (Results 226 - 250 of 552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/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...]
  /external/tensorflow/tensorflow/python/estimator/canned/
baseline_test.py 414 feature={
416 feature_pb2.Feature(float_list=feature_pb2.FloatList(
419 feature_pb2.Feature(float_list=feature_pb2.FloatList(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 111 /// modify the options to canonicalize the target feature information to match
815 /// This hook is a simple quality of implementation feature to catch errors
835 /// CPU this should include all legal feature strings on the target.
871 /// \brief Enable or disable a specific target feature;
872 /// the feature name must be valid
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 111 /// modify the options to canonicalize the target feature information to match
815 /// This hook is a simple quality of implementation feature to catch errors
835 /// CPU this should include all legal feature strings on the target.
871 /// \brief Enable or disable a specific target feature;
872 /// the feature name must be valid
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 111 /// modify the options to canonicalize the target feature information to match
815 /// This hook is a simple quality of implementation feature to catch errors
835 /// CPU this should include all legal feature strings on the target.
871 /// \brief Enable or disable a specific target feature;
872 /// the feature name must be valid
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 111 /// modify the options to canonicalize the target feature information to match
815 /// This hook is a simple quality of implementation feature to catch errors
835 /// CPU this should include all legal feature strings on the target.
871 /// \brief Enable or disable a specific target feature;
872 /// the feature name must be valid
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 111 /// modify the options to canonicalize the target feature information to match
815 /// This hook is a simple quality of implementation feature to catch errors
835 /// CPU this should include all legal feature strings on the target.
871 /// \brief Enable or disable a specific target feature;
872 /// the feature name must be valid
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 111 /// modify the options to canonicalize the target feature information to match
815 /// This hook is a simple quality of implementation feature to catch errors
835 /// CPU this should include all legal feature strings on the target.
871 /// \brief Enable or disable a specific target feature;
872 /// the feature name must be valid
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/
jackson-dataformat-cbor-2.6.6.jar 
  /test/vts/utils/python/coverage/
sancov_utils.py 29 class SancovFeature(feature_utils.Feature):
30 """Feature object for sanitizer coverage functionality.
34 web: (optional) WebFeature, object storing web feature util for test run
67 """Initializes the sanitizer coverage feature.
71 web: (optional) WebFeature, object storing web feature util for test run.
  /external/clang/lib/Frontend/
FrontendActions.cpp 491 for (StringRef Feature : LangOpts.ModuleFeatures)
492 Out.indent(6) << Feature << "\n";
  /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/harfbuzz_ng/src/
hb-ot-layout.cc 870 const OT::Feature &f = g.get_feature_variation (feature_index, variations_index);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]

Completed in 1532 milliseconds

1 2 3 4 5 6 7 8 91011>>