/bionic/linker/ |
debugger.c | 127 char* signame; local 129 case SIGILL: signame = "SIGILL"; break; 130 case SIGABRT: signame = "SIGABRT"; break; 131 case SIGBUS: signame = "SIGBUS"; break; 132 case SIGFPE: signame = "SIGFPE"; break; 133 case SIGSEGV: signame = "SIGSEGV"; break; 134 case SIGSTKFLT: signame = "SIGSTKFLT"; break; 135 case SIGPIPE: signame = "SIGPIPE"; break; 136 default: signame = "???"; break; 148 signum, signame, info->si_addr, info->si_code, gettid(), threadname) [all...] |
/ndk/sources/host-tools/make-3.81/ |
make.lnk | 1 FROM LIB:cres.o "commands.o"+"job.o"+"dir.o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o"+"implicit.o"+"default.o"+"variable.o"+"expand.o"+"function.o"+"vpath.o"+"version.o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"+"getopt1.o"+"alloca.o"+"amiga.o"+"hash.o"+"strcache.o"
|
dosbuild.bat | 42 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g signame.c -o signame.o
55 for %%f in (expand function vpath hash strcache version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$
|
SMakefile | 128 vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o \ 138 $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \ 344 # .deps/signame.Po 345 signame.o signame.o: signame.c make.h config.h \
|
/ndk/sources/host-tools/make-3.81/po/ |
make.pot | 1539 #: signame.c:85 1543 #: signame.c:93 1547 #: signame.c:96 1551 #: signame.c:99 1555 #: signame.c:102 1559 #: signame.c:105 1563 #: signame.c:110 1567 #: signame.c:113 1571 #: signame.c:116 1575 #: signame.c:11 [all...] |
be.po | 1558 #: signame.c:85 1562 #: signame.c:93 1566 #: signame.c:96 1570 #: signame.c:99 1574 #: signame.c:102 1578 #: signame.c:105 1582 #: signame.c:110 1586 #: signame.c:113 1590 #: signame.c:116 1594 #: signame.c:11 [all...] |
fi.po | [all...] |
he.po | [all...] |
id.po | [all...] |
ja.po | [all...] |
ko.po | [all...] |
rw.po | [all...] |
zh_CN.po | [all...] |
POTFILES.in | 35 signame.c
|
da.po | [all...] |
de.po | [all...] |
fr.po | [all...] |
ga.po | [all...] |
gl.po | [all...] |
hr.po | [all...] |
nl.po | [all...] |
pl.po | [all...] |
pt_BR.po | [all...] |
sv.po | [all...] |
/external/bluetooth/glib/gobject/ |
glib-genmarshal.c | 323 generate_marshal (const gchar *signame, 328 gchar *tmp = g_strconcat (marshaller_prefix, "_", signame, NULL); 331 /* here we have to make sure a marshaller named <marshaller_prefix>_<signame> 351 tmp = g_strconcat (std_marshaller_prefix, "_", signame, NULL); 358 g_fprintf (fout, "#define %s_%s\t%s_%s\n", marshaller_prefix, signame, std_marshaller_prefix, signame); 364 ind += g_fprintf (fout, "%s_%s (", marshaller_prefix, signame); 377 ind = g_fprintf (fout, "%s_%s (", marshaller_prefix, signame); 387 ind = g_fprintf (fout, " typedef %s (*GMarshalFunc_%s) (", sig->rarg->ctype, signame); 399 g_fprintf (fout, " register GMarshalFunc_%s callback;\n", signame); [all...] |