Home
last modified time | relevance | path

Searched defs:default_action (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBThreadResumeActions.cpp27 DNBThreadResumeActions::DNBThreadResumeActions(nub_state_t default_action, in DNBThreadResumeActions()
71 DNBThreadResumeAction default_action = {INVALID_NUB_THREAD, action, signal, in SetDefaultThreadActionIfNeeded() local
/external/python/cpython3/Include/internal/
Dpycore_warnings.h16 PyObject *default_action; /* String */ member
/external/llvm-project/lldb/include/lldb/Host/
DDebug.h37 ResumeActionList(lldb::StateType default_action, int signal) in ResumeActionList()
101 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal}; in SetDefaultThreadActionIfNeeded() local
/external/python/cpython2/Python/
D_warnings.c90 PyObject *default_action; in get_default_action() local
/external/python/cpython3/Python/
D_warnings.c261 PyObject *default_action; in get_default_action() local
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py3132 def default_action(): function