Searched refs:default_action (Results 1 – 13 of 13) sorted by relevance
/external/AFLplusplus/ |
D | afl-system-config | 129 …[ -r ${SETTINGS} ] && grep -qE "default_action\s+kill" ${SETTINGS} && { echo "Nothing to do"; } ||… 131 …{SETTINGS} ] && echo "default_action kill" >${SETTINGS} || { mv ${SETTINGS} s.tmp; sed -e "s/defau…
|
/external/python/cpython3/Python/ |
D | _warnings.c | 49 Py_CLEAR(st->default_action); in warnings_clear_state() 135 if (st->default_action == NULL) { in _PyWarnings_InitState() 136 st->default_action = PyUnicode_FromString("default"); in _PyWarnings_InitState() 137 if (st->default_action == NULL) { in _PyWarnings_InitState() 255 PyObject *default_action; in get_default_action() local 258 default_action = get_warnings_attr(&PyId_defaultaction, 0); in get_default_action() 259 if (default_action == NULL) { in get_default_action() 263 assert(st->default_action); in get_default_action() 264 return st->default_action; in get_default_action() 266 if (!PyUnicode_Check(default_action)) { in get_default_action() [all …]
|
/external/minijail/tools/ |
D | parser_unittest.py | 603 default_action=bpf.KillProcess(), 632 default_action=bpf.KillProcess(), 659 default_action=bpf.KillThread(), 692 default_action=bpf.KillProcess(), 720 default_action=bpf.KillProcess(), 745 default_action=bpf.KillProcess(), 818 default_action=bpf.KillProcess(), 960 default_action=bpf.Allow(), 991 default_action=bpf.Allow(),
|
D | compile_seccomp_policy.py | 139 if opts.default_action: 143 next(parser_state.tokenize([opts.default_action])))
|
D | parser.py | 805 default_action = self._override_default_action or self._default_action 833 Filter(expression=None, action=default_action)) 834 return ParsedPolicy(default_action, filter_statements)
|
D | compiler.py | 298 reject_action = parsed_policy.default_action
|
/external/python/cpython3/Include/internal/ |
D | pycore_warnings.h | 16 PyObject *default_action; /* String */ member
|
/external/python/cpython2/Python/ |
D | _warnings.c | 90 PyObject *default_action; in get_default_action() local 92 default_action = get_warnings_attr("defaultaction"); in get_default_action() 93 if (default_action == NULL) { in get_default_action() 101 _default_action = default_action; in get_default_action() 102 return default_action; in get_default_action()
|
/external/python/cpython2/Lib/ |
D | warnings.py | 397 from _warnings import (filters, default_action, once_registry, 399 defaultaction = default_action
|
/external/rust/crates/clap_derive/src/ |
D | item.rs | 1028 default_action(field_type, span) in action() 1035 default_action(field_type, span) in action() 1109 Self::Implicit(ident) => default_action(_field_type, ident.span()), in resolve() 1121 fn default_action(field_type: &Type, span: Span) -> Method { in default_action() function
|
/external/mtools/ |
D | mk_direntry.c | 263 name, default_action, ch->ask); in process_namematch()
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 3112 def default_action(): function 3125 return default_action, other_predicates, other_actions
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 5871 …<var-decl name='default_action' type-id='type-id-16' visibility='default' filepath='./Include/inte…
|