Home
last modified time | relevance | path

Searched refs:default_action (Results 1 – 13 of 13) sorted by relevance

/external/AFLplusplus/
Dafl-system-config129 …[ -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.c49 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/
Dparser_unittest.py603 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(),
Dcompile_seccomp_policy.py139 if opts.default_action:
143 next(parser_state.tokenize([opts.default_action])))
Dparser.py805 default_action = self._override_default_action or self._default_action
833 Filter(expression=None, action=default_action))
834 return ParsedPolicy(default_action, filter_statements)
Dcompiler.py298 reject_action = parsed_policy.default_action
/external/python/cpython3/Include/internal/
Dpycore_warnings.h16 PyObject *default_action; /* String */ member
/external/python/cpython2/Python/
D_warnings.c90 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/
Dwarnings.py397 from _warnings import (filters, default_action, once_registry,
399 defaultaction = default_action
/external/rust/crates/clap_derive/src/
Ditem.rs1028 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/
Dmk_direntry.c263 name, default_action, ch->ask); in process_namematch()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py3112 def default_action(): function
3125 return default_action, other_predicates, other_actions
/external/python/cpython3/Doc/data/
Dpython3.10.abi5871 …<var-decl name='default_action' type-id='type-id-16' visibility='default' filepath='./Include/inte…