Searched defs:sub (Results 1 – 9 of 9) sorted by relevance
/system/libvintf/test/ |
D | AssembleVintfTest.cpp | 27 static bool In(const std::string& sub, const std::string& str) { in In() 30 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument
|
D | vintf_object_tests.cpp | 35 static AssertionResult In(const std::string& sub, const std::string& str) { in In() 39 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) argument 40 #define EXPECT_NOT_IN(sub, str) EXPECT_FALSE(In((sub), (str))) argument
|
D | LibVintfTest.cpp | 44 static bool In(const std::string& sub, const std::string& str) { in In() 47 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument 50 #define EXPECT_CONTAINS(str, sub) EXPECT_IN(sub, str); argument
|
/system/media/audio_utils/include/audio_utils/ |
D | TimestampVerifier.h | 292 static constexpr auto sub(const FrameTime &left, const FrameTime &right) { in sub() function
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 108 unique_ptr<MethodDecl> sub{ in TEST_F() local
|
/system/media/audio_utils/ |
D | tinysndfile.c | 299 int sub = info->format & SF_FORMAT_SUBMASK; in sf_open_write() local
|
/system/libvintf/ |
D | AssembleVintf.cpp | 182 std::string sub = fname.substr(gConfigPrefix.size(), in generateCondition() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 895 std::string sub(s.begin(), s.end() - 1); in TEST_F() local
|
/system/bt/stack/include/ |
D | avrc_defs.h | 944 tAVRC_MSG_SUB sub; /* SUBUNIT INFO message. */ member
|