Home
last modified time | relevance | path

Searched refs:p_func (Results 1 – 5 of 5) sorted by relevance

/external/libedit/src/
Dprompt.c95 p = (*elp->p_func)(el); in prompt_print()
97 p = ct_decode_string((char *)(void *)(*elp->p_func)(el), in prompt_print()
123 el->el_prompt.p_func = prompt_default; in prompt_init()
127 el->el_rprompt.p_func = prompt_default_r; in prompt_init()
160 p->p_func = prompt_default; in prompt_set()
162 p->p_func = prompt_default_r; in prompt_set()
164 p->p_func = prf; in prompt_set()
194 *prf = p->p_func; in prompt_get()
Dprompt.h48 el_pfunc_t p_func; /* Function to return the prompt */ member
/external/python/cpython3/Lib/test/
Dtest_decimal.py5481 p_func = getattr(P, attr)
5484 inspect.isfunction(p_func)):
5485 p_sig = inspect.signature(p_func)
5494 msg="parameter name mismatch in %s" % p_func)
5503 msg="parameter kind mismatch in %s" % p_func)
5564 p_func = getattr(p_type, attr)
5566 if inspect.isfunction(p_func):
5567 p_sig = inspect.signature(p_func)
5575 msg="parameter name mismatch in %s" % p_func)
5587 msg="parameter kind mismatch in %s" % p_func)
[all …]
/external/valgrind/none/tests/ppc64/
Djm-insns.c4862 uint32_t* p_func = (uint32_t*)p_func_F; in init_function() local
4864 func_buf[0] = p_func[0]; in init_function()
4865 func_buf[1] = p_func[1]; in init_function()
4871 uint64_t* descr = (uint64_t*)p_func; in init_function()
/external/valgrind/none/tests/ppc32/
Djm-insns.c4862 uint32_t* p_func = (uint32_t*)p_func_F; in init_function() local
4864 func_buf[0] = p_func[0]; in init_function()
4865 func_buf[1] = p_func[1]; in init_function()
4871 uint64_t* descr = (uint64_t*)p_func; in init_function()