| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbcomp.c | 203 WARN("Unknown verbose option \"%c\"\n", (unsigned int) *str); 236 WARN("Too many file names on command line\n"); 266 WARN("Multiple output file formats specified\n"); 298 WARN("No pre-error message specified\n"); 306 WARN("Multiple pre-error messages specified\n"); 320 WARN("No error prefix specified\n"); 328 WARN("Multiple error prefixes specified\n"); 342 WARN("No post-error message specified\n"); 350 WARN("Multiple post-error messages specified\n"); 371 WARN("N [all...] |
| H A D | alias.c | 42 WARN("Alias of %s for %s declared more than once\n", 64 WARN("Multiple definitions for alias %s\n", 190 WARN("Attempt to alias %s to non-existent key %s\n", 203 WARN("Attempt to create alias with the name of a real key\n");
|
| H A D | misc.c | 128 WARN("No map in include statement, but \"%s\" contains several without a default map\n", 202 WARN("Multiple definitions of %s in %s \"%s\"\n", field, type, name); 457 WARN 477 WARN("Key %d does not match any defaults\n", i); 549 WARN("Couldn't allocate key names in FindNamedKey\n");
|
| H A D | keytypes.c | 301 WARN("Multiple definitions of the %s key type\n", 317 WARN("Multiple definitions of the %s key type\n", 533 WARN("Identical definitions for preserve[%s] in %s\n", 542 WARN("Multiple definitions for preserve[%s] in %s\n", 608 WARN("Multiple map entries for %s in %s\n", 614 WARN("Multiple occurrences of map[%s]= %d in %s\n", 668 WARN("Map entry for unused modifiers in %s\n", TypeTxt(type)); 716 WARN("Preserve for modifiers not used by the %s type\n", 740 WARN("Illegal value for preserve[%s] in type %s\n", 778 WARN("Duplicat [all...] |
| H A D | geometry.c | 745 WARN("Multiple definitions for the \"%s\" property\n", 757 WARN("Multiple definitions for \"%s\" property\n", new->name); 803 WARN("Unknown shape \"%s\" for %s %s\n", 832 WARN("Duplicate shape name \"%s\"\n", 843 WARN("Multiple shapes named \"%s\"\n", shText(info->dpy, old)); 939 WARN("Multiple doodads named \"%s\"\n", 950 WARN("Multiple doodads named \"%s\"\n", 1022 WARN 1038 WARN("Multiple doodads named \"%s\" in section \"%s\"\n", 1119 WARN("Duplicat [all...] |
| H A D | keycodes.c | 168 WARN("Multiple indicators named %s\n", 219 WARN("Multiple names for indicator %d\n", new->ndx); 360 WARN("Multiple identical key name definitions\n"); 370 WARN("Multiple names for keycode %d\n", kc); 379 WARN("Multiple names for keycode %d\n", kc); 396 WARN("Key name <%s> assigned to multiple keys\n", name); 404 WARN("Key name <%s> assigned to multiple keys\n", name); 659 WARN("Unsupported maximum keycode %d, clipping.\n", tmp.ival);
|
| H A D | symbols.c | 391 WARN 430 WARN 532 WARN 574 WARN("Symbol map for key %s redefined\n", 951 WARN("Could not resolve keysym %s\n", 1113 WARN("The type field of a key symbol map must be a string\n"); 1354 WARN("You must specify an index when specifying a group name\n"); 1517 WARN("For map %s an explicit group is specified\n", info->name); 1518 WARN("but key %s has more than one group defined\n", 1950 WARN("Ke [all...] |
| H A D | utils.h | 102 #define WARN uWarning macro
|
| H A D | listing.c | 463 WARN("Couldn't open \"%s\"\n", list[i].file); 477 WARN("Couldn't open \"%s\"\n", list[i].file);
|
| H A D | vmod.c | 116 WARN("Virtual modifier %s multiply defined\n", str1);
|
| H A D | indicators.c | 87 WARN("Map for indicator %s redefined\n", 139 WARN("Map for indicator %s redefined\n",
|
| H A D | compat.c | 206 WARN("Multiple definitions for \"%s\"\n", siText(new, info)); 243 WARN("Multiple interpretations of \"%s\"\n", siText(new, info)); 272 WARN("Compat map for group %d redefined\n", group + 1);
|
| H A D | parseutils.c | 814 WARN("Multiple default components in %s\n",
|
| H A D | action.c | 1022 WARN("An action message can hold only 6 bytes\n"); 1235 WARN("A private action has 7 data bytes\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_debug.h | 37 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__) macro 47 #define WARN(fmt, ...) macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_debug.h | 38 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__) macro 48 #define WARN(fmt, ...) do {} while(0) macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 232 WARN("value %%%i not uniquely defined\n", id); // return NULL ?
|
| H A D | nv50_ir_util.h | 40 #define WARN(args...) debug_printf("WARNING: " args) macro
|
| H A D | nv50_ir_emit_nv50.cpp | 276 WARN("Instruction::flagsDef was not set properly\n"); 279 WARN("flags def should not be the primary definition\n");
|
| H A D | nv50_ir.cpp | 106 WARN("OP_MOV with modifier encountered !\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 232 WARN("value %%%i not uniquely defined\n", id); // return NULL ?
|
| H A D | nv50_ir_util.h | 40 #define WARN(args...) _debug_printf("WARNING: " args) macro
|
| H A D | nv50_ir_emit_nv50.cpp | 274 WARN("Instruction::flagsDef was not set properly\n"); 277 WARN("flags def should not be the primary definition\n");
|
| H A D | nv50_ir.cpp | 105 WARN("OP_MOV with modifier encountered !\n");
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 51 WARN, 79 message(WARN, l, fmt, ## __VA_ARGS__); \
|