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

1 2

  /external/bluetooth/glib/gio/fam/
Makefile.am 11 fam-helper.c \
12 fam-helper.h \
13 fam-module.c \
gfamdirectorymonitor.c 31 #include "fam-helper.h"
51 g_warning ("Unexpected error cancelling fam monitor");
133 g_warning ("Unexpected error cancelling fam monitor");
150 "fam",
gfamfilemonitor.c 31 #include "fam-helper.h"
51 g_warning ("Unexpected error cancelling fam monitor");
132 g_warning ("Unexpected error cancelling fam monitor");
148 "fam",
fam-module.c 29 #include "fam-helper.h"
fam-helper.c 26 #include <fam.h>
30 #include "fam-helper.h"
48 fam has "enum FAMCodes { ... }".
  /external/webkit/WebKit/gtk/po/
pt_BR.po 271 msgstr "Família de Fontes Cursivas"
275 msgstr "A família de fontes cursivas padrão para exibir texto."
279 msgstr "Família de Fontes Padrão"
283 msgstr "A família de fontes padrão para exibir texto."
287 msgstr "Família de Fontes Fantasia"
291 msgstr "A família de fontes fantasia padrão para exibir texto."
295 msgstr "Família de Fontes Mono-espaçadas"
299 msgstr "A família de fontes mono-espaçadas padrão para exibir texto."
303 msgstr "Família de Fontes Sem Serifa"
307 msgstr "A família de fontes sem serifa padrão para exibir texto.
    [all...]
  /external/bluetooth/glib/docs/reference/gio/
Makefile.am 21 fam-helper.h \
overview.xml 289 its fam-based and inotify-based file monitoring implementations.
305 its fam-based and inotify-based directory monitoring implementations.
  /external/kernel-headers/original/linux/
net.h 184 extern int sock_register(struct net_proto_family *fam);
213 #define SOCKOPS_WRAP(name, fam)
239 #define SOCKOPS_WRAP(name, fam) \
272 .family = fam, \
  /external/iproute2/include/
libnetlink.h 25 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
  /external/bluetooth/glib/gio/
ChangeLog 657 Bug 556910 ? [fam-helper.c:223]: Memory leak: sub
659 * fam/fam-helper.c: Fix a memory leak and formatting issues.
773 * fam/Makefile.am: Use GIO_MODULE_DIR consistently.
    [all...]
makefile.msc 8 # SUBDIRS = fam
Makefile.am 123 SUBDIRS += fam
  /external/opencore/oscl/oscl/config/android/
osclconfig_io.h 140 #define OsclSocket(s,fam,type,prot,ok,err)\
141 s=socket(fam,type,prot);\
  /external/opencore/oscl/oscl/config/linux/
osclconfig_io.h 126 #define OsclSocket(s,fam,type,prot,ok,err)\
127 s=socket(fam,type,prot);\
  /external/icu4c/tools/genpname/
preparse.pl 439 my $fam = $pa->{'_family'};
475 merge_PropertyAliases($h, $pa, $fam);
586 my ($h, $pa, $fam) = @_;
622 push @err, "Info: No enum for " . $fam->{$name} . " property $name in uchar.h";
624 push @err, "Warning: No enum for " . $fam->{$name} . " property $name in uchar.h";
778 my $fam = {}; # map long names to family string
779 $fam = $hash->{'_family'} if (exists $hash->{'_family'});
826 $fam->{$long} = $family;
846 $hash->{'_family'} = $fam;
    [all...]
  /external/bluetooth/glib/
configure.in     [all...]
config.h.win32.in 175 /* Define if we have FAM */
178 /* Define to 1 if you have the <fam.h> header file. */
181 /* Define if we have FAMNoExists in fam */
  /external/iproute2/misc/
ss.c 898 static int get_dns_host(struct aafilter *a, const char *addr, int fam)
909 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
912 if (fam == AF_UNSPEC) {
950 int fam = preferred_family; local
955 if (fam == AF_UNIX || strncmp(addr, "unix:", 5) == 0) {
966 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) {
991 if (fam == AF_NETLINK || strncmp(addr, "netlink:", 8) == 0) {
1026 fam = AF_INET;
1029 fam = AF_INET6
    [all...]
  /external/bluetooth/glib/glib/
config.h 168 /* Define if we have FAM */
171 /* Define to 1 if you have the <fam.h> header file. */
174 /* Define if we have FAMNoExists in fam */
  /external/opencore/oscl/oscl/config/shared/
osclconfig_io_check.h 246 OsclSocket(s,fam,type,prot,ok,err) must be defined to
249 's', 'fam', 'type', and 'prot' are the socket, family, type, and
257 #error "ERROR: OsclSocket(s,fam,type,prot,ok,err) has to be defined"
  /external/opencore/doc/oscl_html/
osclconfig__io_8h-source.html 123 <a name="l00123"></a><a class="code" href="osclconfig__io_8h.html#a21">00123</a> <span class="preprocessor">#define OsclSocket(s,fam,type,prot,ok,err)\</span>
124 00124 <span class="preprocessor"> s=socket(fam,type,prot);\</span>
osclconfig__io_8h.html 55 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__io_8h.html#a21">OsclSocket</a>(s, fam, type, prot, ok, err)</td></tr>
    [all...]
osclconfig__io__check_8h-source.html 107 00240 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OsclSocket(s,fam,type,prot,ok,err) has to be defined"</span>
  /external/netperf/
netsh.c 259 -H name|ip,fam * Specify the target machine and/or local ip and family\n\
264 -L name|ip,fam * Specify the local ip|name and address family\n\

Completed in 304 milliseconds

1 2