Searched refs:Error (Results 276 - 300 of 566) sorted by relevance

<<11121314151617181920>>

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
107 raise (Stream.Error "expected function name in prototype")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
107 raise (Stream.Error "expected function name in prototype")
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h26 Eof, Error, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/AsmParser/
H A DLLToken.h21 Eof, Error, enumerator in enum:llvm::lltok::Kind
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h59 bool Error(const Twine &Msg) { function in class:llvm::RuntimeDyldImpl
/external/llvm/lib/TableGen/
H A DTGLexer.h31 Eof, Error, enumerator in enum:llvm::tgtok::TokKind
H A DTGParser.h19 #include "llvm/TableGen/Error.h"
75 bool Error(SMLoc L, const Twine &Msg) const { function in class:llvm::TGParser
80 return Error(Lex.getLoc(), Msg);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp182 SMDiagnostic Error; local
184 NULL != ParseAssemblyString(assembly, M, Error, M->getContext());
187 Error.print("", os);
198 std::string Error; local
201 .setErrorStr(&Error).create());
202 ASSERT_TRUE(TheJIT.get() != NULL) << Error;
228 std::string Error; local
231 .setErrorStr(&Error)
236 ASSERT_EQ(Error, "");
/external/v8/test/mjsunit/
H A Dstack-traces.js99 Error.captureStackTrace(this, stripPoint);
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioContextCustom.cpp36 #include <runtime/Error.h>
76 return throwError(exec, createReferenceError(exec, "Error creating AudioContext"));
99 return throwError(exec, createSyntaxError(exec, "Error decoding audio file data"));
117 return throwError(exec, createSyntaxError(exec, "Error creating AudioBuffer"));
H A DJSClipboardCustom.cpp41 #include <runtime/Error.h>
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.cpp33 #include <runtime/Error.h>
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivateQt.h120 void handleError(QMediaPlayer::Error);
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py142 except webbrowser.Error, e:
/external/v8/src/
H A Ddebug-debugger.js481 throw new Error('Parameters have wrong types.');
492 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
539 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
544 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
549 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
554 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
559 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
613 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.');
616 throw new Error('Cannot set break point in native code.');
626 throw new Error('Canno
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcommand.js40 throw Error('Invalid shortcut');
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauth.js174 throw new Error("No oauth token or token secret");
205 throw new Error("No oauth token or token secret");
474 throw new Error("Specified callback must be a function.");
526 throw new Error("Fetching request token failed. Status " + xhr.status);
543 throw new Error("Specified callback must be a function.");
590 throw new Error("Fetching access token failed with status " + xhr.status);
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauth.js174 throw new Error("No oauth token or token secret");
205 throw new Error("No oauth token or token secret");
474 throw new Error("Specified callback must be a function.");
526 throw new Error("Fetching request token failed. Status " + xhr.status);
543 throw new Error("Specified callback must be a function.");
590 throw new Error("Fetching access token failed with status " + xhr.status);
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauth.js174 throw new Error("No oauth token or token secret");
205 throw new Error("No oauth token or token secret");
474 throw new Error("Specified callback must be a function.");
526 throw new Error("Fetching request token failed. Status " + xhr.status);
543 throw new Error("Specified callback must be a function.");
590 throw new Error("Fetching access token failed with status " + xhr.status);
/external/chromium/net/tools/flip_server/
H A Dmem_cache.cc158 if (framer.Error() || pos == old_pos) {
161 if (framer.Error()) {
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java173 throw new Error (cnse.toString ()); // never happens
191 throw new Error (cnse.toString ()); // never happens
/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml74 with Llvm_bitreader.Error _ ->
/external/markdown/markdown/
H A Dodict.py159 except Error:
162 raise Error
/external/qemu-pc-bios/bochs/bios/
H A Dnotes26 > drive sets the aborted-command bit in the Error register and
/external/v8/src/extensions/experimental/
H A Dbreak-iterator.cc87 return v8::ThrowException(v8::Exception::Error(
200 return v8::ThrowException(v8::Exception::Error(

Completed in 468 milliseconds

<<11121314151617181920>>