| /libcore/luni/src/main/java/java/security/ |
| AccessController.java | 47 throw new Error("statics only.");
|
| /libcore/luni/src/main/java/java/util/ |
| ServiceLoader.java | 179 throw new Error(e);
|
| /packages/apps/Phone/src/com/android/phone/ |
| TimeConsumingPreferenceActivity.java | 19 public void onError(Preference preference, int error); 72 // Set Button 2, tells the activity that the error is 89 // Set Button 3, tells the activity that the error is 155 public void onError(Preference preference, int error) { 157 if (DBG) Log.d(LOG_TAG, "onError, preference=" + preference.getKey() + ", error=" + error); 160 showDialog(error); 165 if (exception.getCommandError() == CommandException.Error.FDN_CHECK_FAILURE) {
|
| FdnSetting.java | 109 // throw up error if the pin is invalid. 134 // While handling any error conditions that may show up in between. 213 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) { 227 // the error requests a PUK (usually after too many incorrect tries) 233 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) { 246 // set the correct error message depending upon the state.
|
| /external/bison/data/ |
| lalr1.cc | 70 /* Enabling verbose error messages. */ 152 /// Report a syntax error. 153 /// \param loc where the syntax error is found. 154 /// \param msg a description of the syntax error. 155 virtual void error (const location_type& loc, const std::string& msg); 157 /// Generate an error message. 158 /// \param state the state where the error occurred. 206 /// Zero means the default is an error. 527 /* Error handling. */ 535 /// The locations where the error started and ended [all...] |
| /external/ppp/pppd/plugins/radius/etc/ |
| dictionary.microsoft | 10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft
|
| /external/protobuf/python/google/protobuf/ |
| descriptor.py | 48 class Error(Exception): 49 """Base error for this module.""" 148 Error: If self couldnt be serialized, due to to few constructor arguments. 156 raise Error('Descriptor does not contain serialization.')
|
| /external/v8/test/mjsunit/ |
| array-length-number-conversion.js | 53 assertThrows("var y = []; y.length = {valueOf:function() { throw new Error(); }};");
|
| /external/webkit/WebCore/inspector/front-end/ |
| AuditsPanel.js | 352 throw new Error("doRun() not implemented"); 360 throw new Error(key + " not found in rule parameters");
|
| ConsoleView.js | 287 case WebInspector.ConsoleMessage.MessageLevel.Error: 634 return (this.level === WebInspector.ConsoleMessage.MessageLevel.Warning || this.level === WebInspector.ConsoleMessage.MessageLevel.Error); 753 case WebInspector.ConsoleMessage.MessageLevel.Error: 754 element.addStyleClass("console-error-level"); [all...] |
| /external/webkit/WebKit/android/jni/ |
| WebCoreResourceLoader.cpp | 279 void WebCoreResourceLoader::Error(JNIEnv* env, jobject obj, jint id, jstring description, 285 LOGV("webcore_resourceloader error"); 316 (void*) WebCoreResourceLoader::Error }
|
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountSetupOutgoing.java | 208 throw new Error(use); 301 throw new Error(use);
|
| AccountSetupExchange.java | 287 throw new Error("Unknown account type: " + account.getStoreUri(this)); 477 throw new Error(use);
|
| /frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
| GsmMmiCode.java | 679 // password mismatch; return error 708 // password mismatch; return error 882 CommandException.Error err = ((CommandException)(ar.exception)).getCommandError(); 883 if (err == CommandException.Error.FDN_CHECK_FAILURE) { [all...] |
| /external/v8/src/ |
| debug-debugger.js | 405 throw new Error('Parameters have wrong types.'); 416 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 463 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 468 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 473 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 478 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 519 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.'); 522 throw new Error('Cannot set break point in native code.'); 532 throw new Error('Cannot set break point in native code.'); 575 throw new Error('Invalid argument') [all...] |
| /external/quake/quake/src/WinQuake/ |
| net_dgrm.cpp | 342 Con_Printf("Read error\n"); 408 Con_DPrintf("ack sequencing error\n"); 673 goto Error; 675 goto Error; 677 goto Error; 680 goto Error; 702 Error: 1326 reason = "Network Error"; [all...] |
| /libcore/luni/src/main/java/java/io/ |
| ObjectInputStream.java | 160 * if an error occurs while reading from the source input 177 * if an error occurs while reading from the source input 197 * if an error occurs while reading from the source input 217 * if an error occurs while reading from the source input 237 * if an error occurs while reading from the source input 257 * if an error occurs while reading from the source input 277 * if an error occurs while reading from the source input 297 * if an error occurs while reading from the source input 317 * if an error occurs while reading from the source input 337 * if an error occurs while reading from the source inpu [all...] |
| /external/apache-http/src/org/apache/http/impl/client/ |
| AbstractHttpClient.java | 666 this.log.warn("Error consuming content after an exception.", t2); 670 if (t instanceof Error) { 671 throw (Error) t;
|
| /external/v8/benchmarks/ |
| splay.js | 99 throw new Error("Splay tree has wrong size"); 105 throw new Error("Splay tree not sorted"); 194 throw Error('Key not found: ' + key); 198 throw Error('Key not found: ' + key);
|
| /external/v8/test/es5conform/ |
| harness-adapt.js | 40 Error.prototype.__defineGetter__('description', function () {
|
| /external/webkit/SunSpider/tests/v8-v4/ |
| v8-splay.js | 94 throw new Error("Splay tree has wrong size"); 100 throw new Error("Splay tree not sorted"); 189 throw Error('Key not found: ' + key); 193 throw Error('Key not found: ' + key);
|
| /external/webkit/WebKit/qt/tests/qwebframe/ |
| tst_qwebframe.cpp | 596 // As a special measure, if we get an exception we set the type to 'error' 597 // (in ecma, an Error object has typeof object, but qtscript has a convenience function) 612 typevalue = 'error';\ 653 : sTrue("true"), sFalse("false"), sUndefined("undefined"), sArray("array"), sFunction("function"), sError("error"), [all...] |
| /libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
| AttributeTypeAndValue.java | 523 throw new Error("ObjectIdentifier: invalid static initialization; " + 530 throw new Error("ObjectIdentifier: invalid static initialization; " +
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| SweepGradientTest.java | 147 } catch (Error e) {
|
| /dalvik/tests/003-omnibus-opcodes/src/ |
| Classes.java | 190 } catch (Error e) {
|