Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 152) sorted by relevance

1234567

/ndk/sources/host-tools/make-3.81/po/
Dmake.pot20 #, c-format
29 #, c-format
34 #, c-format
39 #, c-format
44 #, c-format
49 #, c-format
54 #, c-format
59 #, c-format
64 #, c-format
73 #, c-format
[all …]
Dbe.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
53 #, c-format
58 #, c-format
63 #, c-format
72 #, c-format
[all …]
Dja.po20 #, c-format
29 #, c-format
34 #, c-format
39 #, c-format
44 #, c-format
49 #, c-format
54 #, c-format
59 #, c-format
64 #, c-format
73 #, c-format
[all …]
Dzh_CN.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
53 #, c-format
58 #, c-format
63 #, c-format
72 #, c-format
[all …]
Dko.po18 #, c-format
27 #, c-format
32 #, c-format
37 #, c-format
42 #, c-format
47 #, c-format
52 #, c-format
57 #, c-format
62 #, c-format
72 #, c-format
[all …]
Dhe.po18 #, c-format
27 #, c-format
32 #, c-format
37 #, c-format
42 #, c-format
47 #, c-format
52 #, c-format
57 #, c-format
63 #, c-format
72 #, c-format
[all …]
Drw.po28 #, fuzzy, c-format
38 #, fuzzy, c-format
43 #, fuzzy, c-format
48 #, fuzzy, c-format
53 #, fuzzy, c-format
58 #, fuzzy, c-format
63 #, fuzzy, c-format
68 #, fuzzy, c-format
73 #, fuzzy, c-format
84 #, fuzzy, c-format
[all …]
Did.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
53 #, c-format
58 #, c-format
63 #, c-format
72 #, c-format
[all …]
Dnl.po21 #, c-format
30 #, c-format
35 #, c-format
40 #, c-format
45 #, c-format
50 #, c-format
55 #, c-format
60 #, c-format
65 #, c-format
74 #, c-format
[all …]
Dpl.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
54 #, c-format
59 #, c-format
64 #, c-format
73 #, c-format
[all …]
Dda.po18 #, c-format
27 #, c-format
32 #, c-format
37 #, c-format
42 #, c-format
47 #, c-format
52 #, c-format
57 #, c-format
62 #, c-format
71 #, c-format
[all …]
Dsv.po18 #, c-format
27 #, c-format
32 #, c-format
37 #, c-format
42 #, c-format
47 #, c-format
53 #, c-format
58 #, c-format
63 #, c-format
72 #, c-format
[all …]
Dfi.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
53 #, c-format
58 #, c-format
63 #, c-format
72 #, c-format
[all …]
Dhr.po18 #, c-format
27 #, c-format
32 #, c-format
37 #, c-format
42 #, c-format
47 #, c-format
52 #, c-format
57 #, c-format
62 #, c-format
71 #, c-format
[all …]
Dga.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
55 #, c-format
60 #, c-format
67 #, c-format
76 #, c-format
[all …]
Dpt_BR.po21 #, c-format
30 #, c-format
35 #, c-format
40 #, c-format
45 #, c-format
50 #, c-format
55 #, c-format
60 #, c-format
65 #, c-format
74 #, c-format
[all …]
Dde.po26 #, c-format
37 #, c-format
42 #, c-format
47 #, c-format
52 #, c-format
59 #, c-format
64 #, c-format
69 #, c-format
76 #, c-format
87 #, c-format
[all …]
Dtr.po19 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
53 #, c-format
58 #, c-format
63 #, c-format
72 #, c-format
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c67 printf (const char *format, ...) in printf() argument
72 va_start (args, format); in printf()
73 retval = vfprintf (stdout, format, args); in printf()
82 fprintf (FILE *stream, const char *format, ...) in fprintf() argument
87 va_start (args, format); in fprintf()
88 retval = vfprintf (stream, format, args); in fprintf()
97 vprintf (const char *format, va_list args) in vprintf() argument
99 return vfprintf (stdout, format, args); in vprintf()
105 vfprintf (FILE *stream, const char *format, va_list args) in vfprintf() argument
108 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF) in vfprintf()
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngdebug.h113 char format[256]; \
114 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
117 fprintf(PNG_DEBUG_FILE,format); \
124 char format[256]; \
125 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
128 fprintf(PNG_DEBUG_FILE,format,p1); \
135 char format[256]; \
136 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
139 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dabort_message.cpp25 void abort_message(const char* format, ...) in abort_message() argument
32 va_start(list, format); in abort_message()
33 vfprintf(stderr, format, list); in abort_message()
41 va_start(list2, format); in abort_message()
42 vasprintf(&buffer, format, list2); in abort_message()
/ndk/sources/host-tools/sed-4.2.1/po/
Dsed.pot117 #, c-format
122 #, c-format
127 #, c-format
132 #, c-format
137 #, c-format
142 #, c-format
147 #, c-format
152 #, c-format
157 #, c-format
162 #, c-format
[all …]
Deu.po118 #, c-format
123 #, c-format
128 #, c-format
133 #, c-format
138 #, c-format
143 #, c-format
148 #, c-format
153 #, c-format
158 #, c-format
163 #, c-format
[all …]
Dzh_CN.po117 #, c-format
122 #, c-format
127 #, c-format
132 #, c-format
137 #, c-format
142 #, c-format
147 #, c-format
152 #, c-format
157 #, c-format
162 #, c-format
[all …]
Dru.po116 #, c-format
121 #, c-format
126 #, c-format
131 #, c-format
136 #, c-format
141 #, c-format
146 #, c-format
151 #, c-format
156 #, c-format
161 #, c-format
[all …]

1234567