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

  /system/core/adb/
transport_test.cpp 58 ASSERT_TRUE(t.has_feature("foo"));
62 ASSERT_TRUE(t.has_feature("foo"));
63 ASSERT_TRUE(t.has_feature("bar"));
67 ASSERT_TRUE(t.has_feature("foo"));
68 ASSERT_TRUE(t.has_feature("bar"));
72 ASSERT_FALSE(t.has_feature("foo"));
73 ASSERT_TRUE(t.has_feature("bar"));
74 ASSERT_TRUE(t.has_feature("baz"));
121 ASSERT_TRUE(t.has_feature("woodly"));
122 ASSERT_TRUE(t.has_feature("doodly"))
    [all...]
transport.h 166 bool has_feature(const std::string& feature) const;
transport.cpp 908 bool atransport::has_feature(const std::string& feature) const { function in class:atransport
    [all...]
  /external/vulkan-validation-layers/layers/
shader_validation.cpp 1219 bool needs_feature = false, has_feature = false; local
    [all...]

Completed in 62 milliseconds