Searched defs:errorCode (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DSocketStreamError.h41 explicit SocketStreamError(int errorCode) argument
H A DResourceError.h47 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DSocketStreamError.h41 explicit SocketStreamError(int errorCode) argument
H A DResourceError.h38 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DSocketStreamError.h41 SocketStreamError(int errorCode, const gchar* description) argument
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dder_plist_internal.c32 bool SecCFDERCreateError(CFIndex errorCode, CFStringRef descriptionString, CFErrorRef previousError, CFErrorRef *newError) { argument
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dder_plist_internal.c32 bool SecCFDERCreateError(CFIndex errorCode, CFStringRef descriptionString, CFErrorRef previousError, CFErrorRef *newError) { argument
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSocketStreamError.h41 explicit SocketStreamError(int errorCode) argument
45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription) argument
H A DResourceError.h53 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DBaseListener.java34 void operationFailed( DNSSDService service, int errorCode); argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dcpputils.h89 uprv_checkCanGetBuffer(const icu::UnicodeString &s, UErrorCode &errorCode) { argument
H A Dunistr_titlecase_brkiter.cpp73 UErrorCode errorCode=U_ZERO_ERROR; local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationroot.cpp49 CollationRoot::load(UErrorCode &errorCode) { argument
69 CollationRoot::getRoot(UErrorCode &errorCode) { argument
76 getData(UErrorCode &errorCode) argument
83 getSettings(UErrorCode &errorCode) argument
[all...]
H A Dcollationtailoring.cpp67 CollationTailoring::ensureOwnedData(UErrorCode &errorCode) { argument
/macosx-10.10/ICU-531.30/icuSources/samples/props/
H A Dprops.cpp28 UErrorCode errorCode; local
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtstnrapi.cpp61 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/efl/
H A DDownloadSoupErrorsEfl.cpp36 ResourceError platformDownloadNetworkError(int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/gtk/
H A DDownloadSoupErrorsGtk.cpp36 ResourceError platformDownloadNetworkError(int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEventHandler.java132 public void handleWriteFailedEvent(int errorCode); argument
H A DEventHandlerAdapter.java64 public void handleWriteFailedEvent(int errorCode) {} argument
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Derrorcode.h125 UErrorCode errorCode; member in class:ErrorCode
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/case/
H A Ducase.c24 UErrorCode errorCode = U_ZERO_ERROR; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/udata/
H A Dwriter.c62 UErrorCode errorCode=U_ZERO_ERROR; local
/macosx-10.10/ICU-531.30/icuSources/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp82 UErrorCode errorCode = U_ZERO_ERROR; local
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DSocketStreamErrorBase.h48 int errorCode() const { return m_errorCode; } function in class:WebCore::SocketStreamErrorBase
61 explicit SocketStreamErrorBase(int errorCode) argument
67 SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription) argument

Completed in 158 milliseconds

1234567891011>>