| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-typed-test.cc | 67 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 D | gtest-typed-test.cc | 67 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 D | debugging.rst | 5 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 D | compose-check.pl | 26 # 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 D | setvalues.c | 50 * 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 D | geometry.c | 45 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 D | prngc.c | 68 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 D | registry.c | 44 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 D | registry.c | 44 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 D | test_layout.c | 220 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 D | configure.ac | 65 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 D | viaLowLevel.c | 62 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 D | i965_asm.h | 48 extern int errors;
|
| /xsrc/external/mit/libXpm/dist/ |
| H A D | tap-driver.sh | 53 [--enable-hard-errors={yes|no}] [--ignore-exit] 80 --enable-hard-errors) shift;; # No-op.
|
| H A D | test-driver | 47 [--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 D | pp.c | 229 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 D | pp.c | 229 int errors; local in function:glcpp_preprocess 253 errors = parser->error; 255 return errors;
|
| /xsrc/external/mit/libXaw/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/libXmu/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/libXt/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/libvdpau/dist/ |
| H A D | test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /xsrc/external/mit/libxcb/dist/build-aux/ |
| H A D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|