HomeSort by relevance Sort by last modified time
    Searched full:introspect (Results 1 - 25 of 26) sorted by null

1 2

  /external/bluetooth/bluez/test/
dbusdef.py 8 #print dummy.Introspect()
  /external/dbus/doc/
Makefile.am 3 introspect.dtd \
10 introspect.xsl
introspect.xsl 24 <!-- $Id: introspect.xsl,v 1.1 2005/08/18 04:04:57 johnp Exp $ -->
Makefile.in 233 EXTRA_DIST = busconfig.dtd introspect.dtd dbus-faq.xml \
235 dcop-howto.txt file-boilerplate.c introspect.xsl \
dbus-specification.xml     [all...]
dbus-tutorial.xml 697 This interface has one method <literal>Introspect</literal> which takes no arguments and returns
    [all...]
  /external/bluetooth/bluez/gdbus/
object.c 43 char *introspect; member in struct:generic_data
154 g_free(data->introspect);
183 data->introspect = g_string_free(gstr, FALSE);
186 static DBusMessage *introspect(DBusConnection *connection, function
193 error("Unexpected signature to introspect call");
197 if (!data->introspect)
205 dbus_message_append_args(reply, DBUS_TYPE_STRING, &data->introspect,
215 g_free(data->introspect);
319 g_free(data->introspect);
320 data->introspect = NULL
    [all...]
  /external/dbus/bus/
main.c 70 fprintf (stderr, DAEMON_NAME " [--version] [--session] [--system] [--config-file=FILE] [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] [--nofork] [--introspect]\n");
86 introspect (void) function
106 _dbus_warn ("Can not introspect - Out of memory\n");
262 else if (strcmp (arg, "--introspect") == 0)
263 introspect ();
driver.c     [all...]
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 38 "Introspect");
test-threads-init.c 36 "Introspect");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
pulseaudio.h 33 #include <pulse/introspect.h>
52 * \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
context.h 142 * \li \subpage introspect
introspect.h 4 /* $Id: introspect.h 1971 2007-10-28 19:13:50Z lennart $ */
36 /** \page introspect Server Query and Control
  /external/dnsmasq/src/
dbus.c 25 "\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
28 " <method name=\"Introspect\">\n"
267 if (dbus_message_is_method_call(message, DBUS_INTERFACE_INTROSPECTABLE, "Introspect"))
  /external/dbus/
NEWS 79 - The --introspect switch has been added to the bus for printing out
182 - signals emitted by the bus now show up in the introspect data
190 - marshal using introspect data if available
238 - introspect.xsl XSLT style sheet added for formatting introspection
ChangeLog     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParseExceptionListener.java 43 * The handler is supposed to introspect on the error class and
  /external/dbus/dbus/
dbus-object-tree.c 617 _dbus_verbose (" considering default Introspect() handler...\n");
623 "Introspect"))
636 _dbus_verbose (" using default Introspect() handler!\n");
862 /* This hardcoded default handler does a minimal Introspect()
    [all...]
dbus-protocol.h 408 #define DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so 
libpulse.so.0 
libpulse.so.0.4.1 
libpulse.a 33 libpulse_la-introspect.o/
    [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 1282 milliseconds

1 2