HomeSort by relevance Sort by last modified time
    Searched defs:Error (Results 351 - 375 of 500) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 41 // several parameters: i) filter adaptation stepsize and error threshold;
120 // Usage example, omitting error checking:
314 // set_stream_delay_ms() to return an error.
358 enum Error {
  /external/chromium_org/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/clang/include/clang/Format/
Format.h 30 enum class ParseError { Success = 0, Error, Unsuitable };
  /external/clang/lib/AST/
CommentParser.cpp 197 bool Error = false;
204 Error = true;
207 while (!Error && !isEnd()) {
214 if (!Error && C != CloseDelim)
215 Error = true;
217 if (Error) {
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 171 bool isValid(std::string &Error) override {
191 bool isValid(std::string &Error) override {
192 if (Regex.isValid(Error))
331 // Next token: { error | warning | note }
333 if (PH.Next("error"))
509 std::string Error;
510 if (D->isValid(Error)) {
516 << KindStr << Error;
750 // See if there are error mismatches.
751 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 137 const char *Error() { return Red(); }
438 Report("LeakSanitizer has encountered a fatal error.\n");
448 Printf("%s", d.Error());
449 Report("ERROR: LeakSanitizer: detected memory leaks\n");
  /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/Chapter5/
toy.cpp 215 /// Error* - These are little helper functions for error handling.
216 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
217 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
218 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
245 return Error("Expected ')' or ',' in argument list");
270 return Error("expected ')'");
284 return Error("expected then");
291 return Error("expected else")
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 131 /// Error - Malformed bitcode was found.
139 Error,
148 BitstreamEntry E; E.Kind = Error; return E;
492 /// the block, and return true if the block has an error.
  /external/llvm/include/llvm/IR/
Module.h 152 /// Emits an error if two values disagree, otherwise the resulting value is
154 Error = 1,
165 /// restrict the allowable results (via triggering of an error) of linking
171 /// differ, an error will be emitted.
  /external/llvm/lib/AsmParser/
LLParser.h 148 bool Error(LocTy L, const Twine &Msg) const {
149 return Lex.Error(L, Msg);
152 return Error(Lex.getLoc(), Msg);
321 /// unnamed. If there is an error, this returns null otherwise it returns
393 // normal result, an error result, or return having eaten an extra comma.
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 151 bool llvm::error(std::error_code EC) { function in class:llvm
155 outs() << ToolName << ": error reading file: " << EC.message() << ".\n";
181 std::string Error;
183 Error);
185 errs() << ToolName << ": " << Error;
199 std::string Error;
200 raw_fd_ostream Out(FileName, Error, sys::fs::F_Text);
201 if (!Error.empty()) {
202 errs() << "llvm-objdump: warning: " << Error << '\n';
269 if (error(a.getOffset(a_addr))) return false
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 170 SMDiagnostic Error;
172 nullptr != ParseAssemblyString(assembly, M, Error, M->getContext());
175 Error.print("", os);
190 std::string Error;
194 .setErrorStr(&Error)
196 ASSERT_TRUE(TheJIT.get() != nullptr) << Error;
222 std::string Error;
225 .setErrorStr(&Error)
230 ASSERT_EQ(Error, "");
612 // empty string indicates an error
    [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...]
  /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/chromium_org/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 {

Completed in 1382 milliseconds

<<11121314151617181920