HomeSort by relevance Sort by last modified time
    Searched refs:_signal (Results 1 - 23 of 23) sorted by null

  /bionic/libc/bionic/
signal.cpp 31 __LIBC_HIDDEN__ sighandler_t _signal(int signum, sighandler_t handler, int flags) { function
45 return _signal(signum, handler, SA_RESTART);
ndk_cruft.cpp 254 extern "C++" sighandler_t _signal(int signum, sighandler_t handler, int flags);
256 return _signal(signum, handler, SA_RESETHAND);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 383 DBusMessage *_signal; local
389 _signal = dbus_message_new_signal(wpa_s->dbus_path,
392 if (_signal == NULL) {
397 dbus_connection_send(iface->con, _signal, NULL);
398 dbus_message_unref(_signal);
416 DBusMessage *_signal = NULL; local
433 _signal = dbus_message_new_signal(wpa_s->dbus_path,
436 if (_signal == NULL) {
446 if (!dbus_message_append_args(_signal,
456 dbus_connection_send(iface->con, _signal, NULL)
473 DBusMessage *_signal; local
506 DBusMessage *_signal = NULL; local
553 DBusMessage *_signal = NULL; local
    [all...]
dbus_new.c 1021 char *_signal; local
1040 _signal = request ?
1044 _signal = request ?
1048 _signal = request ? "ProvisionDiscoveryPBCRequest" :
1054 _signal = "ProvisionDiscoveryFailure";
1067 WPAS_DBUS_NEW_IFACE_P2PDEVICE, _signal);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 338 sort >_signal.grep
344 cat _error.out | grep -vf _error.grep | grep -vf _signal.grep
354 cat _error.out | grep -f _signal.grep | sed 's/=\(.*\)/= Signal(\1)/'
444 $CC $ccflags -o _errors _errors.c && $GORUN ./_errors && rm -f _errors.c _errors _const.go _error.grep _signal.grep _error.out
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 338 sort >_signal.grep
344 cat _error.out | grep -vf _error.grep | grep -vf _signal.grep
354 cat _error.out | grep -f _signal.grep | sed 's/=\(.*\)/= Signal(\1)/'
444 $CC $ccflags -o _errors _errors.c && $GORUN ./_errors && rm -f _errors.c _errors _const.go _error.grep _signal.grep _error.out
  /external/libunwind/doc/
unw_is_signal_frame.tex 8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
unw_get_fpreg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_get_reg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_set_fpreg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_set_reg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
libunwind.tex 55 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*});\\
336 \SeeAlso{unw\_is\_signal\_frame(3)},
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 218 #define __TEST_IMPL(test_name, _signal) \
221 { name: "global." #test_name, fn: &test_name, termsig: _signal }; \
  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 222 #define __TEST_IMPL(test_name, _signal) \
225 { name: "global." #test_name, fn: &test_name, termsig: _signal }; \
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 49 import signal as _signal namespace
51 for key, val in vars(_signal).items():
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 49 import signal as _signal namespace
51 for key, val in vars(_signal).items():
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 50 import signal as _signal namespace
52 for key, val in vars(_signal).iteritems():
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 50 import signal as _signal namespace
52 for key, val in vars(_signal).iteritems():
  /external/avahi/avahi-compat-howl/
unsupported.c 179 AVAHI_GCC_UNUSED struct _sw_signal * _signal,
190 AVAHI_GCC_UNUSED struct _sw_signal * _signal) {
  /external/v8/build/android/
test_runner.py     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
lua_binarytrees.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
lua_binarytrees.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 3153 milliseconds