Home
last modified time | relevance | path

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

/external/autotest/server/
Dserver_job.py996 def _update_uncollected_logs_list(self, update_func): argument
1011 update_func(uncollected_logs)
1029 def update_func(logs_list): function
1031 self._update_uncollected_logs_list(update_func)
1042 def update_func(logs_list): function
1044 self._update_uncollected_logs_list(update_func)
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp4324 const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, size_t))
4339 if (!update_func(mdCtx, p, inLength)) {
4348 jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *,
4369 if (!update_func(mdCtx, tmp + inOffset, inLength)) {