/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (getter=getError, setter=setError) BOOL error; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (getter=getError, setter=setError) BOOL error; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (getter=getError, setter=setError) BOOL error; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreePatternLexer.h | 65 BOOL error; variable 75 @property (assign) BOOL error; variable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
HighamHall54Integrator.java | 62 /** Error weights Butcher array. */ 73 * @param scalAbsoluteTolerance allowed absolute error 74 * @param scalRelativeTolerance allowed relative error 89 * @param vecAbsoluteTolerance allowed absolute error 90 * @param vecRelativeTolerance allowed relative error 111 double error = 0; local 124 error += ratio * ratio; 128 return FastMath.sqrt(error / mainSetDimension);
|
/external/apache-http/src/org/apache/commons/logging/ |
Log.java | 32 * <li>error</li> 86 * <p> Is error logging currently enabled? </p> 90 * when the log level is more than error. </p> 92 * @return true if error is enabled in the underlying logger. 157 * <p> Log an error with trace log level. </p> 174 * <p> Log an error with debug log level. </p> 191 * <p> Log an error with info log level. </p> 208 * <p> Log an error with warn log level. </p> 217 * <p> Log a message with error log level. </p> 221 public void error(Object message) method in interface:Log 230 public void error(Object message, Throwable t); method in interface:Log [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 61 public void error(Object message) { } method in class:NoOpLog 63 public void error(Object message, Throwable t) { } method in class:NoOpLog 77 * Error is never enabled.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemChoose.java | 121 transformer.getMsgMgr().error( 147 error(XSLTErrorResources.ER_CANNOT_ADD, method
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 39 * Implement SAX error handler for default reporting. 48 * the error() and fatalError() methods. If it is false, the errors 93 // Defer creating the java.io.PrintWriter until an error needs to be 126 * Receive notification of a recoverable error. 128 * <p>This corresponds to the definition of "error" in section 1.2 138 * error even if the XML 1.0 recommendation does not require it to 141 * @param exception The error information encapsulated in a 146 public void error(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler 155 * Receive notification of a non-recoverable error. 157 * <p>This corresponds to the definition of "fatal error" i 228 public void error(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler [all...] |
/external/e2fsprogs/lib/ext2fs/ |
bmove.c | 33 errcode_t error; member in struct:process_block_struct 60 pb->error = EXT2_ET_BLOCK_ALLOC_FAIL; 68 pb->error = retval; 73 pb->error = retval; 89 pb->error = retval; 113 pb.error = 0; 156 if (pb.error) 157 return pb.error;
|
/external/eigen/bench/btl/actions/ |
action_aat_product.hh | 114 typename Interface::real_type error= local 117 if (error>1.e-6){ 118 INFOS("WRONG CALCULATION...residual=" << error);
|
action_ata_product.hh | 114 typename Interface::real_type error= local 117 if (error>1.e-6){ 118 INFOS("WRONG CALCULATION...residual=" << error);
|
action_axpby.hh | 100 typename Interface::real_type error= local 103 if (error>1.e-6){ 104 INFOS("WRONG CALCULATION...residual=" << error);
|
action_axpy.hh | 112 typename Interface::real_type error= local 115 if (error>1.e-6){ 116 INFOS("WRONG CALCULATION...residual=" << error);
|
action_matrix_matrix_product_bis.hh | 125 typename Interface::real_type error= local 128 if (error>1.e-6){ 129 INFOS("WRONG CALCULATION...residual=" << error);
|
action_trisolve.hh | 112 typename Interface::real_type error= local 115 if (error>1.e-4){ 116 INFOS("WRONG CALCULATION...residual=" << error); 118 } //else INFOS("CALCULATION OK...residual=" << error);
|
/external/eigen/test/eigen2/ |
eigen2_regression.cpp | 60 typename VectorType::Scalar error = (result - original).norm() / original.norm(); local 61 VERIFY(ei_abs(error) < ei_abs(tolerance)); 75 typename VectorType::Scalar error = (result.coeffs() - original.coeffs()).norm() / original.coeffs().norm(); local 76 std::cout << ei_abs(error) << " xxx " << ei_abs(tolerance) << std::endl; 77 VERIFY(ei_abs(error) < ei_abs(tolerance));
|
/external/elfutils/src/libdw/ |
dwarf_entry_breakpoints.c | 74 int error = INTUSE (dwarf_errno) (); local 75 if (error == 0) /* CU has no DW_AT_stmt_list. */ 77 __libdw_seterrno (error);
|
dwarf_getscopes.c | 57 /* dwarf_haspc returns an error if there are no appropriate attributes. 64 int error = INTUSE(dwarf_errno) (); local 65 if (error != DWARF_E_NOERROR && error != DWARF_E_NO_DEBUG_RANGES) 67 __libdw_seterrno (error);
|
dwarf_getsrc_file.c | 73 int error = INTUSE(dwarf_errno) (); local 74 if (error == 0) 76 __libdw_seterrno (error);
|
/external/elfutils/src/libdwfl/ |
dwfl_module_getsrc_file.c | 56 Dwfl_Error error; local 57 while ((error = __libdwfl_nextcu (mod, cu, &cu)) == DWFL_E_NOERROR 59 && (error = __libdwfl_cu_getsrclines (cu)) == DWFL_E_NOERROR)
|
open.c | 51 Dwfl_Error error = DWFL_E_BADELF; local 61 return error; 63 error = __libdw_gunzip (fd, offset, mapped, mapped_size, &buffer, &size); 64 if (error == DWFL_E_BADELF) 65 error = __libdw_bunzip2 (fd, offset, mapped, mapped_size, &buffer, &size); 66 if (error == DWFL_E_BADELF) 67 error = __libdw_unlzma (fd, offset, mapped, mapped_size, &buffer, &size); 70 if (error == DWFL_E_NOERROR) 74 error = DWFL_E_BADELF; 82 error = DWFL_E_LIBELF 102 Dwfl_Error error = DWFL_E_NOERROR; local 129 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); local [all...] |
/external/freetype/src/base/ |
ftstream.c | 60 FT_Error error = FT_Err_Ok; local 71 error = FT_THROW( Invalid_Stream_Operation ); 81 error = FT_THROW( Invalid_Stream_Operation ); 84 if ( !error ) 87 return error; 124 FT_Error error = FT_Err_Ok; local 156 error = FT_THROW( Invalid_Stream_Operation ); 159 return error; 197 FT_Error error; local 200 error = FT_Stream_EnterFrame( stream, count ) 237 FT_Error error = FT_Err_Ok; local 718 FT_Error error; local [all...] |
/external/freetype/src/cache/ |
ftcmru.c | 240 FT_Error error; local 255 error = list->clazz.node_reset( node, key, list->data ); 256 if ( !error ) 269 error = list->clazz.node_init( node, key, list->data ); 270 if ( error ) 278 return error;
|
/external/google-breakpad/src/tools/linux/symupload/ |
minidump_upload.cc | 66 string response, error; local 76 &error); 81 printf("Failed to send minidump: %s\n", error.c_str());
|