/external/openscreen/discovery/mdns/ |
D | mdns_trackers.cc | 204 attempt_count_ = countof(kTtlFractions) - 1; in Update() 236 attempt_count_ = countof(kTtlFractions) - 1; in ExpireSoon() 278 OSP_DCHECK(attempt_count_ < countof(kTtlFractions)); in GetNextSendTime() 283 if (attempt_count_ != countof(kTtlFractions)) { in GetNextSendTime()
|
/external/libcxx/src/ |
D | locale.cpp | 119 countof(const T (&)[N]) in countof() function 128 countof(const T * const begin, const T * const end) in countof() function 4806 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4954 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4959 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze() 5096 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5098 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5105 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5107 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5112 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() [all …]
|
/external/llvm-project/libcxx/src/ |
D | locale.cpp | 118 countof(const T (&)[N]) in countof() function 127 countof(const T * const begin, const T * const end) in countof() function 4983 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5131 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5136 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze() 5273 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5275 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5282 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5284 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5289 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() [all …]
|
/external/openscreen/util/ |
D | std_util.h | 24 constexpr size_t countof(T (&array)[N]) { in countof() function
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 978 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallPercentage); in OnCacheAcquireProgress() 1102 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallProgressPercentage); in OnProgress() 1172 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallProgressPercentage); in OnExecuteProgress() 1239 ::StringCchCopyW(wzFile, countof(wzFile), wzLocalSource); in OnResolveSource() 1244 ofn.nMaxFile = countof(wzFile); in OnResolveSource() 1994 hr = ThemeLoadControls(_theme, hWnd, CONTROL_ID_NAMES, countof(CONTROL_ID_NAMES)); in OnCreate() 1997 C_ASSERT(COUNT_PAGE == countof(PAGE_NAMES)); in OnCreate() 1998 C_ASSERT(countof(_pageIds) == countof(PAGE_NAMES)); in OnCreate() 2000 ThemeGetPageIds(_theme, PAGE_NAMES, _pageIds, countof(_pageIds)); in OnCreate() 3175 DWORD _pageIds[countof(PAGE_NAMES)];
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | setup.hpp | 810 constexpr std::size_t countof(T const (&)[N]) in countof() function 815 # define GLM_COUNTOF(arr) glm::countof(arr)
|
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1343 static constexpr size_t countof(T const (&)[N]) { in countof() function 1357 static_assert(check_order(kCiphers, countof(kCiphers)) == 1,
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1351 static constexpr size_t countof(T const (&)[N]) { in countof() function 1365 static_assert(check_order(kCiphers, countof(kCiphers)) == 1,
|