Searched +defs:error +defs:message (Results 1 - 25 of 211) sorted by relevance

123456789

/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
26 GtkWidget *error; local
/macosx-10.9.5/dcerpc-58/BuildConfig/
H A Drun-autoconf38 error() function
44 message() function
[all...]
/macosx-10.9.5/libdispatch-339.92.1/private/
H A Dmach_private.h209 dispatch_mach_msg_t message, mach_error_t error); variable
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSPeer.h36 typedef bool (^SOSPeerSendBlock)(CFDataRef message, CFErrorRef *error); variable
[all...]
H A DSOSAccount.h31 typedef bool (^SOSAccountDataUpdateBlock)(CFDictionaryRef keys, CFErrorRef *error); variable
212 typedef bool (^SOSAccountSendBlock)(SOSCircleRef circle, CFStringRef key, CFDataRef message, CFErrorRef *error); variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionError.cpp61 PassRefPtr<SpeechRecognitionError> SpeechRecognitionError::create(ErrorCode code, const String& message) argument
76 SpeechRecognitionError::SpeechRecognitionError(const String& error, const String& message) argument
H A DSpeechRecognitionError.h40 String error; member in struct:WebCore::SpeechRecognitionErrorInit
41 String message; member in struct:WebCore::SpeechRecognitionErrorInit
64 const String& error() { return m_error; } function in class:WebCore::SpeechRecognitionError
65 const String& message() { return m_message; } function in class:WebCore::SpeechRecognitionError
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkkdcp.c48 CFHTTPMessageRef message = NULL; local
83 CFErrorRef error = CFReadStreamCopyError(requestStream); local
101 CFErrorRef error = CFReadStreamCopyError(requestStream); local
[all...]
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDALog.c41 char * message; local
226 void DALogOpen( char * name, Boolean debug, Boolean error, Boolea argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DError.cpp47 JSObject* createError(JSGlobalObject* globalObject, const String& message) argument
53 JSObject* createEvalError(JSGlobalObject* globalObject, const String& message) argument
59 JSObject* createRangeError(JSGlobalObject* globalObject, const String& message) argument
65 JSObject* createReferenceError(JSGlobalObject* globalObject, const String& message) argument
71 createSyntaxError(JSGlobalObject* globalObject, const String& message) argument
77 createTypeError(JSGlobalObject* globalObject, const String& message) argument
88 createURIError(JSGlobalObject* globalObject, const String& message) argument
94 createError(ExecState* exec, const String& message) argument
99 createEvalError(ExecState* exec, const String& message) argument
104 createRangeError(ExecState* exec, const String& message) argument
109 createReferenceError(ExecState* exec, const String& message) argument
114 createSyntaxError(ExecState* exec, const String& message) argument
119 createTypeError(ExecState* exec, const String& message) argument
129 createURIError(ExecState* exec, const String& message) argument
134 addErrorInfo(CallFrame* callFrame, JSObject* error, int line, const SourceCode& source) argument
150 hasErrorInfo(ExecState* exec, JSObject* error) argument
156 throwError(ExecState* exec, JSValue error) argument
163 throwError(ExecState* exec, JSObject* error) argument
[all...]
H A DError.h73 inline EncodedJSValue throwVMError(ExecState* exec, JSValue error) { return JSValue::encode(throwError(exec, error)); } argument
78 StrictModeTypeErrorFunction(JSGlobalObject* globalObject, Structure* structure, const String& message) argument
89 static StrictModeTypeErrorFunction* create(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const String& message) argument
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-60-peer.c34 CFErrorRef error = NULL; local
89 CFDataRef message = CFDataCreate(NULL, msg, msglen); local
91 "send message to peer: %@", error); local
113 ok(SOSPeerSetManifest(peer, manifest, &error), "Set empty manifest on peer: %@", error); local
[all...]
H A Dsc-70-engine.c28 CFErrorRef error = NULL; local
89 CFDataRef message; local
163 SOSMessageCopyDigestHex(CFDataRef message) argument
174 CFErrorRef error = NULL; local
223 CFDataRef message; local
[all...]
H A Dsc-75-circle-engine.c56 CFErrorRef error = NULL; local
130 CFDataRef message; local
137 "empty message rejected, %@", error); local
142 ok(SOSCircleSyncWithPeer(alice_full_peer_info, aliceCircle, aliceDsf, enqueueMessage, bob_peer_id, &error), "Start sync [error %@]", error); local
148 "Bob accepted message: %@", error); local
155 "Alice accepted message: %@", error); local
161 "Bob accepted message: %@", error); local
191 "alice accepted %@: %@", desc = SOSMessageCopyDescription(message), error); local
194 "bob accepted %@: %@", desc = SOSMessageCopyDescription(message), error); local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/ipc/
H A Dclient.c107 securityd_message_with_reply_sync(xpc_object_t message, CFErrorRef *error) argument
141 xpc_object_t securityd_create_message(enum SecXPCOperation op, CFErrorRef* error) argument
143 xpc_object_t message = xpc_dictionary_create(NULL, NULL, 0); local
154 securityd_message_no_error(xpc_object_t message, CFErrorRef *error) argument
165 securityd_send_sync_and_do(enum SecXPCOperation op, CFErrorRef *error, bool (^add_to_message)(xpc_object_t message, CFErrorRef* error), bool (^handle_response)(xpc_object_t response, CFErrorRef* error)) argument
168 xpc_object_t message = securityd_create_message(op, error); local
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecCFError.c14 bool SecKernError(kern_return_t result, CFErrorRef *error, CFStringRef format, ...) { argument
29 bool SecCheckErrno(int result, CFErrorRef *error, CFStringRef format, ...) { argument
39 CFStringRef message local
47 SecError(OSStatus status, CFErrorRef *error, CFStringRef format, ...) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecCFError.c14 bool SecKernError(kern_return_t result, CFErrorRef *error, CFStringRef format, ...) { argument
29 bool SecCheckErrno(int result, CFErrorRef *error, CFStringRef format, ...) { argument
39 CFStringRef message local
47 SecError(OSStatus status, CFErrorRef *error, CFStringRef format, ...) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceErrorSoup.cpp55 ResourceError ResourceError::httpError(SoupMessage* message, GError* error, SoupRequest* request) argument
64 ResourceError ResourceError::authenticationError(SoupMessage* message) argument
71 genericGError(GError* error, SoupRequest* request) argument
94 ResourceError error = ResourceError(errorDomain, timeoutError, failingURL, "Request timed out"); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DGeolocationClientGtk.cpp94 void GeolocationClient::notifyErrorOccurred(const char* message) argument
96 RefPtr<WebCore::GeolocationError> error = WebCore::GeolocationError::create(WebCore::GeolocationError::PositionUnavailable, message); local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinTest.c84 AppendSystemError( Tcl_Interp *interp, DWORD error) argument
235 UINT message; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecTransform.h579 typedef void (^SecMessageBlock)(CFTypeRef message, CFErrorRef error, variable
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsd-70-engine.c35 static CFStringRef SOSMessageCopyDigestHex(CFDataRef message) { argument
46 CFErrorRef error = NULL; local
106 CFDataRef message; local
168 SOSDataSourceCopyObject(SOSDataSourceRef ds, SOSObjectRef match, CFErrorRef *error) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/gstreamer/
H A DAudioDestinationGStreamer.cpp41 gboolean messageCallback(GstBus*, GstMessage* message, AudioDestinationGStreamer* destination) argument
164 gboolean AudioDestinationGStreamer::handleMessage(GstMessage* message) argument
166 GOwnPtr<GError> error; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/geoclue/
H A DGeolocationProviderGeoclue.cpp35 static void getPositionCallback(GeocluePosition* position, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GError* error, GeolocationProviderGeoclue* provider) argument
50 static void createGeocluePositionCallback(GeoclueMasterClient*, GeocluePosition* position, GError *error, GeolocationProviderGeoclue* provider) argument
60 geoclueClientSetRequirementsCallback(GeoclueMasterClient* client, GError* error, GeolocationProviderGeoclue* provider) argument
68 createGeoclueClientCallback(GeoclueMaster*, GeoclueMasterClient* client, char*, GError* error, GeolocationProviderGeoclue* provider) argument
176 errorOccurred(const char* message) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestmimehandling.c52 GError* error = NULL; local
61 GError* error = NULL; local
70 GError* error = NULL; local
104 SoupMessage* message local
[all...]

Completed in 557 milliseconds

123456789