HomeSort by: relevance | last modified time | path
    Searched defs:errors (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-typed-test.cc 67 Message errors; local
74 errors << "Test " << name << " is listed more than once.\n";
91 errors << "No test named " << name
100 errors << "You forgot to list test " << it->first << ".\n";
104 const std::string& errors_str = errors.GetString();
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-typed-test.cc 67 Message errors; local
74 errors << "Test " << name << " is listed more than once.\n";
91 errors << "No test named " << name
100 errors << "You forgot to list test " << it->first << ".\n";
104 const std::string& errors_str = errors.GetString();
  /xsrc/external/mit/editres/dist/
setvalues.c 50 * Returns: str - a string contining the errors.
56 char * errors = NULL; local
73 AddString(&errors, buf);
79 AddString(&errors, buf);
81 return(errors);
geometry.c 45 char ** errors );
46 static void _AddToFlashList ( TreeInfo * tree_info, char ** errors,
171 char * errors = NULL; local
175 AddToFlashList(global_tree_info, geom_event->info + i, &errors);
179 return(errors);
186 * errors - a string containing the errors.
191 AddToFlashList(TreeInfo *tree_info, GetGeomInfo *geom_info, char **errors)
202 AddString(errors, buf);
207 AddString(errors, geom_info->message)
    [all...]
handler.c 262 char * errors = NULL; local
263 CreateResourceBox(node, &errors);
264 if (errors != NULL) {
265 SetMessage(global_screen_data.info_label, errors);
266 XtFree(errors);
utils.c 515 char buf[BUFSIZ], * errors = NULL; local
526 AddString(&errors, buf);
534 node->resources = ParseResources(get_event->info + i, &errors);
535 CreateResourceBox(node, &errors);
538 AddString(&errors, get_event->info[i].message);
539 AddString(&errors, "\n");
543 return(errors);
549 * errors - an error string.
554 CreateResourceBox(WNode *node, char **errors)
561 AddString(errors, res_labels[34])
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
pp.c 229 int errors; local
253 errors = parser->error;
255 return errors;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
pp.c 229 int errors; local
253 errors = parser->error;
255 return errors;
  /xsrc/external/mit/xdm/dist/xdm/
prngc.c 68 int fd, addr_len, rval, errors; local
112 errors = 0;
138 if (errno == EPIPE && errors < 10) {
140 errors++;
149 if (errno == EPIPE && errors < 10) {
151 errors++;
  /xsrc/external/mit/libpciaccess/dist/scanpci/
scanpci.c 212 int errors = 0; local
220 errors++;
223 if (errors != 0) {
  /xsrc/external/mit/libXtst/dist/include/X11/extensions/
record.h 55 XRecordRange8 errors; /* core X and ext errors */ member in struct:__anon6058
  /xsrc/external/mit/xorg-server/dist/dix/
registry.c 44 static char ***requests, **events, **errors; variable
124 if (!double_size(&errors, nerror, sizeof(char *)))
129 free(errors[error]);
130 errors[error] = name;
259 return errors[error] ? errors[error] : XREGISTRY_UNKNOWN;
311 free(errors[nerror]);
312 free(errors);
316 errors = NULL;
  /xsrc/external/mit/xorg-server.old/dist/dix/
registry.c 44 static char ***requests, **events, **errors, **resources; variable
108 if (!double_size(&errors, nerror, sizeof(char *)))
113 free(errors[error]);
114 errors[error] = name;
263 return errors[error] ? errors[error] : XREGISTRY_UNKNOWN;
298 free(errors[nerror]);
299 free(errors);
306 errors = NULL;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_context.c 395 struct hash_table *errors = NULL; local
399 errors = _mesa_hash_table_create(NULL, _mesa_hash_pointer,
401 char *msg = ralloc_vasprintf(errors, format, ap);
402 _mesa_hash_table_insert(errors, ctx->cur_instr, msg);
407 nir_log_shader_annotated(ctx->s, errors);
408 ralloc_free(errors);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 58 uint errors; member in struct:sanity_check_ctx
166 ctx->errors++;
539 if (ctx->errors || ctx->warnings)
540 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings );
580 ctx.errors = 0;
592 return ctx.errors == 0;
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
i965_asm.c 39 int errors; variable
317 if (err || errors)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_context.c 391 struct hash_table *errors = NULL; local
395 errors = _mesa_hash_table_create(NULL,
398 char *msg = ralloc_vasprintf(errors, format, ap);
399 _mesa_hash_table_insert(errors, ctx->cur_instr, msg);
404 nir_print_shader_annotated(ctx->s, stdout, errors);
405 ralloc_free(errors);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 58 uint errors; member in struct:sanity_check_ctx
166 ctx->errors++;
539 if (ctx->errors || ctx->warnings)
540 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings );
580 ctx.errors = 0;
592 return ctx.errors == 0;
  /xsrc/external/mit/ctwm/dist/tests/layout/
test_layout.c 220 int linenum, buf_size, expected1, expected2, errors; local
230 errors = 0;
251 errors++;
297 errors++;
352 errors++;
360 errors++;
368 errors++;
407 errors++;
419 errors++;
440 errors++
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
decode.c 157 * A small fixed upper limit on # of decode errors to capture per-
161 char *errors[4]; member in struct:decode_state
205 if (state->num_errors == ARRAY_SIZE(state->errors)) {
206 /* too many errors, bail */
212 vasprintf(&state->errors[state->num_errors++], fmt, ap);
223 print(state, "%s%s", (i > 0) ? ", " : "", state->errors[i]);
224 free(state->errors[i]);
704 unsigned errors = 0; /* number of consecutive unmatched instructions */ local
714 if (state->options->max_errors && (errors > state->options->max_errors)) {
734 errors++
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_validate.c 106 struct hash_table *errors; member in struct:__anon3427
121 char *msg = ralloc_asprintf(state->errors, "error: %s (%s:%d)",
124 _mesa_hash_table_insert(state->errors, obj, msg);
1185 state->errors = _mesa_pointer_hash_table_create(NULL);
1200 _mesa_hash_table_destroy(state->errors, NULL);
1208 struct hash_table *errors = state->errors; local
1217 fprintf(stderr, "%d errors:\n", _mesa_hash_table_num_entries(errors));
1219 fprintf(stderr, "NIR validation failed with %d errors:\n"
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/re/
re.c 1668 static const char *errors[] = { local
1672 /* Errors not generated */
1692 if (ecode >= 0 && ecode < sizeof(errors) / sizeof(errors[0]))
1693 str = errors[ecode];
  /xsrc/external/mit/xmodmap/dist/
handle.c 52 * take and execute them all at the end. This allows us to find all errors
1177 int errors; local
1187 errors = 0;
1215 if (exec_keycode (&op->keycode) < 0) errors++;
1222 if (exec_add (&op->addmodifier) < 0) errors++;
1226 if (exec_remove (&op->removemodifier) < 0) errors++;
1230 if (exec_clear (&op->clearmodifier) < 0) errors++;
1234 if (exec_pointer (&op->pointer) < 0) errors++;
1244 if (UpdateModifierMapping (map) < 0) errors++;
1247 return (errors > 0 ? -1 : 0)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_validate.c 102 struct hash_table *errors; member in struct:__anon833
119 char *msg = ralloc_asprintf(state->errors, "error: %s (%s:%d)",
122 _mesa_hash_table_insert(state->errors, obj, msg);
1673 state->errors = _mesa_pointer_hash_table_create(state->mem_ctx);
1692 struct hash_table *errors = state->errors; local
1701 fprintf(stderr, "%d errors:\n", _mesa_hash_table_num_entries(errors));
1703 fprintf(stderr, "NIR validation failed with %d errors:\n",
1704 _mesa_hash_table_num_entries(errors));
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_shader.h 282 error_map errors; member in class:r600_sb::shader

Completed in 50 milliseconds

1 2