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

<<51525354555657585960>>

  /external/webkit/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 79 void WebCoreSynchronousLoader::didFail(ResourceHandle*, const ResourceError& error)
81 m_error = error;
163 CURLcode error = curl_easy_pause(d->m_handle, CURLPAUSE_ALL); local
165 if (error != CURLE_OK)
175 CURLcode error = curl_easy_pause(d->m_handle, CURLPAUSE_CONT); local
176 if (error != CURLE_OK)
198 void ResourceHandle::loadResourceSynchronously(const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data, Frame*)
207 error = syncLoader.resourceError();
  /external/webkit/WebCore/platform/network/qt/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebCore/platform/network/soup/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebKitTools/Scripts/
check-for-weak-vtables-and-externals 61 print "ERROR: Could not open $executablePath\n";
87 print "ERROR: $shortName has a weak vtable in it ($executablePath)\n";
88 print "ERROR: Fix by making sure the first virtual function in each of these classes is not an inline:\n";
90 print "ERROR: class $class\n";
96 print "ERROR: $shortName has a weak external symbol in it ($executablePath)\n";
97 print "ERROR: A weak external symbol is generated when a symbol is defined in multiple compilation units and is also marked as being exported from the library.\n";
98 print "ERROR: A common cause of weak external symbols is when an inline function is listed in the linker export file.\n";
100 print "ERROR: symbol $symbol\n";
  /frameworks/base/awt/java/awt/
HeadlessException.java 25 * The HeadlessException class provides notifications and error messages when
49 * the String which represents error message.
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 22 * <code>console.log('...')</code>) or a JavaScript error on the page. To receive notifications
33 ERROR,
  /frameworks/base/core/jni/
android_os_SystemProperties.cpp 37 goto error;
53 error:
74 goto error;
88 error:
103 goto error;
117 error:
132 goto error;
154 error:
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 32 ERROR,
35 // Error occurs in the states below?
MediaRecorderStateErrors.java 28 ERROR,
31 // Error occurs in the states below?
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 82 logging.error("Error happened : " + adb_output)
94 logging.error("Cannot create results dir: " + results_dir)
103 logging.error("Failed to pull result file.")
104 logging.error("adb stdout:")
105 logging.error(adb_output)
106 logging.error("adb stderr:")
107 logging.error(err)
  /ndk/
GNUmakefile 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
33 $(error,Please fix the problem by reinstalling to a different location.)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyReader.java 50 * @throws IOException if an I/O error occurs
60 * @throws IOException if an I/O error occurs
72 * @throws IOException if an I/O error occurs
82 * @throws IOException if an I/O error occurs
91 * @throws IOException if an I/O error occurs
99 * @throws IOException if an I/O error occurs
108 * @throws IOException if an I/O error occurs
116 * @throws IOException if an I/O error occurs
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 25 * You can modify this class to customize your error reporting
39 * print the error message in the form:
83 * this object has been created due to a parse error, the token
84 * followng this token will (therefore) be the first error token.
97 * parser within which the parse error occurred. This array is
106 * error message and returns it. If this object has been created
107 * due to a parse error, and you do not catch it (it gets thrown
109 * of the final stack trace, and hence the correct error message
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 25 * You can modify this class to customize your error reporting
39 * print the error message in the form:
83 * this object has been created due to a parse error, the token
84 * followng this token will (therefore) be the first error token.
97 * parser within which the parse error occurred. This array is
106 * error message and returns it. If this object has been created
107 * due to a parse error, and you do not catch it (it gets thrown
109 * of the final stack trace, and hence the correct error message
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 25 * You can modify this class to customize your error reporting
39 * print the error message in the form:
83 * this object has been created due to a parse error, the token
84 * followng this token will (therefore) be the first error token.
97 * parser within which the parse error occurred. This array is
106 * error message and returns it. If this object has been created
107 * due to a parse error, and you do not catch it (it gets thrown
109 * of the final stack trace, and hence the correct error message
  /packages/apps/IM/src/com/android/im/
IConnectionListener.aidl 26 in ImErrorInfo error);
31 in ImErrorInfo error);
  /packages/apps/IM/src/com/android/im/app/adapter/
ChatSessionListenerAdapter.java 37 public void onChatSessionCreateError(String name, ImErrorInfo error) {
39 Log.d(TAG, "notifyChatSessionCreateError(" + name + ", " + error + ")");
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_error.h 23 /* Simple error message routines for SDL */
41 /* Private error message function - used internally */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_error.h 23 /* Simple error message routines for SDL */
41 /* Private error message function - used internally */

Completed in 756 milliseconds

<<51525354555657585960>>