/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Init.3 | 32 Prevents SDL from catching fatal signals\&.
|
/external/sepolicy/ |
lmkd.te | 25 # Send kill signals
|
/external/skia/debugger/QT/ |
SkGLWidget.h | 38 signals:
|
/external/valgrind/main/docs/internals/ |
m_syswrap.txt | 4 interacts complicatedly with signals and to a less extent threads.
|
/external/valgrind/main/gdbserver_tests/ |
mcsigpass.vgtest | 1 # test the signal handling, when signals are passed to the Valgrind guest.
|
nlvgdbsigqueue.vgtest | 3 # vgdb must queue these signals and deliver them before PTRACE_DETACHing.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/ |
has_xxx.hpp | 21 // agurt, 11/jan/03: signals a stub-only 'has_xxx' implementation
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
log_level.hpp | 34 log_system_errors = 6, // including timeouts, signals, traps
|
/external/chromium_org/chrome/browser/resources/options/ |
preferences.js | 22 * Sets a Boolean preference and signals its new value. 40 * Sets an integer preference and signals its new value. 58 * Sets a double-valued preference and signals its new value. 76 * Sets a string preference and signals its new value. 94 * Sets a string preference that represents a URL and signals its new value. 113 * Sets a JSON list preference and signals its new value. 131 * Clears the user setting for a preference and signals its new effective 200 * Sets a preference and signals its new value. The change is propagated 226 * Clears a preference and signals its new value. The change is propagated 250 * Commits a preference change to Chrome and signals the new preferenc [all...] |
/external/chromium_org/base/mac/ |
os_crash_dumps.cc | 28 // These are the POSIX signals corresponding to the Mach exceptions that 43 // For all these signals, just wire things up so we exit immediately.
|
/external/chromium_org/base/memory/ |
memory_pressure_listener.h | 6 // platforms that have such signals, such as Android. 11 // signals can be sent under what conditions.
|
/external/chromium_org/mojo/public/cpp/environment/lib/ |
default_async_waiter.cc | 64 MojoHandleSignals signals, 75 run_loop->AddHandler(run_loop_handler, Handle(handle), signals, deadline);
|
/external/chromium_org/mojo/system/ |
data_pipe.cc | 181 MojoHandleSignals signals, 187 if (producer_state.satisfies(signals)) 189 if (!producer_state.can_satisfy(signals)) 192 producer_waiter_list_->AddWaiter(waiter, signals, context); 334 MojoHandleSignals signals, 340 if (consumer_state.satisfies(signals)) 342 if (!consumer_state.can_satisfy(signals)) 345 consumer_waiter_list_->AddWaiter(waiter, signals, context);
|
data_pipe_producer_dispatcher.cc | 92 MojoHandleSignals signals, 95 return data_pipe_->ProducerAddWaiter(waiter, signals, context);
|
/external/mtpd/ |
mtpd.c | 51 /* We redirect signals to a pipe in order to prevent race conditions. */ 52 static int signals[2]; variable 56 write(signals[1], &signal, sizeof(int)); 168 if (pipe(signals) == -1) { 172 fcntl(signals[0], F_SETFD, FD_CLOEXEC); 173 fcntl(signals[1], F_SETFD, FD_CLOEXEC); 186 pollfds[1].fd = signals[0]; 218 read(signals[0], &signal, sizeof(int));
|
/external/valgrind/main/none/tests/ |
pending.c | 2 Test pending signals 4 1. Signals should remain pending while blocked, and not delivered early
|
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationSignalExtractor.java | 22 * Extracts signals that will be useful to the {@link NotificationComparator} and caches them 44 * @param config information about which signals are important.
|
/external/chromium_org/remoting/codec/ |
audio_encoder_opus_unittest.cc | 40 // signals as a proportion of kMaxSampleValue. For two unrelated signals this 41 // difference will be close to 1.0, even for signals that differ only slightly. 43 // small changes (e.g. one sample shift between signals). 52 // of the signal, so that different signals are generated for left and right 105 // the difference between original and decoded signals.
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 109 struct dl_list *list, const struct wpa_dbus_signal_desc *signals) 113 for (dsc = signals; dsc && dsc->dbus_signal; dsc++) { 136 * extract_interfaces - Extract interfaces from methods, signals and props 140 * Iterates over all methods, signals, and properties registered with an 149 extract_interfaces_signals(list, obj_dsc->signals); 244 * Iterates over all methods, signals and properties registered with
|
/art/runtime/arch/x86/ |
fault_handler_x86.cc | 201 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); 225 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); 249 VLOG(signals) << "sp: " << std::hex << *out_sp; 271 VLOG(signals) << HexDump(pc, 32, true, "PC "); 305 VLOG(signals) << "Generating null pointer exception"; 331 VLOG(signals) << "Checking for suspension point"; 347 VLOG(signals) << "Not a suspension point"; 365 VLOG(signals) << "suspend check match"; 382 VLOG(signals) << "removed suspend trigger invoking test suspend"; 385 VLOG(signals) << "Not a suspend check match, first instruction mismatch" [all...] |
/external/bison/lib/ |
sigprocmask.c | 42 signals are not defined. */ 87 /* Handling of gnulib defined signals. */ 184 /* Set of currently blocked signals. */ 187 /* Set of currently blocked and pending signals. */ 190 /* Signal handler that is installed for blocked signals. */ 218 Only the array elements corresponding to blocked signals are relevant. */ 317 installed handlers of unrelated signals. */
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 140 sigset_t signals; local 169 (void) mDNSPosixRunEventLoopOnce(m, &timeout, &signals, &gotData); 171 if (sigismember(&signals, SIGHUP )) Reconfigure(m); 172 if (sigismember(&signals, SIGUSR1)) DumpStateLog(m); 174 if (sigismember(&signals, SIGPIPE)) LogMsg("Received SIGPIPE - ignoring"); 175 if (sigismember(&signals, SIGINT) || sigismember(&signals, SIGTERM)) break;
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_apitest.cc | 95 virtual bool GetControlSignals(api::serial::DeviceControlSignals* signals) 97 signals->dcd = true; 98 signals->cts = true; 99 signals->ri = true; 100 signals->dsr = true;
|
/external/dnsmasq/dbus/ |
DBus-interface | 97 2. SIGNALS 100 If dnsmasq's DHCP server is active, it will send signals over DBUS whenever 101 the DHCP lease database changes. Think of these signals as transactions on 104 Signals are of the form: 115 Available signals are:
|
/art/compiler/utils/x86/ |
constants_x86.h | 39 kNoByteRegister = -1 // Signals an illegal register. 53 kNoXmmRegister = -1 // Signals an illegal register. 67 kNoX87Register = -1 // Signals an illegal register.
|