HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 676 - 700 of 3032) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 89 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
99 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
108 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
118 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
128 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
144 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
155 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
167 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
182 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename);
192 ErrorManager.error(ErrorManager.MSG_CANNOT_WRITE_FILE, filename)
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 138 * @see org.apache.commons.logging.Log#error(Object)
140 public void error(Object message) { method in class:Jdk14Logger
150 * @see org.apache.commons.logging.Log#error(Object, Throwable)
152 public void error(Object message, Throwable exception) { method in class:Jdk14Logger
223 * Is error logging currently enabled?
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemSort.java 76 error(XSLTErrorResources.ER_NO_CURLYBRACE, null); method
318 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemWithParam.java 241 * is present, an error will be raised.
253 error(XSLTErrorResources.ER_CANT_HAVE_CONTENT_AND_SELECT, method
  /external/bison/lib/
error.c 0 /* Error handler for noninteractive utilities
24 #include "error.h"
52 /* If NULL, error will flush stdout, then print on stderr the program
53 name, a colon and a space. Otherwise, error will call this
57 /* This variable is incremented each time 'error' is called. */
68 /* In GNU libc we want do not want to use the common name 'error' directly.
76 # define error __error macro
135 # error Please port fcntl to your platform
188 s = _("Unknown system error");
285 /* Print the program name and error message MESSAGE, which is a printf-styl
290 error (int status, int errnum, const char *message, ...) function
397 # undef error macro
    [all...]
  /external/boringssl/src/crypto/rsa/
blinding.c 330 uint32_t error = ERR_peek_last_error(); local
331 if (ERR_GET_REASON(error) == BN_R_NO_INVERSE) {
  /external/ceres-solver/internal/ceres/
program_test.cc 401 string error; local
402 EXPECT_FALSE(problem.program().ParameterBlocksAreFinite(&error));
403 EXPECT_NE(error.find("has at least one invalid value"),
404 string::npos) << error;
413 string error; local
414 EXPECT_FALSE(problem.program().IsFeasible(&error));
415 EXPECT_NE(error.find("infeasible bound"), string::npos) << error;
425 string error; local
426 EXPECT_FALSE(problem.program().IsFeasible(&error));
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
indentation.py 25 from closure_linter.common import error namespace
36 Error = error.Error
124 raise Exception("INTERNAL ERROR: indentation stack is not empty: %r" %
135 An error array [error code, error string, error token] if the token is
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
d8_bootstrap.js 51 throw new Error('exitCodes 255 is reserved, sorry.');
71 error: function() {
73 print('Error:', args.join(' '));
84 throw new Error('Dont do this');
100 InvalidCharacterError.prototype = new Error;
203 throw new Error('Found a non absolute import and thats not supported: ' +
216 throw new Error('Multiple candidates found for ' + href);
218 throw new Error(href + ' not found!');
259 throw new Error('Error in loading html file ' + href
    [all...]
  /external/clang/test/CodeGenCXX/
temp-order.cpp 1 // Output file should have no calls to error() with folding.
151 extern "C" void error();
163 error();
168 error();
173 error();
178 error();
183 error();
188 error();
193 error();
198 error();
213 extern "C" void error() { function
    [all...]
  /external/deqp/executor/
xeContainerFormatParser.cpp 60 void ContainerFormatParser::error (const std::string& what) function in class:xe::ContainerFormatParser
250 error("Expected value after instruction");
257 error("Expected attribute name after #sessionInfo");
261 error("No value for #sessionInfo attribute");
xeXMLParser.cpp 77 void Tokenizer::error (const std::string& what) function in class:xe::xml::Tokenizer
185 error("Unexpected end of string");
216 error("Unexpected character");
233 error("Mismatched quote");
246 error("Invalid comment start");
256 error("Invalid comment end");
276 error("Invalid entity");
315 error("Invalid processing instruction end");
323 error("Invalid empty element end");
329 error("Could not parse special token")
368 void Parser::error (const std::string& what) function in class:xe::xml::Parser
    [all...]
  /external/deqp/framework/delibs/deutil/
deFile.c 355 DWORD error = GetLastError(); local
357 if (error == ERROR_HANDLE_EOF)
399 # error Implement deFile for your OS.
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 88 bool error = false; local
104 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: minimum value of " << glu::getGettableStateStr(samplesEnum) << " is 1" << tcu::TestLog::EndMessage;
105 error = true;
118 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample configuration, got GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage;
119 error = true;
154 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu::TestLog::EndMessage;
155 error = true;
165 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::TestLog::EndMessage;
166 error = true;
174 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::TestLog::EndMessage
206 bool error = false; local
265 bool error = false; local
    [all...]
es31fShaderMultisampleInterpolationTests.cpp 54 bool error = false; local
67 error = true;
70 if (error)
81 return !error;
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 174 glw::GLenum error; local
177 error = gl.getError();
179 if (error != GL_NO_ERROR)
180 throw tcu::TestError("Query for " + de::toString(glu::getGettableStateStr(m_enumName)) + " generated " + de::toString(glu::getErrorStr(error)));
370 // Shader is never executed. Presense of input/output values is likely an error
802 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage;
    [all...]
  /external/deqp/scripts/log/
log_to_xml.py 89 def error (self, err): member in class:LogErrorHandler
90 #print "error(%s)" % str(err)
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 62 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
73 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
77 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
85 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
94 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command);
125 String msg = "ERROR: unlinked attr: " + t.mRefField.name();
SinceTagger.java 69 Errors.error(Errors.BROKEN_SINCE_FILE, null, "Failed to parse " + xmlFile
241 Errors.error(Errors.NO_SINCE_DATA, claz.position(), "XML missing class "
246 Errors.error(Errors.NO_SINCE_DATA, field.position(), "XML missing field "
251 Errors.error(Errors.NO_SINCE_DATA, constructor.position(), "XML missing constructor "
256 Errors.error(Errors.NO_SINCE_DATA, method.position(), "XML missing method "
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 114 Errors.error(Errors.REMOVED_PACKAGE, pInfo.position(), "Removed package " + pInfo.name());
124 Errors.error(Errors.ADDED_PACKAGE, pInfo.position(), "Added package " + pInfo.name());
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 49 Index error = 0; local
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
51 return error;
61 Index error = 0; local
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
63 return error;
255 void manageErrorCode(Index error)
257 switch(error)
295 Index error;
296 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 12, m_size
    [all...]
  /external/elfutils/src/libdwfl/
derelocate.c 271 Dwfl_Error error = dwfl_errno (); local
272 if (error != DWFL_E_NO_SYMTAB)
274 __libdwfl_seterrno (error);
284 Dwfl_Error error = dwfl_errno (); local
285 if (error != DWFL_E_NO_DWARF)
287 __libdwfl_seterrno (error);
dwfl_frame.c 34 success, false on error. */
144 /* Reset any previous error, we are just going to try again. */
180 Dwfl_Error error = __libdwfl_module_getebl (mod); local
181 if (error != DWFL_E_NOERROR)
dwfl_report_elf.c 303 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false); local
304 if (error != DWFL_E_NOERROR)
306 __libdwfl_seterrno (error);
find-debuginfo.c 101 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, local
103 if (error != DWFL_E_NOERROR)
104 __libdwfl_seterrno (error);
134 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, false, false); local
135 if (error != DWFL_E_NOERROR)
136 __libdwfl_seterrno (error);
322 /* Did the build_id callback find something or report an error?

Completed in 862 milliseconds

<<21222324252627282930>>