HomeSort by relevance Sort by last modified time
    Searched defs:Error (Results 226 - 250 of 398) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/lsan/
lsan_common.cc 107 const char *Error() { return Red(); }
407 Report("LeakSanitizer has encountered a fatal error.\n");
417 Printf("%s", d.Error());
418 Report("ERROR: LeakSanitizer: detected memory leaks\n");
  /external/doclava/src/com/google/doclava/
Errors.java 28 Error error; field in class:Errors.ErrorMessage
32 ErrorMessage(Error e, SourcePositionInfo p, String m) {
33 error = e;
51 public Error error() { method in class:Errors.ErrorMessage
52 return error;
56 public static void error(Error error, SourcePositionInfo where, String text) method in class:Errors
    [all...]
  /external/giflib/
gif_lib.h 81 int Error; /* Last error condition reported */
126 const bool GifTestExistence, int *Error);
127 GifFileType *EGifOpenFileHandle(const int GifFileHandle, int *Error);
128 GifFileType *EGifOpen(void *userPtr, OutputFunc writeFunc, int *Error);
177 GifFileType *DGifOpenFileName(const char *GifFileName, int *Error);
178 GifFileType *DGifOpenFileHandle(int GifFileHandle, int *Error);
180 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
223 Error handling and reporting.
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 429 std::string Error;
430 const llvm::Target *curr_target = llvm::TargetRegistry::lookupTarget(triple, Error);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 196 /// Error* - These are little helper functions for error handling.
197 ExprAST *Error(const char *Str) {
198 fprintf(stderr, "Error: %s\n", Str);
202 Error(Str);
206 Error(Str);
237 return Error("Expected ')' or ',' in argument list");
263 return Error("expected ')'");
275 return Error("unknown token when expecting an expression");
627 Error(Str)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 236 /// Error* - These are little helper functions for error handling.
237 ExprAST *Error(const char *Str) {
238 fprintf(stderr, "Error: %s\n", Str);
242 Error(Str);
246 Error(Str);
277 return Error("Expected ')' or ',' in argument list");
303 return Error("expected ')'");
318 return Error("expected then");
326 return Error("expected else")
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 156 /// Emits an error if two values disagree, otherwise the resulting value is
158 Error = 1,
169 /// restrict the allowable results (via triggering of an error) of linking
175 /// differ, an error will be emitted.
187 ModFlagBehaviorFirstVal = Error,
  /external/llvm/lib/AsmParser/
LLParser.h 147 bool Error(LocTy L, const Twine &Msg) const {
148 return Lex.Error(L, Msg);
151 return Error(Lex.getLoc(), Msg);
333 /// unnamed. If there is an error, this returns null otherwise it returns
427 // normal result, an error result, or return having eaten an extra comma.
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 153 bool llvm::error(std::error_code EC) { function in class:llvm
157 outs() << ToolName << ": error reading file: " << EC.message() << ".\n";
184 std::string Error;
186 Error);
188 errs() << ToolName << ": " << Error;
212 if (error(a.getOffset(a_addr))) return false;
213 if (error(b.getOffset(b_addr))) return false;
236 errs() << "error: no register info for target " << TripleName << "\n";
244 errs() << "error: no assembly info for target " << TripleName << "\n";
251 errs() << "error: no subtarget info for target " << TripleName << "\n"
    [all...]
  /external/openfst/src/include/fst/
accumulator.h 70 bool Error() const { return false; }
109 bool Error() const { return false; }
251 FSTERROR() << "FastLogAccumulator: initialization error.";
281 bool Error() const { return error_; }
460 FSTERROR() << "CacheLogAccumulator: initialization error.";
536 bool Error() const { return error_; }
730 bool Error() const { return error_; }
queue.h 89 bool Error() const { return error_; }
90 void SetError(bool error) { error_ = error; }
randgen.h 219 bool Error() const { return false; }
288 bool Error() const { return accumulator_->Error(); }
426 // Set error if found; return FST impl properties.
429 (fst_->Properties(kError, false) || arc_sampler_->Error())) {
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 346 if (m == NULL && off != NULL) return FALSE; // This is an internal error
580 goto Error;
589 if (Lut == NULL) goto Error;
593 if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error;
601 if (!AddConversion(Result, CurrentColorSpace, ColorSpaceIn, &m, &off)) goto Error;
609 if (Lut == NULL) goto Error;
615 if (Lut == NULL) goto Error;
618 if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error;
619 if (!AddConversion(Result, CurrentColorSpace, ColorSpaceIn, &m, &off)) goto Error;
626 goto Error;
    [all...]
  /external/v8/test/mjsunit/
stack-traces.js 99 Error.captureStackTrace(this, stripPoint);
148 // Test that the error constructor is not shown in the trace
178 // If an error occurs while the stack trace is being formatted it should
190 assertTrue(e.stack.indexOf('<error: ReferenceError') != -1,
191 "ErrorsDuringFormatting didn't contain error: ReferenceError");
202 assertTrue(e.stack.indexOf('<error>') != -1,
203 "ErrorsDuringFormatting didn't contain <error>");
209 // Poisonous object that throws a reference error if attempted converted to
293 var error = new Error();
    [all...]
  /external/vboot_reference/cgpt/
cgpt_common.c 32 static const char kErrorTag[] = "ERROR";
40 void Error(const char *format, ...) {
72 Error("%s() failed at line %d: sector_count=%d, sector_bytes=%d\n",
78 Error("%s() failed at line %d: sector_count=%d, sector_bytes=%d\n",
87 Error("Can't seek: %s\n", strerror(errno));
93 Error("Can't read enough: %d, not %d\n", nread, count);
151 Error("Media size (%llu) is not a multiple of sector size(%d)\n",
166 Error("Cannot read primary GPT header\n");
172 Error("Cannot read secondary GPT header\n");
183 Error("Cannot read primary partition entry array\n")
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 56 throw new Error("statics only");
740 throw new Error();
806 throw new Error(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 60 # Exception raised when an error or invalid response is received
61 class Error(Exception): pass
62 class error_reply(Error): pass # unexpected [123]xx reply
63 class error_temp(Error): pass # 4xx errors
64 class error_perm(Error): pass # 5xx errors
65 class error_proto(Error): pass # response does not begin with [1-5]
70 all_errors = (Error, IOError, EOFError)
208 # Raise various errors if the response indicates an error
283 except socket.error, err:
293 raise socket.error("getaddrinfo returns an empty list"
    [all...]
xmllib.py 15 class Error(RuntimeError):
319 raise Error('only XML version 1.0 supported')
400 raise Error('neither < nor & ??')
429 raise Error('unexpected call to handle_comment')
495 raise Error('unexpected call to parse_cdata')
519 raise Error('unexpected call to parse_proc')
632 attrnamemap = {} # map from new name to old name (used for error reporting)
795 raise Error('Syntax error at line %d: %s' % (self.lineno, message))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 60 # Exception raised when an error or invalid response is received
61 class Error(Exception): pass
62 class error_reply(Error): pass # unexpected [123]xx reply
63 class error_temp(Error): pass # 4xx errors
64 class error_perm(Error): pass # 5xx errors
65 class error_proto(Error): pass # response does not begin with [1-5]
70 all_errors = (Error, IOError, EOFError)
208 # Raise various errors if the response indicates an error
283 except socket.error, err:
293 raise socket.error("getaddrinfo returns an empty list"
    [all...]
xmllib.py 15 class Error(RuntimeError):
319 raise Error('only XML version 1.0 supported')
400 raise Error('neither < nor & ??')
429 raise Error('unexpected call to handle_comment')
495 raise Error('unexpected call to parse_cdata')
519 raise Error('unexpected call to parse_proc')
632 attrnamemap = {} # map from new name to old name (used for error reporting)
795 raise Error('Syntax error at line %d: %s' % (self.lineno, message))
    [all...]
  /external/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 90 "Error": "['arguments', 'caller', 'captureStackTrace', 'length', 'name', 'prototype', 'stackTraceLimit']",
91 "Error.prototype": "['constructor', 'message', 'name', 'toString']",
129 "Error",
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 107 public static final byte ERROR = 8;
132 if ((status & ERROR) == ERROR)
133 returnValue += "|ERROR";
389 * JDWP Error constants
391 public static class Error {
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 267 /// Error* - These are little helper functions for error handling.
268 ExprAST *Error(const char *Str) {
269 fprintf(stderr, "Error: %s\n", Str);
273 Error(Str);
277 Error(Str);
308 return Error("Expected ')' or ',' in argument list");
334 return Error("expected ')'");
349 return Error("expected then");
357 return Error("expected else")
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 287 /// Error* - These are little helper functions for error handling.
288 ExprAST *Error(const char *Str) {
289 fprintf(stderr, "Error: %s\n", Str);
293 Error(Str);
297 Error(Str);
328 return Error("Expected ')' or ',' in argument list");
354 return Error("expected ')'");
369 return Error("expected then");
377 return Error("expected else")
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 277 /// Error* - These are little helper functions for error handling.
278 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
279 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
280 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
307 return Error("Expected ')' or ',' in argument list");
332 return Error("expected ')'");
346 return Error("expected then");
353 return Error("expected else")
    [all...]

Completed in 3940 milliseconds

1 2 3 4 5 6 7 8 91011>>