HomeSort by relevance Sort by last modified time
    Searched refs:glib (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/
glib.h 0 /* GLIB - Library of useful routines for C programming
21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GLib Team. See the ChangeLog
24 * GLib at ftp://ftp.gtk.org/pub/gtk/.
32 #include <glib/galloca.h>
33 #include <glib/garray.h>
34 #include <glib/gasyncqueue.h>
35 #include <glib/gatomic.h>
36 #include <glib/gbacktrace.h>
37 #include <glib/gbase64.h
    [all...]
glib-zip.in 3 # Build zipfiles for GLib on Win32: Separate runtime and developer ones.
6 ZIP=/tmp/glib-@GLIB_VERSION@.zip
7 DEVZIP=/tmp/glib-dev-@GLIB_VERSION@.zip
11 mkdir -p share/doc/glib-@GLIB_VERSION@
12 cp -p @abs_srcdir@/COPYING share/doc/glib-@GLIB_VERSION@
14 mkdir -p share/doc/glib-dev-@GLIB_VERSION@
15 cp -p @abs_srcdir@/COPYING share/doc/glib-dev-@GLIB_VERSION@
36 zip -r $ZIP share/doc/glib-@GLIB_VERSION@
40 bin/glib-genmarshal.exe
41 bin/glib-gettextiz
    [all...]
sanity_check 5 if [ ! -f glib-$VERSION.tar.gz ]; then
6 echo "ERROR: glib-$VERSION.tar.gz does not exist..."
12 echo "Checking glib-$VERSION.tar.gz..."
13 tar xfz glib-$VERSION.tar.gz
19 if [ "x`grep $VERSION glib-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" = "x0" ]; then
28 if [ "x`grep $VERSION glib-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" = "x2" ]; then
38 wc -l glib-$VERSION/docs/reference/*/html/*.html | grep total
40 rm -rf glib-$VERSION
  /external/bluetooth/glib/tests/
cxx-test.C 1 #include <glib.h>
3 #include <glib-object.h>
makefile.msc.in 1 ## Makefile for building the GLib test programs with Microsoft C
10 INCLUDES = -FImsvc_recommended_pragmas.h -I .. -I ..\glib -I ..\gmodule
87 $(CC) $(CFLAGS) -Fe$@ $< ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
91 ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib \
97 ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib ..\gthread\gthread-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
100 $(CC) $(CFLAGS) -LD libmoduletestplugin_a.obj ..\gmodule\gmodule-2.0.lib ..\glib\glib-2.0.lib $(LDFLAGS
    [all...]
  /external/webkit/WebCore/platform/gtk/
EventLoopGtk.cpp 23 #include <glib.h>
  /external/bluetooth/glib/glib/
gdatasetprivate.h 0 /* GLIB - Library of useful routines for C programming
22 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
23 * file for a list of people on the GLib Team. See the ChangeLog
25 * GLib at ftp://ftp.gtk.org/pub/gtk/.
31 #include <glib.h>
gprimes.h 0 /* GLIB - Library of useful routines for C programming
21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GLib Team. See the ChangeLog
24 * GLib at ftp://ftp.gtk.org/pub/gtk/.
28 #error "Only <glib.h> can be included directly."
34 #include <glib/gtypes.h>
gqsort.h 0 /* GLIB - Library of useful routines for C programming
21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GLib Team. See the ChangeLog
24 * GLib at ftp://ftp.gtk.org/pub/gtk/.
28 #error "Only <glib.h> can be included directly."
34 #include <glib/gtypes.h>
gurifuncs.h 1 /* GIO - GLib Input, Output and Streaming Library
24 #error "Only <glib.h> can be included directly."
30 #include <glib.h>
  /external/webkit/JavaScriptCore/wtf/gtk/
MainThreadGtk.cpp 33 #include <glib.h>
GRefPtr.cpp 22 #include <glib.h>
  /external/bluetooth/glib/glib/gnulib/
Makefile.am 4 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -DG_LOG_DOMAIN=\"GLib\" \
  /external/bluetooth/glib/gmodule/
makefile.msc.in 10 INCLUDES = -FImsvc_recommended_pragmas.h -I .. -I . -I ..\glib
34 ..\glib\glib-2.0.lib $(LDFLAGS) /implib:gmodule-2.0.lib /def:gmodule.def
Makefile.am 6 -I$(top_srcdir)/glib \
36 glibincludedir=$(includedir)/glib-2.0
40 libglib = $(top_builddir)/glib/libglib-2.0.la
  /external/bluetooth/glib/gthread/
makefile.msc.in 10 INCLUDES = -FImsvc_recommended_pragmas.h -I .. -I . -I ..\glib
26 ..\glib\glib-2.0.lib $(DEPCLIBS) user32.lib $(LDFLAGS) /implib:gthread-2.0.lib /def:gthread.def
Makefile.am 6 -I$(top_srcdir)/glib \
25 libglib = $(top_builddir)/glib/libglib-2.0.la
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 34 -I$(top_srcdir)/glib \
36 -I$(top_builddir)/glib \
39 $(top_builddir)/glib/libglib-2.0.la \
48 glib-mkenums.xml \
49 glib-genmarshal.xml \
59 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
70 man_MANS = glib-mkenums.1 glib-genmarshal.1 gobject-query.1
  /external/bluetooth/glib/gio/fen/
fen-sub.h 25 #include <glib.h>
  /external/bluetooth/glib/gio/
gioerror.h 1 /* GIO - GLib Input, Output and Streaming Library
30 #include <glib.h>
gioenumtypes.h.template 5 #include <glib-object.h>
gnativevolumemonitor.c 5 #include <glib.h>
  /external/bluetooth/glib/gobject/
makefile.msc.in 10 INCLUDES = -FImsvc_recommended_pragmas.h -I .. -I . -I ..\glib
11 DEFINES = -DHAVE_CONFIG_H -DGOBJECT_COMPILATION -DG_LOG_DOMAIN=\"GLib-GObject\" \
17 glib-genmarshal.exe \
60 gmarshal.h : gmarshal.list glib-genmarshal.exe
63 glib-genmarshal --nostdinc --prefix=g_cclosure_marshal gmarshal.list --header >> xgen-gmh
67 gmarshal.c: gmarshal.list gmarshal.h glib-genmarshal.exe
68 glib-genmarshal --nostdinc --prefix=g_cclosure_marshal gmarshal.list --body > gmarshal.c
72 ..\glib\glib-2.0.lib $(LDFLAGS) /implib:gobject-2.0.lib /def:gobject.def || del $@
77 # link glib's static version to avoid installing
    [all...]
  /external/bluetooth/bluez/gdbus/
Android.mk 10 $(call include-path-for, glib) \
  /external/bluetooth/bluez/src/
Android.mk 18 glib-helper.c \
52 $(call include-path-for, glib) \
53 $(call include-path-for, glib)/glib \

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>