Searched refs:strings (Results 1 - 25 of 647) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/
H A DMakefile.am33 Resources/ar.lproj/InfoPlist.strings \
34 Resources/ar.lproj/Localizable.strings \
37 Resources/da.lproj/InfoPlist.strings \
38 Resources/da.lproj/Localizable.strings \
40 Resources/Dutch.lproj/InfoPlist.strings \
41 Resources/Dutch.lproj/Localizable.strings \
43 Resources/el.lproj/InfoPlist.strings \
44 Resources/el.lproj/Localizable.strings \
46 Resources/English.lproj/InfoPlist.strings \
47 Resources/English.lproj/Localizable.strings \
[all...]
H A DMakefile.in414 Resources/ar.lproj/InfoPlist.strings \
415 Resources/ar.lproj/Localizable.strings \
418 Resources/da.lproj/InfoPlist.strings \
419 Resources/da.lproj/Localizable.strings \
421 Resources/Dutch.lproj/InfoPlist.strings \
422 Resources/Dutch.lproj/Localizable.strings \
424 Resources/el.lproj/InfoPlist.strings \
425 Resources/el.lproj/Localizable.strings \
427 Resources/English.lproj/InfoPlist.strings \
428 Resources/English.lproj/Localizable.strings \
[all...]
H A Dmk_bundke.sh15 for f in InfoPlist.strings Localizable.strings main.nib/keyedobjects.nib ; do
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttbdf.c54 bdf->strings = NULL;
86 FT_ULong strings = FT_NEXT_ULONG ( p ); local in function:tt_face_load_bdf_props
92 strings < 8 ||
93 ( strings - 8 ) / 4 < num_strikes ||
94 strings + 1 > length )
100 bdf->strings = bdf->table + strings;
101 bdf->strings_size = length - strings;
121 if ( strike > bdf->strings )
206 (const char*)bdf->strings
[all...]
/xsrc/external/mit/ctwm/dist/
H A Devent_names.c8 #include <strings.h>
H A Dparse_yacc.c12 #include <strings.h>
/xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
H A DMakefile.am33 Resources/ar.lproj/Localizable.strings \
38 Resources/ca.lproj/Localizable.strings \
43 Resources/cs.lproj/Localizable.strings \
48 Resources/da.lproj/Localizable.strings \
53 Resources/Dutch.lproj/Localizable.strings \
58 Resources/el.lproj/Localizable.strings \
63 Resources/English.lproj/Localizable.strings \
68 Resources/fi.lproj/Localizable.strings \
73 Resources/French.lproj/Localizable.strings \
78 Resources/German.lproj/Localizable.strings \
[all...]
H A DMakefile.in503 Resources/ar.lproj/Localizable.strings \
508 Resources/ca.lproj/Localizable.strings \
513 Resources/cs.lproj/Localizable.strings \
518 Resources/da.lproj/Localizable.strings \
523 Resources/Dutch.lproj/Localizable.strings \
528 Resources/el.lproj/Localizable.strings \
533 Resources/English.lproj/Localizable.strings \
538 Resources/fi.lproj/Localizable.strings \
543 Resources/French.lproj/Localizable.strings \
548 Resources/German.lproj/Localizable.strings \
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Degd_tables.py35 A class for collecting multiple strings in a single larger string that is
218 strings = StringTable()
250 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
269 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
271 strings.add(field.name), field.s_name,
274 print('\t{%s, %s(~0u)},' % (strings.add(field.name), field.s_name))
283 print('\t{%s, %s, %s, %s},' % (strings.add(reg.name), reg.r_name,
286 print('\t{%s, %s},' % (strings.add(reg.name), reg.r_name))
290 strings.emit(sys.stdout, "egd_strings")
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Degd_tables.py33 A class for collecting multiple strings in a single larger string that is
216 strings = StringTable()
248 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
267 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
269 strings.add(field.name), field.s_name,
272 print('\t{%s, %s(~0u)},' % (strings.add(field.name), field.s_name))
281 print('\t{%s, %s, %s, %s},' % (strings.add(reg.name), reg.r_name,
284 print('\t{%s, %s},' % (strings.add(reg.name), reg.r_name))
288 strings.emit(sys.stdout, "egd_strings")
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-string.c13 const char *strings[] = { local in function:draw_string
27 XDrawImageString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3]));
29 XDrawString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3]));
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-string.c13 const char *strings[] = { local in function:draw_string
27 XDrawImageString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3]));
29 XDrawString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3]));
/xsrc/external/mit/mkfontscale/dist/
H A Dident.c265 char *strings = NULL, *s; local in function:pcfIdentify
315 strings = malloc(string_size);
316 if (!strings)
319 rc = fontFileRead(f, strings, string_size);
327 if (strcmp(strings + props[i].name, "FONT") == 0)
334 s = strdup(strings + props[i].value);
338 free(strings);
344 if (strings)
345 free(strings);
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_option_helpers.c6 #include <strings.h>
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXfuncs.h48 # include <strings.h>
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_regions.c74 char **strings = NULL; local in function:debug_backtrace
79 strings = backtrace_symbols(trace, traceSize);
80 if (strings == NULL) {
85 /* Spit out all the strings with a colon separator. Ignore
91 char *p = strings[i], *slash = strings[i];
102 free(strings);
/xsrc/external/mit/libxkbfile/dist/src/
H A DXKBfileInt.h76 #include <strings.h>
/xsrc/external/mit/xkbevd/dist/
H A Dutils.h43 #include <strings.h>
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_entrypoints_gen.py120 * point table to lots of little strings. The entries in the entry point table
124 static const char strings[] =
250 if (e->hash == hash && strcmp(name, strings + e->name) == 0)
303 self.strings = dict()
307 assert string not in self.strings
309 self.strings[string] = StringIntMapEntry(string, num)
313 sorted(self.strings.values(), key=lambda x: x.string)
320 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_entrypoints_gen.py120 * point table to lots of little strings. The entries in the entry point table
124 static const char strings[] =
250 if (e->hash == hash && strcmp(name, strings + e->name) == 0)
303 self.strings = dict()
307 assert string not in self.strings
309 self.strings[string] = StringIntMapEntry(string, num)
313 sorted(self.strings.values(), key=lambda x: x.string)
320 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_entrypoints_gen.py160 * point table to lots of little strings. The entries in the entry point table
452 self.strings = dict()
456 assert string not in self.strings
458 self.strings[string] = StringIntMapEntry(string, num)
462 sorted(self.strings.values(), key=lambda x: x.string)
469 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_dispatch_table_gen.py288 * point table to lots of little strings. The entries in the entry point table
712 self.strings = dict()
716 assert string not in self.strings
718 self.strings[string] = StringIntMapEntry(string, num)
722 sorted(self.strings.values(), key=lambda x: x.string)
729 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c139 char *strings; local in function:snfReadProps
160 strings = propspace + BYTESOFPROPINFO(snfInfo);
163 pfp->name = MakeAtom(&strings[psnfp->name],
164 (unsigned) strlen(&strings[psnfp->name]), 1);
167 pfp->value = (INT32) MakeAtom(&strings[psnfp->value],
168 (unsigned) strlen(&strings[psnfp->value]), 1);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c141 char *strings; local in function:snfReadProps
162 strings = propspace + BYTESOFPROPINFO(snfInfo);
165 pfp->name = MakeAtom(&strings[psnfp->name],
166 (unsigned) strlen(&strings[psnfp->name]), 1);
169 pfp->value = (INT32) MakeAtom(&strings[psnfp->value],
170 (unsigned) strlen(&strings[psnfp->value]), 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp52 const char **strings, const size_t *lengths,
57 if (!count || !strings ||
58 any_of(is_zero(), range(strings, count)))
64 std::string(strings[i], strings[i] + lengths[i]) :
65 std::string(strings[i]));
51 clCreateProgramWithSource(cl_context d_ctx,cl_uint count,const char ** strings,const size_t * lengths,cl_int * r_errcode) argument

Completed in 18 milliseconds

1234567891011>>