HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 176 - 200 of 824) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit/android/jni/
WebCoreResourceLoader.h 67 static void Error(JNIEnv*, jobject, jint, jstring, jstring);
  /external/webkit/Source/WebKit/chromium/src/
WebTextCheckingCompletionImpl.cpp 43 static TextCheckingType toCoreCheckingType(WebTextCheckingResult::Error error)
45 if (error == WebTextCheckingResult::ErrorSpelling)
47 ASSERT(error == WebTextCheckingResult::ErrorGrammar);
56 coreResult.type = toCoreCheckingType(results[i].error);
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 64 case clang::DiagnosticsEngine::Error: {
65 (*mSOS) << "error: ";
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 136 throw (Error)jjte000;
173 throw (Error)jjte000;
210 throw (Error)jjte000;
244 throw (Error)jjte000;
284 throw (Error)jjte000;
318 throw (Error)jjte000;
352 throw (Error)jjte000;
408 throw (Error)jjte000;
586 // ERROR!
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 37 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
331 return Error(IDLoc, "instruction use requires an option to be enabled");
333 return Error(IDLoc, "unrecognized instruction mnemonic");
335 return Error(IDLoc, "unable to convert operands to instruction");
340 return Error(IDLoc, "too few operands for instruction");
346 return Error(ErrorLoc, "invalid operand for instruction");
366 Error(S, "base address must be a register");
371 Error(O, "offset must be a register or immediate");
474 Error(Parser.getTok().getLoc(), "unknown operand")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_new/
Test_opc_new.java 41 * @title expected Error (exception during class loading)
46 fail("expected Error");
47 } catch (Error e) {
113 fail("expected Error");
114 } catch (Error iae) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 47 fail("expected Error");
48 } catch (Error e) {
80 fail("expected Error");
81 } catch (Error iae) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 47 fail("expected Error");
48 } catch (Error e) {
80 fail("expected Error");
81 } catch (Error iae) {
  /external/llvm/include/llvm/
Linker.h 35 /// presented to it. By default, the linker will generate error and warning
71 /// name \p progname. \p progname will also be used for error messages.
80 /// \p progname for the name of the program in error messages.
116 /// This method returns an error string suitable for printing to the user.
117 /// The return value will be empty unless an error occurred in one of the
119 /// true, indicating an error occurred. At most one error is retained so
120 /// this function always returns the last error that occurred. Note that if
121 /// the Quiet control flag is not set, the error string will have already
123 /// @brief Get the text of the last error that occurred
    [all...]
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t
12 Llvm_bitreader.Error _ -> ();;
  /external/opencv/cvaux/src/
cvface.cpp 191 lpFaceData->Error = (double)(LeftSquare - RightSquare)*(double)(LeftSquare - RightSquare)/((double)(LeftSquare + RightSquare)*(LeftSquare + RightSquare)) +
204 double Error = MAX_ERROR;
259 Error = Data.Error/(im + jl + kr);
261 Error = MAX_ERROR;
263 if (CurError > Error)
265 CurError = Error;
293 lpFaceData->Error = CurError;
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context.js 9 testFailed('Error callback invoked unexpectedly');
callback-to-remote-context2.js 10 testFailed('Error callback invoked unexpectedly');
delayed-permission-denied.js 12 var error; variable
18 error = e;
19 shouldBe('error.code', 'error.PERMISSION_DENIED');
20 shouldBe('error.message', '"User denied Geolocation"');
24 testFailed('Error callback invoked unexpectedly');
success.js 23 testFailed('Error callback invoked unexpectedly');
timeout.js 23 testFailed('Error callback invoked unexpectedly');
  /external/webkit/LayoutTests/fast/js/resources/
js-constructors-use-correct-global.js 4 var constructors = ["Object", "Function", "Array", "Number", "String", "Boolean", "RegExp", "Date", "Error", "RangeError", "ReferenceError", "SyntaxError", "TypeError", "URIError", "Image"];
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 3 function errorCallback(error)
5 testFailed("Error occurred: " + error);
  /external/webkit/LayoutTests/storage/
sql-data-types.js 54 function(tx,error) {
55 notifyDone("FAIL: Error fetching values from the db.")
63 function(tx, error) {
64 notifyDone("FAIL: Error inserting values to the db.");
72 function(tx, error) {
73 notifyDone("FAIL: Error creating the db.");
86 notifyDone("FAIL: Error opening the db");
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 59 throw new Error("Can't load class " + className, e);
78 throw new Error("Can't load class " + className, e);
109 * a String representation for {@code error}.
111 static final String ERROR = "error";
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 89 'Logger::Error', 'Logger::Formatter', 'Logger::LogDevice',
95 'ObjectSpace', 'Observable', 'PStore', 'PStore::Error',
103 'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
109 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
116 'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError',
117 'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError',
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 165 /// Error* - These are little helper functions for error handling.
166 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
167 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
168 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
195 return Error("Expected ')' or ',' in argument list");
220 return Error("expected ')'");
231 default: return Error("unknown token when expecting an expression");
340 // Skip token for error recovery
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
41 // long representation... this does not have to do input error checking,
51 Error("constant bigger than 64 bits detected!");
72 Error("constant bigger than 64 bits detected!");
105 Error("constant bigger than 128 bits detected!");
136 Error("constant bigger than 128 bits detected!");
225 return lltok::Error;
248 return lltok::Error;
255 return lltok::Error;
299 Error("end of file in global variable name")
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 113 std::string Error;
115 if (!RegEx.isValid(Error)) {
117 "invalid regex: " << Error;
146 std::string Error;
149 if (!RegEx.isValid(Error)) {
151 "invalid regex: " << Error;
175 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
189 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
199 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
  /external/valgrind/main/coregrind/
m_errormgr.c 3 /*--- Management of error messages. m_errormgr.c ---*/
68 /* The list of error contexts found, both suppressed and unsuppressed.
70 static Error* errors = NULL;
83 /* Running count of unsuppressed error contexts. */
86 /* Running count of suppressed error contexts. */
91 static Supp* is_suppressible_error ( Error* err );
95 /* Stats: number of searches of the error list initiated. */
98 /* Stats: number of comparisons done during error list
110 /*--- Error type ---*/
120 allocate/initialise the error record
    [all...]

Completed in 590 milliseconds

1 2 3 4 5 6 78 91011>>