HomeSort by relevance Sort by last modified time
    Searched full:signal (Results 26 - 50 of 2094) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
signal.h 15 #include <asm/signal.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
signal.h 15 #include <asm/signal.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
signal.h 15 #include <asm/signal.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
signal.h 15 #include <asm/signal.h>
  /external/strace/
signalent.sh 35 signal = -1;
38 if (signal == $2)
40 while (++signal < $2) {
41 n = "\"SIG_" signal "\""
44 s = s "/* " signal " */"
47 if (signal == $2)
52 s = s "/* " signal " */"
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 27 * Starts an event loop that runs until the given signal is received.
31 * \return \p true if the requested signal was received
34 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0)
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
39 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
100 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 27 * Starts an event loop that runs until the given signal is received.
31 * \return \p true if the requested signal was received
34 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0)
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
39 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
94 ::waitForSignal(m_view, SIGNAL(loadFinished(bool)));
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 29 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
30 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
31 connect(scanResultsView, SIGNAL(doubleClicked(Q3ListViewItem *)), this,
56 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
87 QString ssid, bssid, freq, signal, flags; local
90 signal = cols.count() > 2 ? cols[2] : "";
93 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal,
  /external/bluetooth/glib/gobject/
gsignal.c 1 /* GObject - GLib Type, Object, Parameter and Signal Library
30 #include <signal.h>
48 * The basic concept of the signal system is that of the
49 * <emphasis>emission</emphasis> of a signal. Signals are introduced
52 * basically they are a per-type facility that is inherited. A signal
62 * handler" or "default (signal) handler", while user provided callbacks are
63 * usually just called "signal handler".
64 * The object method handler is provided at signal creation time (this most
67 * signal on certain object instances.
69 * A signal emission consists of five stages, unless prematurely stopped
1000 gchar *signal = g_new (gchar, l + 1); local
    [all...]
  /external/webkit/WebKit/qt/tests/
util.h 30 * Starts an event loop that runs until the given signal is received.
34 * \return \p true if the requested signal was received
37 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 10000)
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
42 QSignalSpy timeoutSpy(&timer, SIGNAL(timeout()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui 125 <signal>clicked()</signal>
131 <signal>clicked()</signal>
137 <signal>returnPressed()</signal>
wpagui.ui 340 <signal>activated()</signal>
346 <signal>activated()</signal>
352 <signal>activated()</signal>
358 <signal>activated()</signal>
364 <signal>clicked()</signal>
    [all...]
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
scanresults.ui.h 31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
61 QString ssid, bssid, freq, signal, flags; local
64 signal = cols.count() > 2 ? cols[2] : "";
67 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal, flags);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui 125 <signal>clicked()</signal>
131 <signal>clicked()</signal>
137 <signal>returnPressed()</signal>
wpagui.ui 340 <signal>activated()</signal>
346 <signal>activated()</signal>
352 <signal>activated()</signal>
358 <signal>activated()</signal>
364 <signal>clicked()</signal>
    [all...]
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
scanresults.ui.h 31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
61 QString ssid, bssid, freq, signal, flags; local
64 signal = cols.count() > 2 ? cols[2] : "";
67 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal, flags);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 27 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
28 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
30 SIGNAL(itemDoubleClicked(QTreeWidgetItem *, int)), this,
81 QString ssid, bssid, freq, signal, flags; local
95 signal = (*it).mid(pos);
107 item->setText(3, signal);
  /external/stlport/stlport/stl/
_csignal.h 27 # include <signal.h>
33 using _STLP_VENDOR_CSTD::signal;
  /external/qemu/
compatfd.h 17 #include <signal.h>
  /external/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
4 * _STLP_USE_STATIC_LIB: To signal use of STLport as a static lib or build of
6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime
42 /* The user is forcing use of STLport as a dynamic library. We signal it so
  /bionic/libstdc++/include/
csignal 34 * Standard C++ Library wrapper around the C signal.h header file.
37 #include <signal.h>
42 using ::signal;
  /external/bluetooth/bluez/src/
dbus-common.c 272 DBusMessage *signal; local
275 signal = dbus_message_new_signal(path, interface, "PropertyChanged");
277 if (!signal) {
278 error("Unable to allocate new %s.PropertyChanged signal",
283 dbus_message_iter_init_append(signal, &iter);
289 return g_dbus_send_message(conn, signal);
298 DBusMessage *signal; local
301 signal = dbus_message_new_signal(path, interface, "PropertyChanged");
303 if (!signal) {
304 error("Unable to allocate new %s.PropertyChanged signal",
    [all...]
  /external/v8/test/cctest/
test-lock.cc 56 sem->Signal();
58 sem->Signal();
60 sem->Signal();

Completed in 213 milliseconds

12 3 4 5 6 7 8 91011>>