Searched defs:sub (Results 1 – 10 of 10) sorted by relevance
/system/libvintf/test/ |
D | AssembleVintfTest.cpp | 29 static bool In(const std::string& sub, const std::string& str) { in In() 32 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument
|
D | vintf_object_tests.cpp | 38 static AssertionResult In(const std::string& sub, const std::string& str) { in In() 42 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) argument 43 #define EXPECT_NOT_IN(sub, str) EXPECT_FALSE(In((sub), (str))) argument
|
D | LibVintfTest.cpp | 46 static bool In(const std::string& sub, const std::string& str) { in In() 49 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str); argument 52 #define EXPECT_CONTAINS(str, sub) EXPECT_IN(sub, str); argument
|
/system/media/audio_utils/include/audio_utils/ |
D | TimestampVerifier.h | 301 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/tools/aidl/ |
D | ast_cpp_unittest.cpp | 101 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 | 196 std::string sub = fname.substr(gConfigPrefix.size(), in generateCondition() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 875 std::string sub(s.begin(), s.end() - 1); in TEST_F() local
|
/system/bt/stack/include/ |
D | avrc_defs.h | 945 tAVRC_MSG_SUB sub; /* SUBUNIT INFO message. */ member
|