Searched refs:fmt1 (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/media/ndk/tests/ |
H A D | NdkMediaFormat_test.cpp | 36 EXPECT_NE(fmt1, fmt2); in TEST() 37 EXPECT_NE(fmt1, nullptr); in TEST() 40 AMediaFormat_delete(fmt1); in TEST() 54 AMediaFormat_delete(fmt1); in TEST() 70 AMediaFormat_delete(fmt1); in TEST() 83 AMediaFormat_delete(fmt1); in TEST() 93 AMediaFormat_delete(fmt1); in TEST() 103 AMediaFormat_delete(fmt1); in TEST() 116 AMediaFormat_delete(fmt1); in TEST() 130 AMediaFormat_clear(fmt1); in TEST() [all …]
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_ttl.c | 41 static int fmt1(int t, char s, char **buf, size_t *buflen); 63 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl() 67 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl() 71 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl() 75 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl() 79 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl() 150 fmt1(int t, char s, char **buf, size_t *buflen) { in fmt1() function
|