/external/mesa3d/src/mesa/state_tracker/ |
st_program.c | 306 enum pipe_error error; local 339 error = st_translate_program(st->ctx, 359 error = st_translate_mesa_program(st->ctx, 377 if (error) [all...] |
/external/mtpd/ |
pptp.c | 101 uint8_t error; member in struct:packet::__anon17182::__anon17183::__anon17185::__anon17186 191 log_print(ERROR, "Protocol error"); 197 log_print(ERROR, "Protocol error"); 365 "with error", incoming.icrq.call); 374 "with error", incoming.ocrq.call);
|
/external/opencv/cvaux/src/ |
cvscanlines.cpp | 157 CvStatus error; local 159 error = icvGetCoefficient( matrix, imgSize, scanlines_2, scanlines_1, numlines ); 164 return error; 267 CvStatus error; local 277 error = icvGetCoefficientDefault( matrix, 279 return error; 288 error = icvGetNormalVector3( &Ft, l_epipole ); 289 if( error == CV_NO_ERR && !REAL_ZERO( l_epipole[2] ) && !REAL_ZERO( l_epipole[2] - 1 )) 297 error = icvGetNormalVector3( F, r_epipole ); 298 if( error == CV_NO_ERR && !REAL_ZERO( r_epipole[2] ) && !REAL_ZERO( r_epipole[2] - 1 ) 374 CvStatus error; local 443 CvStatus error = CV_OK; local 613 CvStatus error = CV_OK; local 785 CvStatus error = CV_OK; local 959 CvStatus error; local 1132 CvStatus error = CV_OK; local 1218 CvStatus error = CV_OK; local 1407 CvStatus error; local 1744 CvStatus error = CV_OK; local 1832 CvStatus error = CV_OK; local [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cf2hints.h | 73 FT_Error* error; member in struct:CF2_HintMaskRec_
|
cffobjs.c | 160 FT_Error error = FT_Err_Ok; local 180 error = funcs->create( cffsize->face->memory, &priv, 182 if ( error ) 191 error = funcs->create( cffsize->face->memory, &priv, 193 if ( error ) 203 return error; 388 FT_Error error; local 394 FT_UNUSED( error ); 489 FT_Error error; local 503 error = FT_THROW( Missing_Module ) [all...] |
/external/pdfium/third_party/freetype/src/psaux/ |
psobjs.c | 66 /* FreeType error code. 0 means success. */ 73 FT_Error error; local 91 if ( error ) 94 return error; 121 FT_Error error; local 128 return error; 164 /* FreeType error code. 0 means success. An error is returned if a */ 188 FT_Error error; local 205 error = reallocate_t1_table( table, new_size ) 243 FT_Error error; local 344 FT_Error error = FT_ERR( Invalid_File_Format ); local 459 FT_Error error = FT_Err_Ok; local 522 FT_Error error = FT_Err_Ok; local 1037 FT_Error error; local 1305 FT_Error error = FT_Err_Ok; local 1385 FT_Error error = FT_Err_Ok; local 1637 FT_Error error; local 1653 FT_Error error; local 1689 FT_Error error = FT_ERR( Invalid_File_Format ); local [all...] |
t1decode.c | 182 /* FreeType error code. 0 means success. */ 192 FT_Error error; local 265 error = FT_GlyphLoader_CheckSubGlyphs( loader, 2 ); 266 if ( error ) 301 error = t1_decoder_parse_glyph( decoder, bchar_index ); 303 if ( error ) 323 error = t1_decoder_parse_glyph( decoder, achar_index ); 325 if ( error ) 338 return error; 358 /* FreeType error code. 0 means success. * 365 FT_Error error; local [all...] |
/external/pdfium/third_party/freetype/src/pshinter/ |
pshrec.c | 67 FT_Error error = FT_Err_Ok; local 77 return error; 86 FT_Error error = FT_Err_Ok; local 96 error = ps_hint_table_ensure( table, count, memory ); 97 if ( error ) 110 return error; 142 FT_Error error = FT_Err_Ok; local 151 return error; 189 FT_Error error = FT_Err_Ok; local 198 error = ps_mask_ensure( mask, idx + 1, memory ) 239 FT_Error error = FT_Err_Ok; local 259 FT_Error error = FT_Err_Ok; local 290 FT_Error error = FT_Err_Ok; local 319 FT_Error error; local 412 FT_Error error = FT_Err_Ok; local 502 FT_Error error = FT_Err_Ok; local 625 FT_Error error; local 650 FT_Error error = FT_Err_Ok; local 721 FT_Error error = FT_Err_Ok; local 863 FT_Error error; local 897 FT_Error error = FT_Err_Ok; local 959 FT_Error error = FT_Err_Ok; local 1000 FT_Error error; local 1045 FT_Error error; local 1090 FT_Error error; local [all...] |
/external/ppp/pppd/ |
utils.c | 123 * %m (error message), %v (visible string), 678 * fatal - log an error message and die horribly. 700 * error - log an error message. 703 error __V((char *fmt, ...)) function 832 * unless end-of-file or an error other than EINTR is encountered. 890 error("Can't create lock file %s", lock_file); 902 error("Can't get device number for %s: %m", dev); 906 error("Can't lock %s: not a character device", dev); 933 error("Can't create lock file %s: %m", lock_file) [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | 190 string error; local 192 bool actual_ok = exp.CheckRewriteString(rewrite, &error); 193 EXPECT_EQ(expect_ok, actual_ok) << " for " << rewrite << " error: " << error; local 674 CHECK_EQ(munmap(v + pagesize, pagesize), 0) << " error " << errno; 978 // Check RE2 error field. 981 CHECK(re.error().empty()); // Must have no error 1049 CHECK_EQ(match_sentence.error(), ""); 1191 const char *error; member in struct:re2::ErrorTest [all...] |
/external/regex-re2/util/ |
pcre.cc | 48 // If a regular expression has no error, its error_ field points here 65 PCREPORT(ERROR) 66 << "Error compiling '" << pattern << "': illegal regexp option"; 116 const char* error; local 122 &error, &eoffset, NULL); 131 &error, &eoffset, NULL); 134 if (error_ == &empty_string) error_ = new string(error); 135 PCREPORT(ERROR) << "Error compiling '" << pattern_ << "': " << error; local [all...] |
/external/selinux/policycoreutils/gui/ |
polgengui.py | 202 self.error(str(e)) 337 self.error(e.message) 370 self.error(_("%s must be a directory") % outputdir ) 417 def error(self, message): member in class:childWindow 523 self.error(e.message) 691 self.error(e.message) 699 self.error(e.message) 711 self.error(_("You must select a user")) 717 self.error(_("You must add a name made up of letters and numbers and containing no spaces.")) 731 self.error(_("You must enter a executable") [all...] |
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 301 SkASSERT(info != NULL); /* !!! error handling unimplemented */ 575 SkScalar error; local 581 error = SkScalarAbs(value.fOperand.fScalar - scriptTests[index].fScalarAnswer); 582 SkASSERT(error < SK_Scalar1 / 10000);
|
SkAnimatorScript2.cpp | 209 return false; // !!! add additional error info? 239 return false; // !!! add additional error info? 603 SkScalar error; local 609 error = SkScalarAbs(value.fOperand.fScalar - scriptTests[index].fScalarAnswer); 610 SkASSERT(error < SK_Scalar1 / 10000);
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
SimpleLog.java | 42 * "debug", "info", "warn", "error", or "fatal"). If not specified, defaults to 46 * "debug", "info", "warn", "error", or "fatal"). If not specified, the default 118 /** "Error" level logging. */ 204 // Used to be: set default log level to ERROR 231 } else if ("error".equalsIgnoreCase(lvl)) { 307 buf.append("[ERROR] "); 392 * Log an error with debug log level. 416 * Log an error with trace log level. 440 * Log an error with info log level. 464 * Log an error with warn log level 479 public final void error(Object message) { method in class:SimpleLog 491 public final void error(Object message, Throwable t) { method in class:SimpleLog [all...] |
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/ |
SimpleLogger.java | 55 * Must be one of ("trace", "debug", "info", "warn", or "error"). If not specified, defaults to "info". </li> 58 * named "a.b.c". Right-side value must be one of "trace", "debug", "info", "warn", or "error". When a SimpleLogger 102 * 343 [main] INFO examples.Sort - The next log statement should be an error message. 103 * 346 [main] ERROR examples.SortAlgo - Tried to dump an uninitialized array. 295 } else if ("error".equalsIgnoreCase(levelStr)) { 353 buf.append("ERROR"); 607 /** Are {@code error} messages currently enabled? */ 613 * A simple implementation which always logs messages of level ERROR according 616 public void error(String msg) { method in class:SimpleLogger 622 * ERROR according to the format outlined above 624 public void error(String format, Object arg) { method in class:SimpleLogger 632 public void error(String format, Object arg1, Object arg2) { method in class:SimpleLogger 640 public void error(String format, Object... argArray) { method in class:SimpleLogger 645 public void error(String msg, Throwable t) { method in class:SimpleLogger [all...] |
/external/tinycompress/ |
compress.c | 87 char error[COMPR_ERR_MAX]; member in struct:compress 102 vsnprintf(compress->error, COMPR_ERR_MAX, fmt, ap); 104 sz = strlen(compress->error); 106 snprintf(compress->error + sz, COMPR_ERR_MAX - sz, 115 return compress->error; 382 return oops(compress, EIO, "poll returned error!"); 385 * This is not an error, just stop writing */ 389 return oops(compress, errno, "poll error"); 442 return oops(compress, EIO, "poll returned error!"); 445 * This is not an error, just stop reading * [all...] |
/external/tinyxml/ |
xmltest.cpp | 129 if ( doc.Error() ) 131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() ); 142 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc() ); 349 const char* error = "<?xml version=\"1.0\" standalone=\"no\" ?>\n" local 351 " <wrong error>\n" 355 doc.Parse( error ); 356 XmlTest( "Error row", doc.ErrorRow(), 3 ); 357 XmlTest( "Error column", doc.ErrorCol(), 17 ); 358 //printf( "error=%d id='%s' row %d col%d\n", (int) doc.Error(), doc.ErrorDesc(), doc.ErrorRow()+1, doc.ErrorCol() + 1 ) [all...] |
/external/vboot_reference/utility/ |
bmpblk_utility.cc | 28 static void error(const char *format, ...) { function 31 fprintf(stderr, "ERROR: "); 141 error("Syntax error.\n"); 181 error("Syntax error in parsing config file.\n"); 191 error("Syntax error in parsing bmpblock.\n"); 195 error("Unsupported version specified in config file (%s)\n", 205 error("Syntax error in parsing bmpblock.\n") [all...] |
/external/webrtc/src/modules/audio_processing/test/ |
unit_test.cc | 252 error(false), 255 bool error; member in struct:__anon21364::ThreadData 284 printf("Error in AnalyzeReverseStream(): %d\n", err); 285 thread_data->error = true; 299 printf("Error in ProcessStream(): %d\n", err); 300 thread_data->error = true; 342 ASSERT_FALSE(thread_data[i]->error); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_libtomcrypt.c | 145 int error; member in struct:crypto_hash 196 if (ctx == NULL || ctx->error) 201 ctx->error = md5_process(&ctx->u.md, data, len) != CRYPT_OK; 204 ctx->error = sha1_process(&ctx->u.md, data, len) != CRYPT_OK; 208 ctx->error = hmac_process(&ctx->u.hmac, data, len) != CRYPT_OK; 227 if (ctx->error) {
|
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 69 struct rsn_error_kde error; local 74 kde_len = 2 + RSN_SELECTOR_LEN + sizeof(error); 103 /* Error KDE */ 104 error.mui = host_to_be16(mui); 105 error.error_type = host_to_be16(error_type); 106 wpa_add_kde(pos, RSN_KEY_DATA_ERROR, (u8 *) &error, sizeof(error)); 109 wpa_printf(MSG_DEBUG, "RSN: Sending EAPOL-Key SMK Error (peer " 113 wpa_printf(MSG_DEBUG, "RSN: Sending EAPOL-Key SMK Error " 597 struct rsn_error_kde error; local [all...] |
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
Event.java | 197 error("Error reading in object, ignoring.", ex); 244 private static void error(String msg) { method in class:Event 245 error(msg, null); method 248 private static void error(String msg, Exception e) { method in class:Event
|
/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 172 * @param listener to send the error message to in case of error 268 * The service should call this method when a network or recognition error occurred. 270 * @param error code is defined in {@link SpeechRecognizer} 272 public void error(int error) throws RemoteException { method in class:RecognitionService.Callback 274 mListener.onError(error);
|
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 413 EGLint error = eglGetError(); local 414 return error;
|