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

  /system/core/adb/
transport_test.cpp 74 ASSERT_TRUE(t.has_feature("foo"));
78 ASSERT_TRUE(t.has_feature("foo"));
79 ASSERT_TRUE(t.has_feature("bar"));
83 ASSERT_TRUE(t.has_feature("foo"));
84 ASSERT_TRUE(t.has_feature("bar"));
88 ASSERT_FALSE(t.has_feature("foo"));
89 ASSERT_TRUE(t.has_feature("bar"));
90 ASSERT_TRUE(t.has_feature("baz"));
137 ASSERT_TRUE(t.has_feature("woodly"));
138 ASSERT_TRUE(t.has_feature("doodly"))
    [all...]
transport.h 141 bool has_feature(const std::string& feature) const;
transport.cpp 841 bool atransport::has_feature(const std::string& feature) const { function in class:atransport
    [all...]

Completed in 123 milliseconds