/external/bluetooth/bluez/cups/ |
hcrp.c | 276 /* Ignore SIGTERM signals if printing from stdin */
|
/external/bluetooth/bluez/doc/ |
gtk-doc.make | 39 $(DOC_MODULE).signals
|
/external/bluetooth/glib/docs/reference/gobject/ |
glib-genmarshal.1 | 275 They can be used directly for GClosures or be passed in as the GSignalCMarshaller c_marshaller; argument upon creation of signals:
|
glib-genmarshal.xml | 314 GSignalCMarshaller c_marshaller; argument upon creation of signals:
|
tut_gtype.xml | 379 types) are most useful when used in conjunction with object properties and signals. [all...] |
/external/dbus/doc/ |
TODO | 27 - Fix removing of signals from the match tree
|
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 121 // Signals that the death test did not die as expected.
|
/external/jpeg/ |
jdapistd.c | 147 * this likely signals an application programmer error. However,
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_semaphore.cpp | 241 * Signals that the thread is finished with the Semaphore
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_media_transfer.h | 179 * This function signals the completion of the read operation
|
/external/oprofile/daemon/ |
opd_trans.c | 234 * This also implicitly signals the end of the previous
|
/external/qemu/slirp/ |
if.c | 46 * we don't expect any signals, but what the hell..
|
/external/qemu/slirp-android/ |
if.c | 46 * we don't expect any signals, but what the hell..
|
/external/webkit/JavaScriptCore/wtf/ |
Assertions.h | 151 /* CRASH -- gets us into the debugger or the crash reporter -- signals are ignored by the crash reporter so we must do better */
|
/external/webkit/WebCore/platform/graphics/gtk/ |
VideoSinkGStreamer.cpp | 68 // unlock() and render(), where unlock() wins, signals the
|
/external/webkit/WebKit/android/plugins/ |
PluginWidgetAndroid.h | 123 zero it signals the plugin that any existing rectangles should be cleared
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebnavigationaction.cpp | 38 * #WebKitWebNavigationAction is used in signals to provide details about
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.h | 63 signals:
|
/frameworks/base/awt/java/awt/color/ |
ICC_Profile.java | 764 * Signals that an I/O exception has occurred. 778 * Signals that an I/O exception has occurred. 824 * signals that an I/O exception has occurred during writing or 1063 * signals that an I/O error occurred while reading the file or [all...] |
/external/bluetooth/glib/docs/reference/ |
ChangeLog | 495 amount of matched signals, not amount of actually unblocked. 497 * gobject/tmpl/signals.sgml: Fix documentation of return value [all...] |
/external/bluetooth/glib/gio/ |
gunixmounts.c | 132 static guint signals[LAST_SIGNAL]; variable 1218 signals[MOUNTS_CHANGED] = 1233 signals[MOUNTPOINTS_CHANGED] = 1258 g_signal_emit (mount_monitor, signals[MOUNTPOINTS_CHANGED], 0); 1276 g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); [all...] |
/external/dbus/bus/ |
dispatch.c | 33 #include "signals.h" 83 * or for signals with no particular recipient 309 * out signals and such. addressed_recipient may == NULL. [all...] |
/external/strace/ |
strace.c | 663 /* POSIX signals on sunos4.1 are a little broken. */ 784 sigset_t signals; local 958 /* Enable signals we care about. */ 959 premptyset(&signals); 961 if (i > (sizeof signals) * CHAR_BIT) break; 962 if (qual_flags [i] & QUAL_SIGNAL) praddset (&signals, i); 964 if (IOCTL(tcp->pfd, PIOCSTRACE, &signals) < 0) { [all...] |
/external/dbus/ |
ChangeLog | [all...] |
NEWS | 120 - dbus-monitor now correctly catches methods, not just signals 182 - signals emitted by the bus now show up in the introspect data 311 - Python bindings now have decorators for specifying exported methods and signals
|