| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/ |
| H A D | Makefile.am | 33 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 D | Makefile.in | 414 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 D | mk_bundke.sh | 15 for f in InfoPlist.strings Localizable.strings main.nib/keyedobjects.nib ; do
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttbdf.c | 54 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 D | event_names.c | 8 #include <strings.h>
|
| H A D | parse_yacc.c | 12 #include <strings.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/ |
| H A D | Makefile.am | 33 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 D | Makefile.in | 503 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 D | egd_tables.py | 35 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 D | egd_tables.py | 33 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 D | basic-string.c | 13 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 D | basic-string.c | 13 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 D | ident.c | 265 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 D | qxl_option_helpers.c | 6 #include <strings.h>
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xfuncs.h | 48 # include <strings.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_regions.c | 74 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 D | XKBfileInt.h | 76 #include <strings.h>
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | utils.h | 43 #include <strings.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_entrypoints_gen.py | 120 * 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 D | radv_entrypoints_gen.py | 120 * 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 D | anv_entrypoints_gen.py | 160 * 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 D | vk_dispatch_table_gen.py | 288 * 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 D | snfread.c | 139 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 D | snfread.c | 141 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 D | program.cpp | 52 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
|