Searched refs:signals (Results 76 - 97 of 97) sorted by relevance

1234

/external/autotest/site_utils/
H A Dgenerate_test_report51 def __init__(self, signals, deadline, url, person):
52 self.signals = signals
174 elif (w is not None and match.group(2) in w.signals and
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java101 // input: The array of signals (int, 4 bytes each)
104 // The handles and signals will be filled before calling the native method. When the native
135 public WaitResult wait(Handle handle, HandleSignals signals, long deadline) { argument
141 nativeWait(buffer, getMojoHandle(handle), signals.getFlags(), deadline)));
539 private native int nativeWait(ByteBuffer buffer, int mojoHandle, int signals, long deadline); argument
/external/libmojo/mojo/android/system/
H A Dcore_impl.cc35 // input: The array of N signals (MojoHandleSignals, 4 bytes each)
134 jint signals,
144 return MojoWait(mojo_handle, signals, deadline, signals_state);
130 Wait(JNIEnv* env, const JavaParamRef<jobject>& jcaller, const JavaParamRef<jobject>& buffer, jint mojo_handle, jint signals, jlong deadline) argument
/external/python/cpython2/Lib/unittest/
H A Dmain.py8 from .signals import installHandler
H A Drunner.py7 from .signals import registerResult
/external/python/cpython3/Lib/unittest/
H A Dmain.py8 from .signals import installHandler
H A Drunner.py8 from .signals import registerResult
/external/llvm/lib/Support/Unix/
H A DProcess.inc250 // Create a signal set filled with *all* signals.
/external/ltp/testcases/realtime/
H A D00_Descriptions.txt138 handles signals by noting down timing information.
/external/python/cpython3/Lib/test/
H A Dtest_signal.py67 'inter process signals not reliable (do not mix well with threading) '
84 # Set and then reset a handler for signals that work on windows.
85 # Issue #18396, only for signals without a C-level handler.
170 def check_wakeup(self, test_body, *signals, ordered=True):
178 signals = {!r}
183 def check_signum(signals):
184 data = os.read(read, len(signals)+1)
188 signals = set(signals)
189 if raised != signals
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DProcess.inc241 // Create a signal set filled with *all* signals.
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c827 sigset_t signals; local
856 mDNSPosixRunEventLoopOnce(&mDNSStorage, &timeout, &signals, &gotSomething);
858 while ( !( sigismember( &signals, SIGINT) || sigismember( &signals, SIGTERM)));
/external/libmojo/mojo/edk/system/
H A Dmultiprocess_message_pipe_unittest.cc801 std::vector<MojoHandleSignals> signals(2, MOJO_HANDLE_SIGNAL_READABLE);
804 CHECK_EQ(MojoWaitMany(handles.data(), signals.data(),
818 signals.push_back(MOJO_HANDLE_SIGNAL_READABLE);
/external/libopus/tests/
H A Dtest_opus_encode.c201 int signals[4] = {OPUS_AUTO, OPUS_AUTO, OPUS_SIGNAL_VOICE, OPUS_SIGNAL_MUSIC}; local
228 int sig = RAND_SAMPLE(signals);
/external/libxml2/doc/
H A DMakefile.am334 rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c505 * Sends PropertyChanged signals containing new value of Enabled property
2111 * Sends PropertyChanged signals with path, interface and arguments
2181 * Sends PropertyChanged signals with path, interface, and arguments depending
2244 * Sends PropertyChanged signals informing that debug level has changed.
2258 * Sends PropertyChanged signals informing that debug timestamp has changed.
2272 * Sends PropertyChanged signals informing that debug show_keys has changed.
2287 const struct wpa_dbus_signal_desc *signals)
2295 obj_desc->signals = signals;
4489 /* No signals intende
2282 wpas_dbus_register(struct wpa_dbus_object_desc *obj_desc, void *priv, WPADBusArgumentFreeFunction priv_free, const struct wpa_dbus_method_desc *methods, const struct wpa_dbus_property_desc *properties, const struct wpa_dbus_signal_desc *signals) argument
[all...]
/external/valgrind/
H A DAndroid.mk310 coregrind/m_gdbserver/signals.c \
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli391 This intercepts the OS's crash signals and prints which component of LLVM
/external/libffi/
H A Dtexinfo.tex4836 % signals); since we just inserted a non-discardable item, any
/external/libmicrohttpd/doc/
H A Dtexinfo.tex4836 % signals); since we just inserted a non-discardable item, any
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex4836 % signals); since we just inserted a non-discardable item, any
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dtexinfo.tex4836 % signals); since we just inserted a non-discardable item, any

Completed in 8372 milliseconds

1234