HomeSort by relevance Sort by last modified time
    Searched defs:FeatureSet (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
transport.h 28 typedef std::unordered_set<std::string> FeatureSet;
30 const FeatureSet& supported_features();
32 // Encodes and decodes FeatureSet objects into human-readable strings.
33 std::string FeatureSetToString(const FeatureSet& features);
34 FeatureSet StringToFeatureSet(const std::string& features_string);
37 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature);
102 const FeatureSet& features() const {
136 FeatureSet features_;
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 572 enum FeatureSet
593 CV_EXPORTS bool deviceSupports(FeatureSet feature_set);
606 @param feature_set Features to be checked. See :ocvcuda::FeatureSet.
608 static bool builtWith(FeatureSet feature_set);
818 @param feature_set Features to be checked. See cuda::FeatureSet.
822 bool supports(FeatureSet feature_set) const;
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 160 milliseconds