Searched defs:errorCode (Results 51 - 75 of 332) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/tools/icuinfo/
H A Dicuinfo.cpp65 void cmd_version(UBool /* noLoad */, UErrorCode &errorCode) argument
211 UErrorCode errorCode = U_ZERO_ERROR; local
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecCFError.c77 bool SecCFCreateError(CFIndex errorCode, CFStringRef domain, CFStringRef descriptionString, argument
86 bool SecCFCreateErrorWithFormat(CFIndex errorCode, CFStringRef domain, CFErrorRef previousError, CFErrorRef *newError, argument
99 bool SecCFCreateErrorWithFormatAndArguments(CFIndex errorCode, CFStringRef domain, argument
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecCFError.c77 bool SecCFCreateError(CFIndex errorCode, CFStringRef domain, CFStringRef descriptionString, argument
86 bool SecCFCreateErrorWithFormat(CFIndex errorCode, CFStringRef domain, CFErrorRef previousError, CFErrorRef *newError, argument
99 bool SecCFCreateErrorWithFormatAndArguments(CFIndex errorCode, CFStringRef domain, argument
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabaseException.h67 static int ErrorCodeToExceptionCode(int errorCode) argument
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileException.h63 static int ErrorCodeToExceptionCode(int errorCode) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaKeyEvent.h44 RefPtr<MediaKeyError> errorCode; member in struct:WebCore::MediaKeyEventInit
69 MediaKeyError* errorCode() const { return m_errorCode.get(); } function in class:WebCore::MediaKeyEvent
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DCDMSessionAVFoundationCF.cpp54 PassRefPtr<Uint8Array> CDMSessionAVFoundationCF::generateKeyRequest(const String& mimeType, Uint8Array* initData, String& destinationURL, unsigned short& errorCode, unsigned long& systemCode) argument
111 bool CDMSessionAVFoundationCF::update(Uint8Array* key, RefPtr<Uint8Array>& nextMessage, unsigned short& errorCode, unsigned long& systemCode) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceErrorBase.h45 int errorCode() const { lazyInit(); return m_errorCode; } function in class:WebCore::ResourceErrorBase
66 ResourceErrorBase(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceErrorCF.cpp52 ResourceError::ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription, CFDataRef certificate) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DSwingBrowseListener.java55 public void operationFailed( DNSSDService service, int errorCode) argument
H A DSwingQueryListener.java54 public void operationFailed( DNSSDService service, int errorCode) argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunistr_case.cpp65 UErrorCode errorCode=U_ZERO_ERROR; local
125 UErrorCode errorCode; local
H A Dunistr_cnv.cpp85 UnicodeString(const char *src, int32_t srcLength, UConverter *cnv, UErrorCode &errorCode) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationcompare.cpp27 compareUpToQuaternary(CollationIterator &left, CollationIterator &right, const CollationSettings &settings, UErrorCode &errorCode) argument
H A Dcollationdatawriter.cpp76 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
87 writeTailoring(const CollationTailoring &t, const CollationSettings &settings, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
97 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
[all...]
H A Dcollationiterator.h45 inline void append(int64_t ce, UErrorCode &errorCode) { argument
57 inline UBool incLength(UErrorCode &errorCode) { argument
112 inline int64_t nextCE(UErrorCode &errorCode) { argument
[all...]
H A Dcollationsettings.cpp131 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { argument
152 setFlag(int32_t bit, UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) argument
172 setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) argument
196 setAlternateHandling(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) argument
217 setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) argument
[all...]
H A Dsortkey.cpp174 UErrorCode errorCode = U_ZERO_ERROR; local
/macosx-10.10/ICU-531.30/icuSources/samples/ustring/
H A Dustring.cpp40 UErrorCode errorCode=U_ZERO_ERROR; local
198 UErrorCode errorCode; local
578 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcucdapi.c388 UErrorCode errorCode=U_ZERO_ERROR; local
450 UErrorCode errorCode; local
536 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
H A Dsorttest.c38 UErrorCode errorCode; local
135 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dlistformattertest.cpp29 UErrorCode errorCode = U_ZERO_ERROR; local
39 UErrorCode errorCode = U_ZERO_ERROR; local
60 UErrorCode errorCode = U_ZERO_ERROR; local
114 UErrorCode errorCode = U_ZERO_ERROR; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { argument
/macosx-10.10/NFS-82/showmount/
H A Dmshow.c87 resolve_callback( __unused DNSServiceRef sdRef, __unused DNSServiceFlags flags, __unused uint32_t interfaceIndex, __unused DNSServiceErrorType errorCode, Dused const char *fullName, const char *hostTarget, Dused uint16_t port, Dused uint16_t txtLen, Dused const unsigned char *txtRecord, void *context) argument
135 browser_callback( __unused DNSServiceRef sdRef, DNSServiceFlags servFlags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *replyDomain, __unused void *context) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DUtilities.cpp47 static CFErrorRef CreateErrorRefCore(CFStringRef domain, int errorCode, const char* format, va_list ap) argument
65 CFErrorRef CreateGenericErrorRef(CFStringRef domain, int errorCode, const char* format, ...) argument
74 CFErrorRef CreateSecTransformErrorRef(int errorCode, const char* format, ...) argument
85 CFErrorRef CreateSecTransformErrorRefWithCFType(int errorCode, CFTypeRef message) argument

Completed in 371 milliseconds

1234567891011>>