/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_;
|
transport_test.cpp | 93 t.SetFeatures(FeatureSetToString(FeatureSet{"foo"})); 97 t.SetFeatures(FeatureSetToString(FeatureSet{"foo", "bar"})); 102 t.SetFeatures(FeatureSetToString(FeatureSet{"foo", "bar", "foo"})); 107 t.SetFeatures(FeatureSetToString(FeatureSet{"bar", "baz"}));
|
adb_client.h | 66 bool adb_get_feature_set(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
|
transport.cpp | 783 const FeatureSet& supported_features() { 785 static const FeatureSet* features = new FeatureSet{ 796 std::string FeatureSetToString(const FeatureSet& features) { 800 FeatureSet StringToFeatureSet(const std::string& features_string) { 802 return FeatureSet(); 807 return FeatureSet(names.begin(), names.end()); 810 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) {
|
adb_client.cpp | 325 bool adb_get_feature_set(FeatureSet* feature_set, std::string* error) {
|
commandline.cpp | 715 FeatureSet features; [all...] |
/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;
|
cuda.inl.hpp | 595 bool DeviceInfo::supports(FeatureSet feature_set) const
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi_hal.h | 125 #define IS_SUPPORTED_FEATURE(feature, featureSet) IS_MASK_SET(feature, featureSet)
|
/external/opencv3/modules/core/src/ |
cuda_info.cpp | 98 bool cv::cuda::deviceSupports(FeatureSet feature_set) 143 bool builtWith(FeatureSet feature_set) const; 167 bool CudaArch::builtWith(FeatureSet feature_set) const 228 bool cv::cuda::TargetArchs::builtWith(cv::cuda::FeatureSet feature_set) [all...] |
/external/llvm/lib/Target/AVR/ |
AVR.td | 34 class FeatureSet<string name, string desc, list<SubtargetFeature> i> 39 : FeatureSet<name, !strconcat("The device is a part of the ", 220 def FeatureSetSpecial : FeatureSet<"special",
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
cuda_test.hpp | 85 CV_EXPORTS bool supportFeature(const cv::cuda::DeviceInfo& info, cv::cuda::FeatureSet feature);
|
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 248 featureSet := set(features) 270 } else if featureSet[featureWithoutContext(feature)] {
|
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 248 featureSet := set(features) 270 } else if featureSet[featureWithoutContext(feature)] {
|
/external/opencv3/modules/ts/src/ |
cuda_test.cpp | 141 bool supportFeature(const DeviceInfo& info, FeatureSet feature)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 586 * manage it. swrast doesn't support our featureset, so we can't fall back
|
/prebuilts/sdk/tools/ |
jack-coverage-plugin.jar | |
/prebuilts/sdk/tools/jacks/ |
jack-4.7.BETA.jar | |
jack-3.36.CANDIDATE.jar | |
jack-2.28.RELEASE.jar | |
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiStateMachine.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |
/prebuilts/sdk/tools/jills/ |
jill-3.36.CANDIDATE.jar | |