/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
regress-181654.js | 38 * SUMMARY: Calling toString for an object derived from the Error class 45 var summary = 'Calling toString for an object derived from the Error class should be possible.'; 56 // derive MyError from Error 61 MyError.prototype = new Error(); 89 // now generate an error -
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Object/ |
class-004.js | 22 * SUMMARY: Testing [[Class]] property of native error constructors. 25 * See ECMA-262 Edition 3, Section 15.11.6 for the native error types. 37 var summary = 'Testing the internal [[Class]] property of native error constructors'; 47 status = 'Error'; 48 actual = getJSClass(Error);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/ |
regress-131348.js | 40 * SUMMARY: JS should NOT error on |for(i in undefined)|, |for(i in null)| 42 * ECMA-262 3rd Edition Final spec says such statements SHOULD error. See: 57 var summary = 'JS should not error on |for(i in undefined)|, |for(i in null)|'; 58 var TEST_PASSED = 'No error'; 59 var TEST_FAILED = 'An error was generated!!!';
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
uenum.h | 50 * @param status error code, can be U_ENUM_OUT_OF_SYNC_ERROR if the 69 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if 98 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if 102 * fails. This error pertains only to current string, so iteration 122 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if
|
/external/webkit/WebCore/icu/unicode/ |
uenum.h | 50 * @param status error code, can be U_ENUM_OUT_OF_SYNC_ERROR if the 69 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if 98 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if 102 * fails. This error pertains only to current string, so iteration 122 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if
|
/external/webkit/WebCore/plugins/ |
PluginDebug.cpp | 37 "Error with no specific error code occurred.", /* NPERR_GENERIC_ERROR */ 50 "Unknown error code" 67 const char* prettyNameForNPError(NPError error) 69 return errorStrings[error];
|
/external/webkit/WebKit/gtk/tests/ |
testwebframe.c | 123 GError *error = NULL; local 125 gint fd = g_file_open_tmp ("webkit-testwebframe-XXXXXX", &temporaryFilename, &error); 128 if (error) { 129 g_critical("Failed to open a temporary file for writing: %s.", error->message); 130 g_error_free(error);
|
/external/webkit/WebKit/mac/WebView/ |
WebDocument.h | 177 @abstract Called when the data source has received an error. 178 @param error The error that the data source has received. 179 @param dataSource The data source that has received the error. 181 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
|
/external/webkit/WebKit/win/Interfaces/ |
IWebURLAuthenticationChallenge.idl | 54 - (NSError *)error 56 HRESULT error([out, retval] IWebError** result); 69 - (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(int)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id <NSURLAuthenticationChallengeSender>)sender 71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWebURLAuthenticationChallengeSender* sender);
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
PolicyDelegate.cpp | 167 /*[in]*/ IWebError* error, 171 error->domain(&domainStr); 175 error->code(&code); 181 printf("Policy delegate: unable to implement policy with error domain '%S', error code %d, in frame '%S'", domainMessage.c_str(), code, frameNameMessage.c_str());
|
/external/webkit/WebKitTools/FindSafari/ |
FindSafari.cpp | 42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__) 65 LONG error = RegOpenKeyEx(HKEY_LOCAL_MACHINE, installPathKeyString, 0, KEY_READ, &installPathKey); local 66 if (error != ERROR_SUCCESS) 67 error = RegOpenKeyEx(HKEY_LOCAL_MACHINE, installPathWin64KeyString, 0, KEY_READ, &installPathKey); 68 if (error != ERROR_SUCCESS) {
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
executive.py | 97 # Cache the child's output locally so it can be used for error reports. 125 # Error handlers do not need to be static methods once all callers are 129 def default_error_handler(error): 130 raise error 133 def ignore_error(error):
|
/external/zlib/examples/ |
zpipe.c | 25 an error reading or writing the files. */ 81 is an error reading or writing the files. */ 140 /* report a zlib or i/o error */ 147 fputs("error reading stdin\n", stderr); 149 fputs("error writing stdout\n", stderr);
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSession.java | 47 * @return Zero on success, nonzero on error. The observer's restoreSetsAvailable() 67 * @return Zero on success; nonzero on error. The observer will only receive 96 * @return Zero on success; nonzero on error. The observer will only receive 198 public void restoreFinished(int error) { 200 mHandler.obtainMessage(MSG_RESTORE_FINISHED, error, 0));
|
/frameworks/base/core/java/android/bluetooth/ |
HeadsetBase.java | 130 if (result.getResultCode() == AtCommandResult.ERROR) { 131 Log.i(TAG, "Error pocessing <" + input + ">"); 166 Log.i(TAG, "headset read error " + last_read_error); 225 * error. On error, handler will be called, and you need to re-initiate
|
/frameworks/base/core/java/android/content/ |
SyncStats.java | 32 * before a future request can expect to succeed. This is considered a hard error. 39 * later. This is considered a soft error. 52 * error occurred. This is considered a hard error. 61 * local storage and starting over frmo scratch. This is considered a hard error.
|
/frameworks/base/core/jni/ |
android_media_AudioSystem.cpp | 104 int error; local 108 error = kAudioStatusMediaServerDied; 111 error = kAudioStatusOk; 114 error = kAudioStatusError; 118 env->CallStaticVoidMethod(clazz, env->GetStaticMethodID(clazz, "errorCallbackFromNative","(I)V"), error);
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh_sdmmc_linux.c | 210 int error = 0; local 212 return error; 234 int error = 0; local 242 error = sdio_register_driver(&bcmsdh_sdmmc_driver); 245 return error;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 118 G711DEC_DPRINT ("%d :: Error in Select\n", __LINE__); 122 "Error from COmponent Thread in select"); 130 G711DEC_DPRINT ("%d :: Error while reading from the pipe\n",__LINE__); 136 G711DEC_DPRINT ("%d :: Error From G711DECHandleDataBuf_FromApp\n"); 149 error\n",__LINE__);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 59 level, we separated errors into their own domain, as even error printing 69 - there are two output files supported. Error domain output is going to 70 the error file, whereas other outputs usually go into the other output 71 file. This also allows only printing error messages. 85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file 116 * normally used by OMX components except for error 119 * 5 - very quiet -- crucial/error messages - goes to error file 128 #define OMX_DBG_DOM_ERROR 0x1ul /* an error */ 145 FILE *err; /* error output file - used for the error domai [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
broadcastKeySM.c | 144 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_CONSOLE, "BCAST_KEY_SM: Error in unloading key derivation module\n"); 145 WLAN_OS_REPORT(("BCAST_KEY_SM: Error in unloading key derivation module\n")); 151 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_CONSOLE, "BCAST_KEY_SM: Error in unloading state machine\n"); 152 WLAN_OS_REPORT(("BCAST_KEY_SM: Error in unloading state machine\n")); 218 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_ERROR, "BROADCAST_KEY_SM: ERROR: UnExpected Event\n");
|
unicastKeySM.c | 141 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_CONSOLE,"BCAST_KEY_SM: Error in unloading key derivation module\n"); 142 WLAN_OS_REPORT(("BCAST_KEY_SM: Error in unloading key derivation module\n")); 148 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_CONSOLE,"BCAST_KEY_SM: Error in unloading state machine\n"); 149 WLAN_OS_REPORT(("BCAST_KEY_SM: Error in unloading state machine\n")); 215 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_ERROR, "UNICAST_KEY_SM: ERROR: UnExpected Event\n");
|
/ndk/build/tools/ |
build-gdbserver.sh | 66 echo "ERROR: Missing source directory parameter. See --help for details." 71 echo "ERROR: Source directory does not contain gdb sources: $SRC_DIR" 80 echo "ERROR: Missing NDK directory parameter. See --help for details." 85 echo "ERROR: NDK directory does not exist: $NDK_DIR" 94 echo "ERROR: Missing toolchain name parameter. See --help for details."
|
/packages/apps/SoundRecorder/res/values/ |
strings.xml | 18 <!-- application name and title of error dialogs--> 62 <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card --> 64 <!-- shown as the message in a dialog when the app encountered an unspecified internal error --> 65 <string name="error_app_internal">Internal application error</string>
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSources.java | 107 log.error(e, null);
110 log.error(e, null);
113 log.error(e, null);
165 log.error(e, null);
168 log.error(e, null);
|