Searched defs:sub (Results 1 – 9 of 9) sorted by relevance
/system/libvintf/test/ |
D | AssembleVintfTest.cpp | 33 static bool In(const std::string& sub, const std::string& str) { in In() 36 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument
|
D | vintf_object_tests.cpp | 47 #define EXPECT_IN(sub, str) EXPECT_THAT(str, HasSubstr(sub)) argument 48 #define EXPECT_NOT_IN(sub, str) EXPECT_THAT(str, Not(HasSubstr(sub))) argument
|
D | LibVintfTest.cpp | 54 #define EXPECT_IN(sub, str) EXPECT_THAT(str, HasSubstr(sub)) argument
|
/system/media/audio_utils/include/audio_utils/ |
D | TimestampVerifier.h | 304 static constexpr auto sub(const FrameTime &left, const FrameTime &right) { in sub() function
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 136 std::string sub = out.substr(start); in operator <<() local
|
/system/media/audio_utils/ |
D | tinysndfile.c | 299 int sub = info->format & SF_FORMAT_SUBMASK; in sf_open_write() local
|
/system/chre/core/ |
D | wifi_request_manager.cc | 394 for (auto &sub : mNanoappSubscriptions) { in getNappIdFromSubscriptionId() local 587 for (const auto &sub : mNanoappSubscriptions) { in logStateToBuffer() local
|
/system/libvintf/ |
D | AssembleVintf.cpp | 197 std::string sub = fname.substr(gConfigPrefix.size(), in generateCondition() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 956 std::string sub(s.begin(), s.end() - 1); in TEST_F() local
|