HomeSort by relevance Sort by last modified time
    Searched full:error (Results 1501 - 1525 of 11596) sorted by null

<<61626364656667686970>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 23 * SUMMARY: New properties fileName, lineNumber have been added to Error objects
30 var summary = 'Test (non-ECMA) Error object properties fileName, lineNumber';
56 /* throw a real error, and see what it looks like */
78 /* generate an error with msg, file, and lineno properties */
96 /* generate an error with only msg property */
114 /* generate an error with only msg and lineNo properties */
133 /* generate an error with only msg and filename properties */
  /external/webkit/WebCore/inspector/front-end/
DatabaseQueryView.js 153 _queryError: function(query, error)
155 if (error.code == 1)
156 var message = error.message;
157 else if (error.code == 2)
160 var message = WebInspector.UIString("An unexpected error %s occurred.", error.code);
162 this._appendQueryResult(query, message, "error");
  /external/webkit/WebCore/loader/
ResourceLoadNotifier.cpp 92 void ResourceLoadNotifier::didFailToLoad(ResourceLoader* loader, const ResourceError& error)
97 if (!error.isNull())
98 m_frame->loader()->client()->dispatchDidFailLoading(loader->documentLoader(), loader->identifier(), error);
102 page->inspectorController()->didFailLoading(loader->identifier(), error);
168 void ResourceLoadNotifier::sendRemainingDelegateMessages(DocumentLoader* loader, unsigned long identifier, const ResourceResponse& response, int length, const ResourceError& error)
176 if (error.isNull())
179 m_frame->loader()->client()->dispatchDidFailLoading(loader, identifier, error);
  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm 62 - (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error;
132 void GeolocationServiceMac::errorOccurred(PassRefPtr<PositionError> error)
134 m_lastError = error;
196 - (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error
199 ASSERT(error);
204 switch ([error code]) {
216 m_callback->errorOccurred(PositionError::create(code, [error localizedDescription]));
  /external/zlib/contrib/minizip/
iowin32.c 62 int error; member in struct:__anon7049
107 w32fiow.error = 0;
133 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
157 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
177 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
218 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
254 ret = ((WIN32FILE_IOWIN*)stream) -> error;
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 37 "Error: Could not access the Input Method Manager. Is the system running?";
80 System.err.println("Error: unknown command '" + op + "'");
98 System.err.println("Error: Unknown option: " + opt);
141 System.err.println("Error: no input method ID specified");
156 System.err.println("Error: " + e.getMessage());
168 System.err.println("Error: no input method ID specified");
177 System.err.println("Error: " + e.getMessage());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 97 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT);
113 Log.e(TAG, "Error accept connection " + e);
129 Log.e(TAG, "Error create RfcommServerSocket " + e1);
147 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try");
167 Log.e(TAG, "Error accept connection " + e);
193 Log.e(TAG, "Error close mTcpServerSocket");
203 Log.e(TAG, "Error close mBtServerSocket");
  /system/core/adb/
adb_client.c 33 /* name from it. two emulators is an error */
226 if(readx(fd, buf, 4)) goto error;
230 if(n > (int)sizeof(buf)) goto error;
231 if(readx(fd, buf, n)) goto error;
234 if (sscanf(buf, "%04x", &version) != 1) goto error;
263 error:
293 fprintf(stderr,"error: %s\n", __adb_error);
  /system/core/toolbox/
mount.c 137 int error = 0; local
172 error = errno;
177 if (error == ENODEV || error == EINVAL)
185 if (error == EACCES &&
194 if (error) {
195 errno = error;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 91 VIDENCTEST_MTRACE("malloc() error.\n"); \
98 VIDENCTEST_MTRACE("memset() error.\n"); \
104 VIDENCTEST_MTRACE("malloc() error.\n"); \
116 printf("\n------VIDENCTEST FATAL ERROR-------\n %x : %s \n", _e_, _s_); \
123 printf("\n------VIDENCTEST ERROR-------\n %x : %s \n", _e_, _s_); \
413 VIDENCTEST_DPRINT("malloc() error.\n");
447 VIDENCTEST_DPRINT("malloc() error.\n");
643 VIDENCTEST_DPRINT("Error Reading File!\n");
647 VIDENCTEST_DPRINT("ERROR: reading file\n");
666 * Function call when an error ocurrs. The function un-load and free all the resourc
    [all...]
  /external/dbus/bus/
connection.c 196 DBusError error; local
200 dbus_error_init (&error);
206 transaction, &error))
208 _DBUS_ASSERT_ERROR_IS_SET (&error);
210 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY))
212 dbus_error_free (&error);
220 error.name, error.message);
544 DBusError error; local
571 dbus_error_init (&error);
    [all...]
  /build/tools/apriori/
