Home
last modified time | relevance | path

Searched refs:update_func (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/
Dserver_job.py1116 def _update_uncollected_logs_list(self, update_func): argument
1131 update_func(uncollected_logs)
1149 def update_func(logs_list): function
1151 self._update_uncollected_logs_list(update_func)
1162 def update_func(logs_list): function
1164 self._update_uncollected_logs_list(update_func)
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp2359 const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, size_t)) in evpUpdate()
2374 if (!update_func(mdCtx, p, static_cast<std::size_t>(inLength))) { in evpUpdate()
2383 jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, in evpUpdate()
2418 update_func_result = update_func(mdCtx, reinterpret_cast<const unsigned char*>(buf), in evpUpdate()
2434 update_func(mdCtx, reinterpret_cast<const unsigned char*>(buf.get()), in evpUpdate()
2454 update_func_result = update_func(mdCtx, buf + in_offset, static_cast<size_t>(in_size)); in evpUpdate()