Searched refs:sets (Results 1 - 25 of 596) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py150 sets = [] variable
181 sets.append(charset)
199 for s in sets:
213 for i, s in enumerate(sets):
216 for j, s_cmp in enumerate(sets):
227 for i, s in enumerate(sets):
243 print('#define LEAF0 ({} * sizeof (FcLangCharSet))'.format(len(sets)))
254 assert len(sets) < 65536 # FIXME: need to change index type to 32-bit below then
264 }} fcLangData = {{'''.format(len(sets), len(leaves), tn, tn,
265 'FcChar16 ', len(sets), 'FcChar1
[all...]
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-rectangle.c31 static void zrect_tests(struct test *t, int reps, int sets, enum target target) argument
45 for (s = 0; s < sets; s++) {
66 printf("passed [%d iterations x %d]\n", reps, sets);
72 static void hrect_tests(struct test *t, int reps, int sets, enum target target) argument
86 for (s = 0; s < sets; s++) {
108 printf("passed [%d iterations x %d]\n", reps, sets);
114 static void vrect_tests(struct test *t, int reps, int sets, enum target target) argument
128 for (s = 0; s < sets; s++) {
150 printf("passed [%d iterations x %d]\n", reps, sets);
156 static void rect_tests(struct test *t, int reps, int sets, enu argument
207 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-stippledrect.c55 static void unclipped_tests(struct test *t, int reps, int sets, enum target target) argument
69 for (s = 0; s < sets; s++) {
100 printf("passed [%d iterations x %d]\n", reps, sets);
106 static void simple_clip_tests(struct test *t, int reps, int sets, enum target target) argument
120 for (s = 0; s < sets; s++) {
151 printf("passed [%d iterations x %d]\n", reps, sets);
157 static void complex_clip_tests(struct test *t, int reps, int sets, enum target target) argument
172 for (s = 0; s < sets; s++) {
214 printf("passed [%d iterations x %d]\n", reps, sets);
228 int reps = REPS(i), sets local in function:main
[all...]
H A Drender-composite-solid.c33 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
49 for (s = 0; s < sets; s++) {
94 printf("passed [%d iterations x %d]\n", reps, sets);
108 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
115 printf("Testing area sets (%s): ", test_target_name(target));
123 for (s = 0; s < sets; s++) {
180 printf("passed [%d iterations x %d]\n", reps, sets);
186 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
200 for (s = 0; s < sets; s++) {
227 printf("passed [%d iterations x %d]\n", reps, sets);
241 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Drender-fill.c30 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
46 for (s = 0; s < sets; s++) {
86 printf("passed [%d iterations x %d]\n", reps, sets);
100 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
107 printf("Testing area sets (%s): ", test_target_name(target));
115 for (s = 0; s < sets; s++) {
172 printf("passed [%d iterations x %d]\n", reps, sets);
178 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
192 for (s = 0; s < sets; s++) {
219 printf("passed [%d iterations x %d]\n", reps, sets);
233 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-putimage.c68 static void pixel_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
84 for (s = 0; s < sets; s++) {
129 printf("passed [%d iterations x %d]\n", reps, sets);
143 static void area_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
150 printf("Testing area sets (%s %s shm): ",
159 for (s = 0; s < sets; s++) {
206 printf("passed [%d iterations x %d]\n", reps, sets);
212 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
226 for (s = 0; s < sets; s++) {
252 printf("passed [%d iterations x %d]\n", reps, sets);
265 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-copyarea.c84 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
100 for (s = 0; s < sets; s++) {
139 printf("passed [%d iterations x %d]\n", reps, sets);
153 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
160 printf("Testing area sets (%s): ", test_target_name(target));
168 for (s = 0; s < sets; s++) {
224 printf("passed [%d iterations x %d]\n", reps, sets);
230 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_window) argument
245 for (s = 0; s < sets; s++) {
271 printf("passed [%d iterations x %d]\n", reps, sets);
285 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Drender-copyarea.c84 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
100 for (s = 0; s < sets; s++) {
143 printf("passed [%d iterations x %d]\n", reps, sets);
157 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
164 printf("Testing area sets (%s): ", test_target_name(target));
172 for (s = 0; s < sets; s++) {
233 printf("passed [%d iterations x %d]\n", reps, sets);
239 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_window) argument
253 for (s = 0; s < sets; s++) {
294 printf("passed [%d iterations x %d]\n", reps, sets);
308 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-copyplane.c43 static void clock_tests(struct test *t, int reps, int sets, enum target target) argument
57 for (s = 0; s < sets; s++) {
76 printf("passed [%d iterations x %d]\n", reps, sets);
90 int reps = REPS(i), sets = SETS(i); local in function:main
94 clock_tests(&test, reps, sets, t);
H A Dbasic-string.c40 static void string_tests(struct test *t, int reps, int sets, enum target target) argument
54 for (s = 0; s < sets; s++) {
75 printf("passed [%d iterations x %d]\n", reps, sets);
89 int reps = REPS(i), sets = SETS(i); local in function:main
93 string_tests(&test, reps, sets, t);
H A Drender-composite-solid-mask.c49 static void ref_tests(struct test *t, int reps, int sets, enum target target) argument
63 for (s = 0; s < sets; s++) {
96 printf("passed [%d iterations x %d]\n", reps, sets);
110 int reps = REPS(i), sets = SETS(i); local in function:main
114 ref_tests(&test, reps, sets, t);
H A Dbasic-fillrect.c55 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
71 for (s = 0; s < sets; s++) {
109 printf("passed [%d iterations x %d]\n", reps, sets);
123 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
130 printf("Testing area sets (%s): ", test_target_name(target));
138 for (s = 0; s < sets; s++) {
193 printf("passed [%d iterations x %d]\n", reps, sets);
199 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
213 for (s = 0; s < sets; s++) {
235 printf("passed [%d iterations x %d]\n", reps, sets);
249 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Drender-copy-alphaless.c67 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
83 for (s = 0; s < sets; s++) {
124 printf("passed [%d iterations x %d]\n", reps, sets);
138 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
145 printf("Testing area sets (%s): ", test_target_name(target));
153 for (s = 0; s < sets; s++) {
212 printf("passed [%d iterations x %d]\n", reps, sets);
218 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_window) argument
232 for (s = 0; s < sets; s++) {
259 printf("passed [%d iterations x %d]\n", reps, sets);
273 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Drender-fill-copy.c56 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
72 for (s = 0; s < sets; s++) {
116 printf("passed [%d iterations x %d]\n", reps, sets);
130 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
137 printf("Testing area sets (%s): ", test_target_name(target));
145 for (s = 0; s < sets; s++) {
204 printf("passed [%d iterations x %d]\n", reps, sets);
210 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
224 for (s = 0; s < sets; s++) {
251 printf("passed [%d iterations x %d]\n", reps, sets);
265 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-rectangle.c31 static void zrect_tests(struct test *t, int reps, int sets, enum target target) argument
45 for (s = 0; s < sets; s++) {
66 printf("passed [%d iterations x %d]\n", reps, sets);
72 static void hrect_tests(struct test *t, int reps, int sets, enum target target) argument
86 for (s = 0; s < sets; s++) {
108 printf("passed [%d iterations x %d]\n", reps, sets);
114 static void vrect_tests(struct test *t, int reps, int sets, enum target target) argument
128 for (s = 0; s < sets; s++) {
150 printf("passed [%d iterations x %d]\n", reps, sets);
156 static void rect_tests(struct test *t, int reps, int sets, enu argument
207 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-stippledrect.c55 static void unclipped_tests(struct test *t, int reps, int sets, enum target target) argument
69 for (s = 0; s < sets; s++) {
100 printf("passed [%d iterations x %d]\n", reps, sets);
106 static void simple_clip_tests(struct test *t, int reps, int sets, enum target target) argument
120 for (s = 0; s < sets; s++) {
151 printf("passed [%d iterations x %d]\n", reps, sets);
157 static void complex_clip_tests(struct test *t, int reps, int sets, enum target target) argument
172 for (s = 0; s < sets; s++) {
214 printf("passed [%d iterations x %d]\n", reps, sets);
228 int reps = REPS(i), sets local in function:main
[all...]
H A Drender-composite-solid.c33 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
49 for (s = 0; s < sets; s++) {
94 printf("passed [%d iterations x %d]\n", reps, sets);
108 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
115 printf("Testing area sets (%s): ", test_target_name(target));
123 for (s = 0; s < sets; s++) {
180 printf("passed [%d iterations x %d]\n", reps, sets);
186 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
200 for (s = 0; s < sets; s++) {
227 printf("passed [%d iterations x %d]\n", reps, sets);
241 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Drender-fill.c30 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
46 for (s = 0; s < sets; s++) {
86 printf("passed [%d iterations x %d]\n", reps, sets);
100 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
107 printf("Testing area sets (%s): ", test_target_name(target));
115 for (s = 0; s < sets; s++) {
172 printf("passed [%d iterations x %d]\n", reps, sets);
178 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
192 for (s = 0; s < sets; s++) {
219 printf("passed [%d iterations x %d]\n", reps, sets);
233 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-putimage.c68 static void pixel_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
84 for (s = 0; s < sets; s++) {
129 printf("passed [%d iterations x %d]\n", reps, sets);
143 static void area_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
150 printf("Testing area sets (%s %s shm): ",
159 for (s = 0; s < sets; s++) {
206 printf("passed [%d iterations x %d]\n", reps, sets);
212 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
226 for (s = 0; s < sets; s++) {
252 printf("passed [%d iterations x %d]\n", reps, sets);
265 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-copyarea.c84 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
100 for (s = 0; s < sets; s++) {
139 printf("passed [%d iterations x %d]\n", reps, sets);
153 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
160 printf("Testing area sets (%s): ", test_target_name(target));
168 for (s = 0; s < sets; s++) {
224 printf("passed [%d iterations x %d]\n", reps, sets);
230 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_window) argument
245 for (s = 0; s < sets; s++) {
271 printf("passed [%d iterations x %d]\n", reps, sets);
285 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Drender-copyarea.c84 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
100 for (s = 0; s < sets; s++) {
143 printf("passed [%d iterations x %d]\n", reps, sets);
157 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
164 printf("Testing area sets (%s): ", test_target_name(target));
172 for (s = 0; s < sets; s++) {
233 printf("passed [%d iterations x %d]\n", reps, sets);
239 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_window) argument
253 for (s = 0; s < sets; s++) {
294 printf("passed [%d iterations x %d]\n", reps, sets);
308 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
H A Dbasic-string.c40 static void string_tests(struct test *t, int reps, int sets, enum target target) argument
54 for (s = 0; s < sets; s++) {
75 printf("passed [%d iterations x %d]\n", reps, sets);
89 int reps = REPS(i), sets = SETS(i); local in function:main
93 string_tests(&test, reps, sets, t);
H A Drender-composite-solid-mask.c49 static void ref_tests(struct test *t, int reps, int sets, enum target target) argument
63 for (s = 0; s < sets; s++) {
96 printf("passed [%d iterations x %d]\n", reps, sets);
110 int reps = REPS(i), sets = SETS(i); local in function:main
114 ref_tests(&test, reps, sets, t);
H A Dbasic-fillrect.c55 static void pixel_tests(struct test *t, int reps, int sets, enum target target) argument
71 for (s = 0; s < sets; s++) {
109 printf("passed [%d iterations x %d]\n", reps, sets);
123 static void area_tests(struct test *t, int reps, int sets, enum target target) argument
130 printf("Testing area sets (%s): ", test_target_name(target));
138 for (s = 0; s < sets; s++) {
193 printf("passed [%d iterations x %d]\n", reps, sets);
199 static void rect_tests(struct test *t, int reps, int sets, enum target target) argument
213 for (s = 0; s < sets; s++) {
235 printf("passed [%d iterations x %d]\n", reps, sets);
249 int reps = REPS(i), sets = SETS(i); local in function:main
[all...]
/xsrc/
H A DMakefile12 # release snapshot: Same as build, plus tar up the X sets and install
13 # them under the ${RELEASEDIR}/binary/sets directory (NetBSD <=1.6)
14 # or the ${RELEASEDIR}/${MACHINE}/binary/sets directory (NetBSD >1.6).
22 # by default. Needed to find ./distrib/sets.
108 ${INSTALL} -d -m 755 -o root -g wheel ${RELEASEDIR}/${MACHINE}/binary/sets
111 cd ${NETBSDSRCDIR}/distrib/sets && \
112 sh ./maketars -x -d ${DESTDIR:S,^$,/,} -N ${NETBSDSRCDIR}/etc -t ${RELEASEDIR}/${MACHINE}/binary/sets
114 cd ${NETBSDSRCDIR}/distrib/sets && \
115 sh ./maketars -x -d ${DESTDIR:S,^$,/,} -t ${RELEASEDIR}/${MACHINE}/binary/sets
117 cd ${RELEASEDIR}/${MACHINE}/binary/sets
[all...]

Completed in 24 milliseconds

1234567891011>>