main.c 93 ERROR("You must specify at least one input ELF file!\n");
107 ERROR("You must specify --start-addr!\n");
111 ERROR("You must provide a start address if you provide an "
116 ERROR("You may not provide a prelink-map file (-p) and use -s/-i "
121 ERROR("You may not specify a link-address increment of zero!\n");
127 ERROR("You are prelinking a single file; there is no point in "
129 /* This is nonfatal error, but paranoia is healthy. */
134 ERROR("You are prelinking local relocations only; there is "
136 /* This is nonfatal error, but paranoia is healthy. */
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
SelectorProvider.java 122 throw new Error(e);
155 throw new Error(e);
185 throw new Error(e);
196 * if an I/O error occurs.
205 * if an I/O error occurs.
214 * if an I/O error occurs.
223 * if an I/O error occurs.
233 * if an I/O error occurs.
243 * if an I/O error occurs.
  /dalvik/libcore/sql/src/main/java/java/sql/
Blob.java 41 * if an error occurs accessing the {@code Blob}.
56 * if an error occurs accessing the {@code Blob}.
66 * if an error occurs accessing the {@code Blob}.
84 * if an error occurs accessing the {@code Blob}.
102 * if an error occurs accessing the {@code Blob}.
116 * if an error occurs accessing the {@code Blob}.
133 * if an error occurs accessing the {@code Blob}.
155 * if an error occurs accessing the {@code Blob}.
168 * if an error occurs accessing the {@code Blob}.
CallableStatement.java 68 * if a database error occurs.
95 * if a database error occurs.
113 * if a database error occurs.
131 * if a database error occurs.
146 * if a database error occurs.
160 * if a database error occurs.
173 * if a database error occurs.
186 * if a database error occurs.
200 * if a database error occurs.
213 * if a database error occurs
    [all...]
Struct.java 35 * if a database error occurs.
48 * if a database error occurs.
64 * if a database error occurs.
  /external/iptables/libipq/
libipq.3 92 .I error messages.
100 To retrieve the value of an error message, use
109 .B Error Handling
111 An error string corresponding to the current value of the internal error
150 Retrieve an error message from the buffer.
156 Return an error message corresponding to the internal ipq_errno variable.
159 Helper function to print error messages to stderr.
205 fprintf(stderr, "Received error message %d\\n",
  /external/opencore/engines/2way/test/include/
test_engine.h 252 int error = 0; local
253 OSCL_TRY(error, iDisCmdId = terminal->Disconnect());
254 if (error)
262 int error = 0; local
263 OSCL_TRY(error, iRstCmdId = terminal->Reset());
264 if (error)
272 int error = 0; local
273 OSCL_TRY(error, iConnectCmdId = terminal->Connect(iConnectOptions, iCommServer));
274 if (error)
  /external/opencore/pvmi/pvmf/include/
pvmi_media_transfer.h 102 * @throw In case of failure, leaves with an appropriate error
129 * @throw if request not accepted, it leaves with an appropriate error code
152 * @throw in case of failure, leaves with an appropriate error
168 * @throw if request not accepted, it leaves with an appropriate error code
191 * @throw in case of failure, leaves with an appropriate error
208 * write and error status using bitmasks i
213 * @throw in case of failure, leaves with an appropriate error
227 * appropriate error
237 * appropriate error
  /external/webkit/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 186 NPReason HostedNetscapePluginStream::reasonForError(NSError *error)
188 if (!error)
191 if ([[error domain] isEqualToString:NSURLErrorDomain] && [error code] == NSURLErrorCancelled)
197 void HostedNetscapePluginStream::didFail(WebCore::NetscapePlugInStreamLoader*, const WebCore::ResourceError& error)
200 _WKPHStreamDidFail(hostProxy->port(), m_instance->pluginID(), m_streamID, reasonForError(error));
236 void HostedNetscapePluginStream::cancelLoad(NSError *error)
243 documentLoader->cancelMainResourceLoad(error);
249 m_loader->cancel(error);
  /external/bluetooth/glib/po/
ca.po 114 msgid "Error during conversion: %s"
115 msgstr "S'ha produït un error durant la conversió: %s"
164 msgid "Error opening directory '%s': %s"
165 msgstr "S'ha produït un error en obrir el directori «%s»: %s"
174 msgid "Error reading file '%s': %s"
175 msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
317 msgid "Error on line %d char %d: "
318 msgstr "S'ha produït un error a la línia %d caràcter %d:"
322 msgid "Error on line %d: %s"
323 msgstr "S'ha produït un error a la línia %d: %s
    [all...]
ca@valencia.po 115 msgid "Error during conversion: %s"
116 msgstr "S'ha produït un error durant la conversió: %s"
165 msgid "Error opening directory '%s': %s"
166 msgstr "S'ha produït un error en obrir el directori «%s»: %s"
175 msgid "Error reading file '%s': %s"
176 msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
318 msgid "Error on line %d char %d: "
319 msgstr "S'ha produït un error a la línia %d caràcter %d:"
323 msgid "Error on line %d: %s"
324 msgstr "S'ha produït un error a la línia %d: %s
    [all...]
  /cts/tools/vm-tests/src/dot/junit/
DxUtil.java 27 * the expected verify error (though at the dx tool level)
47 // since that may happen when a verify error was thrown by the dx tool and thus no
59 throw new RuntimeException("test did not cause the expected verify error, but:"+t.getClass().getName()+", msg:"+t.getMessage());
  /dalvik/libcore/archive/src/main/java/java/util/jar/
JarOutputStream.java 43 * if an error occurs creating the {@code JarOutputStream}.
64 * if an error occurs creating the {@code JarOutputStream}.
77 * if an error occurs writing to the entry.
  /dalvik/libcore/sql/src/main/java/javax/sql/
ConnectionEventListener.java 28 * connection it has been using or when a significant error occurs while the
32 * later reuse. Connections experiencing an error should be discarded.
47 * Notifies the {@code ConnectionEventListener} that an error has occurred

Completed in 586 milliseconds

<<61626364656667686970>>