Searched refs:errors (Results 1 - 25 of 687) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-typed-test.cc67 Message errors; local in function:testing::internal::TypedTestCasePState::VerifyRegisteredTestNames
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/dist/src/gtest/src/
H A Dgtest-typed-test.cc67 Message errors; local in function:testing::internal::TypedTestSuitePState::VerifyRegisteredTestNames
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/dist/docs/
H A Ddebugging.rst5 errors. It is up to the application to call ``glGetError`` to check for
6 errors. Mesa supports an environment variable, ``MESA_DEBUG``, to help
14 Mesa errors.
/xsrc/external/mit/libX11/dist/nls/
H A Dcompose-check.pl26 # Check a compose file for duplicate/conflicting entries and other common errors
53 my $errors = 0;
113 $errors++;
127 $errors++;
146 return $errors;
/xsrc/external/mit/editres/dist/
H A Dsetvalues.c50 * Returns: str - a string contining the errors.
56 char * errors = NULL; local in function:PrintSetValuesError
73 AddString(&errors, buf);
79 AddString(&errors, buf);
81 return(errors);
H A Dgeometry.c45 char ** errors );
46 static void _AddToFlashList ( TreeInfo * tree_info, char ** errors,
171 char * errors = NULL; local in function:HandleFlashWidget
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) argument
202 AddString(errors, buf);
207 AddString(errors, geom_inf
234 _AddToFlashList(TreeInfo * tree_info,char ** errors,WNode * node,int x,int y,unsigned int width,unsigned int height) argument
[all...]
/xsrc/external/mit/xdm/dist/xdm/
H A Dprngc.c68 int fd, addr_len, rval, errors; local in function:get_prngd_bytes
112 errors = 0;
138 if (errno == EPIPE && errors < 10) {
140 errors++;
149 if (errno == EPIPE && errors < 10) {
151 errors++;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregistry.c44 static char ***requests, **events, **errors, **resources; variable in typeref:typename:char *******
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/xorg-server/dist/dix/
H A Dregistry.c44 static char ***requests, **events, **errors; variable in typeref:typename:char *******
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/ctwm/dist/tests/layout/
H A Dtest_layout.c220 int linenum, buf_size, expected1, expected2, errors; local in function:read_test_from_file
230 errors = 0;
251 errors++;
297 errors++;
352 errors++;
360 errors++;
368 errors++;
407 errors++;
419 errors++;
440 errors
[all...]
/xsrc/external/mit/xwininfo/dist/
H A Dconfigure.ac65 AC_MSG_CHECKING([whether to use xcb-errors library])
66 AC_ARG_WITH([xcb-errors],
67 [AS_HELP_STRING([--with-xcb-errors],
68 [use xcb-errors (default: no)])],
73 [Define to 1 to call xcb-errors library functions instead of local replacements])
74 xcb_errors_pc='xcb-errors >= 1.0'
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevel.c62 unsigned errors; member in struct:__anon7a1fe2340108
260 xl->errors |= LL_DMA_TIMEDOUT;
315 * FIXME: Are errors really shown when error concealment is on?
347 xl->errors |= LL_DMA_TIMEDOUT;
358 xl->errors |= LL_DMA_TIMEDOUT;
390 xl->errors |= LL_VIDEO_TIMEDOUT;
417 xl->errors |= LL_ACCEL_TIMEDOUT;
459 xl->errors |= LL_DECODER_TIMEDOUT;
469 xl->errors |= ((ret & 0x70) >> 3);
497 xl->errors |
560 unsigned errors; local in function:flushXvMCLowLevel
967 unsigned errors; local in function:syncXvMCLowLevel
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_asm.h48 extern int errors;
/xsrc/external/mit/libXpm/dist/
H A Dtap-driver.sh53 [--enable-hard-errors={yes|no}] [--ignore-exit]
80 --enable-hard-errors) shift;; # No-op.
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dpp.c229 int errors; local in function:glcpp_preprocess
253 errors = parser->error;
255 return errors;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dpp.c229 int errors; local in function:glcpp_preprocess
253 errors = parser->error;
255 return errors;
/xsrc/external/mit/libXaw/dist/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/libXdmcp/dist/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/libXmu/dist/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/makedepend/dist/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/libXt/dist/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/fontconfig/dist/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/libvdpau/dist/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/xsrc/external/mit/libxcb/dist/build-aux/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;

Completed in 101 milliseconds

1234567891011>>