Searched refs:update_func (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/ |
D | server_job.py | 996 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/ |
D | org_conscrypt_NativeCrypto.cpp | 4324 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)) {
|